1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-09-29 06:51:03 +02:00

20984 (modified)

This commit is contained in:
Wayne Davison 2005-03-18 22:46:26 +00:00
parent bb738368ba
commit 0f1bcaa75b

View file

@ -1,3 +1,11 @@
2005-03-18 Wayne Davison <wayned@users.sourceforge.net>
* 20984 (modified): Src/zsh.h, Src/options.c, Src/hist.c,
Doc/Zsh/options.yo: Added a new option, HIST_SAVE_BY_COPY, and
made it enabled by default. This changes the rewriting of the
history file to be done via copy and rename rather than truncate
and write-in-place.
2005-03-18 Peter Stephenson <pws@csr.com>
* 21014: Src/Zle/zle_hist.c: remember_edits() was broken,