about summary refs log tree commit diff stats
path: root/history.c
Commit message (Collapse)AuthorAgeFilesLines
* Initialize some variables to remove warnings.Josh Rickmar2012-08-231-1/+1
|
* rename xxxterm to xomreroMarco Peereboom2012-05-171-1/+1
|
* fix a couple of mem leaks, bad stevan! fix provided by ber_t on forumMarco Peereboom2012-02-271-13/+21
|
* also fixup PS over hereMarco Peereboom2012-01-241-2/+2
|
* remove need for clens here by playing tricks with include paths, help from davecMarco Peereboom2012-01-231-1/+1
|
* Add history.c and completion.c...Stevan Andjelkovic2012-01-021-0/+239
... and move history and completion related functions to them. ok marco@