aboutsummaryrefslogtreecommitdiffhomepage
path: root/common.c
Commit message (Expand)AuthorAge
* 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