1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-09-18 15:21:16 +02:00
Commit graph

5523 commits

Author SHA1 Message Date
Peter Stephenson
2fe664de46 Wayne: 24273: curses macros dont return a value 2007-12-17 09:41:08 +00:00
Peter Stephenson
6176062298 24271: handle parse failures in command substitution better 2007-12-16 22:20:31 +00:00
Peter Stephenson
0963ce3a64 24268: handle backslashed = in mailbox completion 2007-12-16 21:49:53 +00:00
Bart Schaefer
d14b6ba4b8 Typo in 24264. 2007-12-16 19:40:14 +00:00
Peter Stephenson
2d03aa87fb 24264: restrict effect of 24234 to parameter substitution code and document 2007-12-16 14:05:14 +00:00
Wayne Davison
cce386a6e7 Improved --whole-file description. 2007-12-15 16:45:38 +00:00
Peter Stephenson
44a9dde5b2 24252: dont define _XOPEN_SOURCE_EXTENDED for curses on OpenBSD 2007-12-14 15:14:04 +00:00
Peter Stephenson
a5c9701518 24251: attempt to fix sitem() YODL macro in ztexi.yo 2007-12-14 11:58:30 +00:00
Clint Adams
75c0f5cde8 24242: unify top lines as #!/bin/zsh (followed by options). 2007-12-13 22:20:58 +00:00
Clint Adams
c48b70d59e Peter: 24235: handle underscores 2007-12-13 22:05:59 +00:00
Peter Stephenson
b7669a8399 24241: explain the effect of time glob modifiers better 2007-12-13 21:57:17 +00:00
Peter Stephenson
724f55afda 24240: make vared check for trailing garbage earlier 2007-12-13 21:56:18 +00:00
Peter Stephenson
7a598440f6 24239: _subscript added too many backslashes 2007-12-13 21:38:42 +00:00
Peter Stephenson
fc9dc5940f 24236: another case where cond -N test can fail 2007-12-13 21:21:28 +00:00
Peter Stephenson
5d5d1bef6e 24234: apply typeset parameter flags consistently 2007-12-13 20:52:52 +00:00
Peter Stephenson
64c85ae68a users/12325: implement OSI rules for test & [, add more doc warnings 2007-12-12 18:43:28 +00:00
Peter Stephenson
765f73823e users/12305: option output not well documented
-c and SHIN_STDIN inconsistent with manual
2007-12-12 13:46:35 +00:00
Clint Adams
2214e05722 unposted: update 2007-12-11 16:01:46 +00:00
Peter Stephenson
d00acd5ab4 users/12307: Expand delay in [[ -N ... ]] test to 2 seconds 2007-12-11 15:24:46 +00:00
Peter Stephenson
04f42fdbdf 24210: set -o should abort on failure 2007-12-11 14:05:52 +00:00
Peter Stephenson
8718b9bf09 unposted: 4.3.4-dev-4 2007-12-11 10:02:16 +00:00
Peter Stephenson
72060c47b1 Vincent Lefevre: 24192: make GNU make completion support -include 2007-12-10 18:05:04 +00:00
Bart Schaefer
a124da3a4a 24150: Exit status of null command should be exit status of last cmdsubst. 2007-12-09 23:53:33 +00:00
Peter Stephenson
6e58a1df8f 24197: interface to ztrftime() for insufficient memory was broken 2007-12-09 14:58:36 +00:00
Clint Adams
0eed895796 24188: completion for GNU id. 2007-12-08 16:48:44 +00:00
Clint Adams
9227102183 24187: completion for members. 2007-12-08 16:38:36 +00:00
Clint Adams
4b621a09b2 24174: Oliver's deuglification of 24169. 2007-12-07 17:03:29 +00:00
Peter Stephenson
c264a24a38 unposted: add explanatory comment for blocking around fork() 2007-12-07 14:07:50 +00:00
Peter Stephenson
cefc0d927f 24179: use queue_signals() for 24170
24180: back off strerror_r() patch, except for use of temporary var
2007-12-07 11:34:47 +00:00
Peter Stephenson
f9bf1dc558 Guillaume Chazarain: 24170: block interrupts around fork() 2007-12-07 10:33:58 +00:00
Clint Adams
176b4aeb54 24173: fix thinko in 24171 2007-12-07 03:15:17 +00:00
Clint Adams
4a49b78a0f unposted: argh 2007-12-07 02:53:17 +00:00
Clint Adams
2214554d8e 24172: check ncurses.h, ncurses/ncurses.h, and ncursesw/ncurses.h for curses keys. 2007-12-07 02:47:46 +00:00
Clint Adams
14121f3d42 24171: define USE_TERMINFO_MODULE when ncurses.h, ncurses/ncurses.h, or ncursesw/ncurses.h is present. 2007-12-07 00:11:44 +00:00
Clint Adams
e35bcf378e 24169: use print in command substitution to avoid a literal non-ASCII character in the German translation of args for cut completion. 2007-12-06 19:10:33 +00:00
Clint Adams
6dc3cbafb1 24160: build terminfo module if ncursesw is present but curses.h is not. 2007-12-05 15:21:22 +00:00
Peter Stephenson
4592751f32 unposted: typo in "ip addr replace" completion 2007-12-05 11:12:39 +00:00
Wayne Davison
a58d118753 24147 2007-12-04 01:40:18 +00:00
Peter Stephenson
61320c44c1 24148: attempt to use strerror_r() to make errors in signal handle safer 2007-12-03 22:46:10 +00:00
Peter Stephenson
9794b45477 document the distfiles business 2007-12-03 19:04:08 +00:00
Clint Adams
943cdc72f8 24140: spelling fix and removal of redundant "config" subcommand as proposed by Wayne. 2007-12-03 02:43:28 +00:00
Clint Adams
193815161c 24135: consistently complete subcommands with minus signs instead of underscores. 2007-12-01 23:55:49 +00:00
Peter Stephenson
fe9bc87988 arno: 24134: extra find completion options 2007-11-30 22:59:00 +00:00
Peter Stephenson
04b340de17 24130: belated ChangeLog entry for calendar_parse change:
previous commit abstracted calendar_parse from calendar and used
it in calendar_add to help with recurrences
2007-11-29 10:03:21 +00:00
Peter Stephenson
f518a387a8 Kohsuke Kawaguchi: 24129: when completing ant targets,
skip those beginning - that cant be invoked from the command line
2007-11-29 09:49:42 +00:00
Peter Stephenson
5b887fa759 Test for matcher fix in 24127 2007-11-28 21:34:09 +00:00
Peter Stephenson
9cfdf38906 24127: bug in matcher specs with left anchor and partial words 2007-11-28 21:14:14 +00:00
Wayne Davison
25647f6ce0 One more rsync 3.0.0 option. 2007-11-28 21:06:30 +00:00
Peter Stephenson
4f1af066bd Mustafa Oezkan: 24126: additional mount completion options 2007-11-28 17:28:57 +00:00
Peter Stephenson
153f942d3e Ryan F: users/12154: MacOS X group completion 2007-11-26 23:46:55 +00:00