freebsd-nq/lib
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
..
compat Removed gratuitous LIBCOMPATDIR assignments. 2002-04-18 13:24:35 +00:00
csu Style nit and modernize SCM ID. 2002-04-13 21:54:09 +00:00
libalias
libatm
libbind
libbz2
libc Implement several of the c99 updates to scanf(3): 2002-04-20 17:00:56 +00:00
libc_r The GCC developers have made good on their threats against #pragma for 3.1. 2002-04-15 23:11:38 +00:00
libcalendar
libcam
libcom_err
libcompat
libcrypt crypt(3) incorrectly documents md5 salt, fixed. 2002-04-09 22:32:59 +00:00
libdevinfo
libdevstat
libdisk
libedit -ltermcap is spelled -lncurses nowadays. 2002-04-09 13:04:31 +00:00
libfetch
libform
libftpio
libgnumalloc
libio
libipsec just merged cosmetic changes from KAME to ease sync between KAME and FreeBSD. 2002-04-19 04:46:24 +00:00
libipx
libisc
libkse The GCC developers have made good on their threats against #pragma for 3.1. 2002-04-15 23:11:38 +00:00
libkvm Fix (for the second time) kvm_getprocs() for the case where no 2002-04-07 04:47:58 +00:00
libmd Don't build manuals at inappropriate time. 2002-04-10 17:01:55 +00:00
libmenu
libmilter
libmp
libncp Add character translation table between Unix and NetWare according 2002-04-20 05:35:02 +00:00
libncurses
libnetgraph
libopie
libpam Oops, fix an inverted if test. 2002-04-20 16:52:41 +00:00
libpanel
libpcap
libpthread The GCC developers have made good on their threats against #pragma for 3.1. 2002-04-15 23:11:38 +00:00
libradius
libresolv
librpcsvc
libsbuf
libsm
libsmb
libsmdb
libsmutil
libstand libstand needs _setjmp/_longjmp for FICL. 2002-04-13 22:09:53 +00:00
libtacplus
libtelnet
libusbhid
libutil login(3) doesn't care about the controlling terminal any more. 2002-04-20 12:24:20 +00:00
libvgl
libwrap
libxpg4
liby
libypclnt Back out previous commit, which was not at all approved by the maintainer 2002-04-18 16:20:18 +00:00
libz
msun
ncurses
Makefile Connect libypclnt to the build. 2002-04-14 22:27:12 +00:00
Makefile.inc