aboutsummaryrefslogtreecommitdiffhomepage
path: root/wutil.c
Commit message (Expand)AuthorAge
* Minor code edits. Use CHECK instead of a few error messages, add a few commen...Gravatar axel2006-07-21
* Remove translate.c. The gettext fallback functionality is moved to fallback.c...Gravatar axel2006-07-20
* 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
* Large number of sourcecode comment edits, and some minor code polishGravatar axel2006-06-20
* Add support for hishlighting potentially valid paths - default behaviour is t...Gravatar axel2006-06-14
* Remoce C99:ism (Non-constant expression as array size)Gravatar axel2006-05-13
* Do gettext translation of descriptions just-in-time internally in fishGravatar axel2006-03-02
* Move all fallbacks for standard and not-so-standard unix functions to fallbac...Gravatar axel2006-02-28
* Fix off-by-one error resulting in truncated output from wcsndup fallback and ...Gravatar axel2006-02-22
* Add %o, %x and %X formats to *wprintf fallback implemnentationGravatar axel2006-02-12
* New wreaddir function, wide character version of readdirGravatar axel2006-02-09
* Make string conversion in wutil.c handle special 'broken encoding' sequencesGravatar axel2006-02-03
* Make stack traces print absolute filenamesGravatar axel2006-02-03
* Fixes to make fish work on Cygwin. Firstly a bunch of minor fixes fo the wcs*...Gravatar axel2006-01-26
* Add fallback implementations of wcstok, putwc and getwc. Move all fallbacks f...Gravatar axel2006-01-21
* Make string formating functions correctly handle %%. Thanks to Hiroshi SakuraiGravatar axel2006-01-17
* Minor performance tweaksGravatar axel2005-11-03
* Fix crash bug when pasting long textGravatar axel2005-10-28
* Add support for specifying event handler for calling job in command supstitut...Gravatar axel2005-10-15
* Implement the ulimit builtinGravatar axel2005-10-15
* 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
* Fix issue if fallback implementation of *wprintf functions causing some wide ...Gravatar axel2005-10-12
* Various fixes for *wprintf replacements used in NetBSDGravatar axel2005-10-12
* Updates to string formating functionsGravatar axel2005-10-06
* Initial revisionGravatar axel2005-09-20