aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Multiple portability fixesGravatar axel2005-10-11
* Spelling fixGravatar axel2005-10-09
* Remove finsihed jobs after eventsGravatar axel2005-10-09
* API documentation updatesGravatar axel2005-10-09
* Move io redirection functions to their own libraryGravatar axel2005-10-08
* Spelling fixesGravatar axel2005-10-08
* Minor fixesGravatar axel2005-10-08
* Don't allocate new buffers for tokenizer. Performance increaseGravatar axel2005-10-08
* Call job removal more often in non-interactive mode, increases performance wh...Gravatar axel2005-10-08
* Minor editsGravatar axel2005-10-08
* Improve error message on missing 'end'Gravatar axel2005-10-08
* Fix bug that broke pipe redirectionGravatar axel2005-10-08
* Allow redirection to filedescriptors with higher number than 9Gravatar axel2005-10-08
* Allow explicitly local variable that die at EOF when sourcing filesGravatar axel2005-10-08
* Meta-p shortcut for piping output through pagerGravatar axel2005-10-08
* Add support for piping using other file descriptor than fd 1Gravatar axel2005-10-08
* API cleanupGravatar axel2005-10-07
* Test for presens of rt and socket librariesGravatar axel2005-10-07
* Minor editsGravatar axel2005-10-07
* Use setsid to daemonize fishdGravatar axel2005-10-07
* Minor bugfixes for SolarisGravatar axel2005-10-07
* Various updates to signal event handlingGravatar axel2005-10-06
* Switch from setpgrp to setpgid for platform independenceGravatar axel2005-10-06
* Updates to string formating functionsGravatar axel2005-10-06
* Add additional event-handling filesGravatar axel2005-10-06
* Initial update for new event subsystemGravatar axel2005-10-06
* Make sure WCHAR_MAX is #definedGravatar axel2005-10-05
* Rename preprocessor symbols to avoid nameclash with ncursesGravatar axel2005-10-05
* Proper order for #includesGravatar axel2005-10-05
* Change WCHAR_END to use WCHAR_MAX instead of hard-coding a value.Gravatar James Vega2005-10-05
* Add a missing function prototype.Gravatar James Vega2005-10-05
* Add header guards to the header files.Gravatar James Vega2005-10-05
* Update to array_list heap patchGravatar axel2005-10-04
* Add shortcut function for creating an array_list_t on the heapGravatar axel2005-10-04
* Clarifications for ChangelogGravatar axel2005-10-04
* Set version to 1.15.0Gravatar axel2005-10-04
* Changelog updateGravatar axel2005-10-04
* Correct NFS-safe locking for per-hostname uniqueness (and misc fixes)Gravatar netocrat2005-10-02
* Use internal implementation for wcsncasecmpGravatar axel2005-10-04
* Drop various debug messagesGravatar axel2005-10-03
* Code cleanup and a few source code commentsGravatar axel2005-10-03
* Make sure all internal file descriptors are closed when spawning childrenGravatar axel2005-10-03
* Minor documentation updatesGravatar axel2005-10-03
* Fix broken regression test (irony?)Gravatar axel2005-10-02
* Support symbolic keybindingsGravatar axel2005-10-02
* Use debug function instead of fwprintfGravatar axel2005-10-01
* Amended critical section locking to be NFS-safeGravatar netocrat2005-10-01
* Cast null pointers to (void *) in vararg functionsGravatar axel2005-10-01
* Critical section locking for fishdGravatar netocrat2005-09-28
* Add missing include for intern.cGravatar axel2005-09-29