freebsd-dev/lib/libedit
Stefan Farfeleder 969f700138 Revert the replacement of realloc() with reallocf() (el.h:1.2, map.c:1.5 and
tokenizer.c:1.3).  Contrary to the commit log there were no memory leaks,
but the change introduced a bug because the free'd pointer was not zeroed
and calling the appropriate _end() function would call free() a second time.
2005-08-07 08:35:39 +00:00
..
TEST + Sync with NetBSD, bringing in feature enhancements. 2001-10-01 08:41:27 +00:00
chared.c Fix ID's after a total boch CVS merge due to multiple people making 2001-10-01 23:00:29 +00:00
chared.h Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup, 2003-01-01 18:49:04 +00:00
common.c Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup, 2003-01-01 18:49:04 +00:00
editline.3 Expand contractions. 2005-02-13 23:45:54 +00:00
editrc.5 Expand *n't contractions. 2005-02-13 22:25:33 +00:00
el.c Restore local bits lost in recent merge from NetBSD. 2002-06-16 08:29:35 +00:00
el.h Revert the replacement of realloc() with reallocf() (el.h:1.2, map.c:1.5 and 2005-08-07 08:35:39 +00:00
emacs.c Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup, 2003-01-01 18:49:04 +00:00
hist.c Fix ID's after a total boch CVS merge due to multiple people making 2001-10-01 23:00:29 +00:00
hist.h + Sync with NetBSD, bringing in feature enhancements. 2001-10-01 08:41:27 +00:00
history.c Write the strvis()'d string out to the history file in history_save(), 2002-10-14 10:42:38 +00:00
key.c Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/ 2002-12-30 21:18:15 +00:00
key.h + Sync with NetBSD, bringing in feature enhancements. 2001-10-01 08:41:27 +00:00
Makefile Bump the shared library version number of all libraries that have not 2005-07-22 17:19:05 +00:00
makelist LANG->LC_ALL 2003-08-04 21:31:53 +00:00
map.c Revert the replacement of realloc() with reallocf() (el.h:1.2, map.c:1.5 and 2005-08-07 08:35:39 +00:00
map.h + Sync with NetBSD, bringing in feature enhancements. 2001-10-01 08:41:27 +00:00
parse.c Fix ID's after a total boch CVS merge due to multiple people making 2001-10-01 23:00:29 +00:00
parse.h + Sync with NetBSD, bringing in feature enhancements. 2001-10-01 08:41:27 +00:00
prompt.c Fix ID's after a total boch CVS merge due to multiple people making 2001-10-01 23:00:29 +00:00
prompt.h + Sync with NetBSD, bringing in feature enhancements. 2001-10-01 08:41:27 +00:00
read.c + Sync with NetBSD, bringing in feature enhancements. 2001-10-01 08:41:27 +00:00
refresh.c Fix ID's after a total boch CVS merge due to multiple people making 2001-10-01 23:00:29 +00:00
refresh.h + Sync with NetBSD, bringing in feature enhancements. 2001-10-01 08:41:27 +00:00
search.c Fix ID's after a total boch CVS merge due to multiple people making 2001-10-01 23:00:29 +00:00
search.h + Sync with NetBSD, bringing in feature enhancements. 2001-10-01 08:41:27 +00:00
sig.c + Sync with NetBSD, bringing in feature enhancements. 2001-10-01 08:41:27 +00:00
sig.h + Sync with NetBSD, bringing in feature enhancements. 2001-10-01 08:41:27 +00:00
sys.h + Sync with NetBSD, bringing in feature enhancements. 2001-10-01 08:41:27 +00:00
term.c Fix problem where with PicoBSD the shell coredumps if it does not find an 2002-01-24 13:54:19 +00:00
term.h + Sync with NetBSD, bringing in feature enhancements. 2001-10-01 08:41:27 +00:00
tokenizer.c Revert the replacement of realloc() with reallocf() (el.h:1.2, map.c:1.5 and 2005-08-07 08:35:39 +00:00
tokenizer.h + Sync with NetBSD, bringing in feature enhancements. 2001-10-01 08:41:27 +00:00
tty.c + Sync with NetBSD, bringing in feature enhancements. 2001-10-01 08:41:27 +00:00
tty.h + Sync with NetBSD, bringing in feature enhancements. 2001-10-01 08:41:27 +00:00
vi.c Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup, 2003-01-01 18:49:04 +00:00