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
Wayne Davison
9f9ced8c62
+ Changed histreduceblanks() to preserve spaces at the start of the
...
line when HISTIGNORESPACE is set.
+ Flag a history entry with HIST_TMPSTORE when should_ignore_line()
returns true (instead of dropping it from the history immediately).
+ Get rid of old HIST_TMPSTORE entries when a new command is entered.
+ The hist-file-reading code now handles destroying a foreign
duplicate (when marked as duplicate by addhistnode()).
2001-05-15 16:32:25 +00:00
Wayne Davison
eb71464b09
Changed addhistnode() to not displace an already-hashed command with
...
one that is marked HIST_TMPSTORE. Also changed the function to not
ever destroy the entry we're currently adding (the caller now destroys
the newly-added entry, if it so desires).
2001-05-15 16:32:22 +00:00
Wayne Davison
90e59f2e74
Mention how ignored history lines are not dropped immediately.
2001-05-15 16:32:20 +00:00
Oliver Kiddle
b08c6d6e39
fix bug where /sbin/lsmod was redirected in instead of being run (14355)
2001-05-15 15:14:20 +00:00
Sven Wischnowsky
dc9d78c659
(14350)
2001-05-15 13:52:22 +00:00
Peter Stephenson
231f077a75
14348: fix globalexport with typeset -g
2001-05-15 10:02:34 +00:00
Sven Wischnowsky
a2a1c2411a
calculate the length of the region to map (for mapped zwc files) correctly, including the offset-page-boundary-adjustment (14346)
2001-05-15 08:38:59 +00:00
Clint Adams
6f17b7c2e2
14341: modprobe -r / rmmod completion
2001-05-15 02:32:51 +00:00
Peter Stephenson
ea03bf1ae5
14330: handle quotes better in _most_recent_file
2001-05-14 13:44:13 +00:00
Sven Wischnowsky
015120a287
set list_pipe_job only for real pipelines (14327)
2001-05-14 08:51:59 +00:00
Peter Stephenson
7f7e58935b
14314: writing const variable under cygwin
2001-05-11 12:59:50 +00:00
Peter Stephenson
326be4e98f
14313: New options tests
2001-05-11 12:53:40 +00:00
Wayne Davison
d877805f86
14304
2001-05-10 23:15:42 +00:00
Wayne Davison
6066bd7eeb
Fixed an obscure local-history bug that could make the "history"
...
command output something that was slightly wrong. (14304)
2001-05-10 23:06:54 +00:00
Andrey Borzenkov
69f010c8c9
users/3872: rename inet_* routines to avoid clash with Solaris 7 headers.
2001-05-10 16:57:28 +00:00
Tanaka Akira
7eb1577bd1
* 14295: Completion/Unix/Command/_cvs: support new cvs subcommands
...
`rannotate' and `rlog' introduced by cvs-1.11.1.
2001-05-10 09:19:33 +00:00
Sven Wischnowsky
2c38f5bba1
barf if a empty string is given as one of the separators for _values (14293)
2001-05-10 08:52:30 +00:00