aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Change rpm .spec file so it will work both on systems that install X headers ...Gravatar axel2006-03-30
* Minor edits in configure.acGravatar axel2006-03-30
* Update section about compilers in INSTALL file to reflect that fish is known ...Gravatar axel2006-03-30
* Make parser_is_block publicGravatar axel2006-03-30
* Further improvements to build system wrt detection of compiler and libc featu...Gravatar axel2006-03-29
* Fix warnings from ICCGravatar axel2006-03-29
* Fix wildcarding bug where ? at end of wildcard could match 0 charactersGravatar axel2006-03-29
* Add hint on how to fix missing rpm-build when trying make rpmGravatar axel2006-03-27
* Change how a few pointer are supplied to functions, removes warnings about br...Gravatar axel2006-03-26
* Third try on correct fallback headers - re-add the checks to only include pro...Gravatar axel2006-03-26
* Remove gcc-specific cflags from makefile. Add them in the configure file, but...Gravatar axel2006-03-26
* Fix completion describtion bug causing filesizes below 1024 bytes to be repor...Gravatar axel2006-03-22
* Add support for the -n switch to skip execution of any commandsGravatar axel2006-03-18
* Don't call the type function when defining the _ function, as this will cause...Gravatar axel2006-03-17
* Minor code tweak in type function, and add a missing newline to an output stringGravatar axel2006-03-17
* Cleanup after patch conflictGravatar axel2006-03-14
* Use 'type -f' instead of 'which' to test for presense of command, since the l...Gravatar axel2006-03-14
* Fish PATH FixGravatar npilon2006-03-14
* gettext detection fixGravatar npilon2006-03-13
* xargs completion fixGravatar npilon2006-03-13
* OS X Compilation FixGravatar npilon2006-03-13
* Minor comment and documentation changesGravatar axel2006-03-14
* Move typedef of tputs_arg_t from common.h to fallback.hGravatar axel2006-03-14
* Make the type builtin not rely on the exit status of the which commandGravatar axel2006-03-14
* Move to end of current token on completionGravatar axel2006-03-11
* Fix bad return status in read builtinGravatar axel2006-03-11
* Changes in quoting of backslashes lead to minor bug in awk script for munging...Gravatar axel2006-03-11
* Add further checks to unicode_start to see that the command existsGravatar axel2006-03-10
* Add minor comment about error handling to configure.acGravatar axel2006-03-10
* Avoid extended regexps in grep, they are not portableGravatar axel2006-03-10
* Adapt key_reader to changes in buildfilesGravatar axel2006-03-10
* Move LANG init back to /etc where it belongs. IT was temporarily moved earlie...Gravatar axel2006-03-10
* Fix bug that causing terminal corruption if a job is put under job control be...Gravatar axel2006-03-10
* Bump version numberGravatar axel2006-03-09
* Swedish translation additions (incomplete)Gravatar axel2006-03-09
* Update todo listGravatar axel2006-03-09
* Further comment clarification on -fno-optimize-siblingGravatar axel2006-03-09
* Remove extra spaces in descriptions for a few completionsGravatar axel2006-03-09
* Add completions for cdrecord, patch and xargsGravatar axel2006-03-07
* Updates to the swedish translationGravatar axel2006-03-07
* Drop the -fno-strict-aliasing flag for GCC in Makefile.in, since it dealt wit...Gravatar axel2006-03-07
* Add support for \\ in quoted stringsGravatar axel2006-03-06
* Remove fish_tests when doing make clean. This patch has been applied before, ...Gravatar axel2006-03-06
* Add output message when uninstalling legacy fish versionGravatar axel2006-03-06
* 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