diff options
author | Wayne Davison <wayned@users.sourceforge.net> | 2002-02-12 19:36:15 +0000 |
---|---|---|
committer | Wayne Davison <wayned@users.sourceforge.net> | 2002-02-12 19:36:15 +0000 |
commit | 8b7c9d40d41dd0a3bfec681210ad6070b2d104b7 (patch) | |
tree | 6c5e8ae5fb3cfe753932dda8828ad23967e764c4 | |
parent | 168aeada1a26d1b155c7aac8b193848b17022476 (diff) | |
download | zsh-8b7c9d40d41dd0a3bfec681210ad6070b2d104b7.tar.gz zsh-8b7c9d40d41dd0a3bfec681210ad6070b2d104b7.tar.xz zsh-8b7c9d40d41dd0a3bfec681210ad6070b2d104b7.zip |
Two unposted tweaks.
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index be1a20bdc..b3c4efa82 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2002-02-12 Wayne Davison <wayned@users.sourceforge.net> + + * unposted: Src/params.c: The minimum size of histsiz (aka HISTSIZE) + should be 1, not 2. + + * unposted: Src/builtin.c: Silenced a compiler warning. + 2002-02-12 Bart Schaefer <schaefer@zsh.org> * unposted: Doc/Zsh/compsys.yo: special-dirs example derived from |