Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
81 check-ins using file win/Makefile.in version 164e878b3a
|
2013-01-30
| ||
| 19:00 | For [package] etc., select modernizations from Patrick Fradin. check-in: 29a8e457d4 user: dgp tags: trunk | |
| 17:58 | In the script library, selected modernizations from Patrick Fradin. check-in: e2850774ab user: dgp tags: trunk | |
| 17:22 | More improvements found browsing tcltest check-in: b1b77002f4 user: dgp tags: trunk | |
| 16:52 | Fradin improvements in test suite too check-in: 71b3eaddaa user: dgp tags: trunk | |
| 16:34 | For tcltest, selected modernizations and style improvements from Patrick Fradin. check-in: 5a6e2b64fd user: dgp tags: trunk | |
| 08:19 | merge changes from trunk Closed-Leaf check-in: fc2438ef5f user: dkf tags: novem-no-startcmd | |
|
2013-01-29
| ||
| 20:03 | For MSVC 7+, attempt to use _BitScanReverse* for better assembly. Untested. check-in: a182522c9a user: dgp tags: dgp-refactor | |
| 19:20 | For gcc 3.4+, use __builtin_clzll for better assembly code results. check-in: 5e69b62a21 user: dgp tags: dgp-refactor | |
| 18:54 | passes testsuite, should be ever-so-slightly faster ... opinion? Closed-Leaf check-in: 977ea3f1c7 user: mig tags: dkf-review | |
| 17:50 | empty, to jump over mistake check-in: 2004d228c6 user: mig tags: trunk | |
| 09:26 | merge removal of one trampoline bounce in 'mig-retest' check-in: 418e8da991 user: mig tags: mig-no280 | |
| 09:24 | Remove one trampoline bounce in EvalObjv. Leaf check-in: 6201c0ec53 user: mig tags: mig-retest | |
| 03:27 | typos check-in: 59b8b01501 user: dgp tags: dgp-refactor | |
|
2013-01-28
| ||
| 22:27 | Make test suite coverage more sensible. check-in: 4ed3793bf0 user: dgp tags: dgp-refactor | |
| 20:52 | merge trunk check-in: 9bba578a45 user: mig tags: mig-no280 | |
| 19:39 | Rework the comments for accuracy and clarity. Make some simplifications. check-in: a4a46a4167 user: dgp tags: dgp-refactor | |
| 17:40 | merge trunk check-in: f892643b53 user: dgp tags: dgp-refactor | |
| 17:34 | remove unused var check-in: 1fd5a134cd user: dgp tags: dgp-refactor | |
| 15:16 | Improve code generation for some ensemble subcommands in cases where full compilation is impossible ... check-in: c8a255c3f3 user: dkf tags: trunk | |
| 11:43 | More extensive use of the techniques to improve other edge cases in ensemble compilation. check-in: 6c2a113fcb user: dkf tags: dkf-bytecode-8.6-main | |
| 01:27 | Slightly better compilation of some [array] cases. check-in: cb37eebca5 user: dkf tags: dkf-bytecode-8.6-main | |
| 00:57 | merge trunk check-in: fbec850cdd user: dkf tags: dkf-bytecode-8.6-main | |
|
2013-01-26
| ||
| 20:06 | merge trunk check-in: f330dcdf6f user: dgp tags: dgp-refactor | |
| 17:04 | merge trunk check-in: e910becf4c user: jan.nijtmans tags: initsubsystems | |
| 16:55 | [Bug 3601804]: platformCPUID segmentation fault on Darwin check-in: e6f01c28bd user: jan.nijtmans tags: trunk | |
| 05:06 | Redo the 64-bit TclMSB() using 8 bit blocks instead of 9 bit blocks. check-in: e49632d725 user: dgp tags: dgp-refactor | |
| 00:45 | merge trunk doc improvements check-in: 77f930df2e user: jan.nijtmans tags: initsubsystems | |
|
2013-01-25
| ||
| 21:56 | Repair the 64-bit TclMSB() to correct for the surprising behavior of the C rightshift operator. check-in: 197eda1d0c user: dgp tags: dgp-refactor | |
| 21:02 | Variable and code lines reduction of 32-bit TclMSB() keeping correctness. check-in: 86a362410e user: dgp tags: dgp-refactor | |
| 20:19 | Fix the 32-bit version of TclMSB() by correcting flaws in the compress step. check-in: dfbb214954 user: dgp tags: dgp-refactor | |
| 18:48 | merge trunk check-in: 11c27b3886 user: mig tags: mig-no280 | |
| 18:47 | remove unused code check-in: a55a37a15b user: mig tags: trunk | |
| 17:18 | Testing command and (some) tests for TclMSB(). check-in: 04e0787dbb user: dgp tags: dgp-refactor | |
| 15:53 | merge trunk check-in: 73a8288593 user: dgp tags: dgp-refactor | |
| 13:18 | merge trunk check-in: 9a6483315f user: mig tags: mig-no280 | |
| 13:12 | merge trunk check-in: 03ea4f0870 user: jan.nijtmans tags: initsubsystems | |
| 13:07 | Another memory leak, and one Tcl_Free -> ckfree check-in: 248353f6a6 user: jan.nijtmans tags: trunk | |
| 13:07 | Another memory leak, and one Tcl_Free -> ckfree check-in: 479be4881a user: jan.nijtmans tags: initsubsystems | |
| 11:53 | fix minor memory leak check-in: b8a82c3fd7 user: jan.nijtmans tags: trunk | |
| 11:48 | Eliminate some unneeded usages of Tcl_SetResult, Tcl_AddObjErrorInfo Fix "make test-packages" on cyg... check-in: 12d1dbc8af user: jan.nijtmans tags: trunk | |
| 11:45 | Eliminate some unneeded usages of Tcl_SetResult, Tcl_AddObjErrorInfo Fix "make test-packages" on cyg... check-in: 199cbbfcdb user: jan.nijtmans tags: initsubsystems | |
|
2013-01-24
| ||
| 22:02 | new version of cpuid, which doesn't use the edi register any more. Hopefully that works better on so... check-in: 08080f56f1 user: jan.nijtmans tags: trunk | |
| 21:31 | revert [8e83219e38]: it doesn't work on i386 check-in: 16e86f8613 user: jan.nijtmans tags: trunk | |
| 21:30 | TclMSB(): First draft of 32-bit implementation. Untested. check-in: efac7801c5 user: dgp tags: dgp-refactor | |
| 21:04 | merge trunk check-in: ca479183a2 user: dgp tags: dgp-refactor | |
| 20:46 | Silence some compiler warnings. check-in: cd00ede986 user: dgp tags: trunk | |
| 18:38 | Protect 32-bit systems, and satisfy a cranky old compiler. check-in: d6738af392 user: dgp tags: dgp-refactor | |
| 15:14 | New file, tclBrodnik.c, to hold a dynamic array implementation. New routine TclMSB() to compute trun... check-in: 4dca221eb8 user: dgp tags: dgp-refactor | |
| 08:22 | Simplify STRING_AT macro. Protect Tcl_GetIndexFromObjStruct from invalid "offset" values, like 0 or ... check-in: 4d66f17ddb user: jan.nijtmans tags: trunk | |
|
2013-01-23
| ||
| 16:58 | merge trunk check-in: 71bd53c7b0 user: dgp tags: dgp-refactor | |
| 14:04 | Fix [2911139]: connect asynchronously, but without unnecessary internal waits. check-in: b242bb3e4b user: jan.nijtmans tags: trunk | |
| 13:57 | fix leak (not present in trunk) check-in: 8419c6aaa5 user: mig tags: mig-no280 | |
| 11:12 | (Experiment) [string length] which does not shimmer any more. Closed-Leaf check-in: 44514b9586 user: jan.nijtmans tags: no-shimmer-string-length | |
|
2013-01-22
| ||
| 21:58 | Bug [3601804]: platformCPUID segmentation fault on Darwin check-in: 8e83219e38 user: jan.nijtmans tags: trunk | |
|
2013-01-21
| ||
| 18:27 | remove tip348: errorstack check-in: 68ed8e9957 user: mig tags: mig-no280 | |
| 18:20 | remove stray tip280 remains check-in: de246d2083 user: mig tags: mig-no280 | |
| 18:17 | merge trunk, keep no280 "pure" check-in: cd71689178 user: mig tags: mig-no280 | |
| 13:56 | merge trunk check-in: bfce21f368 user: jan.nijtmans tags: initsubsystems | |
| 13:51 | Put back Tcl[GS]etStartupScript(Path|FileName) in private stub table, so extensions using this (like... check-in: 84256abd0c user: jan.nijtmans tags: trunk | |
|
2013-01-19
| ||
| 17:49 | fix Bug 3598300 on MacOSX too check-in: 590472b443 user: jan.nijtmans tags: trunk | |
| 17:02 | Merging in changes from TRUNK check-in: 920d263867 user: seandeelywoods tags: hypnotoad-vexpr | |
| 13:36 | merge trunk check-in: a33431908c user: dgp tags: dgp-pkg-migration | |
| 04:02 | isolate the compiler/engine subsystem - preparing to move them out of generic and permit plugging in... Closed-Leaf check-in: 563e43ef46 user: mig tags: mig-no280-mistake | |
|
2013-01-18
| ||
| 17:13 | merge no280, empty Leaf check-in: 20a97c9cf6 user: mig tags: mig-strip-brutal | |
| 17:11 | remove stray tip280 remains Closed-Leaf check-in: 0e374a646e user: mig tags: mig-no280 | |
| 14:44 | [Bug 3598300]: unix: tcl.h does not include sys/stat.h. (with an exception for OSX, for now) check-in: 992ef8a601 user: jan.nijtmans tags: trunk | |
| 01:56 | removing interp-wide shared literals (see also branch novem-purge-literals) check-in: 58e15f85c8 user: mig tags: mig-strip-brutal | |
|
2013-01-17
| ||
| 16:41 | Branch to investigate what happens when we no longer maintain shared literal tables. First checkin ... check-in: 739fe7ea28 user: dgp tags: novem-purge-literals | |
| 16:32 | merge trunk check-in: 3c4edc83aa user: dgp tags: novem | |
| 16:24 | add/remove files from incomplete commit check-in: 73dd0e6336 user: mig tags: mig-strip-brutal | |
| 16:18 | more removals, more separation of concerns: destruction almost complete TEBC now almost split in tw... check-in: ee6fe20b03 user: mig tags: mig-strip-brutal | |
| 15:46 | merge check-in: 22a269a657 user: mig tags: mig-strip-brutal | |
| 15:35 | merge trunk check-in: 236305ce7d user: mig tags: mig-no280 | |
| 15:13 | COMPILE_DEBUG big: fix bug in stack verification for {*} check-in: 187e70fc60 user: mig tags: trunk | |
| 15:08 | [3600328]: Fix problems caused by buggy [array] compilation inside a buggy ensemble compilation (whi... check-in: 44fc0c6d46 user: dkf tags: trunk | |
| 13:46 | merge trunk Closed-Leaf check-in: 53b13e69d1 user: dkf tags: bug-3600328 | |
| 09:12 | As minimal a fix for the issues with [3598300] as I can make. Closed-Leaf check-in: 80f892227c user: dkf tags: minimal-fix-for-3598300-problems | |
| 08:38 | revert [8abba84224], and make sure that every source file that uses Tcl_StatBuf has an "#include <sy... check-in: a1d2456c70 user: jan.nijtmans tags: trunk | |
|
2013-01-16
| ||
| 14:16 | merge trunk check-in: b0cc155cb9 user: dkf tags: bug-3600328 | |
| 11:01 | [Bug 3601086]: Register zlib config as iso8859-1 (a superset of ascii) as that is an encoding we gua... check-in: 6fbfcdadfe user: dkf tags: trunk | |
| 09:58 | Allow win32 build with -DTCL_NO_DEPRECATED, just as the UNIX build, off by default. Define Tcl_EvalO... check-in: e227db0bcb user: jan.nijtmans tags: trunk | |