aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/locale
Commit message (Expand)AuthorAgeFilesLines
* Remove 8859-1 extension of C locale, it breaks POSIXAndrey A. Chernov1997-05-141-36/+1
* YAMFC:Mike Pritchard1997-02-2819-34/+58
* YAMFC (rev 1.19 and 1.8, resp; move _PathLocale into table.c)Joerg Wunsch1997-02-222-5/+5
* This commit was manufactured by cvs2svn to create branch 'RELENG_2_2'.cvs2svn1997-02-091-0/+33
* YAMFC: use setlocale.h instead of hardcoded constants and `private'Joerg Wunsch1997-02-083-35/+26
* YAMFC:Mike Pritchard1997-02-062-10/+13
* Merge from -currentPaul Traina1997-02-061-3/+3
* YAMFC (comment fixes, now that we no longer call getenv(), plusJoerg Wunsch1997-02-053-6/+7
* Brought in change from rev 1.14: nuke getenv(PATH_LOCALE)David Greenman1997-02-051-13/+4
* YAMFC: add some xrefs.Mike Pritchard1997-01-111-1/+3
* YAMFC (rev 1.11, 1.7, and 1.13 resp.)Joerg Wunsch1996-12-292-3/+7
* Back out the change from rev 1.3.2.2: the overflow is already handledJoerg Wunsch1996-12-221-2/+4
* Merge the buffer overflow fix from HEAD.Joerg Wunsch1996-12-162-9/+5
* YAMFCPoul-Henning Kamp1996-11-283-79/+119
* This commit was manufactured by cvs2svn to create branch 'RELENG_2_2'.cvs2svn1996-11-022-317/+0
* Rename collate_range_cmp to __collate_range_cmp for internal usageAndrey A. Chernov1996-10-312-5/+14
* Simplify debug outputAndrey A. Chernov1996-10-232-5/+14
* Save half of space in LC_COLLATE and remove unneded code.Andrey A. Chernov1996-10-152-35/+10
* Add comment explaining what function doesAndrey A. Chernov1996-09-171-3/+11
* Don't use __dead or __pure in user code. They were obfuscationsBruce Evans1996-09-141-3/+4
* Correctly use .Fn instead of .Nm to reference function namesMike Pritchard1996-08-221-1/+2
* Add IdAndrey A. Chernov1996-08-201-3/+5
* Add isblank attr to non-break spaceAndrey A. Chernov1996-08-201-1/+4
* Remove isgraph attr from non-break spaceAndrey A. Chernov1996-08-201-1/+1
* Add IdAndrey A. Chernov1996-08-141-0/+2
* simplify/speedup/extendAndrey A. Chernov1996-08-131-18/+22
* Remove old version hooksAndrey A. Chernov1996-08-122-12/+2
* There is so many places where range comparation (using collate)Andrey A. Chernov1996-08-121-9/+20
* Add internal function __collcmp once instead of adding it staticallyAndrey A. Chernov1996-08-123-2/+65
* Remove some hardcode *roff font change escape codes fromMike Pritchard1996-08-062-4/+4
* Fixed longstanding namespace convolution involving rune_t vs wchar_t.Bruce Evans1996-05-013-9/+5
* Don't include <sys/types.h> when it isn't used.Bruce Evans1996-04-191-2/+0
* Fix error in wcstombs: byte count not countedAndrey A. Chernov1996-04-181-3/+4
* Added missing section numbers to a bunch of .Xr macros, orMike Pritchard1996-03-271-1/+1
* Remove half-dancing solution for signed chars to help findingAndrey A. Chernov1996-03-252-20/+6
* Remove half-dancing solution for signed chars to help findingAndrey A. Chernov1996-03-251-10/+2
* Correct a bunch of man page cross references and generallyMike Pritchard1996-02-112-2/+2
* Another round of various man page cleanups.Mike Pritchard1996-02-092-2/+2
* recording cvs-1.6 file deathPeter Wemm1995-12-305-412/+0
* Oops. I seem to have over-corrected with my last commit. It should beGary Palmer1995-12-291-2/+2
* Correct what seem to me to be some mistakes in the references andGary Palmer1995-12-282-6/+6
* Move more stuff out to XPG4Andrey A. Chernov1995-11-034-0/+32
* Treat empty encoding as "C" encodingAndrey A. Chernov1995-10-231-1/+1
* Optimize PathLocale handling.Andrey A. Chernov1995-10-231-7/+15
* Use fake (empty) startup_setlocale for XPG4Andrey A. Chernov1995-10-231-3/+3
* Reduce static binaries bloat by splitting out normally unusedAndrey A. Chernov1995-10-233-8/+45
* Migrate from XPG4 to XPG3 (libxpg4 will be added soon)Andrey A. Chernov1995-10-239-56/+444
* As above.Poul-Henning Kamp1995-10-223-3/+2
* Propogate default table to restricted 8859-1 templateAndrey A. Chernov1995-10-191-0/+32
* Forget to close fileAndrey A. Chernov1995-08-112-0/+2