aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Update dependencies for making .po files in MakefileGravatar axel2007-01-09
| | | | darcs-hash:20070109134457-ac50b-31e9a1225e7deb5c097fb05c103bc5dc5bb58eea.gz
* A few more error checks during string to integer conversion in various placesGravatar axel2007-01-09
| | | | darcs-hash:20070109134117-ac50b-8816e238b0b6aa3fe83c0a4695d719a60b0d17d4.gz
* Check for errors during string to integer conversion in various placesGravatar axel2007-01-09
| | | | darcs-hash:20070109032005-ac50b-29514c9c8c19c70b7cfe7670a5c74899f316931f.gz
* Fix typo in user message, remove a few warnings, minor indentation editsGravatar axel2007-01-09
| | | | darcs-hash:20070109025356-ac50b-328e42b8898bbc9b40b4841a032ae7871dba9e13.gz
* Handle out of memory condition in various parts of fish by shutting down ↵Gravatar axel2007-01-09
| | | | | | instead of crashing darcs-hash:20070109025102-ac50b-ee7951028e626628257852fd9b5de97572609cea.gz
* Make it possible to specify an error handler function for out of memory in ↵Gravatar axel2007-01-09
| | | | | | any of the collection functions. Make the default oom handler print the line where things failed and exit. darcs-hash:20070109013521-ac50b-dc7304cfb548cf1efc100124125eed032e392169.gz
* Make the bg builtin check that all specified jobs exist before sending any ↵Gravatar axel2007-01-09
| | | | | | of them to background. Also make sure that the string to pid conversion didn't throw errors. darcs-hash:20070109002144-ac50b-c3954d98bab5cd95699966b2d1f2480797a9094d.gz
* Fix accidentally triggering of error condition when nothing bad happened in ↵Gravatar axel2007-01-09
| | | | | | fish pager init code darcs-hash:20070108230338-ac50b-c4d0a44ee06660acf107388f1c889296a535494b.gz
* Fix indentation and add a few comments to fish_pagerGravatar axel2007-01-08
| | | | darcs-hash:20070107164336-ac50b-d3cfa100a499d3f0996aac16288c4c892a65c1fe.gz
* Update todo listGravatar axel2007-01-08
| | | | darcs-hash:20070107142445-ac50b-391ff0eac6a84ae3dd5345d338682d243d40fb0a.gz
* Two very minor code touch upsGravatar axel2007-01-08
| | | | darcs-hash:20070107142430-ac50b-20cd4fe96c03c052bb6fb5c07ce207a534e86498.gz
* Remove comments from apropos matching in function for getting description ↵Gravatar axel2007-01-08
| | | | | | for command from whatis database darcs-hash:20070107142000-ac50b-0221d36e24d3d68f0a25535e7a7b303e4fb84abe.gz
* Redo the interface between fish and the completion pager. The old interface ↵Gravatar axel2007-01-08
| | | | | | has issues if the current user does not own the tty, as happens when using 'su'. It also had issues when stderr was redirected. The new interface should be more extensible as well. darcs-hash:20070107141336-ac50b-30bdfb198674b93a67d323c0a65b8e08b43c0525.gz
* Make it possible to buffer input to other file descriptors than stdin. It is ↵Gravatar axel2007-01-08
| | | | | | still only possible to buffer input on a single descriptor to any given job. darcs-hash:20070107141052-ac50b-561265cd5acde7d882e4506870f13d61d34b3734.gz
* Make sure errno is not changed when error reporting after a failed call to ↵Gravatar axel2007-01-08
| | | | | | execve darcs-hash:20070107140918-ac50b-35186f2300d6ec03dbeac2cb5d5ffcee3feffc4e.gz
* Fix bug in IO redirection making is possible for the IO redirections to fail ↵Gravatar axel2007-01-08
| | | | | | in cases where there are multiple pipes and buffers using file descriptors above 2. darcs-hash:20070107140646-ac50b-dee4f380320ef2743635e77401a789c28d45f805.gz
* Fix potential crash bug when pasting large amounts of text into the shellGravatar axel2007-01-08
| | | | darcs-hash:20070107140410-ac50b-c7b680b05f3aaf7f10e6e06a0fdc232d30c3e1b1.gz
* Allow the user to specify name of history file to use with the read builtinGravatar axel2007-01-07
| | | | darcs-hash:20070106142430-ac50b-32ad52077e11438799b17911dc83e57f89e02f2b.gz
* Update the dcop completions. This update was written by David Bitseff.Gravatar axel2007-01-06
| | | | darcs-hash:20070106130722-ac50b-a73277cfccbf456595f0fb7ceeb18d23b2f744ab.gz
* Fix bug in completion pager where non-ascii characters where escaped because ↵Gravatar axel2007-01-03
| | | | | | the locale was set after the completion strings where read in. Thanks to mikeX for the report. darcs-hash:20070103125702-ac50b-752f6e1182dba4356e068191b52fdb05d3cb5649.gz
* Add iconv completionsGravatar axel2006-12-27
| | | | darcs-hash:20061226142933-ac50b-dd385732a0337f215855db4c517dc1bab52b2aca.gz
* svn-delete-completion.dpatchGravatar Tassilo Horn2006-12-22
| | | | darcs-hash:20061221212334-c06f4-2db8d07267b142165302d63fd94fdc0eb9f6f791.gz
* Fix minor type in 'find' completionsGravatar axel2006-12-20
| | | | darcs-hash:20061219152443-ac50b-989d374683f181a5fc41d162f2a0793ca31227ac.gz
* Fix yet another place where the 'builtin' builtin was used in stead of 'command'Gravatar axel2006-12-15
| | | | darcs-hash:20061214182409-ac50b-60af38f1b1edcafcf1c0aff9c64094b92a84e5fc.gz
* Make the directory history keyboard shortcuts repaint the screen. Otherwise, ↵Gravatar axel2006-12-15
| | | | | | the prompt won't reflect the new CWD. This is needed because of the reduced amounts of repainting done since 1.22.2 darcs-hash:20061214182313-ac50b-a912bcc0fac6e1d78f116e19f31f1c50ffc409cb.gz
* Minor highlighting tweaks to make highlighter handle switches to 'command' ↵Gravatar axel2006-12-14
| | | | | | and 'builtin' builtins more correctly darcs-hash:20061214134025-ac50b-e17f79d1d4d7594ab20a358296f84dbb6356f42b.gz
* Do not add --help completions for builtins at init time. These completions ↵Gravatar axel2006-12-14
| | | | | | are already present in the commmand specific completions darcs-hash:20061214131239-ac50b-3626c53c9c985bc3b786d5d6baff5e162a5e4951.gz
* Fix incorrect use of the 'builtin' builtin when the 'command' builtin was ↵Gravatar axel2006-12-14
| | | | | | intended darcs-hash:20061214120630-ac50b-5cee4b32042bb23c1a4b01e2a400a4af13c64c9c.gz
* Make tab completion of process expansion consider other processes than those ↵Gravatar axel2006-12-14
| | | | | | owned by the shell. Also makes tab completion of process expansion properly handle paths in command names darcs-hash:20061214115811-ac50b-8569bcd30f97fe505dc1e7f2596d2fbd23f31525.gz
* Make sure debug() never alters errno, so that it can safely be called ↵Gravatar axel2006-12-14
| | | | | | between an error and calling wperror() darcs-hash:20061214100131-ac50b-b1c2e4819567fc35858233c265a26b934620fc6d.gz
* Minor correction to script for extracting translation stringsGravatar axel2006-12-14
| | | | darcs-hash:20061214014117-ac50b-fe792403646e1859116973494f2278c88f76072b.gz
* Make syntax highlighter flag invalid command types as subcommands for ↵Gravatar axel2006-12-14
| | | | | | 'command' or 'builtin' builtins. Also make sure that the '--' switch is understood by the highlighter darcs-hash:20061214013537-ac50b-9d84fe371eed10ce48ade5ebe88b00442658d67a.gz
* Only complelete valid command types as subcommands for 'command' or ↵Gravatar axel2006-12-14
| | | | | | 'builtin' builtins. Also make sure that the '--' switch is understood by the completions darcs-hash:20061214000326-ac50b-3ee9130ebb3fcc9b2723686945cfca055c4f44a4.gz
* Make sure that a command is never executed as the subcommand of the ↵Gravatar axel2006-12-14
| | | | | | 'builtin' builtin darcs-hash:20061214000152-ac50b-f1593dfeb4cecdbe48599ffe8d76a956989c7d24.gz
* Minor code tweaks. Move a few deeple nested pieces of code to their own ↵Gravatar axel2006-12-14
| | | | | | functions. There are lots of other places where this should be done as well. darcs-hash:20061213235838-ac50b-c3bedea3017910cc4f0d257ad6ee1da6b76efd12.gz
* Make the builtins 'and', 'or', 'not', 'exec', 'command' and 'builtin' ↵Gravatar axel2006-12-14
| | | | | | respect the '--' argument darcs-hash:20061213154449-ac50b-d2ae8ff5a1cab8e753ddb97545071cc985051411.gz
* Code cleanup: Use a macro constant instead fo a literal for builtin exit codesGravatar axel2006-12-14
| | | | darcs-hash:20061213143431-ac50b-5c5cec623ecca9f52c7d44cfcb26f07fe2fcda39.gz
* Update functions builtin so that default behaviour when not given any ↵Gravatar axel2006-12-14
| | | | | | arguments is to print only names of all existing functions, not their definitions. Use 'functions (functions)' to get the latter. darcs-hash:20061213142107-ac50b-16d0a9097ede4b0cd49847618d65fcbfee699393.gz
* Drop unneeded '--' when using set builtin in various placesGravatar axel2006-12-13
| | | | darcs-hash:20061212203727-ac50b-23fbb54bba0c5773e8a3dd2e5737ea8a670c801d.gz
* Drop unneeded '--' when using set builtin in the trap functionGravatar axel2006-12-13
| | | | darcs-hash:20061212181841-ac50b-dd1fd50b80c6d3c759c123832bc6334613529ee6.gz
* Minor fix to help generation to avoid creating a stray doxygen file in share/manGravatar axel2006-12-13
| | | | darcs-hash:20061212172518-ac50b-fec0999bd0b19259eaeee76c78c04b052392a6bb.gz
* Use the math function instead of calling bc directly in various placesGravatar axel2006-12-13
| | | | darcs-hash:20061212171118-ac50b-a40709edf008f3d725e3755d5282ae5a84818c88.gz
* Extend documentation for the math functionGravatar axel2006-12-13
| | | | darcs-hash:20061212171037-ac50b-1b9d0f51b284925fe0fc3020774ec32bb1414ce7.gz
* Make sure the rm command and not a wrapper function that could change its ↵Gravatar axel2006-12-12
| | | | | | behaviour is used. This patch was written by David Bitseff. darcs-hash:20061212122853-ac50b-4f3c9962bc6daed95c8f53a19af05bc3d924eac7.gz
* Make sure cwd colors update when the variable changes. This is a common ↵Gravatar axel2006-12-12
| | | | | | regression, it seems. This time it was caused by the repaint reductions added in 1.22.2. darcs-hash:20061212101348-ac50b-970686fcd3317f19c6131cdc46885a841c68a6d6.gz
* Update to the ':' patch by Nicholas Burlett. This patch makes sure that ':' ↵Gravatar axel2006-12-12
| | | | | | style executing of a command is only performed if a regular call to execve fails. This should improve performance a mall bit in the common case. darcs-hash:20061211190308-ac50b-d284fa30c8c633816898141b644bd3039f80cc62.gz
* Fix broken example in the documentation for the begin builtinGravatar axel2006-12-11
| | | | darcs-hash:20061211134723-ac50b-6ea37b6dca30a85d00651129a762d8a9d95d40a2.gz
* Add completions for flac, written by David BitseffGravatar axel2006-12-10
| | | | darcs-hash:20061210092326-ac50b-4de3e3473cdc73ef05052d4053f56dd790cc1403.gz
* Add completions for oggenc, written by David BitseffGravatar axel2006-12-09
| | | | darcs-hash:20061209085946-ac50b-747b61e4a0d717b5b9a5b7dcc3bdad8e33e79e18.gz
* Minor documentation updateGravatar axel2006-12-09
| | | | darcs-hash:20061209011911-ac50b-2295056319c5b7a95e77df897f0310cd52c6580a.gz