mirror of
git://git.code.sf.net/p/zsh/code
synced 2024-11-19 21:44:11 +01:00
20438 and a couple unposted changes.
This commit is contained in:
parent
74fb5712a2
commit
f986922ac2
20
ChangeLog
20
ChangeLog
@ -1,3 +1,23 @@
|
||||
2004-10-01 Wayne Davison <wayned@users.sourceforge.net>
|
||||
|
||||
* 20438: Src/builtin.c, Src/hist.c, Src/params.c, Src/zsh.h:
|
||||
If the shell is exiting because it received a signal, we now
|
||||
skip rewriting the history file after appending any new lines.
|
||||
Has no affect unless APPEND_HISTORY, INC_APPEND_HISTORY, or
|
||||
SHARE_HISTORY are set. This should avoid a history truncation
|
||||
glitch when too many shells are all trying to update the history
|
||||
file at the same time before being killed by a follow-up signal.
|
||||
|
||||
2004-10-01 Wayne Davison <wayned@users.sourceforge.net>
|
||||
|
||||
* unposted: Src/params.c: silenced two compiler warnings about
|
||||
unused parameters.
|
||||
|
||||
2004-10-01 Wayne Davison <wayned@users.sourceforge.net>
|
||||
|
||||
* unposted: Src/builtin.c, Src/Modules/parameter.c: use convbase
|
||||
instead of a "%d" format to convert a zlong.
|
||||
|
||||
2004-10-01 Wayne Davison <wayned@users.sourceforge.net>
|
||||
|
||||
* 20277 (modified): Completion/Unix/Command/_make: completer now
|
||||
|
Loading…
Reference in New Issue
Block a user