1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-09-02 22:11:54 +02:00
Commit graph

6333 commits

Author SHA1 Message Date
Peter Stephenson
d980a79a43 27270: zfcd_match: remove awk dependence 2009-09-13 18:24:21 +00:00
Peter Stephenson
dc6ef8c9ae Baptiste Daroussin: 27268:
remove Perl dependency from pick-web-browser
2009-09-11 11:26:46 +00:00
Peter Stephenson
49b4a71009 Baptiste Daroussin: 27267 plus 27269 plus doc:
remove perl dependency
2009-09-11 11:20:45 +00:00
Peter Stephenson
12dfec77e9 Greg Klanderman: 27259 / 27260: missing ChangeLog entry 2009-09-11 10:54:25 +00:00
Peter Stephenson
13c5015b23 Greg Klanderman: 27259 / 27260: unset parameter in file prefix 2009-09-10 15:56:39 +00:00
Peter Stephenson
4ede75ed0e Greg Klanderman: 27255: some consistency fixes 2009-09-09 17:54:24 +00:00
Peter Stephenson
0974744f43 27236: use $CPPFLAGS with $CPP in configure.ac 2009-09-07 08:53:46 +00:00
Peter Stephenson
c88fd11377 Holger Weiss: 57248: fix anchoring for vi searches 2009-09-06 21:37:14 +00:00
Peter Stephenson
817000920f 27247: zmv checking for **/ was wrong 2009-09-06 21:35:37 +00:00
Peter Stephenson
1138599033 27244: Daniel Friesel: new feh completion 2009-09-05 19:56:08 +00:00
Peter Stephenson
1acf23db3e 27243: reverse indexing of arrays with beginning index out of range returned
wrong value
2009-09-05 19:49:19 +00:00
Peter Stephenson
6d4d1261a5 27240: fix fix for lexing in test builtin 2009-09-02 15:26:44 +00:00
Peter Stephenson
5b80d50ad3 27233: improved _values handling of optional arguments
mount -o loop= argument is optional
2009-08-28 15:10:27 +00:00
Peter Stephenson
c326bf0d30 27228: clear function for zsh-newuser-install 2009-08-21 14:34:51 +00:00
Peter Stephenson
58aefcada3 27219: _files -F <array> wasn't correctly handled 2009-08-17 21:52:10 +00:00
Peter Stephenson
c81ba09d8f 27218: don't unquote $line generated in comparguments for _arguments 2009-08-17 21:06:03 +00:00
Peter Stephenson
0600ab5c99 27217: fix typo in assignment in new user script 2009-08-17 11:15:37 +00:00
Peter Stephenson
fff4f63b97 27216: set chwords to NULL when freed 2009-08-16 20:37:44 +00:00
Peter Stephenson
2237f7376e users/14307: end of command line in completion with variant zsh syntax 2009-08-15 16:59:21 +00:00
Peter Stephenson
c2ff7a83da Andrew Psaltis: 27212: Slackware supports extra tar formats in pkgtool 2009-08-07 09:03:39 +00:00
Peter Stephenson
207acdfe89 27211: handle Cygwin device files & drives specially in compfiles 2009-08-05 10:14:53 +00:00
Clint Adams
a0b5ea6ffe 27209: fix breakage from 27208. 2009-08-05 00:46:44 +00:00
Clint Adams
4a2b5b9137 Mikael Magnusson: 27204: remove stray curly brace. 2009-08-05 00:35:16 +00:00
Clint Adams
805a11bddf 27208: try to do the right thing when applying file-sort to extant glob qualifiers. 2009-08-05 00:28:34 +00:00
Clint Adams
ab4cfaedda 27203: treat aptitude build-depends just as aptitude build-dep. 2009-08-01 04:49:31 +00:00
Clint Adams
5bf950d685 27202: unbreak _GNU_SOURCE on Debian GNU/kFreeBSD. 2009-08-01 04:20:35 +00:00
Peter Stephenson
5449458e5a users/14267: files added by ignore-line should be quoted 2009-07-30 19:01:56 +00:00
Peter Stephenson
72f0b14a04 27188: improve read -q by using read -k code 2009-07-24 18:35:49 +00:00
Peter Stephenson
2c81423516 27181: extend POSIX_CD to handle target directory printing behaviour 2009-07-21 09:34:08 +00:00
Peter Stephenson
06bdda4fb8 27178: FAQ---quoting function names to stop expansion is always(ish) safe 2009-07-20 09:17:32 +00:00
Peter Stephenson
7e0ca71469 27178: FAQ---quoting function names to stop expansion is always safe 2009-07-20 09:02:39 +00:00
Bart Schaefer
bda90c969f 27159: restore pre-23067 behavior of SIGINT outside a "wait", so that
foreground jobs that handle or ignore interrupts are not orphaned.
2009-07-20 04:38:56 +00:00
Peter Stephenson
606cfb5a5e 27167: add POSIX_CD option to test "." after CDPATH 2009-07-19 19:07:14 +00:00
Clint Adams
0b8d247f6b 27160: tweaks to reportbug completion, thanks to Vincent Lefevre. 2009-07-18 18:22:29 +00:00
Clint Adams
6b382f82dc 27128: complete tex files for latexmk. 2009-07-18 18:21:34 +00:00
Peter Stephenson
f43022eec0 users/14240: assignment before a function definition is an error 2009-07-17 20:32:33 +00:00
Peter Stephenson
351f6541e9 Eric Blake: 27151: cd handling with initial // for Cygwin 2009-07-15 08:43:25 +00:00
Peter Stephenson
443a64d489 Andy Spencer: 27148: ignore build directories when searching for
kernel modules in modutil completion
2009-07-14 08:57:12 +00:00
Peter Stephenson
3257f6b8d5 27134: Close SHTTY on exec.
27135: POSIX_JOBS leaves MONITOR on in subshell and doesn't save
parent job table.
2009-07-12 15:09:56 +00:00
Peter Stephenson
653d6a0dd9 27131: allow MONITOR in subshell by not closing SHTTY 2009-07-11 19:06:51 +00:00
Peter Stephenson
bdfebe3e32 27129: fix status at start of function, command subst, etc. 2009-07-11 16:42:53 +00:00
Clint Adams
a8fb2bbc3d 27127: Vincent Bernat: handle bts fixed and bts notfixed. 2009-07-10 23:54:20 +00:00
Peter Stephenson
4db28c55b6 27126: a few more contexts where executing empty lists gives status zero 2009-07-10 22:10:25 +00:00
Peter Stephenson
b4c2ea2cec 27125: handle nested use of colour code buffer allocation 2009-07-10 21:32:44 +00:00
Peter Stephenson
73be7ee553 27106: reset status on command that expands to empty
27122: add POSIX_JOBS option
2009-07-10 11:08:39 +00:00
Peter Stephenson
bd2ee44b78 27119: job output to stdout if non-interactive
no automated jobs notifications
2009-07-10 09:10:59 +00:00
Peter Stephenson
5df700fb5b 27112: allow jobbing output if not interactive 2009-07-09 20:33:56 +00:00
Peter Stephenson
ce4137c858 Eric Blake: 27109: don't attachtty() if not interactive 2009-07-09 20:20:53 +00:00
Peter Stephenson
2d628b0bce Eric Blake: 27109: don't attachtty() if not interactive 2009-07-09 20:20:30 +00:00
Peter Stephenson
aabd747d4f Eric Blake: 27109: don't attachtty() if not interactive 2009-07-09 19:50:58 +00:00