aboutsummaryrefslogtreecommitdiffhomepage
path: root/wutil.h
Commit message (Expand)AuthorAge
* Mark stdin as nonblocking if we get EWOULDBLOCK, and before handing it off to...Gravatar ridiculousfish2013-04-07
* Make do_builtin_io multi-fork safe, moved it to postfork.cppGravatar ridiculousfish2013-01-11
* Don't call strerror or perror after fork, it's unsafe. Added safe_strerror an...Gravatar ridiculousfish2013-01-09
* More work towards incremental history. Added some tests.Gravatar ridiculousfish2012-12-02
* Apply new indentation, brace, and whitespace styleGravatar ridiculousfish2012-11-18
* Remove trailing whitespaces and change tabs to spacesGravatar Ɓukasz Niemier2012-11-18
* Additional warning cleanup and switching from int to size_t where appropriateGravatar ridiculousfish2012-08-04
* Remove string_buffer_t (!)Gravatar ridiculousfish2012-03-03
* Some initial changes to use CLO_EXEC, with an eye towards some day using it c...Gravatar Peter Ammon2012-03-02
* Piling on more code to make autosuggestion try to guess directories even when...Gravatar ridiculousfish2012-02-20
* Enhanced directory detection in a way we don't actually need yetGravatar ridiculousfish2012-02-18
* Modified most functions in wutil.h/.cpp to use wcstring instead of wchar_t*, ...Gravatar Siteshwar Vashisht2012-02-18
* Fix a crash when using quotes due to wgettext thread safety issues.Gravatar ridiculousfish2012-02-17
* Changes to make autosuggestion smarter about not suggesting commands that cou...Gravatar ridiculousfish2012-02-16
* Final removal of halloc. It's like Christmas Morning.Gravatar ridiculousfish2012-02-09
* Some changes to migrate towards C++ and a multithreaded modelGravatar ridiculousfish2011-12-26
* remove trailing spacesGravatar Grissiom2010-09-18
* Add wrename wrapper around rename functionGravatar axel2006-10-21
* Add wmkdir functionGravatar axel2006-09-09
* Bugfix in the wdirname functionGravatar axel2006-09-09
* Make fish pager use non-universal variables as well for getting it's colorsGravatar axel2006-08-12
* Remove translate.c. The gettext fallback functionality is moved to fallback.c...Gravatar axel2006-07-20
* Documentation updates. Fixes a few formating bugs, adds various minor missing...Gravatar axel2006-06-17
* Add support for hishlighting potentially valid paths - default behaviour is t...Gravatar axel2006-06-14
* Move all fallbacks for standard and not-so-standard unix functions to fallbac...Gravatar axel2006-02-28
* New wreaddir function, wide character version of readdirGravatar axel2006-02-09
* Make sure interactive mode is of when firing eventsGravatar axel2006-02-06
* Minor source documentation editsGravatar 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 a few Doxygen function descriptionsGravatar axel2006-01-21
* Add fallback implementations of wcstok, putwc and getwc. Move all fallbacks f...Gravatar axel2006-01-21
* Minor performance tweaksGravatar axel2005-11-03
* Initial update for new event subsystemGravatar axel2005-10-06
* Add header guards to the header files.Gravatar James Vega2005-10-05
* Initial revisionGravatar axel2005-09-20