diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2010-01-22 23:38:21 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2010-01-22 23:38:21 (GMT) |
commit | 6b06529a1e43e93c1b2d150ef84a2c521b97255d (patch) | |
tree | 4595b9189d30ab161b3de468fb60a21a9cce4745 /ChangeLog | |
parent | 8af9602bdce0f0cca4eddf33487c19679f894d6c (diff) | |
download | tcl-6b06529a1e43e93c1b2d150ef84a2c521b97255d.zip tcl-6b06529a1e43e93c1b2d150ef84a2c521b97255d.tar.gz tcl-6b06529a1e43e93c1b2d150ef84a2c521b97255d.tar.bz2 |
[Bug 1970629]: Define a bit better what the current namespace of a procedure is
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 22 |
1 files changed, 14 insertions, 8 deletions
@@ -1,15 +1,21 @@ +2010-01-22 Donal K. Fellows <dkf@users.sf.net> + + * doc/proc.n: [Bug 1970629]: Define a bit better what the current + namespace of a procedure is. + 2010-01-22 Jan Nijtmans <nijtmans@users.sf.net> - * generic/tclInt.decls Don't use DWORD and HANDLE here - * generic/tclIntPlatDecls.h - * generic/tcl.h Revert [2009-12-21] change, in stead - * generic/tclPort.h resolve the CYGWIN inclusion problems by - * win/tclWinPort.h re-arranging the inclusions at other places. + * generic/tclInt.decls: Don't use DWORD and HANDLE here. + * generic/tclIntPlatDecls.h: + * generic/tcl.h: Revert [2009-12-21] change, instead + * generic/tclPort.h: resolve the CYGWIN inclusion problems by + * win/tclWinPort.h: re-arranging the inclusions at other + places. * win/tclWinError.c * win/tclWinPipe.c - * win/tcl.m4 Make cygwin configuration error into - * win/configure.in a warning: CYGWIN compilation works - * win/configure although there still are test failures. + * win/tcl.m4 Make cygwin configuration error into + * win/configure.in a warning: CYGWIN compilation works + * win/configure although there still are test failures. 2010-01-22 Donal K. Fellows <dkf@users.sf.net> |