aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* 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
* Add a little padding in the documentation stylesheet to make it easier to dif...Gravatar axel2006-05-10
* Alter syntax for set builtin so that better slicing operations are possibleGravatar axel2006-05-10
* Minor edits of function descriptions, includes, etc.Gravatar axel2006-05-03
* Fix segfault when using the 'set' command with no argumentsGravatar axel2006-05-03
* Make job id numbering start from 1, not 0Gravatar axel2006-04-28
* Fix two bugs in the jobs builtin, causing freezes and other incorrect behavioursGravatar axel2006-04-25
* Bump version numberGravatar axel2006-04-22
* Tweaks to a few error messages (Thanks to Philip Ganchev)Gravatar axel2006-04-22
* Change setup to avoid invalid directories and warnings, also revert directory...Gravatar axel2006-04-22
* Add more descriptive error messages when trying to use variables in command n...Gravatar axel2006-04-22
* Expand the switch/case documentationGravatar axel2006-04-21
* If PATH is unset, use a default valueGravatar axel2006-04-21
* Only allow real directories in PATH, CDPATH, etc. If user tries to use ':' in...Gravatar axel2006-04-21
* Minor comment and documentation editsGravatar axel2006-04-21
* Add missing documentation for the read builtinGravatar axel2006-04-21
* Minor edits to Makefile. A mistyped .PHONY was corrected, a few stray .o file...Gravatar axel2006-04-21
* Earlier history in non-interactive mode bugfix contained a new bug causing fi...Gravatar axel2006-04-20
* Bump version numberGravatar axel2006-04-19
* Minor code cleanupGravatar axel2006-04-19
* Make the read builtin accept 0 parameters and drop the input instead of showi...Gravatar axel2006-04-19