NetBSD/lib
drochner c300f8f462 Back out part of the last change. This broke on the alpha (or wherever
sizeof(u_int32_t) != sizeof(*)), at least in cases with re->re_g->nstates
between 32 and 64.
Primary reason for the breakage was that the "states1" definition didn't
work as expected. (It didn't work before either, but this was not noticed
due to sizeof(long)==sizeof(*).)
The alpha can handle larger problems with the "small" state machine model
if a "long" is used as state variable, so it is better to keep the old
definition here. (u_int32_t is left for the "operator" variables.)
Use "int" as "sopno" - this is used as index into the states field, there
is no point in using a fized-size type.
1998-12-08 13:41:42 +00:00
..
csu Compile with -fPIC. 1998-11-24 11:16:11 +00:00
libarch
libbz2 char -> unsigned char 1998-11-06 22:49:30 +00:00
libc Back out part of the last change. This broke on the alpha (or wherever 1998-12-08 13:41:42 +00:00
libcompat
libcrypt vax -> __vax__ 1998-10-20 02:02:30 +00:00
libcurses
libedit per e-mail with christos: history_next_event() should return -1, not NULL, 1998-12-03 17:51:16 +00:00
libkvm Add enough of a kvm_sparc64.c to get the kvm library to build. 1998-11-25 05:49:58 +00:00
libl
libm Use __arm32__, not arm32, for egcs. 1998-11-24 09:25:30 +00:00
libntp
libossaudio
libpcap convert to using LPREFIX and YPREFIX 1998-11-01 03:48:35 +00:00
libposix
libresolv
librmt
librpcsvc
libskey
libtelnet char -> unsigned char 1998-11-06 19:20:12 +00:00
libterm Clean up lint - one set but unused variable, 3 FALLTHROUGH comments needed, 1998-10-14 13:51:36 +00:00
libutil Kill __LIBUTIL_BUILD in favor of the newly added _LIBC indicator completely; 1998-10-14 21:13:04 +00:00
libwrap Remove trailing space from LIB= line 1998-10-07 02:25:12 +00:00
liby
libz Sync with file in "src/sys/lib/libz". 1998-11-03 22:05:43 +00:00
bumpversion
checkver Add ability to use either a file or the sets files when checking library version numbers. Added -d, -s and -f flags for check dir, check sets and check file. Suggested by Simon Burge. 1998-11-12 05:39:45 +00:00
checkvers Add ability to use either a file or the sets files when checking library version numbers. Added -d, -s and -f flags for check dir, check sets and check file. Suggested by Simon Burge. 1998-11-12 05:39:45 +00:00
Makefile
Makefile.inc