1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-10-23 04:30:24 +02:00
Commit graph

5357 commits

Author SHA1 Message Date
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
Peter Stephenson
8d22b3a4f8 unposted: changes for 4.3.4-dev-3 2007-11-26 13:48:44 +00:00
Peter Stephenson
0d04d4c312 24120: termcap string memory allocation was screwy 2007-11-26 10:27:59 +00:00
Peter Stephenson
0c59f29ddc c.f. 12248: zshcalsys.1 missing from dist 2007-11-26 09:58:58 +00:00
Clint Adams
70a13864ce 24118: only link against libnsl if we have NIS and need it for yp_all, or if we need it for getpwnam. 2007-11-24 01:56:49 +00:00
Clint Adams
ecfc1fc1e6 Markus Waldeck: 24117: completion for uname. 2007-11-23 15:47:21 +00:00
Bart Schaefer
1b363034ce 24113: createparamtable() was still messing with
the internals of the environment even when USE_SET_UNSET_ENV.
2007-11-23 02:32:56 +00:00
Geoff Wing
a5dd64f024 24098: Fix my botch with 23924, rework out new prompts and
their lengths before use in resetvideo().
2007-11-23 00:19:23 +00:00
Clint Adams
30e6668678 unposted: fix typo in git psvar assignment. 2007-11-22 19:15:17 +00:00
Clint Adams
c406f4366e Sean Finney: 24115: offer tags as well as heads where refspecs are valid. 2007-11-22 19:09:27 +00:00
Clint Adams
1777402dfa 24114: make colon suffix removable after the first part of refspecs. 2007-11-22 16:46:35 +00:00
Clint Adams
43118f8a01 arno.: 24111: complete -lsbin and -lsman options to dlocate. 2007-11-21 18:50:06 +00:00
Peter Stephenson
846a8b9075 24110: change ncurses includes again 2007-11-21 09:53:48 +00:00
Peter Stephenson
249b8a2190 24108 plus YAT: fix tests for ncurses headers even more 2007-11-20 16:02:16 +00:00
Peter Stephenson
bb70fc6fe6 24107: extra search for ncurses headers but dont use if library isnt ncurses 2007-11-20 15:48:51 +00:00
Peter Stephenson
c41324baa0 ????? & 24104: attempt to fix error message on Tru64 Unix
24103: fix zsh.texi dependency on version
24104: dont search for ncurses library if no ncurses.h
2007-11-20 14:19:59 +00:00
Peter Stephenson
a47971f5b7 add some mod_export tags where needed 2007-11-20 09:55:09 +00:00