aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Set version to 1.17.0, disable fishd optimization patch.Gravatar axel2005-12-02
| | | | darcs-hash:20051201154544-ac50b-9b0f5502659d9f1facc04e4fd6a0b7287b197f2d.gz
* Fix broken recursive wildcard patchGravatar axel2005-12-01
| | | | darcs-hash:20051130153303-ac50b-3d0973badb50a98fe8038135a031a8ee14e4f894.gz
* Only insert fishd barrier after non-builtin commands to increase performanceGravatar axel2005-11-30
| | | | darcs-hash:20051129195132-ac50b-7fcf7b2458b162c9c668fe823f17dc070604b00d.gz
* Make the not builtin work with shellscript functionsGravatar axel2005-11-30
| | | | darcs-hash:20051129195030-ac50b-7ada30d327f2dcc8ad23f56b0a36c975cb90c481.gz
* Change stupid call signature for tilde expand functionGravatar axel2005-11-30
| | | | darcs-hash:20051129165202-ac50b-f442d0d75864317cc70059fffe5e8eb956ad54a6.gz
* Fix problem with recursive wildcards not working properly when postfixed ↵Gravatar axel2005-11-30
| | | | | | with a regular string darcs-hash:20051129143352-ac50b-6fec789be36250f29d35458b15dbae423eed195c.gz
* Remove accidentally included test code for recursive wildcard featureGravatar axel2005-11-29
| | | | darcs-hash:20051129101414-ac50b-929f0b9928bbed8a485699c66e1b4e3e8cedcfdc.gz
* Minor cleanupsGravatar axel2005-11-29
| | | | darcs-hash:20051129101303-ac50b-11843dc32a9d05037b907fe1ac5df6a90cb7dd36.gz
* Try to report IO redirection errors resulting from redirection stderrGravatar axel2005-11-29
| | | | darcs-hash:20051129101206-ac50b-970569a8b710d74b6e16a3c09b8848618cec4a7e.gz
* common.c: Include the header file for ioctl()Gravatar James Vega2005-11-29
| | | | darcs-hash:20051128144202-35ec8-5148e095c81538cb26c232e93dbe94a93e75e253.gz
* Make sure fishd saves before exiting from signalGravatar axel2005-11-28
| | | | darcs-hash:20051127232409-ac50b-d316781e373c078fecf857a199594a00184361a9.gz
* Make sure fishd synchronization happens only when neededGravatar axel2005-11-28
| | | | darcs-hash:20051127232208-ac50b-927157fb9b5d3e44981f9ec029735531ae59fd61.gz
* Use better test for presense of getopt_long functionGravatar axel2005-11-28
| | | | darcs-hash:20051127150603-ac50b-566999b0cb32bc150dc6ef43220452ab42f1ad64.gz
* Remove config.h.in from repo, it is autogenerated by autoheaderGravatar axel2005-11-26
| | | | darcs-hash:20051125162839-ac50b-bbd4dc02684028a45c19de50cdfa52e020368491.gz
* Use iswspace instead of the GNU extention iswblankGravatar axel2005-11-26
| | | | darcs-hash:20051125144434-ac50b-088a2a8066537f19f287f9dad1611a172addd053.gz
* Use short style switch on set_color, since long style getopt not always ↵Gravatar axel2005-11-26
| | | | | | available darcs-hash:20051125144406-ac50b-ca222e2fb3f2396489fb5eca64f2eff32b654404.gz
* Fire pending events when interrupted while reading from keyboardGravatar axel2005-11-26
| | | | darcs-hash:20051125141826-ac50b-12e763c0a7f1b4e9136e38de7a8921ff2d1a74e7.gz
* Remove ifdefs from function codeGravatar axel2005-11-26
| | | | darcs-hash:20051125141657-ac50b-4dabc1dea3c90accafdcab78f683412858d77541.gz
* builtin ulimit checksGravatar Claes Nästén2005-11-24
| | | | | | | Adds checks for RLIMIT_NPROC, RLIMIT_RSS and RLIMIT_MEMLOCK not available on all platforms. darcs-hash:20051124111321-cac88-606a61ca0f3baa69115be658a056f42a5a9318ad.gz
* Minor code tweaksGravatar axel2005-11-24
| | | | darcs-hash:20051123185743-ac50b-dc35b7f64e5416f3f2749edebd5235abb5bdff98.gz
* Change name of fishd log fileGravatar axel2005-11-24
| | | | darcs-hash:20051123185710-ac50b-bd3e5d1664a4832bfee579a027bbce9ac6661b2d.gz
* Added support for recursive wildcardsGravatar horeah2005-11-24
| | | | darcs-hash:20051123153503-b56f0-6d837388e8bbfdebba9a399f8374b3e8433e5a32.gz
* Make sure installation path is in PATHGravatar axel2005-11-04
| | | | darcs-hash:20051103162625-ac50b-e70d6bff6a83130cd905008e65da34984bf64a7b.gz
* Change quoting rules to POSIX styleGravatar axel2005-11-03
| | | | darcs-hash:20051102164913-ac50b-d4b696394e13a2d4c787f8ee1a2b209317dddb51.gz
* Minor performance tweaksGravatar axel2005-11-03
| | | | darcs-hash:20051102154159-ac50b-9a32fb6cc654c593048840ebd9f6abb97c2e0bb8.gz
* Bump to 1.16.2Gravatar axel2005-11-03
| | | | darcs-hash:20051102145930-ac50b-94dc822e0f57c2774ce93023415742f5655ec5c7.gz
* No special casing for installing to $HOMEGravatar axel2005-11-03
| | | | darcs-hash:20051102145252-ac50b-ebb3471f18c53f2ae0d1ec78e0c6ca60b46ff07e.gz
* Bugfixing for the last patchGravatar jan.fader2005-11-02
| | | | darcs-hash:20051101215628-9ad71-5ca66671c1707ac16f280504ae2eebbe6e07b6e8.gz
* Patch for the stupid defaults of autoconfGravatar jan.fader2005-11-02
| | | | darcs-hash:20051101205215-9ad71-a954e2626d13c91435ca3cddc6f6af6b61f75f72.gz
* Fix minor bug in completions for make, which caused it to fail completing ↵Gravatar axel2005-10-28
| | | | | | targets beginning with 't' darcs-hash:20051027152332-ac50b-cb3741f7ea0c74a6885e31f78f2aa79323ae48a1.gz
* Fix crash bug when pasting long textGravatar axel2005-10-28
| | | | darcs-hash:20051027152148-ac50b-b47b96bc8acae760ce53a2e42d23dc2d07bf2302.gz
* fish_tests.c: Include header files for missing function definitions.Gravatar James Vega2005-10-27
| | | | darcs-hash:20051027122003-35ec8-439007fc422a260e1912c9ac06f6a64ce67d79b6.gz
* Do not override users sysconfdir settingGravatar axel2005-10-28
| | | | darcs-hash:20051027144510-ac50b-fc670196f1ec55c9703a8c44d1411a9380a8a0cf.gz
* Minor performance tweak: Do not allocate any heap memory for hash_table_t ↵Gravatar axel2005-10-27
| | | | | | until an element is inserted. That way, hash tables that never contain any data will not cause a call to malloc() darcs-hash:20051026144823-ac50b-570dfe169a2ce693458c493e8f103884de3c5078.gz
* Minor performance tweaksGravatar axel2005-10-26
| | | | darcs-hash:20051026105102-ac50b-ffa35c43fd9e1aad47229260e5d7da4249cacdcf.gz
* Add documentation for the vared shellscript functionGravatar axel2005-10-26
| | | | darcs-hash:20051025143355-ac50b-d7aaecf4b2de062fb2c56928bd6a6919ad6d223c.gz
* vared function used older uppercase names for fish colorsGravatar axel2005-10-25
| | | | darcs-hash:20051025134851-ac50b-f21b7c3e876f98b39f1d2382e2919d77c38bfdb4.gz
* Predecalre variables in psubGravatar axel2005-10-25
| | | | darcs-hash:20051025134043-ac50b-225c021c00211918b8c6957a10018497891cf456.gz
* Use select instead of poll to avoid MacOS X bugsGravatar axel2005-10-25
| | | | darcs-hash:20051025112247-ac50b-b6c98618716401f39308bdc665401bd34819ce9d.gz
* Fix problem bug breaking completion in commands with multiple subshellsGravatar axel2005-10-25
| | | | darcs-hash:20051025110352-ac50b-fff319ddcbafb722b9bc3c61aa1b250b290716a5.gz
* Make sure PATH contains vital directories during initGravatar axel2005-10-25
| | | | darcs-hash:20051025093945-ac50b-8939b844e472caf43a206e2a0dbfa0d48ffdd45c.gz
* Make sure fish color settings are valid colorsGravatar axel2005-10-25
| | | | darcs-hash:20051024175108-ac50b-3abfbd8b5974c7a3a53bc70d425d41dd1295da02.gz
* Huge API documentation cleanupGravatar axel2005-10-25
| | | | darcs-hash:20051024152625-ac50b-41503feb4ea8d428c5b30c159aaae0c8f7ae46a2.gz
* Code cleanups and API documentation updatesGravatar axel2005-10-23
| | | | darcs-hash:20051023121429-ac50b-6ff72171b5a90b6e398bd84e748388c1dba831d9.gz
* Make sure USER variable is correct. Needed when using the su command.Gravatar axel2005-10-23
| | | | darcs-hash:20051023102232-ac50b-4ed7c9de75ece8a1d9ba7ec5c086bde146436db9.gz
* Fix broken umask, add completions, documentation cleanups, etcGravatar axel2005-10-22
| | | | darcs-hash:20051022100605-ac50b-9b6ece502b203bf7690583d57b5b0713de30890c.gz
* Documentation and completion updatesGravatar axel2005-10-21
| | | | darcs-hash:20051021123945-ac50b-3d3b5004fdf8424190cae84c7b27b2088c87c080.gz
* Code cleanups and API documentation updatesGravatar axel2005-10-21
| | | | darcs-hash:20051021115945-ac50b-bce8377b3a711cd2269bc21d71d99f6d6ad4c931.gz
* Improve error message on bad IO redirectionGravatar axel2005-10-21
| | | | darcs-hash:20051020235651-ac50b-741d8d81dc446512036be9e14a6e6301f337789c.gz
* Minor editsGravatar axel2005-10-20
| | | | darcs-hash:20051020120610-ac50b-62950ed81377c38979ea2967f915eaa0e7f01e33.gz