aboutsummaryrefslogtreecommitdiffhomepage
path: root/common.c
Commit message (Expand)AuthorAge
* 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
* Minor performance tweaksGravatar axel2005-11-03
* Fix problem bug breaking completion in commands with multiple subshellsGravatar axel2005-10-25
* Huge API documentation cleanupGravatar axel2005-10-25
* Minor editsGravatar axel2005-10-20
* Fix broken debug in non-interactive modeGravatar axel2005-10-20
* Increase fish robustness by improving signal handling when forking jobs and m...Gravatar axel2005-10-14
* Optimize interactive input reader by allowing multiple input characters betwe...Gravatar axel2005-10-14
* Escape % sign in escape functionGravatar axel2005-10-12
* Do automatic line breaking in debugGravatar axel2005-10-12
* Minor editsGravatar axel2005-10-08
* API cleanupGravatar axel2005-10-07
* Proper order for #includesGravatar axel2005-10-05
* Correct NFS-safe locking for per-hostname uniqueness (and misc fixes)Gravatar netocrat2005-10-02
* Use internal implementation for wcsncasecmpGravatar axel2005-10-04
* Amended critical section locking to be NFS-safeGravatar netocrat2005-10-01
* Critical section locking for fishdGravatar netocrat2005-09-28
* Fix minor bugs in parserGravatar axel2005-09-25
* Key binding functionsGravatar axel2005-09-21
* Initial revisionGravatar axel2005-09-20