aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Minor edits to the spec fileGravatar axel2006-08-09
| | | | darcs-hash:20060809113614-ac50b-ab6ca380a48586ef95256ab8acb77da42854829b.gz
* Add a few missing dependencies for the spec fileGravatar axel2006-08-09
| | | | darcs-hash:20060809113554-ac50b-cbc408698f102c3e3170a119acfafe7569c56592.gz
* Only write out titlebar message if it is of non-zero lengthGravatar axel2006-08-09
| | | | darcs-hash:20060809113424-ac50b-59988efa4dd788d6623023b642fd96989c4c9ada.gz
* Tweak spec file as per suggestions from Michael SchwendtGravatar axel2006-08-01
| | | | darcs-hash:20060801135709-ac50b-07c6191b7464ba90dd64c78ae18df8b59e8e18ad.gz
* Add posix macros in configure.ac, not in Makefile, so that they will be ↵Gravatar axel2006-08-01
| | | | | | honored by the configure tests darcs-hash:20060801013123-ac50b-0c561ad5afd6e71230e29a25d467ed63c47b9f17.gz
* Add __EXTENSIONS__ macro when under SolarisGravatar axel2006-08-01
| | | | darcs-hash:20060801013018-ac50b-08925f5e5239e48ca3024717d5fec2e82138ca5a.gz
* The xpg4-path was mistyped. Fix it.Gravatar axel2006-08-01
| | | | darcs-hash:20060801005736-ac50b-ef8389777e012f9f0b6edcb3df3d638158f87373.gz
* Fix minor nit in commentGravatar axel2006-08-01
| | | | darcs-hash:20060801005246-ac50b-56cb6d2245ce81d16807028749495b8e5a86cc3c.gz
* Fix another typo in common.cGravatar axel2006-08-01
| | | | darcs-hash:20060801004648-ac50b-4177620e4ee37ab1ad6f942faa3023cedeee9055.gz
* Fix typo in common.cGravatar axel2006-08-01
| | | | darcs-hash:20060801003556-ac50b-fb20d6405d2d8fc8d343d040afbf3863bac07b2f.gz
* Fix typo in signal.cGravatar axel2006-08-01
| | | | darcs-hash:20060801002550-ac50b-3412377a694aac72d04e6eae3173ac0980724e60.gz
* Use S_IS* macros instead of S_IF*, which are non-posixGravatar axel2006-08-01
| | | | darcs-hash:20060801002411-ac50b-e5afcbfe4adfc54333c982b43309091c1cbcc1c9.gz
* Changes to the fish spec file, written by Paul Howarth. Fixes spelling and ↵Gravatar axel2006-08-01
| | | | | | broken dependencies. darcs-hash:20060731212954-ac50b-630beb87b4563118c132dbf1c525d492b30df3eb.gz
* Make grep call in seq fallback implementation Posix compliantGravatar axel2006-08-01
| | | | darcs-hash:20060731165626-ac50b-5560aebc877f49f4942b2c730273d8c2424bec24.gz
* Move over a few more objects to the new array_list functionsGravatar axel2006-08-01
| | | | darcs-hash:20060731165511-ac50b-7858829e6a612e0c737d82d3d71d6833dc97f078.gz
* Fix bug when using same array index more than once in a single array ↵Gravatar axel2006-08-01
| | | | | | expansion, e.g. $PATH[1 1 1] darcs-hash:20060731164816-ac50b-d3fc56b425035a4cbcf93a91435f9df9ca5997ac.gz
* Use the new array_list functions in exec.cGravatar axel2006-08-01
| | | | darcs-hash:20060731163548-ac50b-3b503e0457b33c6bb2eda0040a9fa7f15e6afe32.gz
* Use maxi not max in test suite when comaparing intsGravatar axel2006-08-01
| | | | darcs-hash:20060731163119-ac50b-94134f758d9cd7e87746fb93f187aa100c1b820d.gz
* Minor documentation additionsGravatar axel2006-08-01
| | | | darcs-hash:20060731163027-ac50b-8532ecadc755400fc1be1f029fcec49412764da2.gz
* Drup minf/maxf from util.h, they are unusedGravatar axel2006-08-01
| | | | darcs-hash:20060731162550-ac50b-6b4d29d73ef7d672c3c0f9070b528b96b9ec0c16.gz
* Use the new array_list functions in builtin.cGravatar axel2006-08-01
| | | | darcs-hash:20060731162339-ac50b-e8a6bd2c327b8fa5527b739fba544994e1a809e3.gz
* Use the new array_list functions in builtin_set.cGravatar axel2006-08-01
| | | | darcs-hash:20060731161719-ac50b-28a669e7a83f966dba3527a148ff0fa0813fbd6b.gz
* Add long and function pointer versions of all array_list_t callsGravatar axel2006-08-01
| | | | darcs-hash:20060731161641-ac50b-1850b9c2464ce1aa7ff2f1aa74140b526a6825f2.gz
* Add _POSIX_C_SOURCE macro, to enable Posix mode of various headers. Should ↵Gravatar axel2006-08-01
| | | | | | help under Solaris. Thanks to Netocrat for the suggestion. darcs-hash:20060731153213-ac50b-14f8402a743dd67f34e3699e993cef329fdd9427.gz
* Always check strings sent to tparmGravatar axel2006-07-31
| | | | darcs-hash:20060731004804-ac50b-ddede984cbc114b5e79745aef768f85a587d3dc6.gz
* Make calls to grep Posix compliantGravatar axel2006-07-31
| | | | darcs-hash:20060731003354-ac50b-5916d6d862fe8b4f31b64840296d24615b52d175.gz
* Make PATH validation only run for interactive shells to avoid infinite loopGravatar axel2006-07-31
| | | | darcs-hash:20060731003311-ac50b-da0b49830e5a9042fbe7952a63ced2c86b8978fe.gz
* Add Solaris xpg4 PATH testGravatar axel2006-07-31
| | | | darcs-hash:20060731003111-ac50b-d8945adca50bbe9e86041835ed52a88e09f65701.gz
* Make sure install-sh is executable in the MakefileGravatar axel2006-07-31
| | | | darcs-hash:20060730210506-ac50b-9869e637a768aefd6ec7db33cec5f2defb29eb36.gz
* Provide fallback of killpg functionGravatar axel2006-07-31
| | | | darcs-hash:20060730205941-ac50b-ddcec32cc5ab74770b743fed3d131460ee576191.gz
* Provide fallback is struct winsize is not definedGravatar axel2006-07-31
| | | | darcs-hash:20060730205544-ac50b-26f34eb04b56924baa34f560fd274cf38413b5f5.gz
* Include siginfo.h in all signal-using files to make Solaris happy. Thanks to ↵Gravatar axel2006-07-31
| | | | | | Netocrat for the report and a description of the solution. darcs-hash:20060730202659-ac50b-1840aff40ec2467242bd107676c7426cdb14f643.gz
* Bump version numberGravatar axel2006-07-30
| | | | darcs-hash:20060729173243-ac50b-641e89defc78e0660cac6601acfb22c73c1cd32e.gz
* Minor edit of commentsGravatar axel2006-07-30
| | | | darcs-hash:20060729173159-ac50b-f126469f9a6f221d94696d6292ca9a6c79a7a6e6.gz
* Minor documentation editsGravatar axel2006-07-30
| | | | darcs-hash:20060729173123-ac50b-9b895afc355cf5dc342fca3c276cfbf10c286bc2.gz
* Fix minor bug causing spurious warnings on commandline. Thanks to Netocrat ↵Gravatar axel2006-07-28
| | | | | | for the bugreport. darcs-hash:20060728135203-ac50b-07471a032a389a26789ee871bf0dc25c6a91bd7a.gz
* Fix for recursive autoload loop on lsGravatar axel2006-07-28
| | | | darcs-hash:20060728131756-ac50b-034430a6a44bec83419438fc1be0c0e603eaad2d.gz
* Reorder switches to msgfmt in makefile to make Solaris msgfmt happy. Thansk ↵Gravatar axel2006-07-28
| | | | | | to Netocrat for the report. darcs-hash:20060728130715-ac50b-84c09814f3c2cb859d3efc8593161186dff6fcc3.gz
* Use unsigned long instead of uint in string hashing algorithm. Portability ↵Gravatar axel2006-07-28
| | | | | | fix, suggested by Netocrat. darcs-hash:20060728125421-ac50b-f3cfc12852739fdc1d3c43c46ed91a57e119964a.gz
* Include unistd.h and stropts.h in common.c to fix Solaris problems reported ↵Gravatar axel2006-07-28
| | | | | | by Netocrat darcs-hash:20060728125057-ac50b-455d5a9a1671ad3bfee61a46266b420aff1adb49.gz
* Minor fix to code for detecting help switches to builtinsGravatar axel2006-07-24
| | | | darcs-hash:20060724124845-ac50b-546662123d4d30c314acb1fb74d3c9503332172b.gz
* Fix rare crash bug in highlighting codeGravatar axel2006-07-24
| | | | darcs-hash:20060724124629-ac50b-114944bc776f9451feeb967f4af68919d3ac404c.gz
* Some minor steps towards making vi-mode workGravatar axel2006-07-24
| | | | darcs-hash:20060723205203-ac50b-8125e733ed92689ba847ccbb9076d05910e701ac.gz
* Add missing Substitutions of prefix and optbindirs variables in share/fish.inGravatar axel2006-07-24
| | | | darcs-hash:20060723170402-ac50b-551cff33ca0e831505b5891fada0a017c3ea1370.gz
* Drop the init and shutdown function for the completion codeGravatar axel2006-07-22
| | | | darcs-hash:20060722101651-ac50b-45f840a5b2f7461d976a8f5b859aa99bfa472274.gz
* Plug very small memory leakGravatar axel2006-07-22
| | | | darcs-hash:20060722101549-ac50b-244f449244272fc1fea9b7d019d7c259f4746533.gz
* Make sure that the builtin source command is used when reading the init ↵Gravatar axel2006-07-22
| | | | | | files, and not an overloaded function darcs-hash:20060722095507-ac50b-4c7c51bec3f2d7224178cdacd2c9ec4ea3b073c3.gz
* Automatically sort manuals for builtins and commands when generating manualGravatar axel2006-07-22
| | | | darcs-hash:20060722095326-ac50b-6d1cdefa7fb3e6f71368be2a205e9ed9e84a1624.gz
* Add PACKAGE_TARNAME variable to makefile to make Debian packages happyGravatar axel2006-07-22
| | | | darcs-hash:20060721223909-ac50b-d970c0e6104e9be4eb082030193dbc4a667d10c3.gz
* Minor code edits. Use CHECK instead of a few error messages, add a few ↵Gravatar axel2006-07-21
| | | | | | comments, etc. darcs-hash:20060721010831-ac50b-e9ad82a3885969f9a43e6219523e2bd1867e26ed.gz