| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
only skip timedef until I figure out how to workaround svn painful mime-type handling
Notes:
svn path=/projects/collation/; revision=286438
|
|
|
|
|
|
|
|
|
|
| |
leads to confusion.
el_GR: change "0;0" to "-1".
"0" is repeater for previous number, not no grouping
Notes:
svn path=/head/; revision=72329
|
|
|
|
|
|
|
|
|
| |
user confusion, so specify it directly, i.e. change "3" to "3;0".
In this style "3;" must not cause repeating (converted to \3, CHAR_MAX, \0)
NOTE: still no proper conversion done in localeconv()
Notes:
svn path=/head/; revision=72280
|
|
|
|
|
|
|
|
|
|
|
| |
repeated forever according to SUSv2
Remove "0;0" - \0 means not "no grouping" but repeat forever previous char,
and added automatically. Empty string could be parsed later into CHAR_MAX
(real "no grouping") by localeconv()
Notes:
svn path=/head/; revision=72277
|
|
Notes:
svn path=/head/; revision=72218
|