aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Add highlighting of a few missing escapesGravatar axel2006-05-27
* Add support for bold highligtingGravatar axel2006-05-27
* Add support for highligting qutes in a special color - defaults to blueGravatar axel2006-05-27
* Use ahead of time validator to make sure that commands entered on the command...Gravatar axel2006-05-27
* Add Parenthesis and braces to list of highlighted operators, and do minor cod...Gravatar axel2006-05-27
* Add support for highlighting operators and escaped sequencesGravatar axel2006-05-27
* Make sure that getopt flags are only written down onceGravatar axel2006-05-27
* Add missing N_.fish file to repoGravatar axel2006-05-26
* Properly exit ca_mode terminal mode on exitGravatar axel2006-05-26
* The fallback seq implementation was missing in the darcs repo, add it and fix...Gravatar axel2006-05-26
* Move jobs builtin to its own fileGravatar axel2006-05-26
* Minor code polish for the validation codeGravatar axel2006-05-26
* If a help page for a builtin is showed in response to an error, make sure it ...Gravatar axel2006-05-26
* Bugfix for previous patch to simplify configuration checks for ulimit builtinGravatar axel2006-05-26
* Allow tab completion of empty command namesGravatar axel2006-05-22
* Add validator check to make sure the second argument to 'for' is 'in'Gravatar axel2006-05-22
* Rewrite small amount of code in parameter expansion to use wide character str...Gravatar axel2006-05-22
* Fix bugs detected by the ahead-of-time syntax checking in the complete builtinGravatar axel2006-05-22
* Use ahead-of-time syntax checker to validate input for complete builtinGravatar axel2006-05-22
* Major update to the ahead-of-time syntax checkerGravatar axel2006-05-22
* Simplify code for detecting which macros are defined in sys/resource.h, no co...Gravatar axel2006-05-20
* Bump version numberGravatar axel2006-05-20
* Fix test suiteGravatar axel2006-05-20
* Spelling fixes - Thanks Netocrat!Gravatar axel2006-05-20
* Define WCHAR_MAX to INT_MAX, not 0x7fffffff if undefined, as per suggestion f...Gravatar axel2006-05-19
* Minor edits to builtin_set.cGravatar axel2006-05-19
* Update the PATH checking code to work in batch modeGravatar axel2006-05-18
* Minor cleanupGravatar axel2006-05-18
* Make fish remove invalid PATH entries on startup, and give a warning about itGravatar axel2006-05-18
* Fix bug that causes fish to elongate the PATH whith directories which are alr...Gravatar axel2006-05-18
* Remove two minor memory leaksGravatar axel2006-05-15
* Fix bug that caused block level io redirection to break on while loopsGravatar axel2006-05-15
* Remove superflous event_signal_listen function, replace all calls to it with ...Gravatar axel2006-05-15
* Minor editsGravatar axel2006-05-15
* Remove some hardcoded values in favour of constantsGravatar axel2006-05-14
* Fix the longstanding hang-on-exit bug in eterm, as well as making sure the hi...Gravatar axel2006-05-14
* Fix broken method for sorting output of builtin commands 'functions', 'set' a...Gravatar axel2006-05-14
* Fix output of the functions command, where a single function would sometimes ...Gravatar axel2006-05-14
* Remoce C99:ism (Non-constant expression as array size)Gravatar axel2006-05-13
* Do not repaint prompt on universal variable events, but add event handler for...Gravatar axel2006-05-11
* Add fallback del_curterm which does nothing, used in preference to BSD curses...Gravatar axel2006-05-11
* Do not try to read init files if the cd to the proper directory failsGravatar axel2006-05-11
* Include stdint.h, in fallback.h, since WCHAR_MAX might be defined there and n...Gravatar axel2006-05-10
* Escape $ character in apropos completions - Thanks to Peter Moulder for point...Gravatar axel2006-05-10
* Add a few NULL checks to the codebase to avoid crashes on minor bugsGravatar axel2006-05-10
* Make sure tokenization errors in eval_args doesn't cause fish to crash while ...Gravatar axel2006-05-10
* Add missing quote escape to ls completionsGravatar axel2006-05-10
* Allow backslash escape fur null byteGravatar axel2006-05-10
* Fixed use of improper storage type for variableGravatar axel2006-05-10
* Make sure WCHAR_MAX is defined (This is missing on OpenBSD for example)Gravatar axel2006-05-10