aboutsummaryrefslogtreecommitdiffhomepage
path: root/history.c
Commit message (Expand)AuthorAge
* remove trailing spacesGravatar Grissiom2010-09-18
* Add lots of new code comments.Gravatar liljencrantz2008-01-14
* Replace variadic functions like sb_append and contains_str with variadic macr...Gravatar liljencrantz2007-09-29
* Do not purge internal history if saving history to file failsGravatar axel2007-01-20
* Fix potential use of ininitialized variable. Could cause fish to save the his...Gravatar axel2007-01-17
* Check all file writes for errors when saving history fileGravatar axel2007-01-13
* Check for errors during string to integer conversion in various placesGravatar axel2007-01-09
* Minor cleanups, mostly of code commentsGravatar axel2006-11-11
* Add more comments to the history implementationGravatar axel2006-10-26
* Make automatic history reloading actually work the way it shouldGravatar axel2006-10-22
* Fix crash bug in new history code - fish would segfauls in non-interactive mo...Gravatar axel2006-10-21
* Fix flags for mmap in history, don't unload history items written to disk in ...Gravatar axel2006-10-21
* Add some documentation to the new history code, and fix some minor code issuesGravatar axel2006-10-21
* Rewritten history implementation - uses mmap to save lots of memory and also ...Gravatar axel2006-10-21
* Fix a number of bugs found using the warnings generated by earlier patchGravatar axel2006-10-20
* First stab at directory transition. Test with care...Gravatar axel2006-10-19
* Update history loading/saving to handle multiline editingGravatar axel2006-10-08
* Fix a few places where uncasted 0 was used as a null pointer in vararg functi...Gravatar axel2006-10-08
* Minor code cleanupGravatar axel2006-10-05
* Further reduction of malloc calls in the historyGravatar axel2006-10-02
* Use halloc in history as well as other minor cleanups in history.cGravatar axel2006-09-08
* Rearrange includes so that config.h is always the first file to be includedGravatar axel2006-08-11
* Switch from die_mem function to DIE_MEM macro in order to be able to give a l...Gravatar axel2006-07-03
* Fix infinite loop when trying to init history without setting history mode na...Gravatar axel2006-06-22
* Documentation updates. Fixes a few formating bugs, adds various minor missing...Gravatar axel2006-06-17
* Remove tiny and unlikely memory leakGravatar axel2006-06-16
* Drop most 'const's from function prototypesGravatar axel2006-06-13
* Fix some minor 64-bit uncleanlieness - thanks to James AnthillGravatar axel2006-06-02
* Earlier history in non-interactive mode bugfix contained a new bug causing fi...Gravatar axel2006-04-20
* Fix warnings from ICCGravatar axel2006-03-29
* Move all fallbacks for standard and not-so-standard unix functions to fallbac...Gravatar axel2006-02-28
* Optimize the halloc implementation so that mutiple calls to halloc can be sat...Gravatar axel2006-02-11
* Another halloc:ification of fish. Halloc has been extended to allow registeri...Gravatar axel2006-02-10
* Lazily load history fileGravatar axel2006-02-07
* Fix infinite loop in token searchGravatar axel2005-12-13
* Initial revisionGravatar axel2005-09-20