1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-09-26 14:00:50 +02:00
Commit Graph

2652 Commits

Author SHA1 Message Date
Sven Wischnowsky
4bf4818f5a make _cd use only one call to _alternative, including completions from _tilde (using the named-directories tag) (15945) 2001-10-05 11:56:56 +00:00
Sven Wischnowsky
22d506ed6b make expand style (file completion) work again; no more special behaviour with menu completion; try to make docs clearer (15944) 2001-10-05 11:18:36 +00:00
Geoff Wing
7a1139b5e0 unposted: note typo change in Doc/Zsh/options.yo 2001-10-05 06:15:46 +00:00
Geoff Wing
b72c264a5d s/AUTO_CONT/AUTO_CONTINUE/ 2001-10-05 06:13:56 +00:00
Clint Adams
d13c8e8d66 15941: complete reiserfs mount options. 2001-10-05 01:45:41 +00:00
Clint Adams
f7fa53ecaa 15940: complete -o utf8 for mount -t vfat. 2001-10-05 01:36:55 +00:00
Clint Adams
16fe57acd4 15939: complete xfs mount options (for Linux). 2001-10-05 01:29:36 +00:00
Clint Adams
ad3d63eeeb 15938: complete ext3 mount options 2001-10-05 00:58:40 +00:00
Clint Adams
1bbe1d1b0a 15919: use LinkLists in place of somewhat equivalent code 2001-10-02 02:35:00 +00:00
Peter Stephenson
89719fbac3 test EXIT trap fix 2001-10-01 12:38:32 +00:00
Clint Adams
1d97597697 15915: completion for bts script 2001-09-30 20:24:14 +00:00
Bart Schaefer
b5c135b2da Zftp control connection management cleanup. 2001-09-28 17:35:44 +00:00
Bart Schaefer
b4b03beaed Module dependencies for unloading in tests. 2001-09-28 14:43:13 +00:00
Oliver Kiddle
a886f09894 fix build and test problems in Mac OS X (15882) 2001-09-27 15:50:15 +00:00
Clint Adams
8c05772007 15886: use select if poll is not available, or complain if neither are available 2001-09-27 15:36:41 +00:00
Peter Stephenson
4f1d07bb86 .distfiles fixes for 4.1.0-dev-2 2001-09-27 12:03:03 +00:00
Peter Stephenson
fbd6d8b2f1 Version 4.1.0-dev-2 2001-09-27 11:33:03 +00:00
Bart Schaefer
5fdcd3a2b4 Equivalence of $(...) and ... in ${(e)...}. 2001-09-25 17:37:54 +00:00
Sven Wischnowsky
ae9c181d6b 15869 2001-09-25 12:50:45 +00:00
Sven Wischnowsky
ad65621e60 job text building code couldn't handle empty sublists (as in `coproc || test') (15868) 2001-09-25 12:10:52 +00:00
Sven Wischnowsky
c2266c1f5f job text building code couldn't handle empty sublists (as in `coproc || test') (15868) 2001-09-25 12:10:05 +00:00
Bart Schaefer
66b3e3412d Fix ancient `print -z' doc bug. 2001-09-25 04:26:02 +00:00
Clint Adams
ab90a00264 15866: complete v2 ciphers after -o Ciphers=, protocols after -o Protocol= 2001-09-25 03:06:46 +00:00
Bart Schaefer
f81cb06361 Document side-effects of TERM assignment. 2001-09-24 16:22:30 +00:00
Bart Schaefer
63ecd0332b Fix out-of-memory on corrupt history files. 2001-09-24 15:15:08 +00:00
Peter Stephenson
11b0734108 * Src/builtin.c, Src/exec.c: Unwind function calls before exiting
shell from exit command to allow EXIT traps to run.
2001-09-24 10:12:51 +00:00
Andrew Main
cd59ad72b6 tetris game for ZLE 2001-09-21 02:40:38 +00:00
Bart Schaefer
b27659c6b3 Fix misleading error message. 2001-09-20 14:45:07 +00:00
Peter Stephenson
92c0432f9c fix LDFLAGS value after test for RTLD_GLOBAL 2001-09-19 15:22:19 +00:00
Wayne Davison
99d24baa4e 15836 2001-09-18 17:52:07 +00:00
Wayne Davison
f38b2c5aa8 Further modify the "fc -l" code to tolerate out-of range values. 2001-09-18 17:50:26 +00:00
Wayne Davison
c4ee773a03 15837 2001-09-17 18:33:18 +00:00
Wayne Davison
4fb4f4cd7a Fixed doisearch() to not switch lines unless zlereadflags has
ZLRF_HISTORY set.
2001-09-17 18:30:49 +00:00
Bart Schaefer
63708beb77 Akinori MUSHA: Improved BSD package completion. 2001-09-16 17:14:17 +00:00
Bart Schaefer
d4e869d100 ZLE doc xref to BAUD, fix doc build error. 2001-09-15 20:58:33 +00:00
Bart Schaefer
ee91fa4eb1 Fix typos in a log entry. 2001-09-15 19:13:45 +00:00
Wayne Davison
fbb4825694 15809 2001-09-15 06:30:59 +00:00
Wayne Davison
2a754dbb61 With HIST_NO_STORE, don't ignore what looks like a history command if
we're really going to call a user-defined shell function.
2001-09-15 06:28:15 +00:00
Wayne Davison
349236b7fd 15806 2001-09-13 23:35:13 +00:00
Bart Schaefer
2c8fa27f6f David Lebel: Shared object linkage on OpenBSD. 2001-09-13 18:47:02 +00:00
Wayne Davison
fc89b8135a + Changed addhistnum() to return firsthist()-1 or curhist+1 on error.
+ Ignore the "r" command if HIST_NO_STORE is set.
2001-09-13 18:19:11 +00:00
Wayne Davison
6a7d256a58 + Changed fclist() to not not transform "fc -l 0 0" into "fc -l 1 1".
+ Changed fcgetcomm() to handle new error return from addhistnum().
2001-09-13 18:19:08 +00:00
Oliver Kiddle
67ef2a91df update URL references to http://zsh.sunsite.dk/ (15792) 2001-09-12 11:50:50 +00:00
Oliver Kiddle
40bdb585e6 new completion for samba tools (15781) 2001-09-11 09:42:56 +00:00
Oliver Kiddle
f7624a71e2 complete new [:ascii:] character class 2001-09-11 09:35:53 +00:00
Clint Adams
9c0a97d43b 15783: document ztcp builtin 2001-09-10 21:33:16 +00:00
Clint Adams
ab205e5bb9 15780: rename **arg to **dargs 2001-09-10 19:19:15 +00:00
Clint Adams
2e174804c8 15779: ztcp -d 2001-09-10 15:23:37 +00:00
Clint Adams
718fb33b29 stupid bugfixes 2001-09-10 12:37:21 +00:00
Clint Adams
cb0f8a08c7 unposted: stupid -a bug 2001-09-10 02:41:20 +00:00