NetBSD/lib/libc
christos 524267d3f8 It is really pointless to come up with new implementations of the wide string
functions instead of using the narrow string ones. Make this look like
strchr, so that wcschr(L"foo", L'\0') does not return NULL as it should.
2005-05-30 06:00:01 +00:00
..
arch Prettify. Avoid code duplication. 2005-05-20 23:56:15 +00:00
citrus * add some comments. 2005-05-14 17:55:42 +00:00
compat-43
db Don't attempt to delete a NULL key. Can happen if we were the only key 2005-04-27 23:11:29 +00:00
dlfcn - Change the strong dlfcn names in libc to ___name, and make the __name 2004-07-18 17:26:19 +00:00
gen convert to ANSI prototypes. some KNF 2005-05-28 13:11:14 +00:00
gmon The __used__ change doesn't work on 2.95/vax. Put an #ifdef back in for vax and 2005-05-06 19:32:30 +00:00
hash A little libc namespace housekeeping exercise: 2005-02-09 21:35:46 +00:00
iconv make sure to set errno to EINVAL if _citrus_iconv_open() returns ENOENT. 2005-04-25 13:42:04 +00:00
include add fgetwln. 2005-05-15 13:09:13 +00:00
inet Add the remaining files from net that are going to be moved here and 2004-05-20 23:13:02 +00:00
isc 1. de-lint 2004-05-20 19:52:31 +00:00
locale Add some pedantry to exceptions from being equivalent to strftime. 2005-04-06 21:39:17 +00:00
md
nameser Merge conflicts 2004-11-07 02:19:49 +00:00
net check for pwd != NULL 2005-04-19 03:20:50 +00:00
nls Fix some typos. From Christian Brueffer in PR lib/30109. 2005-05-01 16:36:47 +00:00
quad
regex make othercase() return int rather than char, to avoid sign extension 2004-09-18 11:47:37 +00:00
resolv A little libc namespace housekeeping exercise: 2005-02-09 21:35:46 +00:00
rpc Make the arg to getnetconfigent const char * to match the man page (and 2005-05-15 20:54:41 +00:00
softfloat Only compile the floatx80-using functions if the arch in question 2004-09-27 10:16:24 +00:00
stdio Add restrict qualifiers to fopen()/freopen() arguments. 2005-05-25 16:01:24 +00:00
stdlib Revert the previous patch. It is not worth it optimizing the code to avoid 2005-04-24 23:29:06 +00:00
string It is really pointless to come up with new implementations of the wide string 2005-05-30 06:00:01 +00:00
sys Remove the bogus const. 2005-05-29 21:12:27 +00:00
termios Change a returned value of -1 (NO_PGID) to (uint)(pid_t)~0u >> 1 (0x7fffffff) 2004-12-01 21:37:15 +00:00
thread-stub Fix the __libc_thr_yield_stub() signature. 2004-12-14 00:21:40 +00:00
time Some more optimisations - I must stop looking at this file! 2005-03-05 14:07:15 +00:00
uuid A little libc namespace housekeeping exercise: 2005-02-09 21:35:46 +00:00
yp #include "reentrant.h" instead of <threadlib.h> 2004-10-29 06:32:08 +00:00
genassym.sh
Makefile Make longjmp on vax not use sigreturn. Instead it rewrites the 2005-05-03 04:37:33 +00:00
shlib_version bump for wide stdio functions. 2005-05-14 23:51:16 +00:00