diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2010-01-13 09:32:48 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2010-01-13 09:32:48 (GMT) |
commit | be427b8a40eb802bae112dc42a01060deffdebca (patch) | |
tree | ff9a3636f056dc5d13fe3f2f61456bdf66b95b19 /ChangeLog | |
parent | 289de8e738b81bc1b70c12e6f1b0750baf335ae7 (diff) | |
download | tcl-be427b8a40eb802bae112dc42a01060deffdebca.zip tcl-be427b8a40eb802bae112dc42a01060deffdebca.tar.gz tcl-be427b8a40eb802bae112dc42a01060deffdebca.tar.bz2 |
More factoring out of special cases in the nroff->HTML code.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 59 |
1 files changed, 33 insertions, 26 deletions
@@ -1,19 +1,26 @@ +2010-01-13 Donal K. Fellows <dkf@users.sf.net> + + * tools/tcltk-man2html.tcl: More factoring out of special cases + * tools/tcltk-man2html-utils.tcl: so that they are described outside + the engine file. Now there is only one real set of special cases in + there, to handle the .SO/.OP/.SE directives. + 2010-01-13 Jan Nijtmans <nijtmans@users.sf.net> - * generic/tcl.h Fix TCL_LL_MODIFIER for Cygwin + * generic/tcl.h: Fix TCL_LL_MODIFIER for Cygwin * generic/tclEnv.c: Fix CYGWIN compilation problems, - * generic/tclInt.h and remove some unnecessary - * generic/tclPort.h double includes. - * generic/tclPlatDecls.h - * win/cat.c - * win/tclWinConsole.c - * win/tclWinFCmd.c - * win/tclWinFile.c - * win/tclWinPipe.c - * win/tclWinSerial.c - * win/tclWinThrd.c + * generic/tclInt.h: and remove some unnecessary + * generic/tclPort.h: double includes. + * generic/tclPlatDecls.h: + * win/cat.c: + * win/tclWinConsole.c: + * win/tclWinFCmd.c: + * win/tclWinFile.c: + * win/tclWinPipe.c: + * win/tclWinSerial.c: + * win/tclWinThrd.c: * win/tclWinPort.h: Put win32 includes first - * unix/tclUnixChan.c Forgot one CONST change + * unix/tclUnixChan.c: Forgot one CONST change 2010-01-12 Donal K. Fellows <dkf@users.sf.net> @@ -24,21 +31,21 @@ 2010-01-10 Jan Nijtmans <nijtmans@users.sf.net> * win/tclWinDde.c: VC++ 6.0 doesn't have - * win/tclWinReg.c PDWORD_PTR + * win/tclWinReg.c: PDWORD_PTR * win/tclWinThrd.c: Fix various minor gcc warnings. - * win/tclWinTime.c - * win/tclWinConsole.c Put channel type definitions - * win/tclWinChan.c in static const memory - * win/tclWinPipe.c - * win/tclWinSerial.c - * win/tclWinSock.c - * generic/tclIOGT.c - * generic/tclIORChan.c - * generic/tclIORTrans.c - * unix/tclUnixChan.c - * unix/tclUnixPipe.c - * unix/tclUnixSock.c - * unix/configure (regenerated with autoconf 2.59) + * win/tclWinTime.c: + * win/tclWinConsole.c: Put channel type definitions + * win/tclWinChan.c: in static const memory + * win/tclWinPipe.c: + * win/tclWinSerial.c: + * win/tclWinSock.c: + * generic/tclIOGT.c: + * generic/tclIORChan.c: + * generic/tclIORTrans.c: + * unix/tclUnixChan.c: + * unix/tclUnixPipe.c: + * unix/tclUnixSock.c: + * unix/configure: (regenerated with autoconf 2.59) * tests/info.test: Make test independant from tcltest implementation. |