diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2022-11-07 20:46:49 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2022-11-07 20:46:49 (GMT) |
commit | 82a4bb8618f4a8672fd62a895fa355c1a0628b88 (patch) | |
tree | 684364d0978f635d9482f70290bddacd19db3933 /ChangeLog.2008 | |
parent | d9033672db616bb406894a480e90410666ff4545 (diff) | |
download | tcl-82a4bb8618f4a8672fd62a895fa355c1a0628b88.zip tcl-82a4bb8618f4a8672fd62a895fa355c1a0628b88.tar.gz tcl-82a4bb8618f4a8672fd62a895fa355c1a0628b88.tar.bz2 |
Deprecate TclpHasSockets(): Every system nowadays has sockets
Diffstat (limited to 'ChangeLog.2008')
-rw-r--r-- | ChangeLog.2008 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog.2008 b/ChangeLog.2008 index 9c4e951..53690e4 100644 --- a/ChangeLog.2008 +++ b/ChangeLog.2008 @@ -1939,7 +1939,7 @@ 2008-07-28 Jan Nijtmans <nijtmans@users.sf.net> * doc/FileSystem.3: CONSTified many functions using - * generic/tcl.decls: Tcl_FileSystem which all are supposed + * generic/tcl.decls: Tcl_Filesystem which all are supposed * generic/tclDecls.h: to be a constant, but this was not * generic/tclFileSystem.h: reflected in the API: Tcl_FSData, * generic/tclIOUtil.c: Tcl_FSGetInternalRep, Tcl_FSRegister, |