aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/locale
Commit message (Expand)AuthorAgeFilesLines
* Add reference to catopen(3)Andrey A. Chernov1998-04-301-1/+4
* Basic support for LC_MESSAGESAndrey A. Chernov1998-04-292-12/+13
* Change MACHINE references to MACHINE_ARCH.John Birrell1998-02-201-2/+2
* Add #ifndef __NETBSD_SYSCALLS around calls to issetugid() whichJohn Birrell1998-01-152-4/+12
* Include string.h for memcpy function prototype.John Birrell1998-01-141-0/+1
* Expanded cross references.Alexander Langer1998-01-023-0/+5
* The terminating character in strings is `NUL', not `NULL'.Wolfram Schneider1997-12-281-1/+1
* Correct description of which runes are encoded as two bytes.Steve Price1997-11-052-4/+4
* Sorted lists.Bruce Evans1997-10-211-10/+13
* Removed the subdirectory paths from the definitions of MAN[1-9]. TheyBruce Evans1997-10-151-9/+6
* Use revived __maskrune for digittointAndrey A. Chernov1997-09-271-2/+2
* Move it under XPG4 defineAndrey A. Chernov1997-09-251-0/+2
* Move MSKanji under XPG4 defineAndrey A. Chernov1997-09-251-8/+8
* __maskrune --> __istypeAndrey A. Chernov1997-09-251-1/+1
* Submitted by: Sin'ichiro MIYATANI / Phase One, Inc <siu@phaseone.co.jp>Julian Elischer1997-09-244-2/+118
* Remove collate_range_cmp, was left for temp. backward compatibilityAndrey A. Chernov1997-08-031-10/+1
* Fixed quoting of backslash.Bruce Evans1997-07-131-1/+1
* Show the real revision date and not the date that thisSteve Price1997-06-237-7/+7
* Completely remove #ifdefed out 8859-1 extension, I found it breakAndrey A. Chernov1997-05-141-39/+1
* #ifdef out C locale extension to 8859-1 encoding, it now stays to ASCIIAndrey A. Chernov1997-05-131-1/+4
* Changed all paths to be relative to src/lib instead of src/lib/libcJohn Birrell1997-05-031-2/+6
* Don't use literal semicolons in .Fn macro invocations.Bruce Evans1997-04-1313-13/+13
* Restore PATH_LOCALE functionality using issetugid() call nowAndrey A. Chernov1997-04-075-8/+32
* FIxed arg types (mostly missing consts) in synopsis.Bruce Evans1997-03-191-1/+1
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-225-6/+6
* Move _PathLocale to data-only file, so setrunelocale() not pick upAndrey A. Chernov1997-02-092-2/+2
* Do Andrey's homework :) before merging this into 2.2:Joerg Wunsch1997-02-082-1/+6
* Comment out PATH_LOCALE referenceAndrey A. Chernov1997-02-062-2/+2
* Use symbolic constants instead of hardcoded digitsAndrey A. Chernov1997-02-064-32/+51
* Fix yet another setlocale() bug.Paul Traina1997-02-061-1/+1
* Update the comment why range checking not neededAndrey A. Chernov1997-02-053-4/+4
* Killed getenv of PATH_LOCALE per Andrey's suggestion. It was intendedDavid Greenman1997-02-051-11/+2
* Add yet one comment saying that range checking already doneAndrey A. Chernov1997-02-031-0/+1
* Don't use hardcoded *roff font change requests. Do itMike Pritchard1997-01-317-18/+56
* Very minor mdoc cleanup.Mike Pritchard1997-01-3116-30/+30
* Sort cross references.Wolfram Schneider1997-01-206-9/+9
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-145-6/+6
* Add a couple of additional xrefs.Mike Pritchard1997-01-111-1/+3
* Add comment that range checking is already done at upper levelAndrey A. Chernov1996-12-282-3/+7
* Back out rev 1.5: the overflow condition is already handled elsewhere.Joerg Wunsch1996-12-221-2/+4
* Fix yet another buffer overflow. :-(Joerg Wunsch1996-12-162-9/+5
* Add rcsid[]Andrey A. Chernov1996-11-271-13/+19
* Add IdAndrey A. Chernov1996-11-261-35/+43
* PATH_LOCALE: use this non-standard env variable first time only, i.e.Andrey A. Chernov1996-11-263-72/+98
* 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