aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile.in
Commit message (Expand)AuthorAge
* 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