aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Re-add check for presense of ncurses.h header fileGravatar axel2006-02-11
| | | | darcs-hash:20060211001050-ac50b-434f0d6ea015325f75f27aaebbc54d4b81f18a2c.gz
* Registered wrong string with halloc in expand_one, causing potential crash.Gravatar axel2006-02-10
| | | | darcs-hash:20060210003539-ac50b-523cbc848435b7f2b4239cc83da897cc65c00c1c.gz
* Use consistent quoting in wgetoptGravatar axel2006-02-10
| | | | darcs-hash:20060209215120-ac50b-4dda64a6791be33b6493899714485d55372ca8ea.gz
* make sure fish_tests is deleted on make cleanGravatar axel2006-02-10
| | | | darcs-hash:20060209215101-ac50b-48d6e4ffa276e55e0ab896040a7070294061a4ce.gz
* Another halloc:ification of fish. Halloc has been extended to allow ↵Gravatar axel2006-02-10
| | | | | | registering function calls, this has allowed the creation of halloc-handled arraylists, stringbuffers, etc. More job parsing halloc-ification has reduced the error handling code to only a shadow of it's former self darcs-hash:20060209155020-ac50b-e119c5293ce2368e252cfc01b98ab7c629fdd678.gz
* Add source documentation for functions in parse_util.hGravatar axel2006-02-09
| | | | darcs-hash:20060208184737-ac50b-e86de902a966621501eea1b706b181bcda91fb61.gz
* Fix bug where recursive function loading crashed fishGravatar axel2006-02-09
| | | | darcs-hash:20060208184437-ac50b-c6b2001fbab07ac9561ba7aa941fbab0d93d7cd7.gz
* Add missing fish_tests file to make cleanGravatar axel2006-02-09
| | | | darcs-hash:20060208180342-ac50b-a4cf2411534c8c1bd3db335152d4615f951529c8.gz
* Make sure dynamically loaded functions are completable, even if they have ↵Gravatar axel2006-02-09
| | | | | | not yet been loaded darcs-hash:20060208173718-ac50b-40c93b82f3b8a717d220642e22c4b4005d8871d0.gz
* Fix crash bug caused by trying to free halloc:ed memoryGravatar axel2006-02-09
| | | | darcs-hash:20060208153904-ac50b-f8b3d2aadb12fa1e6aca0c4ca7a6046a09a0450d.gz
* Do not use CDPATH when completing arguments starting with a '.'Gravatar axel2006-02-09
| | | | darcs-hash:20060208152909-ac50b-650092242a4d9454db6cf4d73858c137040db4c5.gz
* New wreaddir function, wide character version of readdirGravatar axel2006-02-09
| | | | darcs-hash:20060208145847-ac50b-0e250edb67dd095e90054ed55f88a2638ba9b02a.gz
* Make the __fish_describe_command function strip spaces and newlinesGravatar axel2006-02-08
| | | | darcs-hash:20060208102236-ac50b-6df5b077a09eda9180a1405305e12fd15967eb31.gz
* Fis function signature for a few functions in parser.cGravatar axel2006-02-08
| | | | darcs-hash:20060208102203-ac50b-5e81c6580302ca3a1cee0d03f179b5d75ff61be3.gz
* Move more functions to autoloadGravatar axel2006-02-08
| | | | darcs-hash:20060208102043-ac50b-4e26615523a6b9528c2ea4768f41ad1b2e1c4a0f.gz
* cvs completionsGravatar Nicholas Pilon2006-02-08
| | | | | | Better completions for cvs. Covers most flags in the manual, except for some for history that I couldn't write good descriptions for. Descriptions could probably use some tweaking, but the basic structure should be much better than what we had before. darcs-hash:20060208023146-494f2-bea009421c161257f09c0f53c52ab1ee116fc3dc.gz
* Make 'exit' work in even handlersGravatar axel2006-02-08
| | | | darcs-hash:20060208092429-ac50b-f88534a423dc194fdb6453d66b5d4cc7733e54fb.gz
* Autoloaded functionsGravatar axel2006-02-08
| | | | darcs-hash:20060208092005-ac50b-8e784f79a4e158c8c15b553fad85002dccc7bd03.gz
* Awk Indent FixGravatar Nicholas Pilon2006-02-08
| | | | | | Indented the awk script for command description. darcs-hash:20060208004201-494f2-2f08b1b7999c690bd1815b6c1702529c932b364d.gz
* 1.20.2Gravatar axel2006-02-07
| | | | darcs-hash:20060207115300-ac50b-036d087b1f3493d9ecd7fd1c31d31be5c77c26b6.gz
* Minor tweaks to expand_Variables, fixes rare memory leakGravatar axel2006-02-07
| | | | darcs-hash:20060207114857-ac50b-9b2ecf31106678ec35d888066162bf14605c6003.gz
* Fix various uses of old set syntaxGravatar axel2006-02-07
| | | | darcs-hash:20060206184145-ac50b-5140cacddec9da734d4ef9a38f053259ea1f479a.gz
* Only hide /private directories under OS XGravatar axel2006-02-07
| | | | darcs-hash:20060206181717-ac50b-043020858020be5dc55c34240329916696f5892a.gz
* Further halloc:ification if fishGravatar axel2006-02-07
| | | | darcs-hash:20060206181101-ac50b-db0aac307a81e7f0677acd15a9f38ff8c7ff36d2.gz
* Fix bug that would accidentally disable interactive mode on OS X when ↵Gravatar axel2006-02-07
| | | | | | writing the titlebar message on some systems. Found by Nick Pilon darcs-hash:20060206152015-ac50b-63d86ca778c240012bbe1e0d28062591a10f3a54.gz
* Second checkin of halloc changeover. Make the argv array, but not it's ↵Gravatar axel2006-02-07
| | | | | | contents, be allocated using halloc. Also make list_to_char_arr use halloc darcs-hash:20060206151817-ac50b-e8fd4cff831ee975c5bf3855d9ecfc15a3fb9215.gz
* Minor code cleanup, don't use expand_escape and expand_unescape any moreGravatar axel2006-02-07
| | | | darcs-hash:20060206151552-ac50b-e2229d096926461f643fdcdfc79ef1ff01344a35.gz
* Lazily load history fileGravatar axel2006-02-07
| | | | darcs-hash:20060206150810-ac50b-f4e5fe9312aa898fa025d2874444c4fc5724c309.gz
* First checkin of transition to using a new hierarchical memory allocator, ↵Gravatar axel2006-02-07
| | | | | | some of the memory associated with a job is covered darcs-hash:20060206142502-ac50b-ba1c9a4f64ea0f44f65303a125f9ddae5bd31e2f.gz
* Make sure line counting doesn't move past end of stringGravatar axel2006-02-06
| | | | darcs-hash:20060206134757-ac50b-2e80cf3ec104f7b40babef5260fb1d5435dbc74d.gz
* Make execution of functions use wcsdup to make sure no memory errors happen ↵Gravatar axel2006-02-06
| | | | | | if a function removes itself darcs-hash:20060206134701-ac50b-27be7fe76512d6ac4313eea79b45a9c11083bccd.gz
* Make sure interactive mode is of when firing eventsGravatar axel2006-02-06
| | | | darcs-hash:20060206134532-ac50b-93f8a7cf7be2a82a1222fb520541b08bef33baa4.gz
* Add long style option support for prevd/pushd, also add a few missing ↵Gravatar axel2006-02-06
| | | | | | translation strings darcs-hash:20060206112453-ac50b-271b830b35176d1ff93d9d9fb6c30343b4f1b4df.gz
* Darwin OpenGravatar Nicholas Pilon2006-02-06
| | | | | | Tweak the open function to use /usr/bin/open on Darwin, and mimedb on everything else. darcs-hash:20060206012623-494f2-e4626c03895065837f0c8981482d5b16313dfc08.gz
* Describe Command awk-ificationGravatar Nicholas Pilon2006-02-06
| | | | | | Changed __fish_describe_command to use awk instead of sed, and handle 'alternative' names, as used by OS X. (And possibly some BSDs?) darcs-hash:20060205221805-494f2-85a48edd8e6fbcfc1dcd28079e4adfa52a0466d0.gz
* Completion: System CommandsGravatar Nicholas Pilon2006-02-06
| | | | | | Tiny tweak to sed expression to get descriptions for system commands too. darcs-hash:20060205194830-494f2-1f1df9c2d4d1d2302e34df113c4919078388aa1a.gz
* PWD TweaksGravatar Nicholas Pilon2006-02-06
| | | | | | Tweaked prompt_pwd and pwd to omit the leading /private from some system directories on OS X. darcs-hash:20060205194908-494f2-936d1346a4cd118f763bea24495edf9829b59748.gz
* Minor edits of builtin.c, some reindentation and code comment improvementGravatar axel2006-02-06
| | | | darcs-hash:20060205212050-ac50b-70c1b34208b442b5670fde2c6655e09c4480c7e7.gz
* Another set of spelling corrections from HJBGravatar axel2006-02-06
| | | | darcs-hash:20060205211835-ac50b-d08f069c3307ec7785b038f157c919416c6bb8b7.gz
* Make LS_COLORS non-univerasl, and contain many more filetypesGravatar axel2006-02-05
| | | | darcs-hash:20060205131422-ac50b-521f4764e463acab1fc0414f58e73af55bd62c5c.gz
* Tiny performance tweaksGravatar axel2006-02-05
| | | | darcs-hash:20060205131335-ac50b-5b1895d50334dfe9e375ab60e723d1b62b712707.gz
* Tweaks to some source commentsGravatar axel2006-02-05
| | | | darcs-hash:20060205131253-ac50b-c3ad91b280a73fc8ec318ca6c285de773ffecfc6.gz
* Remove duplicate line counting code. Make the remaining implementation have ↵Gravatar axel2006-02-05
| | | | | | a two element cache. darcs-hash:20060205131035-ac50b-885c6ba87a6d16aa48dfa7ee4608ae8891c71724.gz
* Clean up init code in builtin.cGravatar axel2006-02-05
| | | | darcs-hash:20060205130840-ac50b-1a2b29671b7d8c557ebd284513c535e082ee5cf3.gz
* Minor edits to the INSTALL fileGravatar axel2006-02-04
| | | | darcs-hash:20060204131412-ac50b-3713bdae731b4853e598930c9823b950d3039a72.gz
* Minor tweaks, including a few small performance improvementsGravatar axel2006-02-04
| | | | darcs-hash:20060204130914-ac50b-331e83fd8fe472545fce60fc4b76bb8300526d64.gz
* Remove some unneeded debug messagesGravatar axel2006-02-04
| | | | darcs-hash:20060204115812-ac50b-b756b9d1257be714fae52f713a48a360903437dd.gz
* Minor optimization - only set locale if we actually want to output something ↵Gravatar axel2006-02-04
| | | | | | in set_color darcs-hash:20060204114256-ac50b-5ec72de2f15d359b8edb330ae6c5f05c4c54e4b5.gz
* Don't print full stack trace for failiures in cd in interactive modeGravatar axel2006-02-04
| | | | darcs-hash:20060204113650-ac50b-465dd4b3fb27e8d90127231cccdae29ac7b8fd20.gz
* Add /opt and /opt/local to list of possibly interesting directories for PATH ↵Gravatar axel2006-02-04
| | | | | | and library path darcs-hash:20060204113619-ac50b-97b1e6b3c2cf32fa12bf42486f9249319f4a531b.gz