1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-10-03 01:11:37 +02:00
Commit Graph

1676 Commits

Author SHA1 Message Date
Bart Schaefer
a698189843 Fix segfault in checkrmall(). 2001-10-20 17:48:23 +00:00
Sven Wischnowsky
2a0862bc40 fix: make _describe handle (...) arguments correctly; use _file_descriptors after -t in conditions; don't display empty descriptions in _file_descriptors (16085) 2001-10-19 10:28:07 +00:00
Oliver Kiddle
62829b856d allow arguments to be specified in printf format specifications (16080) 2001-10-18 14:22:21 +00:00
Clint Adams
62d4a10902 16078: zip -r 2001-10-17 15:14:45 +00:00
Sven Wischnowsky
d727200bff don't use _comp_ignore while building paths, only at end (16076) 2001-10-17 13:29:20 +00:00
Peter Stephenson
4932cbac1b add sourceforge to metafaq 2001-10-16 12:50:16 +00:00
Oliver Kiddle
4aaa5b3257 fix return code and tests of printf and comment above bslashquote func (16064) 2001-10-16 11:16:04 +00:00
Clint Adams
6ef62b386b 16062: use O_EXCL when opening a temporary file. 2001-10-16 04:13:29 +00:00
Wayne Davison
925f36d6d3 16059 2001-10-15 18:44:54 +00:00
Oliver Kiddle
577ebe0b8a use arithmetic evaluation for numeric arguments to printf (16042) 2001-10-15 11:34:27 +00:00
Sven Wischnowsky
0e6f265516 for caching of compiled patterns: remember that singsub() might modify the string it gets, compare with unmodified string (16041) 2001-10-15 11:28:07 +00:00
Bart Schaefer
fdb4782642 Remove <arpa/telnet.h> from tcp.c. 2001-10-14 17:23:30 +00:00
Bart Schaefer
5cc2e90f5b Fix typos. 2001-10-14 17:18:32 +00:00
Bart Schaefer
594ad37c37 Save/restore state around DEBUG trap call. 2001-10-13 17:54:28 +00:00
Sven Wischnowsky
d0303296cd use expanded paths (expand style with value prefix) only when we are at the last matcher spec (16002) 2001-10-11 09:19:54 +00:00
Clint Adams
175ae571f3 16006: use styles for mail directory, pine directory, and muttrc. 2001-10-10 20:10:44 +00:00
Clint Adams
414f028ed9 16005: Completion/Unix/Command/_mount: check /etc/filesystems under Linux. 2001-10-10 19:31:07 +00:00
Oliver Kiddle
4d1d676dba enable dynamic libraries on MacOS X is the dlcompat library is installed 2001-10-10 16:02:24 +00:00
Clint Adams
a9d36386d1 16000: completion for debchange(dch) 2001-10-10 03:12:59 +00:00
Sven Wischnowsky
933813e971 change file completion default to offer globbed files and directories on first try (15995) 2001-10-09 12:56:02 +00:00
Peter Stephenson
2a2de0abea 15994: Completion/compinstall: handle list-suffixes; make prompts at end of
function more transparent.
2001-10-09 11:16:59 +00:00
Sven Wischnowsky
dc472db5f0 hide all but one match with the same string in the list even for unsorted groups (15991) 2001-10-09 09:50:12 +00:00
Oliver Kiddle
bc0f49e09b remove duplicated includes which caused problems on IRIX 5 (15987) 2001-10-08 16:36:54 +00:00
Oliver Kiddle
fe8295d2d2 update _wget for v1.7, _sysctl for darwin, _webbrowser for galeon etc (15983) 2001-10-08 16:22:39 +00:00
Peter Stephenson
6fa692b6e4 zcalc base display fix 2001-10-08 15:18:25 +00:00
Peter Stephenson
36b03a8424 Minor wording change. 2001-10-08 11:31:10 +00:00
Oliver Kiddle
648d1c2756 add print -f option, %n format specifier and tests for print/printf (15973) 2001-10-08 10:47:46 +00:00
Peter Stephenson
0ca8bb74f0 forgot this 2001-10-08 10:22:02 +00:00
Andrey Borzenkov
b109834dc2 15964: use SOCKLEN_T 2001-10-08 07:19:35 +00:00
Clint Adams
99b7512cd9 Norbert Koch: 15954: fix variable name inconsistency 2001-10-06 17:39:09 +00:00
Peter Stephenson
2dcb35efe0 expand style in compinstall 2001-10-05 16:33:34 +00:00
Oliver Kiddle
a5890553e8 add printf builtin (15851, 15948) 2001-10-05 15:02:18 +00:00
Sven Wischnowsky
aac666130c fix calculation of number of columns needed with list_packed (15946) 2001-10-05 12:44:00 +00:00
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
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
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
c4ee773a03 15837 2001-09-17 18:33:18 +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
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
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
Clint Adams
41e0546a58 This isn't my day for the article numbers. 2001-09-10 02:18:58 +00:00
Clint Adams
7093e779e6 15771: ztcp -t 2001-09-10 02:17:55 +00:00
Clint Adams
5eb6315b3e 15769: ztcp -a 2001-09-09 23:33:06 +00:00
Clint Adams
3756589f1b 1576x: take service names, stuff fd numbers into $REPLY 2001-09-09 22:08:55 +00:00
Clint Adams
394989e292 15766: ztcp -l 2001-09-09 09:39:24 +00:00
Clint Adams
a11772c617 15765: introduce [:ascii:] class 2001-09-09 06:17:02 +00:00
Clint Adams
9a31296b3e 1596x: ztcp -v 2001-09-08 22:08:04 +00:00
Clint Adams
b554563ece 15762: introduce ztcp builtin 2001-09-08 21:09:55 +00:00
Clint Adams
199bccab75 15740: tolerate /usr/local directories in $fpath on Debian where root:staff 2755. 2001-09-06 20:52:21 +00:00
Clint Adams
913d8bd5b4 15739: use getent instead of /etc/group if possible 2001-09-06 20:17:12 +00:00
Andrew Main
b73d71105e 15734: zle -K option to select a keymap, and zle KEYMAP parameter to
examine the current selection.
2001-09-03 01:39:19 +00:00
Peter Stephenson
e8f8c3abee handle zsh options in _sh 2001-08-28 20:35:53 +00:00
Peter Stephenson
b3336b7918 zmv fixes 2001-08-28 20:28:10 +00:00
Sven Wischnowsky
c0ea4d62c8 handle possible NULL pointer returned from bufferwords() (15717) 2001-08-28 08:41:51 +00:00
Wayne Davison
7806ece931 15713 2001-08-27 19:35:15 +00:00
Bart Schaefer
bc1bdea9db Fix PS2 for dquote nested in braceparam. 2001-08-27 07:31:37 +00:00
Bart Schaefer
821a18c907 Parameter expansion doc mop-up. 2001-08-25 17:11:00 +00:00
Bart Schaefer
135eebde60 Fix crash on re-entry to loop() from preprompt(). 2001-08-25 16:44:15 +00:00
Sven Wischnowsky
b70ec86efe test if hash table pointer is NULL to avoid SEGV with compstate=() (15705) 2001-08-24 09:25:38 +00:00
Clint Adams
3d3e3015c4 15683: completion for links(1) 2001-08-22 21:36:59 +00:00
Bart Schaefer
4ab1fb2bd3 Assorted minor test tweaks. 2001-08-22 15:59:27 +00:00
Bart Schaefer
4fe788b092 Don't treat numbers as cd-able vars. 2001-08-22 15:37:19 +00:00
Clint Adams
ffec7684a7 15675: Src/Builtins/rlimits.awk: handle case where RLIM_NLIMITS is set to a number within an enum. 2001-08-21 20:05:33 +00:00
Bart Schaefer
a90502aeb0 Better handling of manual section numbers. 2001-08-21 18:06:24 +00:00
Sven Wischnowsky
647674f6ab undo most of 15650, do that in shell code (15669) 2001-08-20 13:13:49 +00:00
Bart Schaefer
87ca460fe5 Fix exit status of zsh -fc '! command' 2001-08-19 04:23:46 +00:00
Adam Spiers
9906e86aee unposted: Functions/Prompts/prompt_adam2_setup: eliminate
horrible inefficiencies resulting from avoidable fork()s
2001-08-17 13:45:24 +00:00
Sven Wischnowsky
5a1065dc66 make insert-tab really default to `true' (15653) 2001-08-17 10:37:00 +00:00
Sven Wischnowsky
66576ecbf8 15650 2001-08-17 09:25:21 +00:00
Peter Stephenson
91ef933eb3 Fix problem with output bases in zcalc 2001-08-16 16:42:21 +00:00
Sven Wischnowsky
0f880152fc 15639 2001-08-16 08:48:27 +00:00
Sven Wischnowsky
1a1d270e13 15638 2001-08-16 08:07:41 +00:00
Geoff Wing
16372ce057 15621: display of status line was being mucked up; also fix
continuation markers "<...." and "<....>"
unposted: fix possible seg fault on a screen height shrink
2001-08-15 15:22:30 +00:00
Adam Spiers
71a6bbaebc unposted: Mention the word `greedy' in the docs for the S flag, to
make it easier to find for those used to Perl-speak.
2001-08-15 13:56:30 +00:00
Adam Spiers
a4ba95139d unposted: Add missing docs for cache-policy style. 2001-08-15 13:50:02 +00:00
Adam Spiers
3df9884871 15630: update caching policy for newer versions of rpm. 2001-08-15 13:33:49 +00:00
Clint Adams
fcf0d2c3d5 15629: unzip -Z should behave just as zipinfo does 2001-08-14 16:23:41 +00:00
Bart Schaefer
be5e65d2bb Adjust test for new typeset restrictions. 2001-08-13 17:45:03 +00:00
Bart Schaefer
d978bb894e Fix and regression tests for crash on typeset of local array elements. 2001-08-13 17:43:04 +00:00
Sven Wischnowsky
d679322cf9 -[12n] options don't get arguments (15615) 2001-08-13 10:57:43 +00:00
Bart Schaefer
17ca9022af Peter Breitenlohner: Minor tweaks to some make targets. 2001-08-12 19:43:13 +00:00
Oliver Kiddle
9e6c25c031 add exclusion lists to _dd and check for redhat/mandrake in _user_admin 2001-08-09 13:57:29 +00:00
Wayne Davison
184ac00629 15596 with an unposted tweak to the computil.c change. 2001-08-08 07:46:33 +00:00
Sven Wischnowsky
7e23143359 follow-up to 15588; add -w option to _values (look at all words); change _dd back (15597) 2001-08-08 07:20:56 +00:00
Wayne Davison
0c08265c73 users/4092 2001-08-07 19:58:07 +00:00
Oliver Kiddle
adbab91edb use _x_display when setting $DISPLAY and fix bug in enable completion (15594) 2001-08-07 19:29:13 +00:00
Oliver Kiddle
6cd11094d9 do not complete aliases in equals expansion any more (15590) 2001-08-07 11:28:12 +00:00
Sven Wischnowsky
b0ac280e1a make _dd not use already used specs; fix for selecting stuff to complete in _describe; fix for correction and _describe with grouped lists (15588) 2001-08-07 10:38:36 +00:00
Peter Stephenson
23581f7664 15586: remove =alias expansion, leaving only =cmd. 2001-08-07 10:18:31 +00:00
Peter Stephenson
5dd1ba01ea 15585: bash-style up- and down-case words 2001-08-07 10:04:10 +00:00
Peter Stephenson
34def9b74d 15583: ignore CVS directories for a all function installations 2001-08-07 09:08:50 +00:00
Sven Wischnowsky
ab14a745a6 increment zwc fie version (which means changing the magic number) (15584) 2001-08-07 09:07:12 +00:00
Oliver Kiddle
68a8685146 share descriptions for long/short opts in more completions and other changes 2001-08-06 14:42:02 +00:00
Oliver Kiddle
0c3f0b47bf new BSD completion and fix _chown for symlinks 2001-08-03 16:53:26 +00:00
Clint Adams
1ba5ba91ae 15551: complete presumably compressed files for gzip -t and -l 2001-07-31 13:54:04 +00:00
Sven Wischnowsky
89919a8950 fix for changed listing layout (15549) 2001-07-31 08:54:52 +00:00
Sven Wischnowsky
75d5e9bb8b (15526) 2001-07-30 08:42:55 +00:00
Peter Stephenson
1619df1c5d 15511: zcalc tweaks 2001-07-27 22:23:15 +00:00
Sven Wischnowsky
4da5c1b2e0 (15509) 2001-07-27 12:56:57 +00:00
Peter Stephenson
0822510626 15507: new zcalc function
15508: cvs tag didn't complete tags despite it's claim.
2001-07-27 11:34:46 +00:00
Oliver Kiddle
47fc2c2662 fix posixbuiltins test to allow for an external `print' command (15503) 2001-07-26 13:17:09 +00:00
Peter Stephenson
b2a8b69872 15498: zle doc fix 2001-07-26 11:34:57 +00:00
Bart Schaefer
af2e41f845 Fix typo. 2001-07-25 17:40:30 +00:00
Bart Schaefer
d466332a5c More index entry etc. cleanup. 2001-07-25 15:59:23 +00:00
Sven Wischnowsky
f29d50fe9c move pattern matching in the loop to make sure all match specs are used (15487) 2001-07-25 14:49:32 +00:00
Sven Wischnowsky
1df4b6620b some more places where list-separator should be used (15485) 2001-07-25 12:36:34 +00:00
Sven Wischnowsky
c83d16f8ee another fix for 15477 (separator strings); add list-separator style (15484) 2001-07-25 12:18:23 +00:00
Sven Wischnowsky
e1708022d2 fixlet for 15477, don't let it remove consecutive dummy matches (15482) 2001-07-25 10:45:59 +00:00
Sven Wischnowsky
eba59194d7 make display for groups in _describe nicer; improve packing with list_packed; leave space for type character (list_types) only in groups with at least one file name (15477) 2001-07-25 08:52:34 +00:00
Sven Wischnowsky
6d81779954 remove nulargs in here strings (15470) 2001-07-24 14:17:31 +00:00
Bart Schaefer
c17b40b6a0 Fix errors introduced by 15354. 2001-07-24 13:16:08 +00:00
Sven Wischnowsky
a37d1d749d improve user/host completion before a @ (15468) 2001-07-24 07:11:32 +00:00
Peter Stephenson
32f7b32061 15432: New bash-transpose-words widget 2001-07-20 13:04:51 +00:00
Sven Wischnowsky
79dbcc8382 don't use compsuffix when it might be freed; use the right variable in that loop there, dammit (15433) 2001-07-20 10:54:38 +00:00
Sven Wischnowsky
facff10b11 yet another followup to 15497; make _describe filter out non-matching strings before calling compdescribe, otherwise some matches will be hiddens (15415) 2001-07-19 08:40:36 +00:00
Sven Wischnowsky
6a3e89d539 fix for 15407; there may be sets without matches (15409) 2001-07-18 13:52:53 +00:00
Sven Wischnowsky
8c1b953b5a add list-grouped option to make options and such be grouped together if they have the same description; matches with line-display strings can be hidden; hi and du capabalities in complist are only used if set by the user (15407) 2001-07-18 13:10:07 +00:00
Sven Wischnowsky
40f6510196 add support for -R option (15402) 2001-07-18 07:06:59 +00:00
Oliver Kiddle
0f2919ceb1 use colon separator for BSD (15393) 2001-07-17 11:06:24 +00:00
Sven Wischnowsky
72b56dc458 add preserve-prefix style to keep pathname prefix unchanged (15400) 2001-07-17 09:04:29 +00:00
Andrey Borzenkov
0d3bfa66c1 accidentally committed 15278 2001-07-13 12:32:59 +00:00
Andrey Borzenkov
ed914f48f3 15390: Cygwin support 2001-07-13 12:30:20 +00:00
Sven Wischnowsky
45051d58ab make _files not use its own description if there is one from a calling function; improve -P-prefix handling in _path_files (15389) 2001-07-13 08:09:49 +00:00
Bart Schaefer
73d0e1adb1 Explain the effect of CORRECT on HASH_CMDS et al. 2001-07-12 03:44:26 +00:00
Sven Wischnowsky
bd629defe8 (15357) 2001-07-10 09:25:43 +00:00
Bart Schaefer
5fcfa125bd Better indexing and misc. cleanup in the first tenth or so of the doc. 2001-07-10 08:59:17 +00:00
Sven Wischnowsky
e988866bda remove not only numeric suffixes, but also `.n' and the like (15352) 2001-07-10 08:10:24 +00:00
Peter Stephenson
7060b34457 15334: use string "(eval)" as script name in debugging messages in eval's 2001-07-09 18:31:24 +00:00
Peter Stephenson
4872ed5086 4.1.0-dev-1 2001-07-09 16:52:38 +00:00
Peter Stephenson
cef000cc62 15329: test script changes to go with 15327 LINENO change 2001-07-09 16:41:19 +00:00
Bart Schaefer
7457bdc19d Fix function stack unwinding on autoload failures. 2001-07-09 16:20:53 +00:00
Peter Stephenson
003ec8c7e8 15327: always use local LINENOs in parse_string(). 2001-07-09 16:05:13 +00:00
Bart Schaefer
18496bfebc 15304,15305,15308 2001-07-08 00:34:14 +00:00
Peter Stephenson
2c75f5b0da 15291, 15292: fix bug setting scalar in math mode 2001-07-06 18:33:59 +00:00
Clint Adams
3dc88e102e 15250: still run setup even if pcre functions are unavailable 2001-07-06 18:04:39 +00:00
Peter Stephenson
fe06b7a73d 15279: ${(S)...%%...} etc. doc; 15288: bash word functions + doc 2001-07-06 17:25:53 +00:00
Oliver Kiddle
1348458447 add exclusion lists and use _multi_parts for sysctl completion on BSD (15252) 2001-07-06 11:22:13 +00:00
Sven Wischnowsky
f2040baa9b (15283) 2001-07-06 10:46:31 +00:00
Peter Stephenson
f486329a16 15265: Src/parse.c: correction problems with new `for' syntax 2001-07-06 09:40:01 +00:00
Peter Stephenson
4a8b8bd752 15277: Src/glob.c: real backreferencing bug with ${(S)...%%...} 2001-07-06 09:23:55 +00:00
Peter Stephenson
40e17d980f back out 15266 2001-07-06 09:03:46 +00:00
Bart Schaefer
a45ff6cdb7 Avoid static link of pcre module. 2001-07-06 08:32:14 +00:00
Peter Stephenson
55d4ee8c6d 15266: fix for ${(S)...%%...} 2001-07-05 23:53:05 +00:00
Peter Stephenson
c4d9fa80a5 15264: improved doc for variant complex commands 2001-07-05 17:23:05 +00:00
Peter Stephenson
979cbb0dc3 15261: remaining easy option tests 2001-07-05 14:51:33 +00:00
Andrey Borzenkov
7c0a534298 15253 : hash foo together with foo.exe on Cygwin 2001-07-05 11:43:10 +00:00
Clint Adams
b65dcc197b 15242: pcre_match -a and $match instead of pparams 2001-07-04 15:13:33 +00:00
Clint Adams
1b05d0bcec 15234: describe behavior added by 15228. 2001-07-03 16:52:35 +00:00
Clint Adams
38833690cb 15228: AC_CHECK_LIB->AC_SEARCH_LIBS, set pparams with capture buffers 2001-07-03 16:42:36 +00:00
Clint Adams
a65fea58a5 unposted: add mod_pcre to doc makefile 2001-07-03 14:34:19 +00:00
Oliver Kiddle
e390c96bd6 add completion for sysctl(8) (15215, 15223) 2001-07-03 14:32:12 +00:00
Clint Adams
ad57c03213 unposted: update distfiles for 15211 2001-07-03 14:19:15 +00:00
Bart Schaefer
992ef0693f Remove references to FUNCINST_MK. 2001-07-03 05:59:55 +00:00
Clint Adams
bff61cf9e1 15211: zsh/pcre module 2001-07-02 19:39:34 +00:00
Oliver Kiddle
0f960cc8ca fix IRIX 5.3 specific compilation problems and some error messages (15204) 2001-07-02 11:33:26 +00:00
Bart Schaefer
05fdd6fed2 Return nonzero from _tilde on no matches. 2001-07-02 07:17:00 +00:00
Bart Schaefer
70c4e162c6 Reset errflag after executing precmd. 2001-06-30 18:30:54 +00:00
Andrey Borzenkov
25e5dd6118 15183: fix DLLD in non-ELF case 2001-06-29 15:46:46 +00:00
Peter Stephenson
74dc513ca5 Left-over changes from yesterday 2001-06-29 15:29:49 +00:00
Andrey Borzenkov
ecbff2da37 15181: use -KPIC instead of -Kpic 2001-06-29 15:25:29 +00:00
Andrey Borzenkov
fcd204718e 15180: final AIX touch - default to termcap and add -shared flag (or
-bM:SRE for native compiler) for modules
2001-06-29 14:59:42 +00:00
Clint Adams
0b8e4008b6 Bart15083: bash-backward-kill-word 2001-06-29 13:47:32 +00:00
Bart Schaefer
c2277ed220 Merge .distfiles change from 4.0.2 branch. 2001-06-29 05:53:12 +00:00
Wayne Davison
9ac13ddd6c 15172 2001-06-28 18:19:50 +00:00
Oliver Kiddle
a25c40c6a0 update for test file renaming and fix typos 2001-06-28 11:25:41 +00:00
Oliver Kiddle
45c1cee848 fix for two digit display numbers and -encodings option (15159) 2001-06-28 11:22:55 +00:00
Sven Wischnowsky
3eaedd99a0 Improve completion for `cd' with cdablevars set; cleanup in _cd and _tilde (15152) 2001-06-28 07:47:39 +00:00
Peter Stephenson
9282cbc1a7 enable-sitefndir -> enable-site-fndir 2001-06-27 21:57:30 +00:00
Sven Wischnowsky
51503a87a2 (only the patch to compmatch.c from the mail); improve merging cline lists coming from different IPREFIX/PREFIX combinations and such by avoiding to generate cline structs for empty parts after a match spec anchor cline struct (15123) 2001-06-27 13:18:38 +00:00
Sven Wischnowsky
b275190ff4 add autocontinue option to automatically make stopped jos running when they are being disowned; make that the default for %job &!' and %job &|' (15115) 2001-06-27 11:22:04 +00:00
Andrey Borzenkov
b053d02cdb 15099: rudimental support for skipping unimplemented tests 2001-06-26 15:02:34 +00:00
Clint Adams
760d3b89a3 15094: don't display battery level of -1% 2001-06-26 13:48:54 +00:00
Sven Wischnowsky
e067118efc fix for finding the first ambiguous path component in compfiles (3946) 2001-06-26 09:05:10 +00:00
Sven Wischnowsky
2ca99605ed make warning message for disowning stopped jobs more verbose (saying how to make the job running again) (15087) 2001-06-26 08:18:22 +00:00
Peter Stephenson
b397a5187a Latest FAQ as per posting 2001-06-25 20:40:56 +00:00
Clint Adams
4d37e1e5a2 15079: completion for last(1) 2001-06-25 18:52:14 +00:00
Peter Stephenson
1897a361bf 15030: multi-parameter `for' loops 2001-06-25 16:07:51 +00:00
Sven Wischnowsky
bbd2a98f41 make expand-word not always restore the command line (3940) 2001-06-25 09:32:21 +00:00
Bart Schaefer
50f88338e6 Assorted "make check" tweaks. 2001-06-25 03:06:33 +00:00
Bart Schaefer
f0dd0ced30 PRINT_EXIT_VALUE for shell functions. 2001-06-25 00:15:04 +00:00
Bart Schaefer
2e4a17b32f Change magic-space to respect !". 2001-06-24 03:42:09 +00:00
Bart Schaefer
f11e227cb0 POSIX exit status changes. 2001-06-23 18:30:55 +00:00
Andrey Borzenkov
791e11a084 15021: new %y character; %l semantic back 2001-06-22 09:44:06 +00:00
Andrey Borzenkov
551b5d1499 15038: test case for 15023 2001-06-22 06:35:54 +00:00
Sven Wischnowsky
7571f04c03 improve pattern matching to make match specs work for manual page completion (15029) 2001-06-21 12:53:55 +00:00
Bart Schaefer
e25f86419e No POSIX "for" syntax with csh syntax. 2001-06-21 10:54:49 +00:00
Bart Schaefer
6c074dfaf3 POSIX "for" syntax. 2001-06-21 10:09:08 +00:00
Bart Schaefer
ef89be124d Fix handling of interrupt in two completion widgets. 2001-06-21 10:05:19 +00:00
Bart Schaefer
5470c1fe38 Completion for AUTO_CD. 2001-06-21 09:33:15 +00:00
Bart Schaefer
f256c16efe Fix exit status of compdef. 2001-06-21 09:24:39 +00:00
Bart Schaefer
e8cb280d50 Fix "insert-tab pending" zstyle. 2001-06-20 17:42:15 +00:00
Peter Stephenson
ef6193b89b rewrite 14988 as per 14989 2001-06-20 11:02:47 +00:00
Peter Stephenson
79ed1a0e22 Bug restoring saving special parameters for function scope. 2001-06-20 10:06:51 +00:00
Bart Schaefer
bdea3cd768 Add socklen_t to possible SOCKLEN_T types. 2001-06-19 16:41:03 +00:00
Bart Schaefer
0672033cfc Compiler warnings. 2001-06-19 15:46:53 +00:00
Andrey Borzenkov
9b9e940117 14973: fix for reported problems on AIX. 2001-06-19 06:59:24 +00:00
Sven Wischnowsky
7bac7b6f76 14962 2001-06-18 09:53:16 +00:00
Peter Stephenson
528d2af1e5 more handler -> zhandler 2001-06-18 09:29:48 +00:00
Bart Schaefer
1070753996 Fix file name again (sigh). 2001-06-18 08:06:51 +00:00
Sven Wischnowsky
39e152d297 make zcompile unlink() the zwc file first (in case it is currently mapped we don't want to overwrite it); also, create the file read-only (14952) 2001-06-18 07:34:34 +00:00
Sven Wischnowsky
3c7f60d084 rename handler() to zhandler() because it's now exported to modules (14951) 2001-06-18 07:24:22 +00:00
Bart Schaefer
ad740ebdd1 Add missing file name. 2001-06-17 16:20:10 +00:00
Bart Schaefer
01293459e0 Fix attribution. 2001-06-17 16:17:52 +00:00
Bart Schaefer
5089075a29 Per NetBSD, use "gcc -fPIC" rather than -fpic. 2001-06-17 16:16:23 +00:00
Bart Schaefer
13c8e5b405 Fix a couple of typos; reorder a couple of entries to match the 4.0.x branch
ChangeLog.
2001-06-16 17:41:51 +00:00
Wayne Davison
64c13ff3c7 Undo mkstemp() change. 2001-06-16 05:45:40 +00:00
Peter Stephenson
bd6302eae0 Use mkstemp where available 2001-06-15 22:19:44 +00:00
Peter Stephenson
3f6a9e4522 fix setting of individual positional parameters after 14915 2001-06-15 13:07:50 +00:00
Andrey Borzenkov
12e1cf567d 14931: fix socket/address length calculation 2001-06-15 13:01:42 +00:00
Peter Stephenson
d247b7f146 $* and $@ are special 2001-06-14 09:49:01 +00:00
Sven Wischnowsky
a5a5aa4e3e fixes for display bugs for completion lists (cursor left one line to far up or down) (14903) 2001-06-13 14:03:44 +00:00
Peter Stephenson
6bb50488ab mod_export handler 2001-06-13 11:50:09 +00:00
Sven Wischnowsky
71a9847d48 fix for comparguments (completing after single letter options that get their argument in the next word); make _values ignore some of the standard option it may get; make _mount use _dir_list in some places and improve that; `document' comparguments and compvalues with some comments in computil.c (14897) 2001-06-13 11:05:51 +00:00
Oliver Kiddle
1bb5d4d385 minor correction 2001-06-13 10:40:36 +00:00