summaryrefslogtreecommitdiff
path: root/gnu/lib/libreadline
AgeCommit message (Collapse)Author
2001-03-25Get rid of doc hacks, set SUBDIR and use bsd.subdir.mk. Apparently ITodd C. Miller
was on drugs earlier.
2001-03-23explicitly generate info files via "all" target like we do forTodd C. Miller
cleandir. This is not the prettiest of things but it does work.
2001-03-18for "make cleandir" clean out the doc stuff tooTodd C. Miller
2001-03-18Deal with history_filename() returning NULL. Missing part if last commit.Todd C. Miller
2001-03-18If $HOME is not set do *not* use '.' for the history file.Todd C. Miller
2001-03-18Local patches:Todd C. Miller
remove bogus savestring prototype that conflicts with gdb (and is not used) fix a typo in sgtty code (not that we use it but...) treat empty environment variables as unset
2001-03-18Add BSD Makefiles, shlib_version and a pre-generated config.h forTodd C. Miller
standard OpenBSD library building. Also remove generated doc files and texinfo bits we have in the tree.
2001-03-18GNU readline-4.1Todd C. Miller