aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* 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
* Reload completions on locale language change. This will mean that most ↵Gravatar axel2006-01-10
| | | | | | translatable messages will be retranslated. darcs-hash:20060109174032-ac50b-4eba42b58f3a55298168469573315df917d23b10.gz
* Make command descriptions work when entering full path to a commandGravatar axel2006-01-10
| | | | darcs-hash:20060109171725-ac50b-0ef6085530d15bb6d08911cdffbe7f7f63fe07f2.gz
* Makecompletion functions work with completion descriptions regardless of if ↵Gravatar axel2006-01-10
| | | | | | they contain a separator character or not darcs-hash:20060109171359-ac50b-d3fc75cb3263d1f20296e5e81a9f48caf345cd01.gz
* Do not free allocated data when clearing a string_buffer_tGravatar axel2006-01-10
| | | | darcs-hash:20060109171302-ac50b-eda104ad21a80c99cc5f31e71973bbc835635b90.gz
* More robust parsing of keybindings, allow sequences like \C-\ew and \C-?Gravatar axel2006-01-10
| | | | darcs-hash:20060109152506-ac50b-0b040ba0aed86bf7f0b4a935f7842eccf1b45181.gz
* Correct incorrect arguments to futimesGravatar axel2006-01-10
| | | | darcs-hash:20060109151740-ac50b-db7a3ccbcd4f2cc13855f13285ec2536bebcac95.gz
* Improve detection of futimes function, and make it fail without giving an ↵Gravatar axel2006-01-10
| | | | | | error message, since it is not critical anyways darcs-hash:20060109151047-ac50b-ebbda6a65853dc03aa12c1e28cd293d7e5557bb1.gz
* Documentation tweaksGravatar axel2006-01-10
| | | | darcs-hash:20060109144813-ac50b-cc5d04de564c177f8a0f529e6d536b6f7064f1b1.gz
* Minor completion description tweaks, try to use the same description for the ↵Gravatar axel2006-01-10
| | | | | | same situation in multiple commands, to decrease number of strings to translate darcs-hash:20060109144730-ac50b-02c888d17745b5406e099040e12130fb2a419276.gz
* Fix two issues on OS X, a non-compatible use of the expr command and a bad ↵Gravatar axel2006-01-10
| | | | | | init of a socket for the universal variable daemon darcs-hash:20060109144418-ac50b-c6232eae5b964f66d0638289291340aa66cd5983.gz
* Make description messages more uniformGravatar axel2006-01-09
| | | | darcs-hash:20060108231306-ac50b-6476976dcdb9db47ac61052f0096e1f7eb27fc32.gz
* Improve locale implementation (should now behave identically to bash) and ↵Gravatar axel2006-01-09
| | | | | | document locale variables behaviour darcs-hash:20060108230049-ac50b-403f1d00c8483fc4fecc275b62e40b1c3d51bfc1.gz
* Huge upade containing several bugfixes related to i18n, and a huge number of ↵Gravatar axel2006-01-08
| | | | | | new translatable strings, including almost all description messages for command specific completions darcs-hash:20060108025656-ac50b-e2309829a0afa6b3270d13814e9600d0fd372407.gz
* Move definition of the _ gettext alias out of fish_interactive, since it is ↵Gravatar axel2006-01-06
| | | | | | needed in non-interactive, and in earlier functions as well darcs-hash:20060105170915-ac50b-4a31a54f30d8bfcfecdd8fb60b9639087b27925a.gz
* Add more helpful error messages when trying to use Posix short circut ↵Gravatar axel2006-01-06
| | | | | | operators (|| and &&) darcs-hash:20060105160228-ac50b-d3addc00f8fb7934402788ff2da7301a638063dc.gz
* Change syntax of 'and' and 'or' to infix orderGravatar axel2006-01-06
| | | | darcs-hash:20060105153753-ac50b-4413a5d2652232bb38c97f5c673251193fc848ec.gz
* Do not use \r sequence in translatable messagesGravatar axel2006-01-05
| | | | darcs-hash:20060105135411-ac50b-f19d697f1b3f32cd695ee52282fc4281248e213f.gz
* Translate most shellscript output, translate internal completion ↵Gravatar axel2006-01-05
| | | | | | descriptions, and several translation bugfixes darcs-hash:20060105134159-ac50b-0a7805971e079dd1a511c6bca227db4504902ef0.gz
* Improved description for the commandline builtinGravatar axel2006-01-05
| | | | darcs-hash:20060104141541-ac50b-b5e427b8d9767f016ea62a898ebd06c5cf48066c.gz
* Output a message when changing LANG in interactive modeGravatar axel2006-01-05
| | | | darcs-hash:20060104140735-ac50b-4147ebc215d62d00fe6add39e62369dd3c07e7d9.gz
* Further i18n tweaksGravatar axel2006-01-04
| | | | darcs-hash:20060104135230-ac50b-c9fe3b1d24a28f18cefee72aaec17515b552b157.gz
* Added a few notes to INSTALL fileGravatar axel2006-01-04
| | | | darcs-hash:20060104130154-ac50b-17fe045cd521d42600a2ea01a72b53337545b090.gz
* Minor fixes to i18nGravatar axel2006-01-04
| | | | darcs-hash:20060104130124-ac50b-3a629986f1a2ddf168d2f13184a6c222ccbc4889.gz
* Add i18n through gettext, as well as a Swedish translationGravatar axel2006-01-04
| | | | darcs-hash:20060104125102-ac50b-5bf026578a69bd94f7a7a3c8dee0ebccd95e5c24.gz
* Minor text formating tweaksGravatar axel2005-12-31
| | | | darcs-hash:20051230162919-ac50b-498d690fdec0aaf37c212eedf6b4c584c64f9a5f.gz
* Add completions for nice and renice commandsGravatar axel2005-12-31
| | | | darcs-hash:20051230162835-ac50b-28220c8ef0c4f22dd1c8825c7a1151fe92ba421c.gz
* Pressing the enter key on an empty line scrolls a lineGravatar axel2005-12-30
| | | | darcs-hash:20051230125705-ac50b-b8064453d6b3a7ac041a3c8d0b23a3189ca3f162.gz
* 1.19.0Gravatar axel2005-12-26
| | | | darcs-hash:20051225220442-ac50b-79b8685cf6939c74a171f6cba227b703a1c02d60.gz
* Only use internal wcsndup implementation of no external one existsGravatar axel2005-12-26
| | | | darcs-hash:20051225220329-ac50b-8ab5165f227112bb28406168d6c88e45a74fc7bc.gz
* Fisx crash buh when completing string ending in backslashGravatar axel2005-12-26
| | | | darcs-hash:20051225220044-ac50b-b880ffe649d04ed1e5ec6786d0b59eed8068d182.gz
* Check for presense of doxygen using autoconfGravatar axel2005-12-25
| | | | darcs-hash:20051225115940-ac50b-a8bc63a835c041f6648381934396392fc277cc49.gz
* Check Xautority before trying to use X-based browser in help shellscriptGravatar axel2005-12-21
| | | | darcs-hash:20051221135353-ac50b-9b8b37d7465d64a209e34ed047bd6e055a4fc179.gz
* Add notice about bug when suspending builtinsGravatar axel2005-12-21
| | | | darcs-hash:20051221135157-ac50b-a85102e103d27b5eccf51806871b3a49befa6a10.gz
* Add sbin directories to PATH when rootGravatar axel2005-12-20
| | | | darcs-hash:20051220090155-ac50b-2a0a54dda98086cae3329dc31a71f28774bddf46.gz
* Do not use GNU -r switch for sedGravatar axel2005-12-20
| | | | darcs-hash:20051220085820-ac50b-c46216c3eff88eab9776e5505de1f25e0e046cfc.gz
* Add missing include in builtin_help.hdrGravatar axel2005-12-20
| | | | darcs-hash:20051220085746-ac50b-fb788faca5ee99e85074343ba30ee6de7fb13857.gz
* Yet another attempt to avoid gnuisms in sed/grep for ssh completionsGravatar axel2005-12-19
| | | | darcs-hash:20051218225150-ac50b-d2ec7c6b5c715a68dcc4f2d9d67636c70868da7d.gz
* Use sed instead of grep, since grep -o isn't supported on OS XGravatar axel2005-12-18
| | | | darcs-hash:20051217221513-ac50b-1166a7d4814ee9e2cd960308fae4999431ebc3c1.gz
* Add completions for trap and jobsGravatar axel2005-12-18
| | | | darcs-hash:20051217215926-ac50b-3078bbc64adfe19d17579a886a9e2ae7b0c594dd.gz
* Add autoconf checks for wide character string functionsGravatar axel2005-12-18
| | | | darcs-hash:20051217213205-ac50b-df9ea4cbc1a7e4235578bd4fc542ddb7788d41cc.gz
* Add trap shellscript functionGravatar axel2005-12-18
| | | | darcs-hash:20051217213052-ac50b-fdab838ea9595fac7572068ea3a1f12b8bb0ea68.gz
* Adjust fish init files to new set syntaxGravatar axel2005-12-17
| | | | darcs-hash:20051217122710-ac50b-718f131091f262514686b73a1f827086fc678a08.gz
* make the functions builtin output descriptions and event handlers for functionsGravatar axel2005-12-17
| | | | darcs-hash:20051217122546-ac50b-2bf9b1118fcbf9079398e113fb201ddde813e40a.gz