History log of /src/lib/libc/locale/wcstod.c |
Revision | | Date | Author | Comments |
1.16 |
| 09-Dec-2017 |
christos | PR/52801: Kamil Rytarowski: Add missing weak aliases for wcsto{f,d,ld}_l XXX: pullup-8
|
1.15 |
| 18-Apr-2013 |
joerg | branches: 1.15.20; Add wcstof_l, wcstod_l and wcstold_l.
|
1.14 |
| 25-Apr-2008 |
christos | branches: 1.14.4; 1.14.8; 1.14.28; I don't see why we need to strong alias those. Nothing else does it.
|
1.13 |
| 19-Jul-2007 |
christos | branches: 1.13.10; 1.13.12; forgot include namespace.h
|
1.12 |
| 16-Apr-2006 |
christos | namespace protect wcstod too, and fix the protection in wcstold and wcstof.
|
1.11 |
| 16-Apr-2006 |
tnozaki | for compiling problems, remove wcstod -> wcstold weak ref. noticed by Mr, Matt Fleming and Tsutsui-san, thanks.
|
1.10 |
| 15-Apr-2006 |
tnozaki | wcstod(3) is conform to ISO C90 Ammendant1 (FreeBSD's manpage is incorrect...). don't __weak_alias'ize it and fix manpage.
|
1.9 |
| 15-Apr-2006 |
tnozaki | add c99 wcstof(3) and wcstold(3). requested by skrll AT netbsd DOT org, thanks.
bump libc minor 138 -> 139.
|
1.8 |
| 13-Apr-2006 |
tnozaki | replaced by FreeBSD version wcstod(3) for make it work with L"inf", L"nan", and hex conversion. suggested by jeorg AT netbsd DOT org, thanks.
|
1.7 |
| 11-Apr-2006 |
tnozaki | completely broken, make it works.
|
1.6 |
| 29-Nov-2005 |
christos | WARNS=4
|
1.5 |
| 12-Jun-2005 |
lukem | Add missing __RCSID()
|
1.4 |
| 28-Oct-2001 |
yamt | branches: 1.4.8; 1.4.12; remove #if define(lint). we don't need it anymore since lint has been fixed.
|
1.3 |
| 02-Oct-2001 |
erh | branches: 1.3.2; Include string.h to get memset prototype.
|
1.2 |
| 28-Sep-2001 |
yamt | fix type in comment
|
1.1 |
| 27-Sep-2001 |
yamt | add wcstod/wcstol/wcstoul.
|
1.3.2.3 |
| 14-Nov-2001 |
nathanw | Catch up to -current.
|
1.3.2.2 |
| 08-Oct-2001 |
nathanw | Catch up to -current.
|
1.3.2.1 |
| 02-Oct-2001 |
nathanw | file wcstod.c was added on branch nathanw_sa on 2001-10-08 20:19:57 +0000
|
1.4.12.1 |
| 28-Apr-2006 |
riz | Pull up following revision(s) (requested by tnozaki in ticket #1272): lib/libc/locale/wcstod.c: revision 1.4-1.8 regress/lib/libc/locale/wcstod/wcstod_test.c: revision 1.1 regress/lib/libc/locale/wcstod/Makefile: revision 1.1 replaced by FreeBSD version wcstod(3) for make it work with L"inf", L"nan", and hex conversion. suggested by joerg AT netbsd DOT org, thanks.
|
1.4.8.1 |
| 28-Apr-2006 |
riz | Pull up following revision(s) (requested by tnozaki in ticket #1272): lib/libc/locale/wcstod.c: revision 1.4-1.8 regress/lib/libc/locale/wcstod/wcstod_test.c: revision 1.1 regress/lib/libc/locale/wcstod/Makefile: revision 1.1 replaced by FreeBSD version wcstod(3) for make it work with L"inf", L"nan", and hex conversion. suggested by jeorg AT netbsd DOT org, thanks.
|
1.13.12.2 |
| 19-Jul-2007 |
christos | forgot include namespace.h
|
1.13.12.1 |
| 19-Jul-2007 |
christos | file wcstod.c was added on branch matt-mips64 on 2007-07-19 12:05:43 +0000
|
1.13.10.1 |
| 18-May-2008 |
yamt | sync with head.
|
1.14.28.1 |
| 23-Jun-2013 |
tls | resync from head
|
1.14.8.2 |
| 25-Apr-2008 |
christos | I don't see why we need to strong alias those. Nothing else does it.
|
1.14.8.1 |
| 25-Apr-2008 |
christos | file wcstod.c was added on branch christos-time_t on 2008-04-25 16:43:01 +0000
|
1.14.4.1 |
| 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.15.20.1 |
| 16-Jan-2018 |
martin | Pull up following revision(s) (requested by kamil in ticket #474): lib/libc/locale/wcstod.c: revision 1.16 lib/libc/locale/wcstold.c: revision 1.5 lib/libc/locale/wcstof.c: revision 1.5 PR/52801: Kamil Rytarowski: Add missing weak aliases for wcsto{f,d,ld}_l XXX: pullup-8
|