Tcl Source Code

Timeline
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

50 descendants of 30edd5c06a36ea24

2018-02-15
13:52
merge-mark check-in: 725e157968 user: dgp 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
15:33
merge 8.7 Closed-Leaf check-in: 1a4479ca01 user: dgp tags: z_modifier
15:00
merge 8.7 check-in: d15df14b60 user: dgp tags: amg-string-insert
14:59
merge trunk check-in: 57384f942e user: dgp tags: dgp-refactor
14:59
merge trunk check-in: b35fcf958d user: dgp tags: dgp-properbytearray
14:56
merge trunk check-in: 271cfe2752 user: dgp tags: novem
14:52
merge 8.7 check-in: 72b94c10f2 user: dgp tags: tip-445
14:50
merge 8.7 check-in: 5f3f2c02cb user: dgp tags: trunk
14:38
Fix regression in [expr {0%$bignum}]. check-in: 85e6dc0a02 user: dgp tags: core-8-branch
12:52
More tests for bignum modulus regressions check-in: 98be5e06ea user: dgp tags: core-8-branch
12:50
merge-mark check-in: eefb3a51ff user: dgp tags: core-8-branch
2018-02-13
21:00
merge mark check-in: d614e6307c user: dgp tags: core-8-branch
20:59
test expr-32.7 for bignum modulus range. FAILING for now. Error in TIP 484. check-in: 80478e9096 user: dgp tags: core-8-branch
2018-02-09
20:57
merge 8.7 check-in: d200f0036e user: dgp tags: amg-string-insert
20:43
merge trunk check-in: 713b9849e2 user: dgp tags: novem
20:22
merge trunk check-in: ffe2a9625d user: dgp tags: dgp-properbytearray
20:22
merge trunk check-in: 32930b2344 user: dgp tags: dgp-refactor
18:52
merge 8.7 check-in: 709f848841 user: dgp tags: trunk
18:45
merge 8.7 check-in: 8a91dc9521 user: dgp tags: tip-445
10:09
small code review: resolve conversion warnings (possible loss of data, signed/unsigned comparison) check-in: 29bc6e1422 user: sebres tags: core-8-branch
2018-02-08
20:43
Fix [9280abbaf5]: Compiling core-8-branch with msvc6 32 bit results in compile erro... check-in: 1269b801f7 user: jan.nijtmans tags: core-8-branch
14:41
fixes [9280abbaf57fca3eb40a89403d9d891853209bb6]: compare of `LLONG_MAX == LONG_MAX` does not possib... Closed-Leaf check-in: ed8f5966a3 user: sebres tags: fix-9280abbaf57fca3e-long-vs-wide
14:03
merge core-8-6-branch check-in: 7411659ecc user: sebres tags: core-8-branch
12:45
Do not allow prefixed subcommands for mcutil check-in: 54721505c7 user: oehhar tags: tip499-msgcat-custom-preferences
09:49
Add subcommand mcpreferences to export getpreferences and getsystemlocale functions check-in: 368f72c4e0 user: oehhar tags: tip499-msgcat-custom-preferences
2018-02-07
19:25
TIP 499: Custom locale search for msgcat check-in: e1066b317c user: oehhar tags: tip499-msgcat-custom-preferences
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:38
merge trunk check-in: 6e3753692f user: dgp tags: dgp-refactor
21:33
merge trunk check-in: cce5d4c18f user: dgp tags: dgp-properbytearray
21:20
Some more complient API changes check-in: cb19e03837 user: jan.nijtmans tags: memory-API
21:11
merge 8.7 check-in: f7dba39527 user: dgp tags: tip-445
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
20:07
TIP 484: Merge 'int' and 'wideInt' Obj-type to a single 'int' check-in: 4f6d4a2b15 user: dgp tags: core-8-branch
2018-01-26
13:29
Rename (internal) TclNewWideObj macro to TclNewIntObj. Change Tcl_SetIntObj/Tcl_SetLongObj to macro'... Closed-Leaf check-in: b162d433dc user: jan.nijtmans tags: no-wideint
12:32
Merge core-8-branch. Also some minor performance improvement: Turn Tcl_NewLongObj/Tcl_NewIntObj/Tcl_... check-in: 85e9d69071 user: jan.nijtmans tags: no-wideint
2018-01-22
09:54
make the old "int" type "static", since it's just used in a single file. check-in: 26bb9cc0b3 user: jan.nijtmans tags: no-wideint
09:18
Put old "int" type back. Not used by Tcl anymore, but this restores compatibility with Tk < 8.6.9 an... check-in: f493a192a1 user: jan.nijtmans tags: no-wideint
08:41
merge core-8-branch check-in: 63ddd9b65a user: jan.nijtmans tags: no-wideint
2018-01-16
08:40
merge core-8-branch check-in: 806c23cf3f user: jan.nijtmans tags: no-wideint
2017-12-28
16:53
merge core-8-branch check-in: c358266fda user: jan.nijtmans tags: no-wideint
2017-12-19
15:20
Somewhat better backwards compatibility on 64-bit platforms. check-in: 62da671053 user: jan.nijtmans tags: no-wideint
12:26
merge core-8-branch check-in: 30edd5c06a user: jan.nijtmans tags: no-wideint