diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 40 |
1 files changed, 23 insertions, 17 deletions
@@ -1,18 +1,25 @@ +2009-11-26 Donal K. Fellows <dkf@users.sf.net> + + * unix/Makefile.in: Add .PHONY rules and documentation to preemptively + stop trouble that plagued Tk from hitting Tcl too, and to make the + overall makefile easier to understand. Some reorganization too to move + related rules closer together. + 2009-11-26 Jan Nijtmans <nijtmans@users.sf.net> - * win/Makefile.in Fix [Bug 2902965] stub related changes - * win/makefile.vc cause tclkit built to break + * win/Makefile.in: [Bug 2902965]: Fix stub related changes that + * win/makefile.vc: caused tclkit build to break. * win/tclAppInit.c * unix/tcl.m4 * unix/Makefile.in * unix/tclAppInit.c - * unix/configure (regenerated) + * unix/configure: (regenerated) 2009-11-25 Kevin B. Kenny <kennykb@acm.org> - * win/Makefile.in: Added a 'test-tcl' rule that is identical - to 'test' except that it does not go spelunking in 'pkgs/'. (This - rule has existed in unix/Makefile.in for some time.) + * win/Makefile.in: Added a 'test-tcl' rule that is identical to + 'test' except that it does not go spelunking in 'pkgs/'. (This rule + has existed in unix/Makefile.in for some time.) 2009-11-25 Stuart Cassoff <stwo@users.sf.net> @@ -24,19 +31,18 @@ 2009-11-24 Andreas Kupries <andreask@activestate.com> - * library/tclIndex: Manually redone the part of tclIndex dealing - with safe.tcl and tm.tcl. This part passes the testsuite. Note - that automatic regeneration of this part is not possible because - it wrongly puts 'safe::Setup' on the list, and wrongly leaves out - 'safe::Log' which is more dynamically created than the generator - expects. + * library/tclIndex: Manually redone the part of tclIndex dealing with + safe.tcl and tm.tcl. This part passes the testsuite. Note that + automatic regeneration of this part is not possible because it wrongly + puts 'safe::Setup' on the list, and wrongly leaves out 'safe::Log' + which is more dynamically created than the generator expects. Further note that the file "clock.tcl" is explicitly loaded by - "init.tcl", the first time the clock command is invoked. The - relevant code can be found at line 172ff, roughly, the definition - of the procedure 'clock'. This means none of the procedures of - this file belong in the tclIndex. Another indicator that automatic - regeneration of tclIndex is ill-advised. + "init.tcl", the first time the clock command is invoked. The relevant + code can be found at line 172ff, roughly, the definition of the + procedure 'clock'. This means none of the procedures of this file + belong in the tclIndex. Another indicator that automatic regeneration + of tclIndex is ill-advised. 2009-11-24 Donal K. Fellows <dkf@users.sf.net> |