Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 events by user jan.nijtmans occurring around 2018-03-01 20:43:31.
|
2018-04-15
| ||
| 22:01 | Merge trunk check-in: ee95a2c1be user: jan.nijtmans tags: memory-API | |
|
2018-04-05
| ||
| 20:00 | • Ticket [25deec4e46] Tcl fails to compile with icc due to typedef conflict status still Open with 3 other changes artifact: 56480f0f6e user: jan.nijtmans | |
|
2018-03-26
| ||
| 20:21 | Remove MINGW32 from the UNIX makefile, since Mingw should always build from the "win" directory. Bet... check-in: c197fa631e user: jan.nijtmans tags: core-8-branch | |
|
2018-03-25
| ||
| 19:21 | merge 8.7 check-in: ca6015cda1 user: jan.nijtmans tags: trunk | |
| 19:20 | No need any more on 64-bit cygwin for special *Long* stub entries. check-in: 15c4994feb user: jan.nijtmans tags: core-8-branch | |
| 17:43 | merge 8.7 check-in: ac3d594d13 user: jan.nijtmans tags: trunk | |
| 17:43 | workaround for TclFormatInt on CYGWIN is no longer necessary now. check-in: 740e91a7f8 user: jan.nijtmans tags: core-8-branch | |
|
2018-03-15
| ||
| 23:01 | In case of redirecting stderr to a file on Windows, append CRLF after Panic output. Closed-Leaf check-in: 224ba13ab4 user: jan.nijtmans tags: win-console-panic | |
| 21:53 | merge 8.7 check-in: a50f884700 user: jan.nijtmans tags: win-console-panic | |
| 21:13 | Merge 8.7 (convert makefile.vc to CRLF line-endings only) check-in: b1bb557ee5 user: jan.nijtmans tags: tip-491 | |
| 21:02 | Merge-mark (here makefile.vc still had the correct CRLF line-endings) check-in: 31c9cac2cb user: jan.nijtmans tags: trunk | |
| 20:58 | Bring back makefile.vc to CRLF line-endings, as all other *.vc files check-in: 94679c0c71 user: jan.nijtmans tags: core-8-branch | |
|
2018-03-07
| ||
| 21:41 | Merge 8.7 check-in: 166c604e57 user: jan.nijtmans tags: trunk | |
| 21:21 | Merge 8.6 check-in: 655a7278ed user: jan.nijtmans tags: core-8-branch | |
| 20:24 | Improve -DTCL_NO_DEPRECATED compiles. It now can handle loading stub-enabled extensions with incompa... check-in: 6b79f4ac30 user: jan.nijtmans tags: core-8-branch | |
| 19:35 | Fix handling of "pkgIndex" file in "package files" command. This was broken as well, as result of NR... check-in: c2b3db3af1 user: jan.nijtmans tags: core-8-branch | |
| 14:47 | • Edit [0adb97c70d58215b|0adb97c70d]: Cancel background color. artifact: 97b6cc7f87 user: jan.nijtmans | |
|
2018-03-06
| ||
| 22:53 | Fix the "package files" command. Due to the NRE enabling of "package" it always started to return an... check-in: 6a24d9dea4 user: jan.nijtmans tags: core-8-branch | |
|
2018-03-01
| ||
| 22:37 | Merge 8.7 check-in: b4215b096d user: jan.nijtmans tags: trunk | |
| 22:27 | Re-generate tclTomMath.h. Fix win32 build (due to the use of uint8_t) check-in: 8531135e45 user: jan.nijtmans tags: core-8-branch | |
| 21:15 | Merge 8.7 Closed-Leaf check-in: 70ad0a2752 user: jan.nijtmans tags: index-range-and-overflow | |
| 21:06 | Merge 8.7 check-in: 2e45811671 user: jan.nijtmans tags: trunk | |
| 20:55 | Update libtommath to latest "develop" check-in: 914ba7d4ea user: jan.nijtmans tags: core-8-branch | |
| 20:54 | Use TclParseNumber() in stead of TclGetNumberFromObj(). This gives less surprising results in test c... check-in: adf9964e6f user: jan.nijtmans tags: index-range-and-overflow | |
| 20:43 | Lots of code cleanup, mainly [https://github.com/libtom/libtommath/pull/102|Pull request #102] check-in: d6e5ed84c1 user: jan.nijtmans tags: libtommath | |
|
2018-02-28
| ||
| 10:16 | • Edit [3a0430c3e2d454c4|3a0430c3e2]: Cancel background color. artifact: fa252e31c1 user: jan.nijtmans | |
|
2018-02-27
| ||
| 21:55 | Merge trunk check-in: bbb2d60708 user: jan.nijtmans tags: memory-API | |
| 21:12 | Merge 8.7 check-in: e9564f822a user: jan.nijtmans tags: trunk | |
| 20:48 | Use mp_isneg() in stead of mp_cmp_d() when the output of this function is simply compared with MP_LT... check-in: e509642a0b user: jan.nijtmans tags: core-8-branch | |
| 20:30 | No need to set/restore tcl_precision in this test-case check-in: 8d84a6eee5 user: jan.nijtmans tags: core-8-branch | |
|
2018-02-22
| ||
| 21:17 | merge trunk check-in: 709a045dbb user: jan.nijtmans tags: memory-API | |
| 20:10 | merge trunk check-in: 4e3d68adda user: jan.nijtmans tags: novem | |
| 20:09 | merge core-8-branch check-in: d84b8524af user: jan.nijtmans tags: trunk | |
| 20:03 | Correctly distinguish between internalrep.longValue (in case of boolean) and internalre.wideValue (i... check-in: 1a90ee1f22 user: jan.nijtmans tags: core-8-branch | |
|
2018-02-15
| ||
| 19:54 | Use internalRep.wideValue as internal representation for booleans. This simplifies the handling of "... check-in: 9376106350 user: jan.nijtmans tags: trunk | |
| 18:02 | Distingish between boolean and int when checking whether a boolean is true or not: The internal repr... check-in: b1bcf543c8 user: jan.nijtmans tags: core-8-branch | |
|
2018-02-14
| ||
| 22:42 | Merge core-8-branch check-in: a5644381cc user: jan.nijtmans tags: trunk | |
| 22:22 | Move TclGetBooleanFromObj to tclInt.h, so multiple source files can use it. Change some internal var... check-in: 2736df026c user: jan.nijtmans tags: core-8-branch | |
| 21:02 | merge trunk check-in: 399a998d7a user: jan.nijtmans tags: novem | |
| 20:59 | fix test-cases, account for differences between Tcl 8.7 and 9.0 check-in: 8668416b0a user: jan.nijtmans tags: trunk | |
| 20:43 | merge core-8-branch check-in: 5cfe15b5d6 user: jan.nijtmans tags: trunk | |
| 20:22 | Merge TIP #476 check-in: 38ffcc50f4 user: jan.nijtmans tags: core-8-branch | |
| 20:17 | Better range checking in "string index". Add test-case to prove point. check-in: 8a4df74e9a user: jan.nijtmans tags: core-8-branch | |
|
2018-02-08
| ||
| 20:43 | Fix [9280abbaf57fca3e|9280abbaf5]: Compiling core-8-branch with msvc6 32 bit results in compile erro... check-in: 1269b801f7 user: jan.nijtmans tags: core-8-branch | |
| 10:35 | • Ticket [9280abbaf5] Compiling core-8-branch with msvc6 32 bit results in compile error in tclInt.h(2456): missing ')' status still Open with 3 other changes artifact: 9235b55725 user: jan.nijtmans | |
|
2018-02-06
| ||
| 22:43 | remove unused stub entries (now that those are macros) Moved checkin off trunk onto dev branch jn... check-in: a9481af565 user: jan.nijtmans tags: trunk | |
| 21:20 | Some more complient API changes check-in: cb19e03837 user: jan.nijtmans tags: memory-API | |
| 21:08 | merge trunk check-in: a233811733 user: jan.nijtmans tags: memory-API | |
| 21:01 | merge trunk check-in: 0774eefae7 user: jan.nijtmans tags: novem | |
| 20:54 | merge core-8-branch check-in: 30f95df8b0 user: jan.nijtmans tags: trunk | |