aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
...
* 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
* Remove minor memory leak on initGravatar axel2006-04-19
* Use libc implementations of wcslcpy and wcslcat if they exist. Move internal ...Gravatar axel2006-04-19
* Always init history on startup, to avoid destorying history multiple times wh...Gravatar axel2006-04-19
* Drop all calls to wcsncpyGravatar axel2006-04-13
* Change var_entry_t struct to be ANSI C compliant (Wastes a few hundred bytes)Gravatar axel2006-04-11
* Add warning when trying to change read-only variableGravatar axel2006-04-11
* Fix bug in type command causing type -f to return true even when no file was ...Gravatar axel2006-04-11
* Quote Doxygen test in configure script to remove warning - thanks to Ray Hamm...Gravatar axel2006-04-11
* Bump version numberGravatar axel2006-04-09
* Tiny documentation editsGravatar axel2006-04-09
* Documentation additionsGravatar axel2006-04-05
* Mention in the license section that fish includes the glibc wcstok implementa...Gravatar axel2006-04-05
* Do not call autoconf in Makefile, since configure will automatically reconfig...Gravatar axel2006-04-05
* Delete some commented code and tweak a few commentsGravatar axel2006-04-05
* Do not return to the shell until all processes of a job have finished (Previo...Gravatar axel2006-04-04
* PPC fix by James Vega, fixing an issue with a variable named putc, which clas...Gravatar axel2006-04-04
* Release 1.21.3Gravatar axel2006-04-02
* Swedish translation checkinGravatar axel2006-04-02
* Add tar and dist Makefile targetsGravatar axel2006-04-02
* Add Makefile rules for regenerating Makefile, configure script, etc. when neededGravatar axel2006-04-02
* Add missing space in shellscript for building rpmsGravatar axel2006-04-01
* Telnet completions from Sean HigginsGravatar axel2006-04-01
* 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