mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-08 12:01:21 +02:00
Mention my latest _rsync change and added #20917 to the not
really "unposted" _make change.
This commit is contained in:
parent
51ec0b8079
commit
d9e6352d40
1 changed files with 8 additions and 3 deletions
|
@ -8,6 +8,11 @@
|
||||||
* 20978: Src/zle_main.c: don't propagate EOFs from recursive
|
* 20978: Src/zle_main.c: don't propagate EOFs from recursive
|
||||||
edit.
|
edit.
|
||||||
|
|
||||||
|
2005-03-11 Wayne Davison <wayned@users.sourceforge.net>
|
||||||
|
|
||||||
|
* unposted: Completion/Unix/Command/_rsync: A few more tweaks
|
||||||
|
to the various --*-dest options.
|
||||||
|
|
||||||
2005-02-28 Philippe Troin <phil@fifi.org>
|
2005-02-28 Philippe Troin <phil@fifi.org>
|
||||||
|
|
||||||
* 20886: configure.ac: Use TTOU with trap rather than SIGTTOU.
|
* 20886: configure.ac: Use TTOU with trap rather than SIGTTOU.
|
||||||
|
@ -140,8 +145,8 @@
|
||||||
|
|
||||||
2005-03-02 Wayne Davison <wayned@users.sourceforge.net>
|
2005-03-02 Wayne Davison <wayned@users.sourceforge.net>
|
||||||
|
|
||||||
* unposted: Completion/Unix/Command/_make: Don't try to expand
|
* 20917: Completion/Unix/Command/_make: Don't try to expand a
|
||||||
a single-character Makefile variable if it is a digit. Avoids
|
single-character Makefile variable if it is a digit. Avoids
|
||||||
an infinite recursion from a Makefile referencing $1.
|
an infinite recursion from a Makefile referencing $1.
|
||||||
|
|
||||||
2005-03-02 Clint Adams <clint@zsh.org>
|
2005-03-02 Clint Adams <clint@zsh.org>
|
||||||
|
|
Loading…
Reference in a new issue