Sven Wischnowsky
1d5fbf228d
fix for cursor positioning with that -y option of compctl (display strings) (14507)
2001-05-28 11:42:00 +00:00
Sven Wischnowsky
5fe1924155
make the zprof wrapper function be more careful, avoiding almost all of the code when the module is being unloaded (14504)
2001-05-28 09:23:39 +00:00
Sven Wischnowsky
96fd8a11d3
another attempt at fixing the job problem from 14327; make execpline() reset list_pipe_job to zero if it would be set for a job started in the background (14503)
2001-05-28 09:00:21 +00:00
Bart Schaefer
148b455683
HPUX & Solaris notes.
2001-05-28 04:55:46 +00:00
Clint Adams
31252df299
14492: new prompt theme
2001-05-27 05:03:10 +00:00
Wayne Davison
fb22648e8c
14488
2001-05-26 21:02:32 +00:00
Wayne Davison
f18dca3266
Fixed acceptandinfernexthistory() to work when called repeatedly.
...
Also changed it to not accept the line if the infer fails. Ignore
transient edits in the history when searching for an inference and
grabbing the next line (affecting acceptandinfernexthistory(),
infernexthistory(), and acceptlineanddownhistory()).
2001-05-26 20:57:16 +00:00
Andrey Borzenkov
60df1f9eec
14489: workaround for find bug on ReliantUNIX
2001-05-26 08:41:01 +00:00
Bart Schaefer
ff98487aa5
Improve "make check" test for -b condition when /dev cannot be searched.
2001-05-26 01:51:28 +00:00
Bart Schaefer
537a237f2b
The complete 3.0.8 ChangeLog, for posterity.
2001-05-26 01:41:05 +00:00
Clint Adams
435c1c2fdb
14479: apt-get --reinstall
2001-05-25 14:34:51 +00:00
Peter Stephenson
0a0437817a
FAQ changes for 4.0.1 from Bart
2001-05-24 21:32:09 +00:00
Bart Schaefer
a71ca57c0f
I guess I was supposed to commit 14411.
2001-05-24 03:06:24 +00:00
Bart Schaefer
f73dc99e08
Revise zmodload -u test.
2001-05-23 17:05:56 +00:00
Oliver Kiddle
b5ad8bf0de
add mod_export in a couple of places where it was missing
2001-05-23 08:53:11 +00:00
Peter Stephenson
87f45de409
14430: handle cleanup better in Test/ztst.zsh
2001-05-22 09:27:25 +00:00
Clint Adams
86486827b3
correct mess from bad merge
2001-05-21 17:06:07 +00:00
Clint Adams
f670ec692f
14419: glibc 2.2.3 rlimits enum
2001-05-21 17:02:59 +00:00
Oliver Kiddle
0a159d0f73
fix to include + options in tag order (14416)
2001-05-21 16:15:59 +00:00
Clint Adams
25b7d227bc
unposted: quote $@ in calls to _arguments
2001-05-21 14:44:48 +00:00
Oliver Kiddle
f6a219657f
make use of _arguments in _set (14409)
2001-05-21 12:28:27 +00:00
Peter Stephenson
11ee75b6dd
Version 4.0.1-pre-5
zsh-4.0.1-pre-5
2001-05-21 10:51:49 +00:00
Peter Stephenson
a60d612e43
Workaround rm -f hang on unwriteable file in Cygwin
2001-05-21 10:35:06 +00:00
Peter Stephenson
221d096ed8
add Test/E01options.ztst to .distfiles; fix ChangeLog for last options tests
2001-05-21 10:08:22 +00:00
Peter Stephenson
bb1c687280
ChangeLog entry ofr 14396
2001-05-20 21:27:09 +00:00
Bart Schaefer
ad74b5519c
Handle line wrapping in ZTST_hashmark.
2001-05-20 18:10:56 +00:00
Andrey Borzenkov
7270c28a39
14401: workaround for script execution under Cygwin
2001-05-20 10:59:27 +00:00
Wayne Davison
2e7937686a
last half of 14390
2001-05-20 09:31:02 +00:00
Wayne Davison
792135ba0b
Added some array-assignment boundary checks.
2001-05-20 09:20:46 +00:00
Peter Stephenson
6ea2dab092
Fix, test and comment unsetting and resetting of special tied parameters
2001-05-19 23:47:58 +00:00
Peter Stephenson
fbe51d3ee9
tweaked comments
2001-05-19 23:38:22 +00:00
Wayne Davison
233a4310ff
14389
2001-05-19 09:26:43 +00:00
Wayne Davison
f99520aeb0
Don't merge a HIST_TMPSTORE entry with a previous "duplicate" line.
...
Also, don't call addhistnode() on a HIST_TMPSTORE entry.
2001-05-19 09:22:10 +00:00
Wayne Davison
7e17db1fdc
The function addhistnode() is no longer called for a HIST_TMPSTORE
...
entry, so I removed the checking for that flag. Also, freehistdata()
now avoids calling removehashnode() on a HIST_TMPSTORE entry.
2001-05-19 09:22:07 +00:00
Bart Schaefer
90a1316345
Fix re-set of integer special params after unset.
2001-05-19 00:31:22 +00:00
Peter Stephenson
7a616bd538
More options tests: finished properly this time
2001-05-18 18:07:13 +00:00
Peter Stephenson
774e0bf3a7
More options tests and a ztst.zsh fix for ksharrays
2001-05-18 18:03:11 +00:00
Bart Schaefer
de880a6bbb
Tweak zmodload tests, fix fd 8.
2001-05-18 16:20:48 +00:00
Peter Stephenson
4544933427
fix zmodload -uf for not-yet-loaded function
2001-05-18 15:23:08 +00:00
Sven Wischnowsky
11e3147466
try to make ${(e)..} work for complicated parameter expansions in the value; this means: keep Qstring tokens unchanged if they are inside double quotes and tokenizing patterns in parameter expansions (14381)
2001-05-18 12:39:24 +00:00
Bart Schaefer
9a7d4529ea
Add zmodload tests.
2001-05-18 12:01:53 +00:00
Clint Adams
e372741874
14378: more programs that process .tex
2001-05-18 02:51:40 +00:00
Tanaka Akira
851f32f14a
* 14377: Completion/Unix/Command/_cvs: support new .cvspass format
...
introduced by cvs-1.11.1.
2001-05-17 18:21:06 +00:00
Peter Stephenson
e0d80b9a2e
typo with compset in _lp
2001-05-17 18:14:17 +00:00
Bart Schaefer
071b084ea8
Signal queuing tweak.
2001-05-17 15:56:12 +00:00
Clint Adams
f41bff3ba1
14362: more modprobe stuff
2001-05-16 12:34:32 +00:00
Clint Adams
96ca999e73
14361: better modprobe completion
2001-05-16 12:02:17 +00:00
Sven Wischnowsky
8e20d1da63
more fixage for expansion: just convert the command line to the original when expansion shouldn't or couldn't do something sensible on the line (14359)
2001-05-16 10:27:06 +00:00
Wayne Davison
5f8a498d4d
14357
2001-05-15 16:44:19 +00:00
Wayne Davison
4a28d81c47
Added HIST_TMPSTORE define.
2001-05-15 16:32:28 +00:00