summaryrefslogtreecommitdiff
path: root/src/history.c
AgeCommit message (Expand)Author
2017-08-07Fix: call using_history after initializing history entriesAntoine Busque
2014-09-14Check for and include sys/stat.hJérémie Courrèges-Anglas
2014-04-02At saving time, restrict the permissions of the history fileJérémie Courrèges-Anglas
2014-04-02fclose returns 0 on successJérémie Courrèges-Anglas
2014-03-24Stray empty line introduced in 5dcd243Jérémie Courrèges-Anglas
2014-03-24Put history_expand_line's return type on its own line.Jérémie Courrèges-Anglas
2014-03-24In history_add_upto make sure we don't dereference a NULL pointer;Jérémie Courrèges-Anglas
2014-03-24Kill history_resize, unused.Jérémie Courrèges-Anglas
2014-03-04More decls/code separation. More spacing too.Jérémie Courrèges-Anglas
2014-03-04Use get_homedir anywhere we can.Jérémie Courrèges-Anglas
2014-01-03Make our fallback getline more compliant.Jérémie Courrèges-Anglas
2013-11-22Cast char arguments to to*/is* ctype calls to unsigned charJérémie Courrèges-Anglas
2013-08-08Free buffer used to read history file.Jérémie Courrèges-Anglas
2013-04-13Make our fallback getline implementation re-usableJérémie Courrèges-Anglas
2013-04-10history_add: make 2nd parameter constJérémie Courrèges-Anglas
2013-04-07Don't use a flexible array member in struct history_itemJérémie Courrèges-Anglas
2009-07-15silence unused variables and unused parameters warningsBernhard R. Link
2009-04-29Fix issues when historysize is zero.Bernhard R. Link
2008-10-22include limits.h for INT_MAXShawn
2008-10-22remove libhistory history handling, only feed it on demand when doing ! expan...Bernhard R. Link
2008-10-22add 'set historysize' and 'set historycompaction' (defaulting to true) to com...Bernhard R. Link
2008-10-22alternate history implementation when no libhistory is availableBernhard R. Link
2008-10-22move all HAVE_HISTORY into history.cBernhard R. Link
2008-10-22SHELLCMD history only shows execute arguments, things to execute are stored a...Bernhard R. Link
2008-10-22define different history types and use themBernhard R. Link
2008-06-22remove unused history_list_items functionBernhard R. Link
2006-05-24* src/xinerama.c (free_xinerama): take void arguments. prototype updated.sabetts
2006-03-16remove tabs and trailing whitespace.sabetts
2004-12-04update copyright.sabetts
2004-12-02Updated copyright notices.sabetts
2004-11-04*** empty log message ***sabetts
2004-09-29* configure.in: Warn when the history header or library is notsabetts
2003-11-03 * configure.in: Add "--disable-history" handling.sabetts
2003-05-27(ratpoison_SOURCES): add editor.c editor.hsabetts