freebsd-src/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
chared.c
chared.h
common.c
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
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
hist.c
hist.h
history.c
key.c
key.h
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
parse.c
parse.h
prompt.c
prompt.h
read.c
refresh.c
refresh.h
search.c
search.h
sig.c
sig.h
sys.h
term.c
term.h
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
tty.c
tty.h
vi.c