NetBSD/lib/libc
kleink cb63b5cd8c * Remove GLOB_QUOTE, add GLOB_NOESCAPE. Per POSIX, backslash quoting of
special characters is the default behaviour, which may be disabled by
  setting GLOB_NOESCAPE.
* If no matching pathnames have been found and GLOB_NOCHECK was not set
  (or special csh(1)-specific treatment of magic characters was requested),
  return GLOB_NOMATCH instead of 0; the latter would indicate a successful
  operation.
* Use strcoll() instead of strcmp() to sort globbed pathnames.
1998-06-19 22:53:57 +00:00
..
arch Fix all the bugs I introduced with my last fix... 1998-05-28 22:07:22 +00:00
compat-43 warn_refs getwd 1998-06-08 09:38:07 +00:00
db Change the file mode argument to dbopen() and the db backends from int to 1998-05-07 19:24:20 +00:00
gen * Remove GLOB_QUOTE, add GLOB_NOESCAPE. Per POSIX, backslash quoting of 1998-06-19 22:53:57 +00:00
gmon don't actually compile any code if building in a _STANDALONE environment 1998-03-26 23:52:38 +00:00
include
locale Fix man to mdoc conversion mistakes, mostly of the form ^\.[A-Z][A-Z] 1998-04-28 07:19:28 +00:00
md when deciding whether to use standard system include files or libkern.h, 1998-03-26 23:53:36 +00:00
net fix mdoc references 1998-04-28 20:25:53 +00:00
nls
quad use machine/limits.h if _KERNEL or _STANDALONE 1998-03-27 01:01:54 +00:00
regex
rpc Initialize variable "stat" in case it falls through the timeout "for" loop. 1998-05-23 13:37:26 +00:00
stdio Changed HISTORY section to reflect that vsnprintf and snprintf first 1998-06-08 23:45:37 +00:00
stdlib It's 1998, actually. 1998-06-14 17:54:59 +00:00
string Principally, change foo(N) to .Xr foo N 1998-04-28 04:07:04 +00:00
sys Build fdatasync(2) stubs and manpage. 1998-06-08 14:17:29 +00:00
termios Remove some unnecessary header file inclusions (<sys/tty.h> was one them!). 1998-03-31 09:50:01 +00:00
time Fubar: XPG4 (SUS'98) _does_ specify two digit year behavior without %C. 1998-05-05 14:24:00 +00:00
yp Need <time.h> for time() prototype. 1998-03-30 15:05:20 +00:00
Makefile Enable quad support on PowerPC. 1998-05-06 18:12:35 +00:00
shlib_version Bump minor version to 27: addition of fdatasync() and pw_scan(). 1998-06-08 14:19:38 +00:00