aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Initial checkin of german translationGravatar axel2006-02-14
* Fix memory leak and missing error check in dynamic function lookupGravatar axel2006-02-14
* Spelling fixes from HJBGravatar axel2006-02-14
* Change a few chars to be longGravatar axel2006-02-13
* Remova a few calls to free that are handled by halloc nowGravatar axel2006-02-13
* Check for translation strings in function filesGravatar axel2006-02-13
* Variable used for filenmae length was accidentally set to staticGravatar axel2006-02-13
* Fix various minor misses in moving of shellscript functionsGravatar axel2006-02-13
* Remove trailing periods from descriptionsGravatar axel2006-02-13
* Minor hallocificationsGravatar axel2006-02-13
* Allow backslash of quotes within quotesGravatar axel2006-02-13
* Fix a few compiler warnings, add halloc debug output on exit if HALLOC_DEBUG ...Gravatar axel2006-02-12
* Move a few more shellscript functions to their own filesGravatar axel2006-02-12
* Check if curses-string 'flash_screen' is set before using it in fish_pagerGravatar axel2006-02-12
* svn completionsGravatar Nicholas Pilon2006-02-10
* Optimizations of how variable expansion implementationGravatar axel2006-02-12
* Define fish_function_path at the top of the first init file to improve prefor...Gravatar axel2006-02-12
* Add %o, %x and %X formats to *wprintf fallback implemnentationGravatar axel2006-02-12
* Add comment in manual about array base indexGravatar axel2006-02-11
* Optimize the halloc implementation so that mutiple calls to halloc can be sat...Gravatar axel2006-02-11
* Re-add check for presense of ncurses.h header fileGravatar axel2006-02-11
* Registered wrong string with halloc in expand_one, causing potential crash.Gravatar axel2006-02-10
* Use consistent quoting in wgetoptGravatar axel2006-02-10
* make sure fish_tests is deleted on make cleanGravatar axel2006-02-10
* Another halloc:ification of fish. Halloc has been extended to allow registeri...Gravatar axel2006-02-10
* Add source documentation for functions in parse_util.hGravatar axel2006-02-09
* Fix bug where recursive function loading crashed fishGravatar axel2006-02-09
* Add missing fish_tests file to make cleanGravatar axel2006-02-09
* Make sure dynamically loaded functions are completable, even if they have not...Gravatar axel2006-02-09
* Fix crash bug caused by trying to free halloc:ed memoryGravatar axel2006-02-09
* Do not use CDPATH when completing arguments starting with a '.'Gravatar axel2006-02-09
* New wreaddir function, wide character version of readdirGravatar axel2006-02-09
* Make the __fish_describe_command function strip spaces and newlinesGravatar axel2006-02-08
* Fis function signature for a few functions in parser.cGravatar axel2006-02-08
* Move more functions to autoloadGravatar axel2006-02-08
* cvs completionsGravatar Nicholas Pilon2006-02-08
* Make 'exit' work in even handlersGravatar axel2006-02-08
* Autoloaded functionsGravatar axel2006-02-08
* Awk Indent FixGravatar Nicholas Pilon2006-02-08
* 1.20.2Gravatar axel2006-02-07
* Minor tweaks to expand_Variables, fixes rare memory leakGravatar axel2006-02-07
* Fix various uses of old set syntaxGravatar axel2006-02-07
* Only hide /private directories under OS XGravatar axel2006-02-07
* Further halloc:ification if fishGravatar axel2006-02-07
* Fix bug that would accidentally disable interactive mode on OS X when writing...Gravatar axel2006-02-07
* Second checkin of halloc changeover. Make the argv array, but not it's conten...Gravatar axel2006-02-07
* Minor code cleanup, don't use expand_escape and expand_unescape any moreGravatar axel2006-02-07
* Lazily load history fileGravatar axel2006-02-07
* First checkin of transition to using a new hierarchical memory allocator, som...Gravatar axel2006-02-07
* Make sure line counting doesn't move past end of stringGravatar axel2006-02-06