1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-10-18 13:01:05 +02:00

15806, 15809, and 15836.

This commit is contained in:
Wayne Davison 2001-10-13 21:37:25 +00:00
parent 4dca92b451
commit 6e9a38abbb

View file

@ -97,6 +97,11 @@
* 15846: aczsh.m4: Fix attempt to restore LDFLAGS from non-existent * 15846: aczsh.m4: Fix attempt to restore LDFLAGS from non-existent
saved value when testing RTLD_GLOBAL. saved value when testing RTLD_GLOBAL.
2001-09-18 Wayne Davison <wayned@users.sourceforge.net>
* 15836: Src/builtin.c: Further modify the "fc -l" code to tolerate
out-of range values.
2001-09-17 Wayne Davison <wayned@users.sourceforge.net> 2001-09-17 Wayne Davison <wayned@users.sourceforge.net>
* 15837: Src/Zle/zle_hist.c: Fixed incremental search in vared * 15837: Src/Zle/zle_hist.c: Fixed incremental search in vared
@ -107,6 +112,17 @@
* Akinori MUSHA: 15815: Completion/BSD/Command/_bsd_pkg: More * Akinori MUSHA: 15815: Completion/BSD/Command/_bsd_pkg: More
detailed completion of package options on different BSD flavors. detailed completion of package options on different BSD flavors.
2001-09-14 Wayne Davison <wayned@users.sourceforge.net>
* 15809: Src/hist.c: With HIST_NO_STORE, don't ignore what looks like
a history command if we're really going to call a user-defined shell
function.
2001-09-13 Wayne Davison <wayned@users.sourceforge.net>
* 15806: Src/builtin.c, Src/hist.c: Fixed "r" with an empty history
and the non-storing nature of "r" with HIST_NO_STORE.
2001-09-12 Oliver Kiddle <opk@zsh.org> 2001-09-12 Oliver Kiddle <opk@zsh.org>
* 15792: Doc/Zsh/manual.yo, Doc/Zsh/metafaq.yo: update url * 15792: Doc/Zsh/manual.yo, Doc/Zsh/metafaq.yo: update url