aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Fix warning messages in fish_testsGravatar axel2006-10-22
| | | | darcs-hash:20061021225900-ac50b-992edf0914250ae090ef952717ef3a05cb9cfa6e.gz
* Change meaning of ** to match both files and directoriesGravatar axel2006-10-22
| | | | darcs-hash:20061021224429-ac50b-38e46fa533baf9a46d207ab95bfa7af55abbe54a.gz
* Fix crash bug in new history code - fish would segfauls in non-interactive ↵Gravatar axel2006-10-21
| | | | | | mode on exit darcs-hash:20061021103035-ac50b-a2a8d96416ff217cc5640f8f27db8dbac2c39b82.gz
* Fix flags for mmap in history, don't unload history items written to disk in ↵Gravatar axel2006-10-21
| | | | | | order to keep proper ordering darcs-hash:20061021101609-ac50b-563c0b14b620a6ef4bffe69202e97103b1d75ea5.gz
* Add some documentation to the new history code, and fix some minor code issuesGravatar axel2006-10-21
| | | | darcs-hash:20061020230420-ac50b-39a08d68b82481514b0d6c1024a12618bf329d57.gz
* Rewritten history implementation - uses mmap to save lots of memory and also ↵Gravatar axel2006-10-21
| | | | | | allows incremental saving. The history is autosaved every five minutes and every five added entries darcs-hash:20061020223649-ac50b-5e3e2c1e395feec0f5ac457149639f68d52d40f0.gz
* Decrease number of gettext messages that are buffered to save memoryGravatar axel2006-10-21
| | | | darcs-hash:20061020223440-ac50b-ad0c0f685bfc851c62c340ee7d97fa1413bc9fca.gz
* Add wrename wrapper around rename functionGravatar axel2006-10-21
| | | | darcs-hash:20061020223347-ac50b-1735f7e63b87f021ca71c44e5278726d3e8debc3.gz
* Remove /etc/fish file before creating directory with the same name to avoid ↵Gravatar axel2006-10-20
| | | | | | clash darcs-hash:20061019234336-ac50b-569c1b492ab4d1f5f84dc8a4730700264c4e3e10.gz
* Make any character except '/' legal in function namesGravatar axel2006-10-20
| | | | darcs-hash:20061019154747-ac50b-f3ab0df1085b91ec0eadcceddb23f03d5b0247aa.gz
* Make failed process expansions expand to zero arguments, not to the original ↵Gravatar axel2006-10-20
| | | | | | string darcs-hash:20061019154127-ac50b-86975e62d9947819862a98e7b6fff3ff630f26b7.gz
* Minor code fixesGravatar axel2006-10-20
| | | | darcs-hash:20061019153950-ac50b-9a7d5939ce47cd5f8b7167a97b0e9c62315b7b6e.gz
* Fix a number of bugs found using the warnings generated by earlier patchGravatar axel2006-10-20
| | | | darcs-hash:20061019153603-ac50b-4efb1ad1fe2cbe693a921648a0616a3d258d7933.gz
* Fix occasional garbled characters in output of the set builtinGravatar axel2006-10-20
| | | | darcs-hash:20061019152418-ac50b-2ef6e93820deb5e272f28f893c51dca642a6b080.gz
* Add compiler warnings for some common incorrect usage of functions, such as ↵Gravatar axel2006-10-20
| | | | | | forgetting to cast null pointers to variadic functions darcs-hash:20061019151947-ac50b-4043638a7a830fa80fd918f92365f5afe3ff208a.gz
* First stab at directory transition. Test with care...Gravatar axel2006-10-19
| | | | darcs-hash:20061019115023-ac50b-30c3fd51d8af8a616d63dfcac39370d7fe6d144e.gz
* Make the callback for the file autoloader optional, and clarify its useGravatar axel2006-10-19
| | | | darcs-hash:20061019114632-ac50b-a0b3e1b3e7f26aa7cd674ade1a4fb2246f978ebc.gz
* Minor edits to documentationGravatar axel2006-10-19
| | | | darcs-hash:20061019114024-ac50b-e283638e3a34e1d38be58971f31900129230c598.gz
* Make history variable contain whole historyGravatar axel2006-10-19
| | | | darcs-hash:20061019113916-ac50b-7e24780cdd591ae23210f0da2cb80a4cf09ba5c6.gz
* Give USER and HOME default values if undefinedGravatar axel2006-10-19
| | | | darcs-hash:20061019113844-ac50b-def2288d589f479779166ed64903e99c8c8ab71a.gz
* Tweak initial capacity calculations to always be a Mersenne numberGravatar axel2006-10-19
| | | | darcs-hash:20061018230246-ac50b-3da6ada42423f5bba3f8c3fdb366ce1f352cffde.gz
* Fix exceptaionally rare crash bug in hash tables (happens once in every 2^32 ↵Gravatar axel2006-10-19
| | | | | | hash lookups darcs-hash:20061018230148-ac50b-4e67ecf1f9aeae8239c40101ae2ad6aa164c31bb.gz
* Fix yet another universal variable issue with initialization of the read ↵Gravatar axel2006-10-19
| | | | | | buffer. This may fix fishd bugs reported by Philip Ganchev and Martin Bähr darcs-hash:20061018164438-ac50b-c586b1ad36249853d613d0137b505377fe890d37.gz
* Skip command description lookup when no commands where foundGravatar axel2006-10-19
| | | | darcs-hash:20061018155151-ac50b-5562479da23b89571f91ae1e2ed15e640ef0a094.gz
* Fix bug in command description lookup code causing missing descriptions when ↵Gravatar axel2006-10-19
| | | | | | command is given with a path darcs-hash:20061018155059-ac50b-40936e573c07deb6b159a16d843f02ed60e79b49.gz
* Properly handle character sets in universal variablesGravatar axel2006-10-18
| | | | darcs-hash:20061017211129-ac50b-6aecd04b74a9122ff0e1b320a2cf48db36dd2194.gz
* Avoid unloading an item currently being loaded by the autoloaderGravatar axel2006-10-17
| | | | darcs-hash:20061016154022-ac50b-f4b74457a9e3acdcc70076f65dff4c1f00ac379f.gz
* Minor code simplifications in the reader and related librariesGravatar axel2006-10-17
| | | | darcs-hash:20061016153226-ac50b-830735fadfdf578dfa4c686a2a6cd98df0e50c95.gz
* Fix hang bug when appending to killringGravatar axel2006-10-17
| | | | darcs-hash:20061016150017-ac50b-c1f789d9913949ebc44cd9d02af5c3555bdf51bf.gz
* Avoid reading before begining of buffer when moving/erasing word, fixes ↵Gravatar axel2006-10-17
| | | | | | crash bug reported by Martin Bähr and further described by Philip Ganchev. darcs-hash:20061016143912-ac50b-1deacc00f6c0438e6d760568ef5b1e47e3fe08c4.gz
* Minor bugfix in the kill-ring codeGravatar axel2006-10-13
| | | | darcs-hash:20061012223200-ac50b-6a046a89295f01937a38000ef6d016b7be5c19f1.gz
* Make kill-word and backward-kill-word accumulate kills in the killringGravatar axel2006-10-13
| | | | darcs-hash:20061012193000-ac50b-69f261df78b3957b9cec3d728fe05b8a27267c31.gz
* Yet another tweak to the move_word functionGravatar axel2006-10-13
| | | | darcs-hash:20061012161317-ac50b-3b374e2b6c4c22f82c1cf018bf83298c8216fcb1.gz
* Update todo-listGravatar axel2006-10-13
| | | | darcs-hash:20061012140247-ac50b-ae6b9a26c5979dc7080ff3fea8dad618211227e1.gz
* Fix major memory leak in autoloader introduced by recent autounloader patchGravatar axel2006-10-12
| | | | darcs-hash:20061012133012-ac50b-d03de17d9df4d41db075b24c2f7e48ad8c0f6417.gz
* Fix the kill-line, backward-kill-line and kill-whole-line commands to work ↵Gravatar axel2006-10-12
| | | | | | correctly with multiline editing darcs-hash:20061012132732-ac50b-03fe641cf32ace645c88174528e849ab0d1ecb4b.gz
* Drop warning in parse_util.cGravatar axel2006-10-12
| | | | darcs-hash:20061012120859-ac50b-1af2af938cd99630c2ea7b532e6213c26cc4ea6b.gz
* Better string hashing functionGravatar axel2006-10-12
| | | | darcs-hash:20061012010129-ac50b-3c420efe649e892c491d9d9830dda153ca395655.gz
* Use the xdg-open command in the open function if it existsGravatar axel2006-10-12
| | | | darcs-hash:20061011161749-ac50b-f700489a238dafbd9aec4ef4f2eed731a8622b27.gz
* Fix compilation issue in test suite,. Thanks to Martin Bähr for the report.Gravatar axel2006-10-11
| | | | darcs-hash:20061010224721-ac50b-0bd07f325c2026d991cf9535941060fadd5869cb.gz
* Unload older autoloaded functionsGravatar axel2006-10-11
| | | | darcs-hash:20061010224546-ac50b-7c3f38d32d4a413a9c0d8436bb13a5d65235f3a7.gz
* Fix bug in the input buffering of messages to/from fishd causing garbled ↵Gravatar axel2006-10-11
| | | | | | messages darcs-hash:20061010222113-ac50b-1b6b01ab781ecbadf11a99b501f19a526ae7a7cf.gz
* Only show greeting in interactive modeGravatar axel2006-10-11
| | | | darcs-hash:20061010173154-ac50b-4831a80be03ed132ca5f709dcc5284d17d828d4e.gz
* Makefile.in: Update clean target to preserve builtin_help.c, user_doc, ↵Gravatar James Vega2006-09-20
| | | | | | doc_src/builtin_doc and remove share/fish darcs-hash:20060920040413-35ec8-2bc89e5dff67e2cab274676df2ca90eb1bb385e9.gz
* Fix bug in contains functionGravatar axel2006-10-10
| | | | darcs-hash:20061009215133-ac50b-3dc99c245e69c176f334046d9746d533a106cf2a.gz
* Make the greeting message configurable using the fish_greeting variableGravatar axel2006-10-10
| | | | darcs-hash:20061009214905-ac50b-cc07bf2b76c5306f96d1bca7fd478d972de25de8.gz
* New version of the xdg fix. Unlike the previous version, this one should ↵Gravatar axel2006-10-10
| | | | | | actually work. darcs-hash:20061009212440-ac50b-10d1cdd7441335d033171f5b71a8a97f8a1d1dfb.gz
* Fix compilation issues in xdg library caused missing headers. Thanks to ↵Gravatar axel2006-10-10
| | | | | | Jamessan for the report. darcs-hash:20061009201230-ac50b-4b5c183fbd88ef45a0ededdc3eea79191951fb5f.gz
* Apdate address of fish homepageGravatar axel2006-10-10
| | | | darcs-hash:20061009152007-ac50b-403f605d46849a3b83192d872c4f6322bf97bb7e.gz
* Update dependency listGravatar axel2006-10-10
| | | | darcs-hash:20061009151948-ac50b-89b0c12a9c8763517d85bf3e46f78b7c64846db6.gz