aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
...
* Add friendly messages to Makefile commandsGravatar axel2006-01-18
| | | | darcs-hash:20060118131143-ac50b-8141e527e8047d4551548b629e01c18eef5d411e.gz
* Change the foregrounf/background code a bit, fixes bug where mulktiple jobs ↵Gravatar axel2006-01-18
| | | | | | want foreground status. Is this fix enough or are there still corner cases? darcs-hash:20060118124248-ac50b-cbbddb8c6dad1f44826050395cda647fa9348f0f.gz
* Optionally add intl library, needed by gettext on NetBSD. Also clean up ↵Gravatar axel2006-01-18
| | | | | | configure.ac a bit. darcs-hash:20060118124113-ac50b-ef767f474de5bc27edc986be7526bdeb814f855a.gz
* Make manual and completions reflect the facty that any combination od ↵Gravatar axel2006-01-18
| | | | | | set_color params are valid values for $fish_color_* variables darcs-hash:20060117193450-ac50b-636c59494399d88151174ee28096d93c0bcdd16d.gz
* Remove some GNU preprocessor magic from wgetopt.c, it only applies to ↵Gravatar axel2006-01-18
| | | | | | regular getopt darcs-hash:20060117172412-ac50b-a2dabf19abe158674674f98b3ce10464a6826b36.gz
* Remove accidental newline in error messageGravatar axel2006-01-18
| | | | darcs-hash:20060117172312-ac50b-5c77d13f879e7da44a97f158d0372e7e536c2c81.gz
* color ls support under FreeBSD and OS XGravatar axel2006-01-18
| | | | darcs-hash:20060117172005-ac50b-6fddf68de744cfe42cab7237325025ab27fc17ad.gz
* Fix broken 'type' function, and clean up the ugly 'help' function. By Philip ↵Gravatar axel2006-01-18
| | | | | | Ganchev. darcs-hash:20060117165613-ac50b-b68c1b17708f01d9550dab242778f19590a3711d.gz
* Fix buggy error messages in expand.h and add missing translation commandsGravatar axel2006-01-17
| | | | darcs-hash:20060117124830-ac50b-0981a49f5746ec951ddfb1a3097c5009c1eb0385.gz
* Set version to 1.20.0Gravatar axel2006-01-17
| | | | darcs-hash:20060116165451-ac50b-63e3cc280cb7deedadcfd69b542d9e54a7bc99c7.gz
* Events should not be marked as non-interactiveGravatar axel2006-01-17
| | | | darcs-hash:20060116165421-ac50b-503a15877d19055be9fc640baf9430fe0c606083.gz
* Swedish translation tweaksGravatar axel2006-01-17
| | | | darcs-hash:20060116165340-ac50b-16fef40c7f6f40195a8d0d1dbb8a237ebbe3639e.gz
* Make string formating functions correctly handle %%. Thanks to Hiroshi SakuraiGravatar axel2006-01-17
| | | | darcs-hash:20060116150424-ac50b-0025006d1821da25ad131cca61e879d724694934.gz
* Add a __fish_complete_command function for completing using a command name. ↵Gravatar axel2006-01-17
| | | | | | Change name of the __fish_set_is_first to __fish_is_first_token and move it to the common completion util file darcs-hash:20060116150110-ac50b-d864b516887c8fae941a745186dc308d50113c23.gz
* Remove a few warningsGravatar axel2006-01-16
| | | | darcs-hash:20060116134244-ac50b-123a615eb94803f721213d81b676893bc4159104.gz
* Add debug target to make, which halts on warningsGravatar axel2006-01-16
| | | | darcs-hash:20060116134150-ac50b-4edaa946177ff0368669ed6314d25bf5c8663023.gz
* Make sure all foreground jobs are reaped after evaluating a job to avoid ↵Gravatar axel2006-01-16
| | | | | | things like 'sleep 10m; fg' don't try to restart sleep darcs-hash:20060116001912-ac50b-30944d879d48b8b2714b24fa9a1e7f906ed3e1fb.gz
* Put jobs in functions and block into their own process group in interactive ↵Gravatar axel2006-01-16
| | | | | | mode, but do not put the 'fake jobs' associated with functions in a group darcs-hash:20060116001556-ac50b-b91d6e45fe136874237ad31538de02b5e63a8bac.gz
* Correctly handle and recover from IO redirections failures in the exec builtinGravatar axel2006-01-16
| | | | darcs-hash:20060115224148-ac50b-793c6a71a2ea04239a3d4bc293ca217a7ed40e84.gz
* Corrections to the INSTALL fileGravatar axel2006-01-16
| | | | darcs-hash:20060115212639-ac50b-3149b296718a8980a91903f61a54983696da575b.gz
* Cleanup configure.ac and make it automatically run autoheaderGravatar axel2006-01-16
| | | | darcs-hash:20060115211929-ac50b-de7dcb86bf7143fef8e035991062bfd31c115f44.gz
* Checkin of various swedish translation improvementsGravatar axel2006-01-16
| | | | darcs-hash:20060115202034-ac50b-c4961911e5314ebaf9c596cc622882d80fc5a622.gz
* Minor tweaks for the gpg command completionsGravatar axel2006-01-16
| | | | darcs-hash:20060115200520-ac50b-08d98c4f223d71ee12ba7f35ec0197ee4517e72d.gz
* Give subshell command in error message for output conversion of data from ↵Gravatar axel2006-01-16
| | | | | | subshell darcs-hash:20060115200442-ac50b-4b3add7f99cf460186a6e0922966365dedcc2759.gz
* Add completions for the set builtin to handle completions of locale ↵Gravatar axel2006-01-16
| | | | | | variables and locale names darcs-hash:20060115200303-ac50b-c195155551b0b77ddf8b6ab5c3d3f9c6506a82b7.gz
* Minor completion tweaksGravatar axel2006-01-15
| | | | darcs-hash:20060115115908-ac50b-26c75056ab12b369457b4842dc2fb744f82760c6.gz
* Make the functions builtin display function listing on -n to a terminal in a ↵Gravatar axel2006-01-15
| | | | | | human-friendly format darcs-hash:20060115115805-ac50b-fc5b468c0e68904e5cf934f43066ecfdf23e2a3b.gz
* Make the completions for the ls, sed and df commands have the correct ↵Gravatar axel2006-01-14
| | | | | | switches on BSD systems darcs-hash:20060114131607-ac50b-479f7ff34019f5487125321443027cc0a77eec93.gz
* Minor polish to the gpg completionsGravatar axel2006-01-14
| | | | darcs-hash:20060114020051-ac50b-5afc6793fd2597654b896b81690e5295a773e68f.gz
* Various corrections for advanced tab completions. Should make the --exportGravatar axel2006-01-14
| | | | darcs-hash:20060114015937-ac50b-c085db7526eae4aa4138ca86304e725d7faebec4.gz
* Make sure functions as printed by the fyunctions builtin don't have any ↵Gravatar axel2006-01-14
| | | | | | stray empty lines darcs-hash:20060114015801-ac50b-135fb66cf74a9cd51f6d52e2eff12c55042e4183.gz
* Add completions for gpg commandGravatar axel2006-01-14
| | | | darcs-hash:20060113144133-ac50b-e7c457b7fa7aade56111d8d731ab468550006ef3.gz
* Add completions for chsh command (updated)Gravatar axel2006-01-14
| | | | darcs-hash:20060113140536-ac50b-447727e0ca2ed727d2801601e06ff6cbe1984e60.gz
* Fix the __fish_append shellscript function, as well as some completion bugs ↵Gravatar axel2006-01-13
| | | | | | in gpg and mount darcs-hash:20060113010245-ac50b-9780d63c65c73f2d61247cce484549ad3561fb74.gz
* Correctly handle locale changes through scope expiry, as well as locale ↵Gravatar axel2006-01-13
| | | | | | changes in completion code darcs-hash:20060113010012-ac50b-81cde216bd6b92f7b1374e5f6452695618185f95.gz
* Minor completion description corrections - unescaped dollar-signs in quotes ↵Gravatar axel2006-01-13
| | | | | | and such darcs-hash:20060112164559-ac50b-f16063597ca81d4eeef23f124cd62a15f0287df6.gz
* Alt-backspace is now a synonym for Control-w in emacs mode keybindings. Atl ↵Gravatar axel2006-01-13
| | | | | | least on terminals with a simple Alt-backspace darcs-hash:20060112145346-ac50b-3ec5f9517614a9b1cdf4e8e0ba7222b83347f436.gz
* Improve description handling - handle symbolic link loops, handle ↵Gravatar axel2006-01-13
| | | | | | description functions returning strings without a separator, and handle testing of un-stat:able files darcs-hash:20060112144903-ac50b-9766abfa212b2eaf61509a65499df0018562b5d9.gz
* Make parser_current_line use dynamic memory to avoid overflow on long linesGravatar axel2006-01-12
| | | | darcs-hash:20060112125457-ac50b-1eff13f647793701e620a675ff661bc7d823a843.gz
* Add one missing translation string in exec.cGravatar axel2006-01-12
| | | | darcs-hash:20060111144616-ac50b-b0520a639e2d06b75629e0ab171111c529993d32.gz
* Recover instead of quiting when a redirection error occurs for a shellscript ↵Gravatar axel2006-01-12
| | | | | | function darcs-hash:20060111144020-ac50b-a5c7449276730c21949324abd8ba49b91b186e8c.gz
* Use /etc/sysconfig/i18n file if it exists to set up correct localeGravatar axel2006-01-12
| | | | darcs-hash:20060111142340-ac50b-b0483ffd46eb6eb31defbd69b821fc088ff30004.gz
* Yet another batch of description tweaks, as well as the last major checkin ↵Gravatar axel2006-01-12
| | | | | | of translations to swedish (updated patch) darcs-hash:20060111141735-ac50b-b6a9ac5d5d9eb8eac28dd39968cd28f99044e8f5.gz
* Add missing include for sanity.cGravatar axel2006-01-12
| | | | darcs-hash:20060111141015-ac50b-679d480b29b35332881c45ef123dcff322cc81f2.gz
* Remove the tokenize command from the rpm spec fileGravatar axel2006-01-12
| | | | darcs-hash:20060111140941-ac50b-eb5561af92787bc0e892120c0c7c6741cb4d63b9.gz
* Documentation correctionsGravatar axel2006-01-11
| | | | darcs-hash:20060111132944-ac50b-43146f4df54b8a533fb92693f1292d6cb74cdef8.gz
* some little correctionsGravatar Jan Fader jan.fader@web.de2006-01-11
| | | | darcs-hash:20060110174907-f93c5-d9ef6df3a8f8401ea161085a1e512d6a1d445260.gz
* Make the read builtin able to create universal variablesGravatar axel2006-01-11
| | | | darcs-hash:20060111122640-ac50b-4b411b9822a44ae105b71ca51ee47d0aa13a1a62.gz
* Remove the external tokenize command. One can use tr insteadGravatar axel2006-01-11
| | | | darcs-hash:20060110163603-ac50b-204bef8d8d8e3f2ebc593c3de7d5a2eb4b1f0312.gz
* More minor completion description corrections, and another translation ↵Gravatar axel2006-01-10
| | | | | | checkin for Swedish darcs-hash:20060109192815-ac50b-cf229b3dbd2e11ed6136650bc781794fe008d5eb.gz