diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2002-06-28 09:56:53 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2002-06-28 09:56:53 (GMT) |
commit | 162d8a6442e7b0ff9c4e72433af6f403b6c61de8 (patch) | |
tree | b63c3be4e760bb55b6a54bd129b721c82b935145 /ChangeLog | |
parent | 955c45431fce7b8b9490a2d5ae3132e4f21da0f6 (diff) | |
download | tcl-162d8a6442e7b0ff9c4e72433af6f403b6c61de8.zip tcl-162d8a6442e7b0ff9c4e72433af6f403b6c61de8.tar.gz tcl-162d8a6442e7b0ff9c4e72433af6f403b6c61de8.tar.bz2 |
Changed all the Tcl_Platform* symbols to TclOS*; they weren't public so their
names were really badly chosen. Also prevented a double-#def.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,5 +1,12 @@ 2002-06-28 Donal K. Fellows <fellowsd@cs.man.ac.uk> + * unix/tclUnixThrd.c: Renamed the Tcl_Platform* #defines to + * unix/tclUnixPipe.c: TclOS* because they are only used + * unix/tclUnixFile.c: internally. Also stopped double-#def + * unix/tclUnixFCmd.c: of TclOSlstat [Bug #566099, post-rename] + * unix/tclUnixChan.c: + * unix/tclUnixPort.h: + * doc/string.n: Improved documentation for [string last] along lines described in Bug #574799 so it indicates that the supplied index marks the end of the search space. |