aboutsummaryrefslogtreecommitdiffhomepage
path: root/common.c
Commit message (Expand)AuthorAge
* Minor comment edits, reindentation and other code formating changesGravatar axel2006-06-15
* Minor comment edits, reindentation and other code formating changesGravatar axel2006-06-15
* Fix segfault caused by a backslash followed by a null inside single quotesGravatar 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
* Add more function input validation checksGravatar axel2006-06-09
* Highlight invalid use of variable expansion operatorGravatar axel2006-06-02
* Increase size of buffer for parser error string. Should change this to a dyna...Gravatar axel2006-06-01
* Rename function expand_variable_array to tokenize_variable_array and move it ...Gravatar axel2006-05-29
* Add support for highlighting operators and escaped sequencesGravatar axel2006-05-27
* Minor editsGravatar axel2006-05-15
* Remove some hardcoded values in favour of constantsGravatar axel2006-05-14
* Fix broken method for sorting output of builtin commands 'functions', 'set' a...Gravatar axel2006-05-14
* Allow backslash escape fur null byteGravatar axel2006-05-10
* Fixed use of improper storage type for variableGravatar axel2006-05-10
* Fix segfault when using the 'set' command with no argumentsGravatar axel2006-05-03
* Add more descriptive error messages when trying to use variables in command n...Gravatar axel2006-04-22
* Use libc implementations of wcslcpy and wcslcat if they exist. Move internal ...Gravatar axel2006-04-19
* Add support for \\ in quoted stringsGravatar axel2006-03-06
* Small edit in common.cGravatar axel2006-03-02
* Move all fallbacks for standard and not-so-standard unix functions to fallbac...Gravatar axel2006-02-28
* Switch to standard syntax for octal escapesGravatar axel2006-02-24
* Add some input validation code to various functionsGravatar axel2006-02-23
* Drop unuses error counter for string conversionsGravatar axel2006-02-23
* Make sure that command specific completions can handle input strings with wil...Gravatar axel2006-02-19
* Move the move_cursor and writeb functions to output.c, and make the output fu...Gravatar axel2006-02-16
* Allow backslash of quotes within quotesGravatar axel2006-02-13
* Another halloc:ification of fish. Halloc has been extended to allow registeri...Gravatar axel2006-02-10
* New wreaddir function, wide character version of readdirGravatar axel2006-02-09
* 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
* Make sure interactive mode is of when firing eventsGravatar axel2006-02-06
* Fix for how fish parses the double quote characterGravatar axel2006-02-01
* Add support for correctly handling illegal character stringsGravatar axel2006-01-28
* Fixes to api documentation, added .PHONY to makefile actions, made a few priv...Gravatar axel2006-01-24
* Add fallback implementations of wcstok, putwc and getwc. Move all fallbacks f...Gravatar axel2006-01-21
* Check location of term.h header (updated)Gravatar axel2006-01-19
* Make the functions builtin display function listing on -n to a terminal in a ...Gravatar axel2006-01-15
* Improve locale implementation (should now behave identically to bash) and doc...Gravatar axel2006-01-09
* Huge upade containing several bugfixes related to i18n, and a huge number of ...Gravatar axel2006-01-08
* Add i18n through gettext, as well as a Swedish translationGravatar axel2006-01-04
* Only use internal wcsndup implementation of no external one existsGravatar axel2005-12-26
* Fisx crash buh when completing string ending in backslashGravatar axel2005-12-26
* Add autoconf checks for wide character string functionsGravatar axel2005-12-18
* Escape the ~ characterGravatar axel2005-12-09
* Fix missing escapes for the [] charactersGravatar axel2005-12-09
* Insert boundary token at quotes, makes things like $foo"bar" work rightGravatar axel2005-12-08
* common.c: Include the header file for ioctl()Gravatar James Vega2005-11-29
* Change quoting rules to POSIX styleGravatar axel2005-11-03