aboutsummaryrefslogtreecommitdiff
path: root/lib/libxpg4
Commit message (Collapse)AuthorAgeFilesLines
* Remove stub libxpg4. All functionality was merged into libc a long time ago.Tim J. Robbins2004-11-132-18/+0
| | | | Notes: svn path=/head/; revision=137682
* For variables that are only checked with defined(), don't provideRuslan Ermilov2004-10-241-1/+1
| | | | | | | any fake value. Notes: svn path=/head/; revision=136910
* Mark libxpg4 as OBSOLETE_IN_6: it has been empty since its contentsTim J. Robbins2003-06-131-0/+6
| | | | | | | were merged into libc in 4.5-RELEASE. Notes: svn path=/head/; revision=116284
* Zap now-unused SHLIB_MINORPeter Wemm2002-09-281-1/+0
| | | | Notes: svn path=/head/; revision=104073
* Bump major to preserve 3.x binaries compatibilityAndrey A. Chernov2000-06-131-0/+3
| | | | | | | Found by: "Akinori -Aki- MUSHA" <knu@idaemons.org> Notes: svn path=/head/; revision=61597
* Make this lib fake - now merged to libcAndrey A. Chernov2000-06-032-4/+5
| | | | Notes: svn path=/head/; revision=61219
* 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