Timeline
Not logged in

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

167 check-ins using file generic/tclClock.c version d458c616ad

2018-12-11
19:43
Better use of Tcl_WideInt in stead of long, sometimes check-in: a6cbc60ca2 user: jan.nijtmans tags: core-8-branch
2018-12-08
17:33
Fix executable flags of 3 test-files check-in: d1643a8154 user: jan.nijtmans tags: core-8-branch
17:16
Merge 8.7 Bring back Tcl_InitSubsystems to what Tcl_InitSubsystems was: without additional parameter... check-in: ceb5ca35ee user: jan.nijtmans tags: initsubsystems
2018-12-02
20:02
If compiled with -DTCL_NO_DEPRECATED, remove the Tcl_SetIntObj/Tcl_SetLongObj entries from stub tabl... check-in: 670eb3b871 user: jan.nijtmans tags: core-8-branch
2018-11-30
17:08
Don't panic when the interface offers a gentler way to signal error. check-in: 51b92fccef user: dgp tags: tip-445-api-fix
15:36
merge 8.7 check-in: 0b85f531b7 user: dgp tags: tip-445-api-fix
2018-11-29
21:34
Merge 8.6 check-in: 8a342714d3 user: jan.nijtmans tags: core-8-branch
2018-11-28
20:16
merge 8.7 check-in: b3a5d77ea3 user: dgp tags: tip-445-api-fix
2018-11-27
22:52
Make TclFreeObj MODULE_SCOPE, so the only way to access it is through the stub table, for backwards-... check-in: b5c1404365 user: jan.nijtmans tags: core-8-branch
2018-11-26
16:18
installVfs.tcl: fixed comparison operator (ne -> eq), therefore no lmkimg executed previously Leaf check-in: 5528128da8 user: sebres tags: nmake-zipfs
15:14
Adding /Y flags to suppress prompting check-in: 37434bbb85 user: hypnotoad tags: nmake-zipfs
15:11
Modifying the call to installVfs.tcl to create a file that is a different name than the current runn... check-in: 9cb24c2daf user: hypnotoad tags: nmake-zipfs
14:59
Unpatching ifdefs that don't seem to work check-in: ac17f1c4e3 user: hypnotoad tags: nmake-zipfs
14:58
makefile.vc: fixed missing compile defines for tclZipfs check-in: 6ca251f0fa user: sebres tags: nmake-zipfs
14:43
Adding ifdef checks to catch cases where CFG_RUNTIME_ZIPFILE is defined, but CFG_RUNTIME_LIBDIR and/... check-in: 46959b72a4 user: hypnotoad tags: nmake-zipfs
2018-11-25
19:46
Fix [df6a91b5c616c3dc126cee700e159b997467465]: build failure (ticket fails to mention that this only... check-in: 964ec14d1c user: jan.nijtmans tags: core-8-branch
17:29
Slightly better than previous commit: In case of a version conflict, ignore pkgIndex file. Otherwise... check-in: f1ee1fdb49 user: jan.nijtmans tags: core-8-branch
2018-11-24
14:59
If a pkgIndex file is encountered which produces an error, continue. This shoud fix the Travis build... check-in: 65d2c43d52 user: jan.nijtmans tags: core-8-branch
09:02
re-generate configure script check-in: 5091330758 user: jan.nijtmans tags: core-8-branch
09:00
comment typo's check-in: 215b9673ab user: jan.nijtmans tags: core-8-branch
2018-11-23
19:59
make: better algo to wrap to absolute zip-path (for systems resp. toolchains without readlink/realpa... check-in: 78fe053f4a user: sebres tags: core-8-branch
13:11
Pulling changes from core-8-branch check-in: b5d6dd151f user: hypnotoad tags: nmake-zipfs
11:59
make/configure review: normalizes the latest fixes across unix/win check-in: fc958af380 user: sebres tags: core-8-branch
2018-11-22
23:17
unix build (if ZIPFS_BUILD): fixed relative path to zip-program (in case of minizip), ignore possibl... check-in: e59b2f0ded user: sebres tags: core-8-branch
22:14
win/mingw build (if ZIPFS_BUILD): ignore following zip-error by adjust sfx process: zip error: Zip... check-in: 057d2b674d user: sebres tags: core-8-branch
18:30
fixes typo in [e108e6b947], test added to cover this case check-in: 904fa25862 user: sebres tags: core-8-branch
14:44
merge 8.6 check-in: 068e23660c user: sebres tags: core-8-branch
14:16
merge 8.6 check-in: 80652194d5 user: sebres tags: core-8-branch
09:26
Make encodings work again ;-( check-in: 9c93cb53f2 user: jan.nijtmans tags: core-8-branch
08:03
Merge 8.6 In addition, tclWinSerial.c: Change back two internal variables from size_t -> int, should... check-in: e90edd3fad user: jan.nijtmans tags: core-8-branch
07:40
typo, which caused travis build to fail. check-in: dcd091e5f9 user: jan.nijtmans tags: core-8-branch
2018-11-21
13:07
An experiment to integrate zipfs support with nmake check-in: 1b9cd2d684 user: hypnotoad tags: nmake-zipfs
13:06
Added a wrapper script for native builds to utilize Tcl to generate a VFS to attach to executables o... check-in: f3aa7e7e6e user: hypnotoad tags: core-8-branch
07:40
TIP #512 documentation: Indicate which functions cannot be called through the stub table any more. check-in: a82bbcbace user: jan.nijtmans tags: core-8-branch
07:36
Fix windows build with Visual Studio check-in: 33adb1055c user: jan.nijtmans tags: core-8-branch
00:40
Further refinements for the fix for bug [4e812aadae68af384605a5e78845abe40206fbe9] Moved the packag... check-in: 54273cb771 user: hypnotoad tags: core-8-branch
2018-11-20
19:15
Actually, it turns out that platform, platform::shell and tcltest have the same problem ... check-in: c841ea31ae user: jan.nijtmans tags: core-8-branch
19:07
Fix [4e812aadae68af384605]: package require msgcat fails check-in: 1e648e596f user: jan.nijtmans tags: core-8-branch
03:05
Revise the Tcl_InitStringRep() interface to accept a size_t length of the string value. This better ... check-in: 5ebb8df809 user: dgp tags: tip-445-api-fix
2018-11-19
23:53
Carrying the previous checkin over to the Windows Makefile check-in: 79e0c8a185 user: hypnotoad tags: core-8-branch
23:49
Fix for ticket [9cc1db9fb675bf64dfc775372fab1f697e46bb44] check-in: 5d40e4016b user: hypnotoad tags: core-8-branch
17:29
merge 8.7 check-in: 4c3f9f283e user: dgp tags: dgp-string-insert
16:13
merge 8.7 check-in: b7000c3fc4 user: dgp tags: core-8-7-a3-rc
2018-11-16
20:37
merge 8.6 check-in: d00889251a user: dgp tags: core-8-branch
2018-11-15
19:13
Add entry for Tcl_StaticPackage in internal stub table, since the public one is deprecated and will ... check-in: 47886611e7 user: jan.nijtmans tags: core-8-branch
18:07
merge 8.7 check-in: 75272f071e user: dgp tags: core-8-7-a3-rc
17:29
merge 8.6 check-in: 400c7845de user: dgp tags: core-8-branch
16:53
merge 8.6 check-in: 26a31b97ad user: dgp tags: core-8-branch
10:23
Stop more crashes on Travis check-in: f4f662f0c6 user: dkf tags: core-8-branch
08:34
Another attempt to fix Travis build: making the build robust against older zlib.h header file check-in: 3f67becca2 user: jan.nijtmans tags: core-8-branch
08:07
Merge 8.6 check-in: 7578ff8f8c user: jan.nijtmans tags: core-8-branch
07:51
Implement TIP #512: No stub for Tcl_SetExitProc() check-in: ea0975d6d3 user: jan.nijtmans tags: core-8-branch
2018-11-14
17:52
Bump to version 8.7a3 for release. check-in: 453113215c user: dgp tags: core-8-7-a3-rc
07:39
Workaround for crypt.h, when used in combination with older zlib library. Should make Travis build w... check-in: 25d73d803d user: jan.nijtmans tags: core-8-branch
2018-11-12
09:53
merge 8.6 to get Travis fixes check-in: 3420aa222e user: dkf tags: core-8-branch
09:48
Make cookiejar tests skip gracefully check-in: 47cb98ab2b user: dkf tags: core-8-branch
2018-11-11
16:35
merge fixes from 8.6 work Closed-Leaf check-in: 499a27f486 user: dkf tags: travis-8.7
15:18
Recreate the branch with minimal requirements check-in: a8a74fb6c1 user: dkf tags: travis-8.7
2018-11-09
19:05
policyAllow is also a cookiejar method; make tests account for it. check-in: 29645efd60 user: dgp tags: core-8-branch
19:03
Don't make tests depend on third party error messages we do not control. check-in: ad5b788593 user: dgp tags: core-8-branch
16:48
silence compiler warning check-in: 9df327f945 user: dgp tags: core-8-branch
16:16
Merge and adapt 8.6 check-in: 39988cd759 user: dgp tags: core-8-branch
2018-11-08
17:09
merge mark check-in: 03c951b922 user: dgp tags: core-8-branch
10:40
TESTBUGFIX: The C locale is more commonly based on UTF-8 than it used to be. check-in: dc79a3cce0 user: dkf tags: core-8-branch
2018-11-07
18:59
merge 8.6 check-in: ec95bdb397 user: dkf tags: core-8-branch
08:58
Fix "executable" flag for many files (now really!) check-in: df4c45f5bd user: jan.nijtmans tags: core-8-branch
2018-11-06
14:02
mark many files as not executable check-in: 2967754d0b user: dkf tags: core-8-branch
12:13
Implemen TIP 506 check-in: a28f0b7fe2 user: dgp tags: core-8-branch
12:11
merge 8.7 Closed-Leaf check-in: fc11dc4371 user: dgp tags: tip-506
11:15
Implement TIP 524 check-in: f726350fc9 user: dkf tags: core-8-branch
11:14
Implement TIP 523 check-in: 631b118fda user: dkf tags: core-8-branch
11:13
Implement TIP 519 check-in: fb31dee0c8 user: dkf tags: core-8-branch
11:12
Implement TIP 501 check-in: 2ac1f40dd9 user: dkf tags: core-8-branch
10:08
Added documentation Closed-Leaf check-in: ce45ca6798 user: dkf tags: tip-501
10:04
merge core-8-branch check-in: 33398e15df user: dkf tags: tip-501
09:51
Implement TIP 445 check-in: bfd27f7857 user: dkf tags: core-8-branch
2018-10-29
15:37
merge 8.7 Closed-Leaf check-in: 9220ded810 user: dgp tags: tip-445
2018-10-24
02:00
merge 8.7 check-in: 11878ebb4d user: dgp tags: tip-445
2018-10-18
15:31
merge 8.7 check-in: 000ee6e038 user: dgp tags: tip-445
2018-06-04
13:08
merge 8.7 check-in: 8afedea42f user: dgp tags: tip-445
2018-05-24
12:46
merge 8.7 check-in: 620705ca16 user: dgp tags: tip-445
2018-05-11
11:26
merge 8.7 check-in: 5dd49e9ab7 user: dgp tags: tip-445
2018-04-25
13:02
merge 8.7 check-in: c16d974b49 user: dgp tags: tip-445
11:09
Plug memory leak handling circular path values. check-in: ebf56d8628 user: dgp tags: tip-445
2018-04-07
17:07
merge 8.7 check-in: faf8c0b052 user: dgp tags: tip-445
2018-04-06
19:14
Merge 8.7. Update two macros to TIP 445. check-in: 671aed379d user: dgp tags: tip-445
2018-03-30
19:37
merge 8.7 check-in: c8f51180e2 user: dgp tags: tip-445
2018-03-15
14:23
merge 8.7 check-in: 4f13fe6bce user: dgp tags: tip-445
2018-03-11
22:42
merge 8.7 check-in: 49512ebf1d user: dgp tags: tip-445
2018-03-10
15:55
merge 8.7 check-in: 0892d078f0 user: dgp tags: tip-445
2018-03-06
13:45
merge 8.7 check-in: 068966277d user: dgp tags: tip-445
2018-03-05
17:18
merge 8.7 check-in: 927955d0ab user: dgp tags: tip-445
2018-02-23
18:01
merge 8.7 check-in: 9d0eb0566c user: dgp tags: tip-445
2018-02-15
18:24
merge 8.7 check-in: fb5189741a user: dgp tags: tip-445
2018-02-14
14:52
merge 8.7 check-in: 72b94c10f2 user: dgp tags: tip-445
2018-02-09
18:45
merge 8.7 check-in: 8a91dc9521 user: dgp tags: tip-445
2018-02-06
21:11
merge 8.7 check-in: f7dba39527 user: dgp tags: tip-445
2018-01-29
15:36
merge 8.7 check-in: d47384a06e user: dgp tags: tip-445
2018-01-23
13:29
merge 8.7 check-in: c82eafcb5a user: dgp tags: tip-445
2018-01-18
13:32
merge 8.7 check-in: bac2c99230 user: dgp tags: tip-445
2018-01-11
14:09
merge 8.7 check-in: eb762b4727 user: dgp tags: tip-445
2017-12-29
16:16
merge 8.7 check-in: 20d3928f5c user: dgp tags: tip-445
2017-12-27
14:09
merge 8.7 check-in: 329ff8f395 user: dgp tags: tip-445
2017-12-19
21:01
merge 8.7 check-in: db7f19568b user: dgp tags: tip-445
16:22
merge 8.7 check-in: dd50956e9c user: dgp tags: tip-445
2017-12-06
21:00
merge 8.7 check-in: 2c1b48e1df user: dgp tags: tip-445
13:29
merge 8.7 check-in: 95532b94be user: dgp tags: tip-445
13:16
merge 8.7 check-in: e18f39f9e4 user: dgp tags: tip-445
2017-11-30
17:52
merge 8.7 check-in: 1e5dc1b17c user: dgp tags: tip-445
2017-11-29
14:54
merge 8.7 check-in: 8944ae4374 user: dgp tags: tip-445
2017-11-15
13:39
merge 8.7 check-in: 59ee6d1b5a user: dgp tags: tip-445
2017-11-14
18:52
merge 8.7 check-in: 673e6ace67 user: dgp tags: tip-445
2017-11-09
14:37
merge tip-445 Leaf check-in: c13bd0b15d user: dgp tags: cjo-hydra
13:36
merge 8.7 check-in: cbada9ca30 user: dgp tags: tip-445
2017-11-08
03:32
merge 8.7 check-in: 3b0b8dd809 user: dgp tags: tip-445
2017-11-06
00:17
merge 8.7 check-in: b7ea80156a user: dgp tags: tip-445
2017-11-03
19:15
merge 8.7 check-in: f3e727f051 user: dgp tags: tip-445
2017-10-30
12:03
merge trunk check-in: bc43c864d7 user: dgp tags: tip-445
03:35
merge trunk check-in: 616515703c user: dgp tags: tip-445
2017-10-27
13:12
merge trunk check-in: 58759b9397 user: dgp tags: tip-445
2017-10-20
12:44
merge trunk check-in: fb19c3ba7d user: dgp tags: tip-445
2017-10-13
16:38
merge tip-445 check-in: b68fb468fe user: dgp tags: cjo-hydra
16:38
merge trunk check-in: 73893dacd8 user: dgp tags: tip-445
2017-10-12
12:56
merge tip-445 check-in: 29aa41b930 user: dgp tags: cjo-hydra
12:37
merge trunk check-in: e09c20f945 user: dgp tags: tip-445
2017-09-22
14:12
merge tip-445 check-in: 33d9c74caf user: dgp tags: cjo-hydra
14:11
More TIP 445 conversion of the "path" Tcl_ObjType. check-in: 900a82f661 user: dgp tags: tip-445
13:41
merge tip-445 check-in: 368b8fecdc user: dgp tags: cjo-hydra
13:32
Partial conversion of the "path" Tcl_ObjType to TIP 445 contributed by Cyan Ogilvie. This reworking... check-in: 99fdc9b9b1 user: dgp tags: tip-445
13:11
merge tip-445 check-in: 3dfe39c4ac user: dgp tags: cjo-hydra
13:05
merge trunk check-in: abe6bafaea user: dgp tags: tip-445
2017-09-20
17:06
merge tip-445 check-in: 5ef7842f07 user: dgp tags: cjo-hydra
16:17
merge trunk check-in: 7168d447c8 user: dgp tags: tip-445
2017-09-18
14:57
merge tip-445 check-in: fcdd5750b4 user: dgp tags: cjo-hydra
14:57
merge trunk check-in: e9af9d16ff user: dgp tags: tip-445
12:30
merge tip-445 check-in: dc0d611fa1 user: dgp tags: cjo-hydra
11:59
merge trunk check-in: 6e13a9423e user: dgp tags: tip-445
2017-09-14
14:20
merge tip-445 check-in: b3e3e1647b user: dgp tags: cjo-hydra
14:12
merge trunk check-in: decd9fa55d user: dgp tags: tip-445
2017-09-12
17:23
merge mark check-in: 1ce7e9a19f user: dgp tags: cjo-hydra
17:01
Rework [lset] internals to be sure outdated intreps get purged. check-in: d9dfa71717 user: dgp tags: tip-445
17:01
Rework [lset] internals to be sure outdated intreps get purged. check-in: 30c6c52314 user: dgp tags: cjo-hydra
15:44
Make sure ListObjReplace invalidates outdated intreps. check-in: 7d602c3a9f user: dgp tags: tip-445
15:30
Make sure ListObjReplace invalidates outdated intreps. check-in: 6a6da26999 user: dgp tags: cjo-hydra
15:18
Make sure ListObjAppendElement invalidates outdated intreps. check-in: 36a738fa99 user: dgp tags: tip-445
15:13
Make sure ListObjAppendElement invalidates outdated intreps. check-in: 30bbfe68d6 user: dgp tags: cjo-hydra
13:23
Revised dict value means we much invalidate existing intreps. check-in: f7ef63faa6 user: dgp tags: tip-445
13:22
When we invalidate the string rep of a dict, that's a sign we need to free all the intreps of that d... check-in: 36ed69949c user: dgp tags: tip-445
13:21
Revised dict value means we much invalidate existing intreps. check-in: 9fb681446d user: dgp tags: cjo-hydra
12:11
When we invalidate the string rep of a dict, that's a sign we need to free all the intreps of that d... check-in: 8d1ff0b345 user: dgp tags: cjo-hydra
2017-09-11
17:17
Stop crash in oo.test check-in: 1b78167222 user: dgp tags: cjo-hydra
16:52
Add a DupHydra implementation. check-in: 2864297e48 user: dgp tags: cjo-hydra
14:51
Fixes to Tcl_StoreIntRep -- support irPtr == NULL check-in: 91058bb83b user: dgp tags: cjo-hydra
14:44
Hydra work from Cyan Ogilvie. check-in: ac03e05714 user: dgp tags: cjo-hydra
12:02
merge trunk check-in: 241056bf07 user: dgp tags: tip-445
2017-09-05
12:41
merge trunk check-in: 37388a0d90 user: dgp tags: tip-445
2017-09-01
00:52
merge trunk check-in: c3fbabfb73 user: dgp tags: tip-445
2017-08-18
13:43
merge trunk check-in: 56e26d203d user: dgp tags: tip-445
2017-08-08
16:39
Merge trunk check-in: 16185b644b user: andy tags: tip-445
2017-08-04
13:25
merge trunk check-in: da03eaabd8 user: dgp tags: tip-445
2017-07-18
13:39
merge trunk check-in: e9ce600364 user: dgp tags: tip-445
2017-07-06
16:52
merge trunk check-in: a21e565627 user: dgp tags: tip-445
2017-06-29
11:29
merge trunk check-in: e6b9d7a231 user: dgp tags: tip-445
2017-06-26
20:14
merge trunk check-in: b9b632a2ca user: dgp tags: tip-445
2017-06-22
13:45
merge trunk check-in: 8d97ed6516 user: dgp tags: tip-445
2017-06-19
17:37
merge trunk check-in: a75ba760f7 user: dgp tags: tip-445
2017-06-16
20:28
merge trunk check-in: 2b4060cef5 user: dgp tags: tip-445