aboutsummaryrefslogtreecommitdiffhomepage
path: root/tokenizer.c
Commit message (Expand)AuthorAge
* Add a few NULL checks to the codebase to avoid crashes on minor bugsGravatar axel2006-05-10
* Move all fallbacks for standard and not-so-standard unix functions to fallbac...Gravatar axel2006-02-28
* Minor edits, additional comments, etc.Gravatar axel2006-02-19
* Allow backslash-escaping of newlinesGravatar axel2006-02-18
* Allow backslash of quotes within quotesGravatar axel2006-02-13
* Improve the status builtinGravatar axel2006-01-31
* Fixes to api documentation, added .PHONY to makefile actions, made a few priv...Gravatar axel2006-01-24
* Add i18n through gettext, as well as a Swedish translationGravatar axel2006-01-04
* Fisx crash buh when completing string ending in backslashGravatar axel2005-12-26
* Make sure tokenizer never changes input stringGravatar axel2005-12-10
* Minor performance tweaksGravatar axel2005-10-26
* Use N>| instead of N| for generic pipe redirectionGravatar axel2005-10-15
* Add support for specifying event handler for calling job in command supstitut...Gravatar axel2005-10-15
* Don't allocate new buffers for tokenizer. Performance increaseGravatar axel2005-10-08
* Minor editsGravatar axel2005-10-08
* Fix bug that broke pipe redirectionGravatar axel2005-10-08
* Allow redirection to filedescriptors with higher number than 9Gravatar axel2005-10-08
* Add support for piping using other file descriptor than fd 1Gravatar axel2005-10-08
* Initial update for new event subsystemGravatar axel2005-10-06
* Initial revisionGravatar axel2005-09-20