aboutsummaryrefslogtreecommitdiff
path: root/lib/libxpg4
Commit message (Collapse)AuthorAgeFilesLines
* I have added the support for BIG5 encoding into libc/libxpg4/mklocale.Poul-Henning Kamp1998-08-151-1/+1
| | | | | | | | | | | | | | the diff is attached below. This is done on the 3.0 source-tree. I have test this on 2.2-stable before, but I don't have a 3.0 machine right now. This patch is mainly to make libc support BIG5 encoding, thus add zh_TW.BIG5 locale to 3.0. Submitted by: Chen Hsiung Chan <frankch@waru.life.nthu.edu.tw> Notes: svn path=/head/; revision=38333
* No longer need the architecture specific include from libc now thatJohn Birrell1998-06-031-7/+0
| | | | | | | NetBSD syscalls are defined in sys.mk if they are being used. Notes: svn path=/head/; revision=36610
* This library builds from libc source, so it also needs to know whatJohn Birrell1998-05-181-0/+7
| | | | | | | | syscall style libc is using otherwise the library can contain calls (like issetugid) that you don't find out until you build X programs. Notes: svn path=/head/; revision=36144
* Add mskanji.cAndrey A. Chernov1997-09-251-1/+1
| | | | Notes: svn path=/head/; revision=29859
* Add more stuff moved out from XPG3Andrey A. Chernov1995-11-031-1/+2
| | | | Notes: svn path=/head/; revision=12023
* XPG4 hookAndrey A. Chernov1995-10-231-0/+8
Notes: svn path=/cvs2svn/branches/ACHE/; revision=11696