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

2595 Commits

Author SHA1 Message Date
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
Bart Schaefer
d8aee67492 Fix infinite loop on `r OLD=NEW' when OLD is the empty string. 2001-07-08 00:33:45 +00:00
Bart Schaefer
22faf1fa4b Suppress XTRACE during user-defined widgets. 2001-07-08 00:32:12 +00:00
Bart Schaefer
0467a101da Don't always coerce to float when assigning to an unset parameter. 2001-07-08 00:30:43 +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
Bart Schaefer
b79484dc40 Remove extraneous comma. 2001-07-03 17:34: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
Wayne Davison
963466358a Have prepnexthistent() remove any HIST_TEMPSTORE entry that is present. 2001-06-28 18:17:14 +00:00
Peter Stephenson
6ee1839f20 15160, 15169: Doc formatting changes for texinfo and .html files 2001-06-28 17:02:57 +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
Bart Schaefer
ddf881f053 Unposted: Add _last. 2001-06-28 08:39:41 +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