diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index cc69f249e..b6e3d3d28 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2009-01-19 Wayne Davison <wayned@users.sourceforge.net> + + * unposted: fixed compiler warnings in zcond_regex_match(), + including a (useless) warning about matchessz potentially + being used uninitialized, some signed/unsigned warnings + about re.re_nsub. Split a couple compound lines too. + 2009-01-19 Doug Kearns <dougkearns@gmail.com> * 26361: Completion/Unix/Command/_rake: update for version 0.8.3. @@ -10930,5 +10937,5 @@ ***************************************************** * This is used by the shell to define $ZSH_PATCHLEVEL -* $Revision: 1.4514 $ +* $Revision: 1.4515 $ ***************************************************** |