NetBSD/lib
christos 39f224af48 PR/18995: David Laight: libedit fixes for posix conformant sh
The posix 'sh' specification defines vi-mode editing quite tightly.
The netbsd libedit code (used by sh to do this) was missing several
features, there were also minor errors in others.

Compare netbsd sh to the definition available from:
http://www.opengroup.org/onlinepubs/007904975/utilities/sh.html
In particular the following were not supported:
	U - undo all changes to line
	| - goto column
	Y - yank to end of line
	y - yank
	# - comment out current line
	@ - take input from shell alias [1]
	G - goto numbered line in history buffer
	v - edit history line with vi
	_ - append word from last input line
	. - redo last command
Other minor changes have also been made.

[1] This needs the shell to define an appropriate routine to
return the text of the alias.  There is no requirement that
such a function exist.
2002-11-15 14:32:32 +00:00
..
csu MKDYNAMICROOT for a.out 2002-11-12 14:33:48 +00:00
i18n_module Only use the MKDYNAMICROOT semantics (i.e. -rpath=/lib,/usr/lib and 2002-09-27 21:37:50 +00:00
libarch architecture, not architecure, and EACCES, not EACESS. 2002-10-02 10:39:14 +00:00
libasn1 When being built as a host tool, the <config.h> we see is actually 2002-09-13 17:29:56 +00:00
libbz2 Use ${NETBSDSRCDIR}/some/path instead of ${.CURDIR}/../../some/path (etc). 2002-08-19 09:41:27 +00:00
libc Fix indent in sample code. 2002-11-15 04:38:55 +00:00
libcdk Use ${NETBSDSRCDIR}/some/path instead of ${.CURDIR}/../../some/path (etc). 2002-08-19 09:41:27 +00:00
libcom_err The config.h we get when building as a host tool is the libnbcompat 2002-09-13 18:30:43 +00:00
libcompat Fix signed/unsigned comparison warnings, and shadow warnings. 2002-11-11 23:43:03 +00:00
libcrypt New sentence, new line. From Robert Elz. 2002-10-01 19:38:46 +00:00
libcrypto Move libcrypto.so* from /usr/lib to /lib, as /sbin/cgdconfig needs it. 2002-10-07 00:53:31 +00:00
libcrypto_idea adopted changes made to libcrypto/Makefile: 2002-09-01 06:01:13 +00:00
libcrypto_mdc2 MDC2 is a patented algorithm; don't ship it in default libcrypto. 2002-09-26 13:05:54 +00:00
libcrypto_rc5 adopted changes made to libcrypto/Makefile: 2002-09-01 06:01:13 +00:00
libcurses Added documentation for define_key and keyok 2002-10-23 12:17:45 +00:00
libdes Belatedly bump libdes shared library major number, due to bump of 2002-08-20 13:49:55 +00:00
libedit PR/18995: David Laight: libedit fixes for posix conformant sh 2002-11-15 14:32:32 +00:00
libform New sentence, new line. From Robert Elz. 2002-10-01 19:15:15 +00:00
libgssapi heimdal builds shouldn't dig into openssl source by -Ifoo. 2002-08-29 01:31:27 +00:00
libhdb heimdal builds shouldn't dig into openssl source by -Ifoo. 2002-08-29 01:31:27 +00:00
libintl - give the precedence to LC_ALL environment variable 2002-02-13 08:01:13 +00:00
libipsec Explicitly move setting of NOxxx and USE_SHLIBDIR to the top of the 2002-08-19 14:55:14 +00:00
libkadm heimdal builds shouldn't dig into openssl source by -Ifoo. 2002-08-29 01:31:27 +00:00
libkadm5clnt heimdal builds shouldn't dig into openssl source by -Ifoo. 2002-08-29 01:31:27 +00:00
libkadm5srv heimdal builds shouldn't dig into openssl source by -Ifoo. 2002-08-29 01:31:27 +00:00
libkafs shouldn't do -I/usr/include/openssl, it is not recommended by openssl. 2002-08-29 02:33:14 +00:00
libkdb heimdal builds shouldn't dig into openssl source by -Ifoo. 2002-08-29 01:31:27 +00:00
libkrb remove all traces of ktypes.h 2002-09-12 15:28:22 +00:00
libkrb5 fix typo in previous 2002-09-12 15:29:02 +00:00
libkstream backout previous, <des.h> is part of kerberos 4 API 2002-08-29 14:53:21 +00:00
libkvm session, not sessiod. By Adrian Mrva. 2002-10-02 10:59:45 +00:00
libl Use ${NETBSDSRCDIR}/some/path instead of ${.CURDIR}/../../some/path (etc). 2002-08-19 09:41:27 +00:00
libm New sentence, new line. From Robert Elz. 2002-10-01 19:21:30 +00:00
libmenu New sentence, new line. From Robert Elz. 2002-10-01 19:26:58 +00:00
libossaudio New sentence, new line. From Robert Elz. 2002-10-01 19:26:58 +00:00
libpcap Open the BPF file descriptor as read-write. Some pcap-using programs 2002-10-19 22:03:44 +00:00
libpci Use ${NETBSDSRCDIR}/some/path instead of ${.CURDIR}/../../some/path (etc). 2002-08-19 09:41:27 +00:00
libpmc New sentence, new line. From Robert Elz. 2002-10-01 19:26:58 +00:00
libposix Set LLIBS to nothing; no sense in warning about the routines from 2002-09-14 21:18:20 +00:00
libresolv Use ${NETBSDSRCDIR}/some/path instead of ${.CURDIR}/../../some/path (etc). 2002-08-19 09:41:27 +00:00
librmt New sentence, new line. From Robert Elz. 2002-10-01 19:26:58 +00:00
libroken version 12.3 2002-09-12 13:39:53 +00:00
librpcsvc Explicitly move setting of NOxxx and USE_SHLIBDIR to the top of the 2002-08-19 14:55:14 +00:00
libskey New sentence, new line. From Robert Elz. 2002-10-01 19:26:58 +00:00
libsl Use ${NETBSDSRCDIR}/some/path instead of ${.CURDIR}/../../some/path (etc). 2002-08-19 09:41:27 +00:00
libss Use ${NETBSDSRCDIR}/some/path instead of ${.CURDIR}/../../some/path (etc). 2002-08-19 09:41:27 +00:00
libssl e_os.h is not part of exported openssl interface, so don't install it into 2002-08-31 10:46:36 +00:00
libtelnet Restructure the Duff's device in kerberos4_cksum() to avoid 2002-11-05 22:34:50 +00:00
libterm Fix signed/unsigned comparison warnings. 2002-11-11 23:56:46 +00:00
libusbhid New sentence, new line. From Robert Elz. 2002-10-01 19:26:58 +00:00
libutil Spell out month name in .Dd. Use .Fn instead of .Fo/.Fc and .Fa's. 2002-10-12 22:19:25 +00:00
libvers Use ${NETBSDSRCDIR}/some/path instead of ${.CURDIR}/../../some/path (etc). 2002-08-19 09:41:27 +00:00
libwrap New sentence, new line. From Robert Elz. 2002-10-01 19:38:46 +00:00
liby Explicitly move setting of NOxxx and USE_SHLIBDIR to the top of the 2002-08-19 14:55:14 +00:00
libz Explicitly move setting of NOxxx and USE_SHLIBDIR to the top of the 2002-08-19 14:55:14 +00:00
bumpversion
checkver Ignore (to devnull) errors from ls when no libraries are installed. 2000-07-22 16:04:57 +00:00
checkvers Remove executable permission from src/lib/checkver. 2000-08-09 23:41:24 +00:00
Makefile visit libcrypto_mdc2 if MKCRYPTO_MDC2 is defined 2002-09-26 13:29:44 +00:00
Makefile.inc enable WARNS=2 2001-11-05 15:23:49 +00:00