diff options
author | nijtmans <nijtmans> | 2010-03-11 13:35:23 (GMT) |
---|---|---|
committer | nijtmans <nijtmans> | 2010-03-11 13:35:23 (GMT) |
commit | ad3425f0ba4af76882183ec4bf7a07034fd77311 (patch) | |
tree | 59bd32315a34884c283ae1a2c1a5b80ce91a2e06 /ChangeLog | |
parent | 2c4e9fc134585c9dbbd25671018e100165ad1b63 (diff) | |
download | tcl-ad3425f0ba4af76882183ec4bf7a07034fd77311.zip tcl-ad3425f0ba4af76882183ec4bf7a07034fd77311.tar.gz tcl-ad3425f0ba4af76882183ec4bf7a07034fd77311.tar.bz2 |
Remove unnecessary '&' decoration for function
pointers.
Fix double declaration of TclNativeDupInternalRep
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -1,3 +1,17 @@ +2010-03-10 Jan Nijtmans <nijtmans@users.sf.net> + + * generic/tclTest.c Remove unnecessary '&' decoration for function + * generic/tclIOUtil.c pointers + * win/tclWin32Dll.c Double declaration of TclNativeDupInternalRep + * win/tclWinLoad.c + * unix/tclIOUtil.c + * unix/tclLoadDl.c + * unix/tclLoadDyld.c + * unix/tclLoadNext.c + * unix/tclLoadOSF.c + * unix/tclLoadShl.c + * unix/dltest/.cvsignore Ignore *.so here + 2010-03-09 Andreas Kupries <andreask@activestate.com> * generic/tclIORChan.c: [Bug 2936225]: Thanks to Alexandre Ferrieux |