freebsd-dev/lib/libc
Bill Fenner 946b2d0057 Implement several of the c99 updates to scanf(3):
- New length modifiers: hh, j, ll, t, z.

Still to do:
 - %C, %S, %lc, %ls (wide character support)
 - %a/%A (exact hex representation of floating-point numbers)

Removed old compatability equivalents:
 - %D for %ld, %O for %lo, %X for %lx, %E and %F for %le & %lf (these
   were buggy anyway, since they should have represented %Le & %Lf).
 - %[unknown uppercase char] for %ld, %[unknown lowercase char] for %d
2002-04-20 17:00:56 +00:00
..
alpha Fix the style of the SCM ID's. 2002-03-22 23:42:05 +00:00
amd64 Restore CSRG ID's lost in January 1995. 2002-03-23 02:10:28 +00:00
compat-43 Fix the style of the SCM ID's. 2002-03-22 21:53:29 +00:00
db W/o __P, the internal declarations will all fit on one line. 2002-03-23 18:22:40 +00:00
gen Support the snapshot file flag, so that tools like 'ls -ol' work 2002-04-16 11:03:22 +00:00
gmon Do not use __progname directly (except in [gs]etprogname(3)). 2002-03-29 22:43:43 +00:00
i386 Standardize on our SCM ID style. 2002-03-23 02:44:19 +00:00
ia64 Implement _Unwind_FindTableEntry(). This function is part of GCC 2002-04-13 04:06:34 +00:00
include Do not use __progname directly (except in [gs]etprogname(3)). 2002-03-29 22:43:43 +00:00
locale Remove the hard-coded limit of 3 bytes for EUC encodings. 2002-04-14 10:55:42 +00:00
net just merged cosmetic changes from KAME to ease sync between KAME and FreeBSD. 2002-04-19 04:46:24 +00:00
nls Fix the style of the SCM ID's. 2002-03-22 21:53:29 +00:00
posix1e Fix the style of the SCM ID's. 2002-03-22 21:53:29 +00:00
quad Fix the style of the SCM ID's. 2002-03-22 21:53:29 +00:00
regex Fix the style of the SCM ID's. 2002-03-22 23:42:05 +00:00
rpc Fix the style of the SCM ID's. 2002-03-22 23:18:37 +00:00
sparc64 Rename some fields in struct frame to be compatible with NetBSD/OpenBSD, 2002-04-09 00:57:23 +00:00
stdio Implement several of the c99 updates to scanf(3): 2002-04-20 17:00:56 +00:00
stdlib Do not use __progname directly (except in [gs]etprogname(3)). 2002-03-29 22:43:43 +00:00
stdtime Fix the style of the SCM ID's. 2002-03-22 23:42:05 +00:00
string Fix the style of the SCM ID's. 2002-03-22 21:53:29 +00:00
sys mdoc(7) police: polishing. 2002-04-19 11:24:02 +00:00
xdr Fix the style of the SCM ID's. 2002-03-22 21:53:29 +00:00
yp Fix the style of the SCM ID's. 2002-03-22 21:53:29 +00:00
Makefile Embellish more. 2002-03-26 23:09:34 +00:00
Makefile.inc Activate build of posix1e extensions in libc and libc_r that have been 2001-04-04 18:17:28 +00:00