aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Make the functions for setting default values use gobal values if universal v...Gravatar axel2006-03-06
* Always define prototypes in fallback.h, so that if the prototypes are missing...Gravatar axel2006-03-06
* Add missing includesGravatar axel2006-03-06
* Some compiler flag tweaks, and elaborated comments on compiler flags useGravatar axel2006-03-06
* Re-add accidantally removed HAVE_GETTEXT substitutionGravatar axel2006-03-02
* Automatically rerun autoconf inside configure when neededGravatar axel2006-03-02
* Add documentation about indirect variable expansionGravatar axel2006-03-02
* Remove warning for missing history value - it is not a bugGravatar axel2006-03-02
* Small edit in common.cGravatar axel2006-03-02
* Add two newlines to german translationGravatar axel2006-03-02
* Add missing includes in fallback.cGravatar axel2006-03-02
* Unbreak fwprintf autoconf check cpp symbolsGravatar axel2006-03-02
* Fix various uses of the GNUism of allowing backslash escapes in the second ha...Gravatar axel2006-03-02
* Better commenting in configure.acGravatar axel2006-03-02
* Add additional -I includes to both CFLAGS and CPPFLAGSGravatar axel2006-03-02
* Add an autoconf test to verify that fwprintf doesn't crash to avoid non-worki...Gravatar axel2006-03-02
* Remove correct files when using make distcleanGravatar axel2006-03-02
* Do gettext translation of descriptions just-in-time internally in fishGravatar axel2006-03-02
* Update to latest config.sub and config.guess versionsGravatar axel2006-03-02
* Use correct objects list when building mimedbGravatar axel2006-03-01
* Move all fallbacks for standard and not-so-standard unix functions to fallbac...Gravatar axel2006-02-28
* Bump version number to 1.21.1Gravatar axel2006-02-25
* Fix broken function/completion paths, sent by Sean HigginsGravatar axel2006-02-25
* Bump version number to 1.21.0Gravatar axel2006-02-25
* Various minor editsGravatar axel2006-02-25
* Fix crash bug on invalid input to fish_pagerGravatar axel2006-02-25
* Add functiopn prototype completions for valgrind --alloc-fnGravatar axel2006-02-24
* Switch to standard syntax for octal escapesGravatar axel2006-02-24
* Add an FAQ section to the documentation, and remove a few seactions of the ma...Gravatar axel2006-02-24
* Update of the makefile on how to handle the directory hierarchy transitionGravatar axel2006-02-24
* Protect against double-free of the process argument listGravatar axel2006-02-23
* Do not unescape strings from completion callouts. Why was this done before?Gravatar axel2006-02-23
* Add some input validation code to various functionsGravatar axel2006-02-23
* Documentation clarification for the cd builtinGravatar axel2006-02-23
* Drop unuses error counter for string conversionsGravatar axel2006-02-23
* Allow multiple slashes in a wildcard to be used as a single directory separatorGravatar axel2006-02-22
* Move _ shellscript function to it's own fileGravatar axel2006-02-22
* Fix off-by-one error resulting in truncated output from wcsndup fallback and ...Gravatar axel2006-02-22
* Fix rare accidental ellipsisizing of strings that will actually fit in fish_p...Gravatar axel2006-02-21
* API documentation, code style cleanup, etc.Gravatar axel2006-02-20
* Move code for setting ls and grep colors to function definition filesGravatar axel2006-02-20
* Make fish continue parsing/executing a file if a command is not foundGravatar axel2006-02-20
* A flag got reversed, causing children to execute even if an IO redirection fa...Gravatar axel2006-02-20
* Remove some ancient debug messages, drop two warnings, add some braces and ot...Gravatar axel2006-02-20
* Use variable name as index for tables when autoloading functions and completi...Gravatar axel2006-02-20
* Minor edits, additional comments, etc.Gravatar axel2006-02-19
* Fix bug causing fish to occasionally reset line number for error reportingGravatar axel2006-02-19
* Make sure that command specific completions can handle input strings with wil...Gravatar axel2006-02-19
* Give more detail in an error messageGravatar axel2006-02-18
* Move a few shellscript bits aroundGravatar axel2006-02-18