index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
libc
/
locale
/
lnumeric.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implement xlocale APIs from Darwin, mainly for use by libc++. This adds a
theraven
2011-11-20
1
-17
/
+51
*
. style(9)
phantom
2003-06-26
1
-1
/
+2
*
Fixes to locale code to properly use indirect pointers in order to prevent
jkh
2003-06-13
1
-1
/
+1
*
decimal_point can't be "" according to C99, so set it to standard "."
ache
2003-03-20
1
-1
/
+6
*
Rewrite locale loading procedures, so any load failure will not affect
ache
2002-08-08
1
-3
/
+4
*
Style fixes in preparation of code rewritting
ache
2002-08-07
1
-5
/
+5
*
Fix the style of the SCM ID's.
obrien
2002-03-22
1
-2
/
+3
*
* Add my e-mail to copyrights
phantom
2001-12-11
1
-9
/
+9
*
catch up to __part_load_locale() interface change
phantom
2001-02-13
1
-1
/
+2
*
Make comparsions more clear (per style(9))
phantom
2001-02-12
1
-1
/
+1
*
Don't try to convert grouping strings in case if C or POSIX locale
phantom
2001-02-11
1
-1
/
+1
*
. Fix semantics of grouping (LC_MONETARY::mon_grouping,
phantom
2001-02-10
1
-2
/
+6
*
According to Garrett, POSIX widely use -1 to indicate CHAR_MAX, so back out
ache
2001-02-10
1
-3
/
+1
*
Use __XSTRING(CHAR_MAX) instead of "127" and strtol() base 0 to parse it (0x7f)
ache
2001-02-10
1
-1
/
+3
*
Correct myself a bit: situation is broken not for _all_ numeric LC_MONETARY,
ache
2001-02-10
1
-2
/
+1
*
NOTE: according to SUSV2 and other implementations, numeric elements in
ache
2001-02-10
1
-3
/
+6
*
Make FreeBSD locale support complete: add support for rest locale categories
phantom
2001-02-08
1
-0
/
+78