aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Finish support for plugging in a new output function for output.cGravatar axel2006-02-17
* Move the move_cursor and writeb functions to output.c, and make the output fu...Gravatar axel2006-02-16
* Fix bug in fish causing occasionally incorrect signal handlersGravatar axel2006-02-16
* Use env to work around path issues on the shebang line for the seq fallback i...Gravatar axel2006-02-16
* Fix invalid destruction order on exitGravatar axel2006-02-16
* Add swedish translation of function descriptionsGravatar axel2006-02-16
* Make function descriptions for dynamically loaded functions translatableGravatar axel2006-02-16
* Minor editsGravatar axel2006-02-15
* Drop fuction from man completion file, already lives in it's own fileGravatar axel2006-02-15
* Reset list of loaded completion files when running complete_destroy. Otherwis...Gravatar axel2006-02-15
* Add missing function prototype in parse_util.hGravatar axel2006-02-15
* Remove the rather stupid -y option for complete, which loads another commands...Gravatar axel2006-02-15
* Add support for checking current filename and current line nuber to status bu...Gravatar axel2006-02-15
* Add support for sending arguments whenusing the source builtinGravatar axel2006-02-15
* Fix timestap checking bug when autoloading scriptsGravatar axel2006-02-15
* Add missing translation stringGravatar axel2006-02-14
* Escape semicolons and other chars that have syntactic meaning in various shel...Gravatar axel2006-02-14
* Add missing #define, needed by new fish_pager codeGravatar axel2006-02-14
* Swedish translation checkinGravatar axel2006-02-14
* Fix clash in usage of unicode private use areaGravatar axel2006-02-14
* Fix minor display bugs and a memory leak in fish_pagerGravatar axel2006-02-14
* Group multiple switches with common description together when printing comple...Gravatar axel2006-02-14
* 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