diff options
author | nijtmans <nijtmans> | 2009-12-16 23:25:59 (GMT) |
---|---|---|
committer | nijtmans <nijtmans> | 2009-12-16 23:25:59 (GMT) |
commit | c09d5284e91311929d7e92c73492076e8a05cd36 (patch) | |
tree | b7038bbc46d46d90860a433594776df4f31d744e /ChangeLog | |
parent | cf4896697457a54ad804eebeb31b63e27e41cb6c (diff) | |
download | tcl-c09d5284e91311929d7e92c73492076e8a05cd36.zip tcl-c09d5284e91311929d7e92c73492076e8a05cd36.tar.gz tcl-c09d5284e91311929d7e92c73492076e8a05cd36.tar.bz2 |
Fix gcc warning: ignoring return value of ‘write’,
declared with attribute warn_unused_result
CONSTify functions TclpGetUserHome and
TclSetPreInitScript (TIP #27)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +2009-12-11 Jan Nijtmans <nijtmans@users.sf.net> + + * generic/tclTest.c: Fix gcc warning: ignoring return value of ‘write’, + * unix/tclUnixNotify.c declared with attribute warn_unused_result + * unix/tclUnixPipe.c + * generic/tclInt.decls CONSTify functions TclpGetUserHome and + * generic/tclIntDecls.h TclSetPreInitScript (TIP #27) + * generic/tclInterp.c + * win/tclWinFile.c + * unix/tclUnixFile.c + 2009-12-16 Donal K. Fellows <dkf@users.sf.net> * doc/tm.n: [Bug 1911342]: Formatting rewrite to avoid bogus crosslink |