aboutsummaryrefslogtreecommitdiffhomepage
path: root/parser.c
Commit message (Expand)AuthorAge
* Minor duplicate code removalGravatar axel2006-07-20
* Print help message when the case builtin is misusedGravatar axel2006-07-20
* Improve error message for attempts to use Posix variable assignmentsGravatar axel2006-07-20
* Remove translate.c. The gettext fallback functionality is moved to fallback.c...Gravatar axel2006-07-20
* Overhaul of the script autoloader. This should make sure that old scripts are...Gravatar axel2006-07-13
* Fix two crash bugs in highlighter/parser for malformed lines (Thanks to Netoc...Gravatar axel2006-07-03
* Switch from die_mem function to DIE_MEM macro in order to be able to give a l...Gravatar axel2006-07-03
* Check exit status of close and fclose in a few extra placesGravatar axel2006-06-21
* Update input validation. Always use the magic CHECK macro, which prints an er...Gravatar axel2006-06-21
* Large number of sourcecode comment edits, and some minor code polishGravatar axel2006-06-20
* Documentation updates. Fixes a few formating bugs, adds various minor missing...Gravatar axel2006-06-17
* Make the validator show the help for a block command missing an 'end'Gravatar axel2006-06-16
* Check the return value of the unescape call at all placesGravatar axel2006-06-15
* Add support for hishlighting potentially valid paths - default behaviour is t...Gravatar axel2006-06-14
* Major restructuring of the buildsystem, meaning that the documentation doesn'...Gravatar axel2006-06-13
* Minor code editsGravatar axel2006-06-13
* Use halloc in a few more places, including the highlight codeGravatar axel2006-06-13
* Minor code edits - add a few braces, a few minor safety checks, etc.Gravatar axel2006-06-09
* Edits to source code commentsGravatar axel2006-06-09
* Add more function input validation checksGravatar axel2006-06-09
* Fix minor typos in code commentsGravatar axel2006-06-05
* Make sure code validation error output for e.g. the complete builtin can be r...Gravatar axel2006-06-02
* Highlight invalid use of variable expansion operatorGravatar axel2006-06-02
* Make validation code show offening parameter on perameter expansion problemsGravatar axel2006-06-01
* Increase size of buffer for parser error string. Should change this to a dyna...Gravatar axel2006-06-01
* Fix major memory leak in highlighting code and a minor leak in the parserGravatar axel2006-05-28
* Minor editsGravatar axel2006-05-27
* Minor code polish for the validation codeGravatar axel2006-05-26
* 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
* Major update to the ahead-of-time syntax checkerGravatar axel2006-05-22
* Minor cleanupGravatar 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
* 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
* Tweaks to a few error messages (Thanks to Philip Ganchev)Gravatar axel2006-04-22
* Add more descriptive error messages when trying to use variables in command n...Gravatar axel2006-04-22
* If PATH is unset, use a default valueGravatar axel2006-04-21
* Do not return to the shell until all processes of a job have finished (Previo...Gravatar axel2006-04-04
* Make parser_is_block publicGravatar axel2006-03-30
* Add support for the -n switch to skip execution of any commandsGravatar axel2006-03-18
* 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