aboutsummaryrefslogtreecommitdiffhomepage
path: root/parser.c
Commit message (Expand)AuthorAge
* Move all fallbacks for standard and not-so-standard unix functions to fallbac...Gravatar axel2006-02-28
* Protect against double-free of the process argument listGravatar axel2006-02-23
* Add some input validation code to various functionsGravatar axel2006-02-23
* API documentation, code style cleanup, etc.Gravatar axel2006-02-20
* Make fish continue parsing/executing a file if a command is not foundGravatar 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
* Fix bug in fish causing occasionally incorrect signal handlersGravatar axel2006-02-16
* Spelling fixes from HJBGravatar axel2006-02-14
* Change a few chars to be longGravatar axel2006-02-13
* Remova a few calls to free that are handled by halloc nowGravatar axel2006-02-13
* Optimize the halloc implementation so that mutiple calls to halloc can be sat...Gravatar axel2006-02-11
* Another halloc:ification of fish. Halloc has been extended to allow registeri...Gravatar axel2006-02-10
* Fix bug where recursive function loading crashed fishGravatar axel2006-02-09
* Fix crash bug caused by trying to free halloc:ed memoryGravatar axel2006-02-09
* Do not use CDPATH when completing arguments starting with a '.'Gravatar axel2006-02-09
* Fis function signature for a few functions in parser.cGravatar axel2006-02-08
* Autoloaded functionsGravatar axel2006-02-08
* Further halloc:ification if fishGravatar axel2006-02-07
* Second checkin of halloc changeover. Make the argv array, but not it's conten...Gravatar axel2006-02-07
* First checkin of transition to using a new hierarchical memory allocator, som...Gravatar axel2006-02-07
* Remove duplicate line counting code. Make the remaining implementation have a...Gravatar axel2006-02-05
* Minor tweaks, including a few small performance improvementsGravatar axel2006-02-04
* Remove some unneeded debug messagesGravatar axel2006-02-04
* Make sure completions aren't run in interactive modeGravatar axel2006-02-04
* Make children set their own process group instead of waiting for their parent...Gravatar axel2006-02-04
* Make stack traces print absolute filenamesGravatar axel2006-02-03
* Generalize the stack tracing code, add support for showing events and command...Gravatar axel2006-02-02
* Readd the terminal flag for jobs, as not all jobs under job control should be...Gravatar axel2006-02-01
* Improve the status builtinGravatar axel2006-01-31
* Rename the 'terminal' flag to 'job_control', make sure fg and bg only conside...Gravatar axel2006-01-31
* Add support for calculating completions for arbitrary commands through the 'c...Gravatar axel2006-01-31
* Display use of . (source) builtin in stack tracesGravatar axel2006-01-28
* Fix glitches in stack traceGravatar axel2006-01-27
* Small output string tweaksGravatar axel2006-01-27
* Add function stack trace to error outputGravatar axel2006-01-27
* Fixes to api documentation, added .PHONY to makefile actions, made a few priv...Gravatar axel2006-01-24
* Change the foregrounf/background code a bit, fixes bug where mulktiple jobs w...Gravatar axel2006-01-18
* Make parser_current_line use dynamic memory to avoid overflow on long linesGravatar axel2006-01-12
* Yet another batch of description tweaks, as well as the last major checkin of...Gravatar axel2006-01-12
* Improve locale implementation (should now behave identically to bash) and doc...Gravatar axel2006-01-09
* Add more helpful error messages when trying to use Posix short circut operato...Gravatar axel2006-01-06
* Change syntax of 'and' and 'or' to infix orderGravatar axel2006-01-06
* Minor fixes to i18nGravatar axel2006-01-04
* Add i18n through gettext, as well as a Swedish translationGravatar axel2006-01-04
* Minor text formating tweaksGravatar axel2005-12-31
* Code tweaksGravatar axel2005-12-14
* Code tweaksGravatar axel2005-12-14
* More tweaksGravatar axel2005-12-14
* Use . as CDPATH if CDPATH is zero lengthGravatar axel2005-12-14