Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
46 check-ins using file macosx/Makefile version 27d9fef325
|
2004-08-25
| ||
| 22:21 | * tests/timer.test (timer-10.1): Test for Bug 1016167. * generic/tclTimer.c: ... check-in: 756125248b user: dgp tags: trunk | |
| 21:37 | D'oh! Put the correct value in... :^} check-in: a1ca45af5f user: dkf tags: trunk | |
| 21:35 | Stop test from getting stomped by preceding tests... check-in: 2256af9fe0 user: dkf tags: trunk | |
| 21:28 | Fixes to ensemble -unknown handler processing to stop [namespace import] from disrupting things horr... check-in: 95c97b2bef user: dkf tags: trunk | |
| 01:10 | * generic/tclProc.c: The routine TclProcInterpProc was a specific * gener... check-in: d67b8edcbd user: dgp tags: trunk | |
|
2004-08-24
| ||
| 23:25 | update out of date comment check-in: c3be36f9e4 user: dgp tags: trunk | |
| 08:59 | Added clarifying note on [string map]'s behaviour. check-in: 7a99970647 user: dkf tags: trunk | |
|
2004-08-23
| ||
| 17:40 | * library/auto.tcl: Updated [tcl_findLibrary] search path to include any [<pkg>:... check-in: 72c6efe0bd user: dgp tags: trunk | |
|
2004-08-21
| ||
| 18:03 | Fixed bug in CET time spec - times change at 0100 Greenwuch, not local. check-in: d2b5b523a3 user: kennykb tags: trunk | |
| 17:57 | * tests/clock.test (clock-38.1): Changed TZ setting to specify CET in excruciating detail to deal wi... check-in: 7b85501acb user: kennykb tags: trunk | |
|
2004-08-19
| ||
| 20:58 | Ensure that the %ld conversion works correctly on 64-bit platforms. [Bug 1011860] check-in: 142ba4167b user: dkf tags: trunk | |
| 18:55 | * library/clock.tcl (format): Changed default timezone format from alphabetic to numeric to produce... check-in: 4cde370a99 user: kennykb tags: trunk | |
| 00:13 | * doc/tm.n: New file, documentation for Tcl Modules, based on the TIP. * unix/mkLinks: Regene... check-in: 3de8eca68b user: andreas_kupries tags: trunk | |
|
2004-08-18
| ||
| 22:33 | added note about times out of Posix range check-in: bb0ba0aee8 user: kennykb tags: trunk | |
| 22:13 | Fixed httpd's abuse of the [clock] command check-in: 50364f0355 user: kennykb tags: trunk | |
| 22:03 | * library/init.tcl: Integrated TIP #189. We source a separate file (see below), instead of inli... check-in: f6eaca8b8c user: andreas_kupries tags: trunk | |
| 21:29 | silence compiler warning on systems without mktime check-in: 85982dc155 user: kennykb tags: trunk | |
| 20:59 | unbreak Win build after TIP#173 and TIP#209 commit check-in: b01aea8524 user: kennykb tags: trunk | |
| 19:58 | TIP #173 and #209 implementation - see ChangeLog for details check-in: 251b9c6eca user: kennykb tags: trunk | |
|
2004-08-16
| ||
| 14:29 | date correction check-in: f66151c3bc user: dgp tags: trunk | |
| 14:11 | fix for [Bug 1008314] check-in: 4d54cd3e57 user: msofer tags: trunk | |
|
2004-08-13
| ||
| 21:39 | * library/msgcat/msgcat.tcl: Added checks to prevent [mclocale] * tests/msgcat.te... check-in: 7bfc5a8b19 user: dgp tags: trunk | |
|
2004-08-10
| ||
| 19:40 | Changed handling of the returned thread ID since broken on 64-bit systems (Cray). Thanks to Rob Ratc... check-in: 942144282c user: vasiljevic tags: trunk | |
|
2004-08-04
| ||
| 09:00 | Standardized constraint name check-in: 0d4698bdc4 user: dkf tags: trunk | |
|
2004-08-03
| ||
| 21:46 | Plug leak and clarify code check-in: f276672de0 user: dkf tags: trunk | |
| 20:31 | Add field initialization to fix [Bug 989298]. D'oh! check-in: b2f9e9415e user: dkf tags: trunk | |
|
2004-08-02
| ||
| 22:01 | * library/package.tcl (pkg_mkIndex): Updated [pkg_mkIndex] to make use of [glob -... check-in: 3c765af2b5 user: dgp tags: trunk | |
| 20:55 | TIP#207 IMPLEMENTATION * doc/interp.n: Added support for a -namespace optio... check-in: 07142774f2 user: dgp tags: trunk | |
| 15:33 | * generic/tclLiteral.c (TclCleanupLiteralTable): Corrected * tests/compile.te... check-in: 4a8caea634 user: dgp tags: trunk | |
| 15:12 | Whitespace policing... check-in: 2cb4a42bdf user: dkf tags: trunk | |
|
2004-07-30
| ||
| 21:09 | More explicit compatibility warning, regarding TIP 148 check-in: 7a2ab965af user: dgp tags: trunk | |
| 16:54 | * tests/safe.test (safe-2.1): Disabled senseless test. [Bug 999612] * library/aut... check-in: 2b1825b4bf user: dgp tags: trunk | |
| 15:16 | * generic/tclEvent.c (Tcl_Finalize): Re-organized Tcl_Finalize so that Tcl_ExitPr... check-in: 8973ec966c user: dgp tags: trunk | |
| 08:31 | * unix/configure: * unix/tcl.m4 (SC_CONFIG_CFLAGS): Darwin: instead of setting PLAT_OBJS to expli... check-in: bf9884901c user: das tags: trunk | |
|
2004-07-29
| ||
| 15:55 | * library/package.tcl: [::pkg::create] is now an alias. Test safe-2.1 will now fai... check-in: 7ecd70ea13 user: dgp tags: trunk | |
|
2004-07-28
| ||
| 18:00 | * library/package.tcl: Moved private command * library/tclIndex: ... check-in: 4e908b7bad user: dgp tags: trunk | |
|
2004-07-25
| ||
| 22:06 | * tests/io.test: Make io-61.1 create file as binary to pass on Win32 check-in: fc89b74eed user: patthoyts tags: trunk | |
|
2004-07-23
| ||
| 18:32 | * generic/tclVar.c: simplify tclLocalVarNameType, removing the reference to the corresponding proc... check-in: 63de804c96 user: msofer tags: trunk | |
| 16:27 | formatting check-in: de6666f396 user: dgp tags: trunk | |
| 15:58 | * tests/eofchar.data (removed): Test io-61.1 now generates its own * tests/io.test: ... check-in: c55655fe5c user: dgp tags: trunk | |
| 15:06 | Tcl 8.4.7 changes ported forward. Other changes on HEAD also recorded. check-in: e63018391c user: dgp tags: trunk | |
| 14:18 | typo check-in: 4a6391a197 user: dgp tags: trunk | |
|
2004-07-22
| ||
| 21:41 | typo/format fixes check-in: 91ad80aadf user: dgp tags: trunk | |
|
2004-07-21
| ||
| 01:45 | * generic/tclEvent.c: Correct threaded obj allocator to * generic/tclInt.h: fully cl... check-in: 8a65a24648 user: hobbs tags: trunk | |
| 00:42 | 2004-07-21 Kevin Kenny <kennykb@acm.org> * generic/tclBasic.c (DeleteInterpProc): * generic/tcl... check-in: 460aa80311 user: kennykb tags: trunk | |
|
2004-07-20
| ||
| 10:23 | * unix/Makefile.in: * win/Makefile.in: added 'install-private-headers' makefile target to allow o... check-in: 542b0bd9ec user: das tags: trunk | |