aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile.in
Commit message (Expand)AuthorAge
* Redo installation file structure, move lots of things to $PREFIX/share/fishGravatar axel2006-02-17
* Check for translation strings in function filesGravatar axel2006-02-13
* 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 missing fish_tests file to make cleanGravatar axel2006-02-09
* Autoloaded functionsGravatar axel2006-02-08
* Further halloc:ification if fishGravatar axel2006-02-07
* First checkin of transition to using a new hierarchical memory allocator, som...Gravatar axel2006-02-07
* Minor tweaks, including a few small performance improvementsGravatar axel2006-02-04
* Autoconf tweaks to make library detection more robustGravatar axel2006-01-31
* Add support for calculating completions for arbitrary commands through the 'c...Gravatar axel2006-01-31
* shellscript functions should use the help command to display helpGravatar axel2006-01-27
* Installation should not rely on making the .po filesGravatar axel2006-01-25
* Add manual page for fish_pager commandGravatar axel2006-01-25
* Fixes to api documentation, added .PHONY to makefile actions, made a few priv...Gravatar axel2006-01-24
* Hopefully the last attempt at fixing the build rules for making .po and .gmo ...Gravatar axel2006-01-24
* Add option parsing and support for -h and -v switches to fishdGravatar axel2006-01-24
* Cleanup Makefile.in and make sure gen_hdr.sh is executable before using itGravatar axel2006-01-23
* .po should not depend on the messages.pot file, since it will cause that file...Gravatar axel2006-01-23
* Move the complete builtin to it's own file, and make it accept multiple -c, -...Gravatar axel2006-01-23
* Add simple fallback implementation of seq command, installed automatically on...Gravatar axel2006-01-23
* Use backticks for command substitutions in Makefile to make it work on older ...Gravatar axel2006-01-22
* Make it possible to manually rebuild an existing messages.pot using 'make mes...Gravatar axel2006-01-19
* Don't automatically rebuild messages.pot every time the source changesGravatar axel2006-01-19
* Add friendly messages to Makefile commandsGravatar axel2006-01-18
* Add debug target to make, which halts on warningsGravatar axel2006-01-16
* some little correctionsGravatar Jan Fader jan.fader@web.de2006-01-11
* Remove the external tokenize command. One can use tr insteadGravatar axel2006-01-11
* Huge upade containing several bugfixes related to i18n, and a huge number of ...Gravatar axel2006-01-08
* Translate most shellscript output, translate internal completion descriptions...Gravatar axel2006-01-05
* Further i18n tweaksGravatar axel2006-01-04
* Add i18n through gettext, as well as a Swedish translationGravatar axel2006-01-04
* Add trap shellscript functionGravatar axel2005-12-18
* Initial blocking implementationGravatar axel2005-12-12
* Do not fail make install on missing ChangeLogGravatar axel2005-12-09
* Add a distclean target to Makefile.inGravatar netocrat2005-11-04
* Add missing files to remove for make cleanGravatar netocrat2005-11-04
* Modify fish init scripts to take account of @SYSCONFDIR@Gravatar netocrat2005-11-04
* Add documentation for the vared shellscript functionGravatar axel2005-10-26
* Fix broken umask, add completions, documentation cleanups, etcGravatar axel2005-10-22
* Implement the ulimit builtinGravatar axel2005-10-15
* Multiple portability fixesGravatar axel2005-10-11
* Move io redirection functions to their own libraryGravatar axel2005-10-08
* Initial update for new event subsystemGravatar axel2005-10-06
* Update for type functionGravatar axel2005-09-24
* Documentation updatesGravatar axel2005-09-24
* Exportable universal variablesGravatar axel2005-09-23
* Key binding functionsGravatar axel2005-09-21
* Minor documentation updatesGravatar axel2005-09-21
* Initial revisionGravatar axel2005-09-20