freebsd-dev/lib/libedit
Marcel Moolenaar 3cf3c5d9dd sigset_t change (part 5 of 5)
-----------------------------

Most of the userland changes are in libc. For both the alpha
and the i386 setjmp has been changed to accomodate for the
new sigset_t. Internally, libc is mostly rewritten to use the
new syscalls. The exception is in compat-43/sigcompat.c

The POSIX thread library has also been rewritten to use the
new sigset_t. Except, that it currently only handles NSIG
signals instead of the maximum _SIG_MAXSIG. This should not
be a problem because current applications don't use any
signals higher than NSIG.

There are version bumps for the following libraries:
  libdialog
  libreadline
  libc
  libc_r
  libedit
  libftpio
  libss

These libraries either a) have one of the modified structures
visible in the interface, or b) use sigset_t internally and
may cause breakage if new binaries are used against libraries
that don't have the sigset_t change. This not an immediate
issue, but will be as soon as applications start using the
new range to its fullest.

NOTE: libncurses already had an version bump and has not been
      given one now.

NOTE: doscmd is a real casualty and has been disconnected for
      the moment. Reconnection will eventually happen after
      doscmd has been fixed. I'm aware that being the last one
      to touch it, I'm automaticly promoted to being maintainer.
      According to good taste this means that I will receive a
      badge which either will be glued or mechanically stapled,
      drilled or otherwise violently forced onto me :-)

NOTE: pcvt/vttest cannot be compiled with -traditional. The
      change cause sys/types to be included along the way which
      contains the const and volatile modifiers. I don't consider
      this a solution, but more a workaround.
1999-09-29 15:18:46 +00:00
..
TEST Add extra test functionality. 1997-06-25 08:14:45 +00:00
chared.c Fixes assorted problems with the history edit functions in libedit. This 1998-06-27 16:10:40 +00:00
chared.h Fixes assorted problems with the history edit functions in libedit. This 1998-06-27 16:10:40 +00:00
common.c Fixes assorted problems with the history edit functions in libedit. This 1998-06-27 16:10:40 +00:00
editline.3 $Id$ -> $FreeBSD$ 1999-08-28 00:22:10 +00:00
editrc.5 $Id$ -> $FreeBSD$ 1999-08-28 00:22:10 +00:00
el.c Add 2 functions: el_data_set() and el_data_get() which do what you 1999-08-20 01:17:12 +00:00
el.h Add 2 functions: el_data_set() and el_data_get() which do what you 1999-08-20 01:17:12 +00:00
emacs.c 8bit cleaness (ctype) fixes 1996-08-11 19:20:30 +00:00
hist.c Remove trailing whitespace. 1995-05-30 05:51:47 +00:00
hist.h Update libedit with changes from NetBSD. Includes history load/save, 1997-06-25 08:14:24 +00:00
history.c Update libedit with changes from NetBSD. Includes history load/save, 1997-06-25 08:14:24 +00:00
key.c ctype: portability, sign extension and cleanup fixes 1997-06-27 11:50:56 +00:00
key.h Remove trailing whitespace. 1995-05-30 05:51:47 +00:00
Makefile sigset_t change (part 5 of 5) 1999-09-29 15:18:46 +00:00
makelist Don't use absolute path. 1998-05-27 07:39:05 +00:00
map.c Replace memory leaking instances of realloc with non-leaking reallocf. 1998-09-16 04:17:47 +00:00
map.h Remove trailing whitespace. 1995-05-30 05:51:47 +00:00
parse.c ctype: portability, sign extension and cleanup fixes 1997-06-27 11:50:56 +00:00
parse.h Remove trailing whitespace. 1995-05-30 05:51:47 +00:00
prompt.c Remove trailing whitespace. 1995-05-30 05:51:47 +00:00
prompt.h BSD 4.4 Lite Lib Sources 1994-05-27 05:00:24 +00:00
read.c Fixes assorted problems with the history edit functions in libedit. This 1998-06-27 16:10:40 +00:00
refresh.c ctype: portability, sign extension and cleanup fixes 1997-06-27 11:50:56 +00:00
refresh.h BSD 4.4 Lite Lib Sources 1994-05-27 05:00:24 +00:00
search.c Fix vi-mode searching broken with the NetBSD changes update. 1997-07-14 13:21:08 +00:00
search.h Remove trailing whitespace. 1995-05-30 05:51:47 +00:00
sig.c Update libedit with changes from NetBSD. Includes history load/save, 1997-06-25 08:14:24 +00:00
sig.h BSD 4.4 Lite Lib Sources 1994-05-27 05:00:24 +00:00
sys.h Update libedit with changes from NetBSD. Includes history load/save, 1997-06-25 08:14:24 +00:00
term.c On the alpha, sizeof(char*) != sizeof(int) which was assumed in 1998-11-30 10:12:03 +00:00
term.h Nuke local termcap.h and use system one 1995-08-04 09:26:10 +00:00
tokenizer.c Replace memory leaking instances of realloc with non-leaking reallocf. 1998-09-16 04:17:47 +00:00
tokenizer.h Remove trailing whitespace. 1995-05-30 05:51:47 +00:00
tty.c Don't swap carriage return and new line in quoted mode (after ^V). 1998-01-22 07:37:10 +00:00
tty.h Update libedit with changes from NetBSD. Includes history load/save, 1997-06-25 08:14:24 +00:00
vi.c Fixes assorted problems with the history edit functions in libedit. This 1998-06-27 16:10:40 +00:00