diff options
author | Kevin B Kenny <kennykb@acm.org> | 2007-08-06 17:25:49 (GMT) |
---|---|---|
committer | Kevin B Kenny <kennykb@acm.org> | 2007-08-06 17:25:49 (GMT) |
commit | d8bf2f02b72a097b5669a09b66a62f75d7952850 (patch) | |
tree | 222e2b6ac84963cee6252d5f35f19d7e5498bc77 /ChangeLog | |
parent | b5fea5d9acca98972b3069429e1dc65459c5875b (diff) | |
download | tcl-d8bf2f02b72a097b5669a09b66a62f75d7952850.zip tcl-d8bf2f02b72a097b5669a09b66a62f75d7952850.tar.gz tcl-d8bf2f02b72a097b5669a09b66a62f75d7952850.tar.bz2 |
* generic/tclGetDate.y: Added a cast to the definition of YYFREE to
silence compiler warnings.
* generic/tclDate.c: Regenerated
* win/tclWinTest.c: Added a cast to the call to
GetSecurityDescriptorDacl to silence compiler
warnings.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2007-08-06 Kevin B. Kenny <kennykb@users.sf.net> + + * generic/tclGetDate.y: Added a cast to the definition of YYFREE to + silence compiler warnings. + * generic/tclDate.c: Regenerated + * win/tclWinTest.c: Added a cast to the call to + GetSecurityDescriptorDacl to silence compiler + warnings. + 2007-08-04 Miguel Sofer <msofer@users.sf.net> * generic/tclInt.decls: Exporting via stubs to help |