Tcl Source Code

Timeline
Login

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

50 descendants and 49 ancestors of f85e0e4fe4f89cf8f24f7b3ec9c7b7b0ce131383

2016-11-17
09:33
Remove subdirectories of "libtommath", and various individual related files, not taking any part in ... check-in: 634ffe2b64 user: jan.nijtmans tags: trunk
2016-11-16
15:59
merge trunk Closed-Leaf check-in: ec44244e32 user: jan.nijtmans tags: gahr-ticket-e6f27aa56f
15:22
(experimental) Upgrade to libtommath 1.0 (actually by merging all changes between libtommath 0.42.0 ... check-in: d1210bac0b user: jan.nijtmans tags: libtommath-1.0
15:04
merge trunk check-in: f8be848288 user: dgp tags: tip-445
11:17
merge trunk check-in: 31a3f9bee0 user: jan.nijtmans tags: novem
10:55
Use more "size_t" in stead of "int" internall. Also eliminate a lot of type-casts which are not nece... check-in: 521d320b7b user: jan.nijtmans tags: trunk
2016-11-15
13:33
See Itcl Bug [1b28657c0e]. Make methodNameType honor the Tcl_ObjType contract. check-in: b35b8efef0 user: dkf tags: trunk
2016-11-14
14:26
Merge core-8-6-branch check-in: 7bbea0e75d user: jan.nijtmans tags: trunk
12:18
merge novem check-in: 1d352ef575 user: dgp tags: dgp-refactor
12:16
merge trunk check-in: 56c05639b5 user: dgp tags: tip-445
2016-11-12
11:20
Merge tzdata2016i from IETF check-in: 3a3a592ef9 user: venkat tags: novem
11:19
Merge tzdata2016i from IETF check-in: cbce1a9dea user: venkat tags: trunk
2016-11-11
15:18
merge trunk check-in: 6ca5f2d8bf user: jan.nijtmans tags: novem
14:53
Fix harmless gcc warning message: using "unsigned" doesn't serve any purpose, actually. check-in: 01243c07ff user: jan.nijtmans tags: trunk
10:58
Fix [79614fb8b6]: "glob", "encoding system" and encoding-fr... check-in: 1867fdf95b user: jan.nijtmans tags: trunk
2016-11-10
15:13
merge trunk check-in: 8d4c5a08c5 user: jan.nijtmans tags: novem
14:21
On OSX, there is a conflict with the "define panic" and definitions in "mach.h". check-in: e1804c00ba user: jan.nijtmans tags: trunk
2016-11-08
02:56
Route all [string last] operations through a common implementation. check-in: 6622b74446 user: dgp tags: trunk
2016-11-07
20:18
Purge disabled code. check-in: 9957c9b0c9 user: dgp tags: trunk
20:11
Refactor to channel all [string first] functions through a single implementation. check-in: 5fd1a339d3 user: dgp tags: trunk
20:04
Optimize case of all single-byte chars. Closed-Leaf check-in: e35f61d57e user: dgp tags: dgp-string-find
19:41
Consolidate the "find empty string" cases. check-in: 9bc07dee24 user: dgp tags: dgp-string-find
19:28
Implement direct eval [string first] with the refactored engine. check-in: 7fb4fda651 user: dgp tags: dgp-string-find
2016-11-04
21:29
First draft refactoring the [string first] functionality. check-in: 5073110f26 user: dgp tags: dgp-string-find
15:52
merge trunk check-in: 16c449a79f user: dgp tags: tip-445
14:56
[824752f10e] Use LIST_MAX instead of INT_MAX for unknown number of elements to the end of the list. check-in: 24d9077003 user: dgp tags: trunk
14:49
merge mark check-in: 9cd4c5200b user: dgp tags: trunk
14:48
[824752f10e] More robust, portable check for integer overflow. check-in: cf3aa0440e user: dgp tags: trunk
14:42
close fork check-in: e5a5037389 user: dgp tags: trunk
14:24
merge core-8-5-branch ([824752f10e] Avoid calling Tcl_SetObjResult if interp is NULL) check-in: 16efbc4dbf user: gahr tags: trunk
11:53
merge trunk check-in: 00e57db1bf user: jan.nijtmans tags: novem
11:51
Fix the generated copyright sections in the HTML help file check-in: ec41e853d0 user: jan.nijtmans tags: trunk
11:41
merge trunk check-in: 70a2852312 user: jan.nijtmans tags: novem
11:38
Make packages msgcat and tcltest work unmodified in "novem". Make more test-cases work unmodified in... check-in: 9abb38ee0b user: jan.nijtmans tags: trunk
2016-11-02
12:56
merge trunk check-in: 41145a0942 user: jan.nijtmans tags: tip-439, semver
12:50
Merge trunk (Update http version number to 2.8.10, due to [838e99a76d]) check-in: 1caeb0f5b9 user: jan.nijtmans tags: novem
12:45
merge core-8-6-branch (http package version update) check-in: 0c403244ae user: jan.nijtmans tags: trunk
2016-11-01
16:37
merge novem check-in: 1e05628089 user: dgp tags: dgp-refactor
16:29
merge trunk check-in: 2d438eeb1d user: dgp tags: novem
16:18
merge trunk check-in: ed328bc1b1 user: dgp tags: tip-445
16:18
Refactor to channel all [string cat] functions through a single implementation. check-in: 5be62a44d4 user: dgp tags: trunk
15:42
Replace indexing with pointer increments. Closed-Leaf check-in: 78ef6f929b user: dgp tags: dgp-string-cat
15:12
Trim away obsolete code. check-in: 8c1453cc30 user: dgp tags: dgp-string-cat
15:07
Expand all the cases of the [string cat] engine. check-in: 9bfada5e22 user: dgp tags: dgp-string-cat
2016-10-31
18:10
Reduce copies in the pure binary implementation of [string cat]. check-in: 210148adc5 user: dgp tags: dgp-string-cat
16:15
Complete the "pure binary" implementation of the [string cat] engine. check-in: 6108355177 user: dgp tags: dgp-string-cat
14:18
merge trunk check-in: acd1d0f9c7 user: dgp tags: dgp-string-cat
14:17
Coverage tests for INST_STR_CONCAT1 byterarray ops. check-in: b6e309554c user: dgp tags: trunk
2016-10-30
16:52
[253ba6e818] Improved description of [variable] behaviour. check-in: c607c5d558 user: dkf tags: trunk
08:31
[1ae12987cb] Ensure that deleting the [history] command deletes its storage. check-in: eb11bf9cb5 user: dkf tags: trunk
05:05
[b26e38a3e4] Ensure that compressing streams manage buffers correctly in all cases. check-in: f85e0e4fe4 user: dkf tags: trunk
05:04
[b26e38a3e4] Ensure that compressing streams manage buffers correctly in all cases. check-in: 83a6a4d431 user: dkf tags: core-8-6-branch
05:02
Fix the bug. Make use of zlib API in this area more like a Tcl API with wrapper function. Closed-Leaf check-in: e5b3cf7279 user: dkf tags: bug-b26e38a3e4
2016-10-29
21:03
Added test for bug check-in: 0dfc1b9ec5 user: dkf tags: bug-b26e38a3e4
2016-10-28
15:46
Add optimization to [dict append]. check-in: df0c2fc07c user: dgp tags: trunk
14:45
Add obvious optimizations to [join] implementation. check-in: b24a53dd0c user: dgp tags: trunk
14:27
Add warning commentary making important assumptions explicit. check-in: 329ff4fad8 user: dgp tags: trunk
14:26
Add warning commentary making important assumptions explicit. check-in: f4bf80dafb user: dgp tags: core-8-6-branch
14:23
Add warning commentary making important assumptions explicit. check-in: 27b3f0c88b user: dgp tags: core-8-5-branch
14:06
Add obvious optimization to Tcl_GetCharLength(). check-in: a3157e22e5 user: dgp tags: trunk
2016-10-26
08:04
Merge timezone data tzdata2016h check-in: 12bcc304b7 user: venkat tags: trunk
08:04
Merge timezone data tzdata2016h check-in: 4ea69c7b45 user: venkat tags: core-8-6-branch
08:03
Update timezone data to tzdata2016h from IETF check-in: 72aa757082 user: venkat tags: core-8-5-branch
2016-10-21
13:12
merge 8.6 check-in: 5860b1c25b user: dgp tags: trunk
2016-10-20
20:02
Repair recently opened memleak. check-in: 1b68794acf user: dgp tags: core-8-6-branch
17:54
EVIL HACKs are bad. Unnecessary ones are intolerable. Bad tests cause trouble. check-in: 82918e7090 user: dgp tags: core-8-6-branch
2016-10-18
19:16
Use memcmp where possible. check-in: 1799506222 user: dgp tags: trunk
2016-10-14
19:29
[eb6b68c1a9] Simple fix for [string replace] error demonstrated by new test. check-in: 699a33324b user: dgp tags: trunk
19:28
[eb6b68c1a9] Simple fix for [string replace] error demonstrated by new test. check-in: f58d30ec32 user: dgp tags: core-8-6-branch
2016-10-13
16:56
Merge INST_STR_REPLACE fixes and improvements. check-in: 85150d4e86 user: dgp tags: trunk
16:50
Another streamline. check-in: 2b134348a0 user: dgp tags: core-8-6-branch
16:43
Stop invading the String internals to work around a bug. Fix it instead. check-in: f32a003e9a user: dgp tags: core-8-6-branch
15:37
Streamline the substring copying case of [string replace] bytecode execution. check-in: 597976a69d user: dgp tags: core-8-6-branch
2016-10-12
13:47
merge TclParseNumber fixes check-in: b83207f166 user: dgp tags: trunk
13:46
[be003d570f] TclParseNumber() failed to fully implement TCL_PARSE_BINARY_ONLY. check-in: bb5488f1a7 user: dgp tags: core-8-6-branch
13:42
[be003d570f] TclParseNumber() failed to fully implement TCL_PARSE_OCTAL_ONLY. check-in: 3bb6116dfc user: dgp tags: core-8-6-branch
13:38
Add a test too. check-in: 3c55b08b4f user: dgp tags: core-8-5-branch
13:31
[be003d570f] TclParseNumber() failed to fully implement TCL_PARSE_OCTAL_ONLY. check-in: d4054bee77 user: dgp tags: core-8-5-branch
09:58
[74bc0e44f5] Doc tweak. check-in: 238be90a8b user: dkf tags: trunk
09:57
[74bc0e44f5] Doc tweak. check-in: 04fbd1b5dd user: dkf tags: core-8-6-branch
09:57
[74bc0e44f5] Doc tweak. check-in: c24fb3badc user: dkf tags: core-8-5-branch
2016-10-11
21:52
Fix [3cc1d91345]: duplicate calls to TclpFreeAllocCache() on thread exists check-in: bbfcd2c669 user: jan.nijtmans tags: trunk
21:43
Fix [3cc1d91345]: duplicate calls to TclpFreeAllocCache() on thread exists check-in: 7a3c8a4b0d user: jan.nijtmans tags: core-8-6-branch
21:35
Fix [3cc1d91345]: duplicate calls to TclpFreeAllocCache() on thread exists check-in: 509d964dcf user: jan.nijtmans tags: core-8-5-branch
2016-10-09
16:02
[62b36e326c] Noted edge case in behaviour of [concat] with empty arguments. check-in: 53cdc09f00 user: dkf tags: trunk
16:02
[62b36e326c] Noted edge case in behaviour of [concat] with empty arguments. check-in: 007b192adb user: dkf tags: core-8-6-branch
16:01
[62b36e326c] Noted edge case in behaviour of [concat] with empty arguments. check-in: d81d0de334 user: dkf tags: core-8-5-branch
15:22
[7114ac6141] Improve testing and docs of Tcl_GetInt and Tcl_GetDouble. No behaviour change. check-in: 925103116e user: dkf tags: trunk
15:21
[7114ac6141] Improve testing and docs of Tcl_GetInt and Tcl_GetDouble. No behaviour change. check-in: aa50b70914 user: dkf tags: core-8-6-branch
12:03
Be more accurate about scan's %i check-in: 8a99d79f7e user: dkf tags: core-8-6-branch
10:35
Be more accurate about scan's %i check-in: b6c6a73a68 user: ferrieux tags: trunk
2016-10-08
17:10
[74bc0e44f5] Document result of :unregister. check-in: 6bae8fa2fd user: dkf tags: trunk
17:10
[74bc0e44f5] Document result of :unregister. check-in: d9391bf225 user: dkf tags: core-8-6-branch
17:10
[74bc0e44f5] Document result of :unregister. check-in: fe8a1bc799 user: dkf tags: core-8-5-branch
16:41
[838e99a76d] Ensure that encodings are handled with application/xml and friends. check-in: e3de800d7d user: dkf tags: trunk
16:40
[838e99a76d] Ensure that encodings are handled with application/xml and friends. check-in: 041dc66019 user: dkf tags: core-8-6-branch
16:38
[838e99a76d] Ensure that encodings are handled with application/xml and friends. check-in: 07c269e62a user: dkf tags: core-8-5-branch
2016-10-07
18:52
Update [string map] tests to get illustration of need for pure dict restriction up to date with orde... check-in: 89ba7d62f0 user: dgp tags: trunk
2016-10-05
04:53
Fix typos in expr documentation. check-in: faa78e6080 user: pooryorick tags: trunk
00:05
Rewrite expr documentation. Among other things, fixes [ef5373e6fa0617ee]. check-in: 6fcf1c1520 user: pooryorick tags: trunk