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
Bart Schaefer
16af95b120
More cleanup of 14275+14290.
2001-05-10 07:13:41 +00:00
Bart Schaefer
5f0cdf4899
Tweak 14275.
2001-05-10 05:00:35 +00:00
Oliver Kiddle
a9061ccaf7
update; in particular enable new style completion from ex. startup file (14283)
2001-05-09 16:57:30 +00:00
Oliver Kiddle
7f4eb97085
complete only files that can be chowned (14282)
2001-05-09 15:27:01 +00:00
Oliver Kiddle
e364fb2139
insert redirection operators when expanding after one (14281)
2001-05-09 12:06:10 +00:00
Peter Stephenson
af79d23b95
Missing dist file
zsh-4.0.1-pre-4
2001-05-09 10:06:57 +00:00
Peter Stephenson
1052757d24
4.0.1-pre-4
2001-05-09 09:47:08 +00:00
Peter Stephenson
27a7c9cdeb
Make clearer that globsubst doesn't affect brace expansion
2001-05-09 09:25:07 +00:00
Peter Stephenson
b6a44fae76
Back off 14140 (tokenize comma)
2001-05-09 09:00:19 +00:00
Sven Wischnowsky
e859ee1a4b
add description of how to add a auto-removable suffix when using a ->state action with _values (14279)
2001-05-09 08:55:58 +00:00
Bart Schaefer
bb7ea94766
Clean up after 14270.
2001-05-09 05:42:12 +00:00
Bart Schaefer
5d714728bb
14268 --> 14270
2001-05-09 04:39:39 +00:00