aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Decrease priority of fishd debug messageGravatar axel2006-10-23
* Remove extra whitespace from warning message on directory transitionGravatar axel2006-10-23
* A few more minor code tweaks to fish_pager, including added documentation and...Gravatar axel2006-10-22
* Add documentation, fix memory leaks and do minor code tweaks in fish_pagerGravatar axel2006-10-22
* Give search highligting precedence over other highligting typesGravatar axel2006-10-22
* Make automatic history reloading actually work the way it shouldGravatar axel2006-10-22
* Fix warning messages in fish_testsGravatar axel2006-10-22
* Change meaning of ** to match both files and directoriesGravatar 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
* Decrease number of gettext messages that are buffered to save memoryGravatar axel2006-10-21
* Add wrename wrapper around rename functionGravatar axel2006-10-21
* Remove /etc/fish file before creating directory with the same name to avoid c...Gravatar axel2006-10-20
* Make any character except '/' legal in function namesGravatar axel2006-10-20
* Make failed process expansions expand to zero arguments, not to the original ...Gravatar axel2006-10-20
* Minor code fixesGravatar axel2006-10-20
* Fix a number of bugs found using the warnings generated by earlier patchGravatar axel2006-10-20
* Fix occasional garbled characters in output of the set builtinGravatar axel2006-10-20
* Add compiler warnings for some common incorrect usage of functions, such as f...Gravatar axel2006-10-20
* First stab at directory transition. Test with care...Gravatar axel2006-10-19
* Make the callback for the file autoloader optional, and clarify its useGravatar axel2006-10-19
* Minor edits to documentationGravatar axel2006-10-19
* Make history variable contain whole historyGravatar axel2006-10-19
* Give USER and HOME default values if undefinedGravatar axel2006-10-19
* Tweak initial capacity calculations to always be a Mersenne numberGravatar axel2006-10-19
* Fix exceptaionally rare crash bug in hash tables (happens once in every 2^32 ...Gravatar axel2006-10-19
* Fix yet another universal variable issue with initialization of the read buff...Gravatar axel2006-10-19
* Skip command description lookup when no commands where foundGravatar axel2006-10-19
* Fix bug in command description lookup code causing missing descriptions when ...Gravatar axel2006-10-19
* Properly handle character sets in universal variablesGravatar axel2006-10-18
* Avoid unloading an item currently being loaded by the autoloaderGravatar axel2006-10-17
* Minor code simplifications in the reader and related librariesGravatar axel2006-10-17
* Fix hang bug when appending to killringGravatar axel2006-10-17
* Avoid reading before begining of buffer when moving/erasing word, fixes crash...Gravatar axel2006-10-17
* Minor bugfix in the kill-ring codeGravatar axel2006-10-13
* Make kill-word and backward-kill-word accumulate kills in the killringGravatar axel2006-10-13
* Yet another tweak to the move_word functionGravatar axel2006-10-13
* Update todo-listGravatar axel2006-10-13
* Fix major memory leak in autoloader introduced by recent autounloader patchGravatar axel2006-10-12
* Fix the kill-line, backward-kill-line and kill-whole-line commands to work co...Gravatar axel2006-10-12
* Drop warning in parse_util.cGravatar axel2006-10-12
* Better string hashing functionGravatar axel2006-10-12
* Use the xdg-open command in the open function if it existsGravatar axel2006-10-12
* Fix compilation issue in test suite,. Thanks to Martin Bähr for the report.Gravatar axel2006-10-11
* Unload older autoloaded functionsGravatar axel2006-10-11
* Fix bug in the input buffering of messages to/from fishd causing garbled mess...Gravatar axel2006-10-11
* Only show greeting in interactive modeGravatar axel2006-10-11
* Makefile.in: Update clean target to preserve builtin_help.c, user_doc, doc_sr...Gravatar James Vega2006-09-20