Commit graph

  • ddbb50acd7 Minor edits axel 2005-12-12 09:39:39 +1000
  • 5262f3ce99 Revamp the jobs builtin axel 2005-12-12 09:30:01 +1000
  • 28dd48a76a Use char instead of unsigned char in xdgmime files. Avoids a few warnings. axel 2005-12-12 08:28:33 +1000
  • b1c61bcf1f Do not call fcntl before fully reading block.Escalates bug severity without any practical benefit. axel 2005-12-12 08:27:30 +1000
  • bb591a69c9 Make type fuction handle hidden functions axel 2005-12-12 08:26:03 +1000
  • 1d69e70b7a Initial blocking implementation axel 2005-12-12 08:21:01 +1000
  • 2cac04850b Fix crash bug in token search axel 2005-12-11 14:30:17 +1000
  • 2619f1752d Remove compiler warning axel 2005-12-10 10:36:07 +1000
  • 33e2c81748 Make sure tokenizer never changes input string axel 2005-12-10 10:33:35 +1000
  • f05da41159 Escape the ~ character axel 2005-12-09 22:19:54 +1000
  • 780ecc46fc 1.18.1 1.18.1 axel 2005-12-09 14:05:12 +1000
  • 9b98df8310 Add history search information to documentation axel 2005-12-09 14:04:43 +1000
  • 5a8205ac2b Shorten ${foo} error message a bit axel 2005-12-09 13:50:42 +1000
  • 2490da31ce Fix missing escapes for the [] characters axel 2005-12-09 13:32:25 +1000
  • 092bb90569 Add minor missing completion for fish itself axel 2005-12-09 12:56:51 +1000
  • 39ca027706 Do not fail make install on missing ChangeLog axel 2005-12-09 12:49:23 +1000
  • 22433f2717 Completion prefix was missing one character axel 2005-12-09 12:47:18 +1000
  • f6e194447d Do not stop evaluation on wildcard error axel 2005-12-09 12:41:16 +1000
  • e2ed5d0977 Fix buffer inconsistency un ^U axel 2005-12-09 12:40:34 +1000
  • fe5bf8f80e Set version to 1.18.0 1.18.0 axel 2005-12-08 02:31:22 +1000
  • 0a713a7939 Correct set help page. The handling of setting a variable to no value has changed. axel 2005-12-08 02:29:24 +1000
  • 4ba2709452 Improved error messages axel 2005-12-08 02:06:47 +1000
  • 0c877183b9 Spelling axel 2005-12-08 01:57:17 +1000
  • a46be4cadb Handle setting zero length variable name axel 2005-12-08 00:48:49 +1000
  • 8b4637e900 Insert boundary token at quotes, makes things like $foo"bar" work right axel 2005-12-08 00:43:07 +1000
  • ab13c4caad Give intelligent warning messages on zero-length variable names. axel 2005-12-07 23:03:30 +1000
  • 479696a8ec Set status to 1 on parse errors axel 2005-12-07 23:02:09 +1000
  • acde745e34 Add a distclean target to Makefile.in netocrat 2005-11-04 03:03:48 +1000
  • 064d49215a Add missing files to remove for make clean netocrat 2005-11-04 01:10:26 +1000
  • 78d3b37e11 Modify fish init scripts to take account of @SYSCONFDIR@ netocrat 2005-11-04 00:35:35 +1000
  • 12aa33fad4 Even more documentation updates. Variable expantion and design document sections. axel 2005-12-04 23:22:59 +1000
  • e4ade8f41b Remove silly warnings in help script axel 2005-12-04 23:22:18 +1000
  • 9d7723b330 More documentation corrections and updates axel 2005-12-04 22:40:43 +1000
  • 2bc2e0b9ec More documentation tweaks axel 2005-12-04 12:33:53 +1000
  • 02083a1bd7 Updated some obsolete documentation sections, and added some general polish axel 2005-12-04 12:27:40 +1000
  • e534a952b7 Fix display bug causing the wrong completion string prefix to be shown in some situations axel 2005-12-04 11:56:13 +1000
  • 754d8d3712 Fix bug breaking filename completions, introduced by csh wildcard syntax axel 2005-12-04 11:54:02 +1000
  • 86230813de Remove more deprecated event hooks axel 2005-12-04 05:51:35 +1000
  • 2faba57e5a Update todo list to reflect recent changes axel 2005-12-04 05:50:03 +1000
  • 3789127d28 No longer track changes to the ChangeLog file, since it is autogenerated axel 2005-12-04 05:48:01 +1000
  • 32e833f331 Remove old event hooks, add more event handler documentation axel 2005-12-04 05:46:18 +1000
  • 9b4c34aa4c Use csh-style error rules with wildcards, i.e. if no matches are found, the command is not executed axel 2005-12-04 02:43:56 +1000
  • e2ebc0e443 Set version to 1.17.0, disable fishd optimization patch. 1.17.0 axel 2005-12-02 01:45:44 +1000
  • 8ff66e718c Fix broken recursive wildcard patch axel 2005-12-01 01:33:03 +1000
  • 2789da6a1a Only insert fishd barrier after non-builtin commands to increase performance axel 2005-11-30 05:51:32 +1000
  • 51c345311a Make the not builtin work with shellscript functions axel 2005-11-30 05:50:30 +1000
  • 4a68a34c50 Change stupid call signature for tilde expand function axel 2005-11-30 02:52:02 +1000
  • 9993ff07f2 Fix problem with recursive wildcards not working properly when postfixed with a regular string axel 2005-11-30 00:33:52 +1000
  • fc8b56da0d Remove accidentally included test code for recursive wildcard feature axel 2005-11-29 20:14:14 +1000
  • 02981a1750 Minor cleanups axel 2005-11-29 20:13:03 +1000
  • c2e6b07b35 Try to report IO redirection errors resulting from redirection stderr axel 2005-11-29 20:12:06 +1000
  • 8fcacdd5df common.c: Include the header file for ioctl() James Vega 2005-11-29 00:42:02 +1000
  • 6bf58e44f4 Make sure fishd saves before exiting from signal axel 2005-11-28 09:24:09 +1000
  • bda7948719 Make sure fishd synchronization happens only when needed axel 2005-11-28 09:22:08 +1000
  • e800fca499 Use better test for presense of getopt_long function axel 2005-11-28 01:06:03 +1000
  • eed4b75389 Remove config.h.in from repo, it is autogenerated by autoheader axel 2005-11-26 02:28:39 +1000
  • 5974dd68b0 Use iswspace instead of the GNU extention iswblank axel 2005-11-26 00:44:34 +1000
  • 680c0aff05 Use short style switch on set_color, since long style getopt not always available axel 2005-11-26 00:44:06 +1000
  • 4a2bdeebef Fire pending events when interrupted while reading from keyboard axel 2005-11-26 00:18:26 +1000
  • dfa251a1ab Remove ifdefs from function code axel 2005-11-26 00:16:57 +1000
  • 82cb97d3e3 builtin ulimit checks Claes Nästén 2005-11-24 21:13:21 +1000
  • 7d334914f7 Minor code tweaks axel 2005-11-24 04:57:43 +1000
  • 27a60f465d Change name of fishd log file axel 2005-11-24 04:57:10 +1000
  • 279159384e Added support for recursive wildcards horeah 2005-11-24 01:35:03 +1000
  • d748e05cb9 Make sure installation path is in PATH axel 2005-11-04 02:26:25 +1000
  • d50c051eec Change quoting rules to POSIX style axel 2005-11-03 02:49:13 +1000
  • 8d58e58d7b Minor performance tweaks 1.16.2 axel 2005-11-03 01:41:59 +1000
  • c8c3715aac Bump to 1.16.2 axel 2005-11-03 00:59:30 +1000
  • 7ffcebb9f8 No special casing for installing to $HOME axel 2005-11-03 00:52:52 +1000
  • 831d95b600 Bugfixing for the last patch jan.fader 2005-11-02 07:56:28 +1000
  • 0ffeb41c28 Patch for the stupid defaults of autoconf jan.fader 2005-11-02 06:52:15 +1000
  • e8d02159da Fix minor bug in completions for make, which caused it to fail completing targets beginning with 't' axel 2005-10-28 01:23:32 +1000
  • b78fba810c Fix crash bug when pasting long text axel 2005-10-28 01:21:48 +1000
  • 43213ee458 fish_tests.c: Include header files for missing function definitions. James Vega 2005-10-27 22:20:03 +1000
  • da316dd588 Do not override users sysconfdir setting axel 2005-10-28 00:45:10 +1000
  • c8bc79005c Minor performance tweak: Do not allocate any heap memory for hash_table_t until an element is inserted. That way, hash tables that never contain any data will not cause a call to malloc() axel 2005-10-27 00:48:23 +1000
  • 5ba0affdd7 Minor performance tweaks axel 2005-10-26 20:51:02 +1000
  • 721f616964 Add documentation for the vared shellscript function axel 2005-10-26 00:33:55 +1000
  • ef4345968e vared function used older uppercase names for fish colors axel 2005-10-25 23:48:51 +1000
  • 319956c26b Predecalre variables in psub axel 2005-10-25 23:40:43 +1000
  • a9bf64465c Use select instead of poll to avoid MacOS X bugs 1.16.1 axel 2005-10-25 21:22:47 +1000
  • ddcb84aa07 Fix problem bug breaking completion in commands with multiple subshells axel 2005-10-25 21:03:52 +1000
  • d332293245 Make sure PATH contains vital directories during init axel 2005-10-25 19:39:45 +1000
  • 48afe8062e Make sure fish color settings are valid colors axel 2005-10-25 03:51:08 +1000
  • 277f9b7e60 Huge API documentation cleanup axel 2005-10-25 01:26:25 +1000
  • f8de9de13d Code cleanups and API documentation updates axel 2005-10-23 22:14:29 +1000
  • ba6ad5025e Make sure USER variable is correct. Needed when using the su command. axel 2005-10-23 20:22:32 +1000
  • fc5e0ab367 Fix broken umask, add completions, documentation cleanups, etc 1.16.0 axel 2005-10-22 20:06:05 +1000
  • 6139df926b Documentation and completion updates axel 2005-10-21 22:39:45 +1000
  • a91c5fa86a Code cleanups and API documentation updates axel 2005-10-21 21:59:45 +1000
  • 2287238608 Improve error message on bad IO redirection axel 2005-10-21 09:56:51 +1000
  • 14204134bf Minor edits axel 2005-10-20 22:06:10 +1000
  • 63b122b369 Bump version number to 1.16.0 axel 2005-10-20 21:34:47 +1000
  • 82fb46603d Fix broken debug in non-interactive mode axel 2005-10-20 21:30:01 +1000
  • ce27f08a44 Use private use area for internal non-unicode characters axel 2005-10-20 21:27:54 +1000
  • 83fcc29305 Do not break stdin when reading a script axel 2005-10-19 22:07:44 +1000
  • 4fb2dc3f55 Add documentation for umask axel 2005-10-18 00:30:50 +1000
  • 1a5a49dcae Use named pipe for process substitution axel 2005-10-18 00:15:58 +1000
  • f87178420a Do not use RLIMIT_AS on systems that don't have it, like NetBSD axel 2005-10-17 23:36:57 +1000
  • d17f6b7ce4 Minor completion updates for umount axel 2005-10-17 23:27:46 +1000