aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Update rpm spec file, doxygen is no longer rewuired at build timeGravatar axel2006-06-17
| | | | darcs-hash:20060617131036-ac50b-44d240f648cc020ee5307cf44c64ec72c0ca806b.gz
* Documentation updates. Fixes a few formating bugs, adds various minor ↵Gravatar axel2006-06-17
| | | | | | missing api documentation, fixes a few typos. Also fixes a few tiny code issues, mostly missing consts, etc darcs-hash:20060617130708-ac50b-cc2ec5aa3e4bfb8e28d7b86441bfb4661f1dd7e7.gz
* Fix bugs in the highlighting code related to detection and display of ↵Gravatar axel2006-06-17
| | | | | | non-existing paths to the cd builtin darcs-hash:20060617104128-ac50b-c9adecc8b95ab460f0c98c860e7640cdb91b4bae.gz
* Fix a bug in the function wrapper around the 'cd' builtin that caused cd to ↵Gravatar axel2006-06-17
| | | | | | sometimes return with a non-zero exit status even though the command did not fail darcs-hash:20060616151848-ac50b-001698980eca6fadf9e470d829a532c305c84e38.gz
* Make the validator show the help for a block command missing an 'end'Gravatar axel2006-06-16
| | | | darcs-hash:20060616125616-ac50b-b895cc14ce9f26ec99ac90523b2a52d0dce66dd9.gz
* Remove tiny and unlikely memory leakGravatar axel2006-06-16
| | | | darcs-hash:20060615160327-ac50b-01b0514c922104a7d36e3a9a0426bb3a671581b2.gz
* Include fallback functions in set_color commandGravatar axel2006-06-16
| | | | darcs-hash:20060615152419-ac50b-e3ff8cffb004f7f381ca6d8e4bd5c039b451835d.gz
* The license agreement int the docs explicitly state GPL v2, while main.c ↵Gravatar axel2006-06-16
| | | | | | mentions GPL v2 or later. Removed the latter to avoid ambiguity. darcs-hash:20060615152306-ac50b-6f24ed875ade3ea25d3536de92a8f16ab26c5e6c.gz
* Slightly improve build system - dont link in ncurses into mimedb or set_colorGravatar axel2006-06-15
| | | | darcs-hash:20060615135200-ac50b-e39889a0f566306f3ae1c7a39f2a7dd5c387fa2c.gz
* Slightly improve accuracy of calculations of prompt widthGravatar axel2006-06-15
| | | | darcs-hash:20060615135023-ac50b-36a70fb2cab4f03b96db95ed3f7694b354e0b0ac.gz
* Update the set_color command: Add underline support, make the command a bit ↵Gravatar axel2006-06-15
| | | | | | more rubust to missing ferminal features, and update documentation and completions darcs-hash:20060615134915-ac50b-de1092e56490bbf1c58cc3422c239a2997645b6b.gz
* Add entry about changing shell to the FAQGravatar axel2006-06-15
| | | | darcs-hash:20060615110539-ac50b-c610d35384039575a74711114262333e0b7eb99c.gz
* Fix highlighting of search matches, broken by earlier patch for underlining ↵Gravatar axel2006-06-15
| | | | | | potential paths darcs-hash:20060615105919-ac50b-fd54a58e3f7bdc93fd36e52891bafc7366c6e401.gz
* Provide fallback implementation of lrand48_rGravatar axel2006-06-15
| | | | darcs-hash:20060615105315-ac50b-155e1836d0bdc8f398776a816898718066adcdce.gz
* Minor comment edits, reindentation and other code formating changesGravatar axel2006-06-15
| | | | darcs-hash:20060615103706-ac50b-ad9f7060e40f5a786877e95f027688c90f43b6ec.gz
* Minor comment edits, reindentation and other code formating changesGravatar axel2006-06-15
| | | | darcs-hash:20060615103646-ac50b-d7cde4cfca0c776127e9e161daefb74ee6d027ba.gz
* Give the 'random' builtin it's own seed state, to keep other users of random ↵Gravatar axel2006-06-15
| | | | | | data from creating a generating a non-deterministic sequence of numbers even if the user manually seeds darcs-hash:20060615103556-ac50b-7865016b4561c7c69afb1ba77f85adeda1da691e.gz
* Check the return value of the unescape call at all placesGravatar axel2006-06-15
| | | | darcs-hash:20060615011154-ac50b-b9c8f31c39fda44080ef885764ce572b24866cd5.gz
* Highlight invalid directories red for the cd builtinGravatar axel2006-06-15
| | | | darcs-hash:20060615010038-ac50b-30ada1c67dcb393390f67cf709e433dafc8801b7.gz
* Fix segfault caused by a backslash followed by a null inside single quotesGravatar axel2006-06-15
| | | | darcs-hash:20060615005931-ac50b-4c6be7129dfd2c3a5759a811b605ad32fceff758.gz
* Set default highligting for valid pathsGravatar axel2006-06-15
| | | | darcs-hash:20060614142241-ac50b-4f8bd79e788b3886ab8a1e5288da5b4cb9c2cdc5.gz
* Add support for hishlighting potentially valid paths - default behaviour is ↵Gravatar axel2006-06-14
| | | | | | to underline them darcs-hash:20060614132240-ac50b-448a4f8c43007262876d1ab6b52480e46b0e2981.gz
* Minor typo in configure scriptGravatar axel2006-06-14
| | | | darcs-hash:20060613234036-ac50b-6ccced250383c11f7babbb321de925312bad9761.gz
* Remove unused variable, and make a few variables staticGravatar axel2006-06-14
| | | | darcs-hash:20060613172337-ac50b-6cae5390acdd278dc8709cfd870edfedfc0ba556.gz
* Use variable arrays if compiler supports C99, this saves a small amount of ↵Gravatar axel2006-06-14
| | | | | | memory darcs-hash:20060613172251-ac50b-1e19294700c9b9b72e2254f676004e7d9dceea44.gz
* Add more emacs keymappings (Thansk stew for the patch)Gravatar axel2006-06-14
| | | | darcs-hash:20060613163009-ac50b-16730da83d7e8ff45a51d10097a018411b11754a.gz
* Minor documentation edits for mimedb and fishdGravatar axel2006-06-14
| | | | darcs-hash:20060613154409-ac50b-5d1c80d67ee92a073078404ed662510573f7f9b5.gz
* Change name of fishd log file to be in line with name of socket fileGravatar axel2006-06-14
| | | | darcs-hash:20060613154126-ac50b-1e33bbe55075035f2a4522aadb9ae500a3d302aa.gz
* Decrease verbosity of fishdGravatar axel2006-06-14
| | | | darcs-hash:20060613153940-ac50b-37f934432f0fb1dbc0be4d03155563da56295bbe.gz
* Fix bug in help builtin that caused fish to show index page instead of ↵Gravatar axel2006-06-14
| | | | | | command-specific help darcs-hash:20060613152224-ac50b-d1841f7069e4fee2c569fb0ee079efd3cfe7de8a.gz
* Add completions for the which commandGravatar axel2006-06-14
| | | | darcs-hash:20060613144807-ac50b-a0819777ec904700e644508a3b97e98f8c2acaee.gz
* Major restructuring of the buildsystem, meaning that the documentation ↵Gravatar axel2006-06-13
| | | | | | doesn't needlessly rebuild itself, and the size of the fish binary drops slightly darcs-hash:20060613134328-ac50b-05ae75eb5cc081b680f38e8866fac00a679cc266.gz
* Drop most 'const's from function prototypesGravatar axel2006-06-13
| | | | darcs-hash:20060612214742-ac50b-9b0801e8a7c07d6ab3f0acf569e1d6eb1eeb3f0e.gz
* Minor updates to swedish translationsGravatar axel2006-06-13
| | | | darcs-hash:20060612205455-ac50b-24d5c1f05ff1fd4bec0d5ad4fffff7ff3e1d3abd.gz
* Minor code editsGravatar axel2006-06-13
| | | | darcs-hash:20060612205438-ac50b-4d7092740d5d35af3da06d0e6e99551d1cdfa123.gz
* Minor addition for completions to the patch commandGravatar axel2006-06-13
| | | | darcs-hash:20060612203328-ac50b-e06d8dd7f9325cc06f59f6386eaedb181f1bd881.gz
* Do not change status when the 'exit' builtin is called with no argumentGravatar axel2006-06-13
| | | | darcs-hash:20060612165137-ac50b-0281941e35c5f8b619460f67d24a89caec475815.gz
* Do not change status when the 'return' builtin is called with no argumentGravatar axel2006-06-13
| | | | darcs-hash:20060612164854-ac50b-5f428c819e8dafb44b591150d1965c5158854781.gz
* Minor update to english 'translation'Gravatar axel2006-06-13
| | | | darcs-hash:20060612155743-ac50b-d7b5cabd2dfd90932b762f26d4ebf0602b78f67d.gz
* Use halloc in a few more places, including the highlight codeGravatar axel2006-06-13
| | | | darcs-hash:20060612141233-ac50b-1c44411dd31cdc31d6ccb226f567c308c4fc0f55.gz
* Include user documentation with standard tarballs - this means you no longer ↵Gravatar axel2006-06-12
| | | | | | need Doxygen to build fish, and should make life easier for packagers darcs-hash:20060612110743-ac50b-0dcfea7ce14856840ee66afb2c70bb23fcbfee6f.gz
* Documentation updates, mostly corrections and cla<rifications to the docs ↵Gravatar axel2006-06-09
| | | | | | for a few builtins darcs-hash:20060608235811-ac50b-76b4fd54cb0911dd00f19f4a7c761f188d6ca068.gz
* Minor code edits - add a few braces, a few minor safety checks, etc.Gravatar axel2006-06-09
| | | | darcs-hash:20060608235719-ac50b-bec405da5ae101ff50bb3390bb83ef8b0948e4e9.gz
* Edits to source code commentsGravatar axel2006-06-09
| | | | darcs-hash:20060608235557-ac50b-052e5c8f2cceb554064d7408573f277275903e7b.gz
* Add more function input validation checksGravatar axel2006-06-09
| | | | darcs-hash:20060608235212-ac50b-25fd55f96356af65d4da1eec100cc954b4a9f81e.gz
* Do input validation in various functions in function.c and complete.cGravatar axel2006-06-08
| | | | darcs-hash:20060608000145-ac50b-1088c3f5e3c1ad2759c13400e5dda2d21858fedc.gz
* Make sure that empty completion descriptions aren't translated to the ↵Gravatar axel2006-06-08
| | | | | | gettext version information darcs-hash:20060607235601-ac50b-7b8d4d01f4e30d0722c6e269f9d46fb354c5f4b6.gz
* Remove period from end of completion descriptions for telnet commandGravatar axel2006-06-08
| | | | darcs-hash:20060607233312-ac50b-cb10498f174b72fb53d7e47ab93fcd8af72676c9.gz
* Fix off-by-one error when reporting line number of function call in stack tracesGravatar axel2006-06-08
| | | | darcs-hash:20060607233206-ac50b-d8dcddb8a12a080d3e6ec50e50c420d70eeb8401.gz
* Updates, bugfixing and minor edits on the test suiteGravatar axel2006-06-05
| | | | darcs-hash:20060605133133-ac50b-e2ee5868f9f3ede147c7059d90c0f520ed905a5f.gz