summaryrefslogtreecommitdiffstats
path: root/gnu/lib/libreadline/histfile.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Nuke whitespace foolish enough to expose itself during the greatkrw2017-01-211-3/+3
| | | | "warning:" rectification.
* A couple more unused variables.krw2016-12-191-0/+2
| | | | tweak & ok kettenis@
* Resolve conflicts for GNU readline 4.3p5.kettenis2004-05-101-59/+154
| | | | ok deraadt@, otto@, pval@
* Do not segfault writing an empty history list to a file. Resolves PR 3690.otto2004-03-031-2/+2
| | | | ok tdeval@ markus@
* strings in libreadline, again. this time with no abi change,beck2003-05-121-11/+9
| | | | static builds still seem to work with this. ok deraadt@ tedu@
* Back out libreadline changes, this breaks static build (I.E. vax).beck2003-05-101-9/+11
| | | | changes are nontrivial to fix. Will return when static build works.
* stringsbeck2003-05-081-11/+9
| | | | ok tedu@, art@
* Deal with history_filename() returning NULL. Missing part if last commit.millert2001-03-181-8/+13
|
* If $HOME is not set do *not* use '.' for the history file.millert2001-03-181-4/+1
|
* Local patches:millert2001-03-181-1/+1
| | | | | | 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
* GNU readline-4.1millert2001-03-181-0/+384