Peter Stephenson
c1a3961657
20568: debug test in pattern.c was out of date
2004-11-19 15:15:23 +00:00
Peter Stephenson
e022a9814a
20566++: prefer SIGCHLD to SIGCLD and SIGPOLL to SIGIO
2004-11-19 09:57:22 +00:00
Clint Adams
7daa6320b4
* unposted: Completion/Unix/Type/_pdf: complete pdf files for kpdf.
2004-11-18 15:18:11 +00:00
Clint Adams
a01ba07763
* Completion/Unix/Command/_bogofilter: fix -w/-p typo, which was noticed by Michał Politowski.
2004-11-18 15:12:45 +00:00
Peter Stephenson
ba32e52292
users/8219: add $HISTCMD
2004-11-16 19:05:50 +00:00
Peter Stephenson
fece5e8960
20556: change SOCKLEN_T to ZSOCKLEN_T to avoid clash
2004-11-16 11:04:25 +00:00
Peter Stephenson
24a68220a1
improved Mac completion, from Motoi Washida
2004-11-12 11:47:41 +00:00
Wayne Davison
e4ba1a2ec8
Use ";&" to have the new "(\$*)" case fall through to the continue.
2004-11-11 19:05:25 +00:00
Wayne Davison
54a5fb7d8b
20551
2004-11-10 17:30:36 +00:00
Wayne Davison
115c000e25
Handle $$ when expanding variables.
2004-11-10 17:28:25 +00:00
Peter Stephenson
40f62b6201
_bittorrent, from Jussi Pakkanen
2004-11-09 10:47:54 +00:00
Bart Schaefer
33686bdc98
fix "compadd -k assoc1 assoc2"
2004-11-05 16:19:19 +00:00
Clint Adams
07d95ba04c
* 20539: Completion/Unix/Command/_make: avoid problems minus signs
...
in expandVars().
2004-11-02 23:26:42 +00:00
Peter Stephenson
f9c66cd45e
20528: exec 8>>(grep a) waited incorrectly for grep to finish
2004-10-29 10:14:21 +00:00
Peter Stephenson
c8e70ab5cf
20522: must-match optimisation in parameter substitution broken
2004-10-26 17:20:21 +00:00
Wayne Davison
ced347cf3a
20510
2004-10-22 19:42:54 +00:00
Wayne Davison
106329c82e
Fixed an arg in a call to times() (from Borzenkov Andrey).
2004-10-22 19:38:59 +00:00
Bart Schaefer
12b44290ff
_comp_options needs NO_kshtypeset
2004-10-22 15:51:48 +00:00
Peter Stephenson
feca88ede6
20513: fix tests of zero-length patterns
...
trivial optimisation in jobs.c (unposted)
2004-10-22 15:36:35 +00:00
Wayne Davison
658f46a809
20505
2004-10-21 00:36:51 +00:00
Wayne Davison
3ccc3e4bdc
Use the new gettempfile() function.
2004-10-21 00:33:50 +00:00
Wayne Davison
65729f5570
Added gettempfile(), which works like a custom mkstemp() (in addition
...
to the existing gettempname(), which works like a custom mktemp()).
2004-10-21 00:33:42 +00:00
Wayne Davison
9b5ff81b47
20503
2004-10-19 16:08:11 +00:00
Wayne Davison
3dbab17494
Fixed the default completion-cache path. (Change from Alexey Tourbin.)
2004-10-19 16:01:24 +00:00
Wayne Davison
1177bad773
20499
2004-10-18 19:37:45 +00:00
Wayne Davison
7f1ad7a40e
Added bicat() that works like dyncat(), but uses permanent memory
...
instead of the heap.
2004-10-18 19:13:57 +00:00
Wayne Davison
8901caa58f
Call gettempname() with its new args.
2004-10-18 19:07:55 +00:00
Wayne Davison
9a4cf8cf72
- Fixed an unsafe use of gettempname().
...
- Call gettempname() with its new args.
2004-10-18 19:07:50 +00:00
Wayne Davison
1637c4eba6
Made gettempname() take a prefix arg and a use_heap arg. When prefix is
...
non-NULL, it uses the specified prefix instead of $TMPPREFIX.
2004-10-18 19:07:46 +00:00
Wayne Davison
945a40f7e6
- Improved lockhistfile() to use the new gettempname() for a unique
...
filename instead of a .PID suffix.
- Use bicat() to build the $HISTFILE.LOCK filename.
- Put the $HOST value into $HISTFILE.LOCK in addition to the PID.
2004-10-18 19:07:30 +00:00
Peter Stephenson
b115ca307a
20500: Unmetafy patterns where possible and other minor pattern fixes
2004-10-18 11:56:14 +00:00
Wayne Davison
bc704ef05c
20496
2004-10-18 05:07:04 +00:00
Wayne Davison
0d6e174e23
Made zclose() avoid calling close() when fd < 0.
2004-10-18 03:32:16 +00:00
Wayne Davison
66baaced5d
In zleread(), initialize the first byte of the "line" buffer to '\0'
...
so that functions such as magicspace() won't be accessing uninitialized
memory when they look at "line".
2004-10-17 20:12:46 +00:00
Peter Stephenson
d73354ba3c
20490: string lengths in pattern.c: ChangeLog entry
2004-10-16 10:03:23 +00:00
Peter Stephenson
a82a2564dd
20490: Don't assume null termination for test string in pattern matching.
2004-10-15 10:21:02 +00:00
Peter Stephenson
cf89569c45
20482: but with completion inside interactive completion
2004-10-14 07:19:04 +00:00
Wayne Davison
4b9621a523
Simple changes to _make and _rsync.
2004-10-13 05:53:33 +00:00
Wayne Davison
53dc7a77fc
Added the 7 remaining options that were missing from the _arguments
...
list.
2004-10-13 05:50:08 +00:00
Wayne Davison
bb5c466af8
Got rid of "cmdargs" local since it is no longer used.
2004-10-12 20:05:13 +00:00
Peter Stephenson
8a67a66a61
20467: Reintroduce rusage-based escapes for TIMEFMT.
2004-10-08 14:36:51 +00:00
Peter Stephenson
cc72740775
20462: Use getrusage for timing again.
...
Time processes from before rather than after fork.
2004-10-07 09:45:43 +00:00
Wayne Davison
0f7a3eaca5
_rsync
2004-10-07 08:36:03 +00:00
Wayne Davison
bf1b892e39
Added the new options for 2.6.3 (only omitting --checksum-seed, which
...
is an advanced option that is not needed by normal users).
2004-10-07 07:43:44 +00:00
Peter Stephenson
869dc5a771
unposted: update README for "test" change
2004-10-05 13:14:14 +00:00
Peter Stephenson
46141be5f9
20412, tweaked: Make test builtin more POSIX compatible
...
20435: Make pattern.c not alter strings.
2004-10-05 10:39:41 +00:00
Bart Schaefer
684da738b0
20418: report parse error rather than crash on unfinished pipelines.
2004-10-02 21:44:13 +00:00
Wayne Davison
f986922ac2
20438 and a couple unposted changes.
2004-10-01 19:51:45 +00:00
Wayne Davison
74fb5712a2
- Call saveandpophiststack() with its new writeflags arg.
2004-10-01 19:48:57 +00:00
Wayne Davison
89eb92d8c2
- Added an arg to saveandpophiststack() to allow the caller to
...
specify what flags to send to savehistfile().
- Implemented the HFILE_NO_REWRITE support in savehistfile().
2004-10-01 19:48:53 +00:00