Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
202 check-ins using file doc/process.n version 0bc48acbe6
|
2018-11-16
| ||
| 04:57 | Merge TIP 514 and drop tests that it breaks. check-in: 940a19f559 user: dgp tags: dgp-refactor | |
| 04:10 | silence compiler warnings check-in: 6364870a14 user: dgp tags: dgp-refactor | |
| 03:51 | PushLiteral() is no longer happy with a length argument of -1. check-in: f886387b13 user: dgp tags: dgp-refactor | |
| 03:03 | Revise code that assumed you could pass any negative string length, not only -1. check-in: 57b63a61eb user: dgp tags: dgp-refactor | |
| 01:01 | Parser cannot test for a size_t numBytes to be < 0; convert to TCL_AUTO_LENGTH check-in: e911f0d2bd user: dgp tags: dgp-refactor | |
|
2018-11-15
| ||
| 03:16 | Merge TIP 494 and remove conflicts. Result doesn't work. check-in: 37c7a89a0b user: dgp tags: dgp-refactor | |
|
2018-11-14
| ||
| 23:47 | conflict free merge check-in: 09e2ada97d user: dgp tags: dgp-refactor | |
| 23:40 | merge forward more check-in: 84f0d67565 user: dgp tags: dgp-refactor | |
|
2018-10-08
| ||
| 22:32 | Tcl_GetStringFromObj -> Tcl_GetString check-in: e6d2130f9e user: jan.nijtmans tags: core-8-branch | |
| 22:22 | Re-base to 8.7 check-in: e007a2ab3c user: jan.nijtmans tags: tip-481 | |
| 20:47 | Fix MSVC warning: warning C4146: unary minus operator applied to unsigned type, result still unsign... check-in: e03ac1dc7c user: jan.nijtmans tags: core-8-branch | |
| 19:36 | Merge 8.7 check-in: acd6c0661e user: jan.nijtmans tags: trunk | |
| 19:08 | TIP #514 implementation: Platform differences in handling int/wide check-in: d0f4e9da90 user: jan.nijtmans tags: core-8-branch | |
| 19:00 | TIP #494 implementation: More use of size_t in Tcl 9 check-in: f3d49044c4 user: jan.nijtmans tags: trunk | |
| 18:50 | Merge 8.7 check-in: 490cd4ad13 user: jan.nijtmans tags: trunk | |
| 18:34 | Merge 8.6 Also fix startup problems on win32, when the encoding path contains invalid UTF-8 (report... check-in: 59a19cdee3 user: jan.nijtmans tags: core-8-branch | |
|
2018-10-07
| ||
| 19:34 | Centralise the de-fanging of standard ensembles in safe interpreters. Doing it right once is easier ... check-in: 82111a0a9f user: dkf tags: core-8-branch | |
| 12:25 | Add better error reporting to zipfs. check-in: 528125ba5e user: dkf tags: core-8-branch | |
|
2018-10-06
| ||
| 19:20 | Use more TCL_AUTO_LENGTH, when appropriate Closed-Leaf check-in: c643e8fe38 user: jan.nijtmans tags: memory-API | |
| 18:33 | merge trunk check-in: 52bb60626e user: jan.nijtmans tags: memory-API | |
| 17:22 | Merge 8.7 check-in: 4cb9548991 user: jan.nijtmans tags: trunk | |
| 17:12 | protect Tcl_WinUtfToTChar/Tcl_WinTCharToUtf against NULL input values: return empty string in that c... check-in: 159c6f011e user: jan.nijtmans tags: core-8-branch | |
| 16:49 | More regularizing of function names, field names and testing styles check-in: 81f25838fc user: dkf tags: core-8-branch | |
| 13:07 | More cleaning up. check-in: af123454bf user: dkf tags: core-8-branch | |
| 06:41 | Cleanup work on zipfs(n) check-in: f784f86470 user: dkf tags: core-8-branch | |
| 06:22 | More tidying up of zipfs check-in: a44a7860c9 user: dkf tags: core-8-branch | |
|
2018-10-05
| ||
| 21:22 | Merge 8.7 check-in: 89a34ee2d1 user: jan.nijtmans tags: trunk | |
| 21:22 | Merge 8.6 check-in: 3565334f08 user: jan.nijtmans tags: core-8-branch | |
| 19:41 | merge 8.7 check-in: be2efc687a user: dgp tags: trunk | |
| 19:41 | merge 8.6 check-in: cf145fd0f0 user: dgp tags: core-8-branch | |
|
2018-10-04
| ||
| 21:07 | merge trunk check-in: 3ca1d5cace user: jan.nijtmans tags: memory-API | |
| 19:27 | Merge 8.7 check-in: fee1f31b36 user: jan.nijtmans tags: trunk | |
| 19:26 | Merge 8.6 check-in: 76426fbce3 user: jan.nijtmans tags: core-8-branch | |
| 10:42 | Clean up zipfs implementation a bit. check-in: 68c4072e30 user: dkf tags: core-8-branch | |
| 08:06 | merge 8.7 check-in: 2bd3f2f928 user: sebres tags: trunk | |
| 08:04 | fixed TclGetWideBitsFromObj - minus applied to unsigned type check-in: b4b3517f31 user: sebres tags: core-8-branch | |
| 07:27 | Added Emacs metadata to a bunch of nroff source files. check-in: a79c0d0951 user: dkf tags: core-8-branch | |
|
2018-10-03
| ||
| 20:19 | Merge 8.7 check-in: 4ef14738db user: jan.nijtmans tags: trunk | |
| 20:02 | Merge 8.6 check-in: 252cdd0247 user: jan.nijtmans tags: core-8-branch | |
|
2018-10-01
| ||
| 18:01 | Eliminating whitespace changes introduced by the prior checkin check-in: c43138d622 user: hypnotoad tags: core-8-branch | |
| 17:05 | Pulling back in changes to fix testing on cross compiled static builds check-in: bc9e76e07e user: hypnotoad tags: core-8-branch | |
| 16:41 | Adjust when tcl consults zipfs until AFTER it has checked that env(TCL_LIBRARY) has not been set check-in: 3581eefbc3 user: hypnotoad tags: core-8-branch | |
|
2018-09-30
| ||
| 23:12 | Fixed the arguments that zipfs mount was sending in auto.tcl. Standardized on 8 spaces instead of t... Closed-Leaf check-in: 1cfb1382f1 user: hypnotoad tags: static-zipfs-fix | |
| 22:21 | Adding Zipfile to the list of products produced for builds check-in: 4bbeb0e52a user: hypnotoad tags: static-zipfs-fix | |
| 10:17 | Adding logic for static builds to load a properly named zipfile in the present working directory if ... check-in: 2f6452d73b user: hypnotoad tags: static-zipfs-fix | |
|
2018-09-29
| ||
| 21:56 | Merge trunk check-in: 40ca9682a4 user: jan.nijtmans tags: memory-API | |
| 20:52 | Merge 8.7 check-in: b8b9111660 user: jan.nijtmans tags: trunk | |
| 20:39 | Add support for wine. So windows test-cases can now be run on Linux/Mac/whatever. check-in: 6cedb89399 user: jan.nijtmans tags: core-8-branch | |
| 08:51 | More readability improvements to unix makefile check-in: 3a0455ee94 user: dkf tags: core-8-branch | |
|
2018-09-28
| ||
| 19:59 | \Merge 8.7 Closed-Leaf check-in: bcc54d1577 user: jan.nijtmans tags: tip-502 | |
| 19:58 | Merge 8.7 Closed-Leaf check-in: b4a19593fb user: jan.nijtmans tags: tip-514 | |
| 19:56 | Merge trunk check-in: a2590b5725 user: jan.nijtmans tags: memory-API | |
| 18:57 | Merge 8.7 check-in: d812be8851 user: jan.nijtmans tags: trunk | |
| 18:49 | Merge 8.6 check-in: 2f164e9d41 user: jan.nijtmans tags: core-8-branch | |
| 18:21 | nmake build fixes for zipfs (ongoing, zip attachments not done yet) check-in: eedd24aae1 user: jan.nijtmans tags: core-8-branch | |
| 18:19 | code/doc cleanup check-in: 84a5f246b7 user: jan.nijtmans tags: memory-API | |
| 13:59 | Small fixes to unix makefile check-in: 781fa100a4 user: dkf tags: core-8-branch | |
| 09:54 | Better phrasing from TIP 509 check-in: 3f7395e049 user: dkf tags: core-8-branch | |
| 09:50 | Implement TIP 509: reentrant mutexes on all platforms check-in: 27777c925a user: dkf tags: core-8-branch | |
| 09:49 | Clean up code style and add key phrases to documentation. Closed-Leaf check-in: c35c3a7455 user: dkf tags: tip-509 | |
| 09:18 | merge core-8-branch check-in: b3d9254efa user: dkf tags: tip-509 | |
| 07:24 | Fix minor typo check-in: bfedd422d9 user: dkf tags: core-8-branch | |
|
2018-09-27
| ||
| 21:46 | Merge 8.7 check-in: bf6b97a33d user: jan.nijtmans tags: tip-502 | |
| 21:45 | ckalloc -> Tcl_Alloc check-in: 982f8f4d72 user: jan.nijtmans tags: memory-API | |
| 21:38 | Merge 8.7 check-in: eaf86378bc user: jan.nijtmans tags: tip-514 | |
| 21:36 | Merge trunk check-in: eda74b6e24 user: jan.nijtmans tags: memory-API | |
| 18:48 | Batch of TIP implementations. check-in: 70b75d9401 user: dkf tags: trunk | |
| 11:08 | Implementation of TIP 426: Determining the "Type" of Commands check-in: 4dbf61778e user: dkf tags: core-8-branch | |
| 11:06 | Restricted the information made available to safe interpreters a bit. Closed-Leaf check-in: c4a98255c6 user: dkf tags: dkf-command-type | |
| 08:24 | merge core-8-branch check-in: 9a5a54a549 user: dkf tags: dkf-command-type | |
| 08:22 | Implementation of TIP 505: Make [lreplace] Accept All Out-of-Range Index Values check-in: 22057095fa user: dkf tags: core-8-branch | |
| 07:25 | Implementation of TIP 516: More OO Slot Operations and TIP 515: Level Value Reform check-in: dbb8769937 user: dkf tags: core-8-branch | |
|
2018-09-26
| ||
| 23:17 | Implementation of TIP 508: [array default] check-in: f2890e3bd5 user: dkf tags: core-8-branch | |
| 20:09 | Merge trunk check-in: 70faade624 user: jan.nijtmans tags: memory-API | |
| 19:38 | Merge 8.7 check-in: 6fd830bce3 user: jan.nijtmans tags: trunk | |
| 19:38 | Improvements for zipfs. Document that TclZipfs_AppHook only works on Windows in UNICODE mode. Also, ... check-in: ca34f32cb7 user: jan.nijtmans tags: core-8-branch | |
| 19:34 | Bug-fix (actually a workaround): The "registry" extensions sometimes calls Tcl_DStringSetLength() wi... check-in: c0829cbacc user: jan.nijtmans tags: memory-API | |
| 13:09 | Improved comment. Closed-Leaf check-in: f0dd67ee95 user: dkf tags: tip-508 | |
| 13:08 | Make defaults work even when [upvar]ed to just a non-existent element. check-in: 6faaafb401 user: dkf tags: tip-508 | |
| 09:47 | merge core-8-branch check-in: 4c46bf91dd user: dkf tags: tip-508 | |
| 08:12 | Fix semantics of [lappend] with defaults in a procedure. check-in: c00fd7645a user: dkf tags: tip-508 | |
|
2018-09-25
| ||
| 21:18 | Merge 8.7 check-in: 784c4133aa user: jan.nijtmans tags: trunk | |
| 21:18 | merge 8.6 check-in: a5de190036 user: jan.nijtmans tags: core-8-branch | |
| 15:05 | merge trunk check-in: 3ef03e978c user: dgp tags: memory-API | |
| 13:31 | merge 8.7 check-in: 6b93e85592 user: dgp tags: tip-502 | |
| 10:18 | Added test cases for errors check-in: dbc98a020a user: dkf tags: tip-508 | |
| 07:36 | Corrected the semantics of [append] with defaults check-in: b9bb5ca2c1 user: dkf tags: tip-508 | |
| 07:27 | More correct variable existence checks check-in: c8e28d5855 user: dkf tags: tip-508 | |
| 07:24 | Correct variable existence check in [array default exists] check-in: c1203c50fd user: dkf tags: tip-508 | |
| 07:24 | merge core-8-branch check-in: 2ba5f17a18 user: dkf tags: tip-508 | |
|
2018-09-24
| ||
| 23:33 | Merge 8.7 check-in: e66802d6a7 user: jan.nijtmans tags: trunk | |
| 23:24 | More fixes in Tcl_WinTChar2Utf: Don't restart loop when output contains null-byte. check-in: 050b7ee0e1 user: jan.nijtmans tags: core-8-branch | |
| 16:35 | merge 8.7 check-in: 4ea2a61b0c user: dgp tags: trunk | |
| 16:19 | merge 8.6 check-in: dad7a5e5dc user: dgp tags: core-8-branch | |
| 08:21 | Add tests. Exposes quite a few bugs in the implementation... check-in: 95ffc97dca user: dkf tags: tip-508 | |
|
2018-09-23
| ||
| 17:29 | Added docs check-in: b7c36daff3 user: dkf tags: tip-508 | |
| 16:42 | merge core-8-branch check-in: 2de5d168ef user: dkf tags: tip-508 | |
| 14:57 | Merge trunk check-in: 5e6c9e758b user: jan.nijtmans tags: memory-API | |
| 13:44 | Merge 8.7 Remark: Almost all "http-tip-452.test" test-cases fail, most likely due to the internal ch... Leaf check-in: 3deacfe7db user: jan.nijtmans tags: tip-452 | |
| 13:30 | Merge 8.7 check-in: 16a16279ab user: jan.nijtmans tags: trunk | |
| 13:29 | Merge 8.6 check-in: 0f532e7ca6 user: jan.nijtmans tags: core-8-branch | |
|
2018-09-22
| ||
| 19:42 | Fix odd consequence for tests; ::tcltest namespace is usually present. check-in: 17304407a0 user: dkf tags: tip-452 | |
| 16:51 | Handle the (unlikely) case that Tcl_DStringSetLength() results in a re-allocation of the buffer check-in: 24aadadf9c user: jan.nijtmans tags: core-8-branch | |
| 16:33 | merge core-8-branch check-in: 938e58b7ab user: jan.nijtmans tags: tip-452 | |
| 13:37 | merge tip-515 branch check-in: 686effa0af user: jan.nijtmans tags: tip-514 | |
| 13:24 | Merge 8.7 Closed-Leaf check-in: 3e22a9b9f9 user: jan.nijtmans tags: tip-515 | |
| 13:19 | Merge 8.7 check-in: 4abebf3c7c user: jan.nijtmans tags: trunk | |
| 13:18 | Change ULLONG_MAX -> UWIDE_MAX, LLONG_MAX -> WIDE_MAX and LLONG_MIN -> WIDE_MIN everywhere, because ... check-in: 59d28e540e user: jan.nijtmans tags: core-8-branch | |
| 12:54 | merge tip-515 (which is pre-requisite for this TIP now) check-in: 1515c3f5e3 user: jan.nijtmans tags: tip-514 | |
| 12:45 | merge 8.7 check-in: 7160931bed user: jan.nijtmans tags: tip-515 | |
| 12:30 | merge-mark check-in: 3607532be8 user: jan.nijtmans tags: trunk | |
| 12:29 | Fix a couple of test-cases, since http1.0 is no longer there check-in: 58773f387b user: jan.nijtmans tags: core-8-branch | |
| 12:06 | merge 8.7 check-in: c4c4c34d7e user: jan.nijtmans tags: trunk | |
| 12:05 | forgot one location for http version number check-in: 67ce3482fc user: jan.nijtmans tags: core-8-branch | |
| 10:23 | merge 8.7 check-in: a64acdc836 user: jan.nijtmans tags: trunk | |
| 10:21 | Merge 8.6 check-in: 4523c31275 user: jan.nijtmans tags: core-8-branch | |
| 10:09 | Prevent possible build order problem, due to missing dde/registry dll's. Make sure that Tcl_WinTChar... check-in: 645fb65227 user: jan.nijtmans tags: core-8-branch | |
|
2018-09-21
| ||
| 13:12 | Restore the core of the changes to init.tcl; TIP *specifies* that they're OK. check-in: a6272a9779 user: dkf tags: tip-452 | |
| 09:29 | merge core-8-branch check-in: 19797a97fe user: dkf tags: dkf-command-type | |
|
2018-09-16
| ||
| 15:14 | Undo TIP #452 change to library/init.tcl: It depends on tcltest, which shouldn't be there yet check-in: 8bbc67839c user: jan.nijtmans tags: tip-452 | |
| 15:09 | merge 8.7 check-in: 5dceea74b5 user: jan.nijtmans tags: tip-452 | |
|
2018-09-13
| ||
| 20:52 | merge trunk check-in: 8e81b9d9b8 user: jan.nijtmans tags: memory-API | |
| 20:52 | merge 8.7 check-in: 0caf13a0cf user: jan.nijtmans tags: trunk | |
| 20:37 | missing type-cast check-in: 236d98718e user: jan.nijtmans tags: core-8-branch | |
| 20:33 | Eliminate the use of macro's like LLONG_MAX|MIN, since they assume that Tcl_WideInt equals "long lon... check-in: f89b8af179 user: jan.nijtmans tags: core-8-branch | |
| 20:31 | Fix various test-cases, which started failing on Windows due to TIP #430 check-in: 88b8462136 user: jan.nijtmans tags: core-8-branch | |
| 20:30 | Fix test-case registry-6.20, which started failing starting with the TIP #389 commit. check-in: 0db5ab91bb user: jan.nijtmans tags: core-8-branch | |
|
2018-09-12
| ||
| 20:00 | Merge trunk check-in: 60d766eacd user: jan.nijtmans tags: memory-API | |
| 19:44 | compensate for the removal of the http1.0 directory check-in: 3759cf52ae user: jan.nijtmans tags: trunk | |
| 19:34 | Merge 8.7 (TIP #430 implementation) check-in: d2d99b2173 user: jan.nijtmans tags: trunk | |
| 19:32 | Stub fix, safe interpreter fix, and use more size_t wherever possible check-in: 5f80f9af59 user: jan.nijtmans tags: core-8-branch | |
| 19:30 | TIP #430 implementation check-in: b74093feee user: jan.nijtmans tags: core-8-branch | |
|
2018-09-11
| ||
| 22:41 | Make ready for TIP #494 compatibility Closed-Leaf check-in: da3a746b1d user: jan.nijtmans tags: core_zip_vfs-review | |
| 15:39 | merge 8.7 check-in: 0c62aa4c94 user: dgp tags: dgp-string-insert | |
| 07:44 | Simplify the slot resolution protocol Closed-Leaf check-in: 4c8cd0f799 user: dkf tags: tip-516 | |
|
2018-09-10
| ||
| 08:33 | Tests and docs check-in: ede05afd63 user: dkf tags: tip-516 | |
|
2018-09-09
| ||
| 17:05 | slightly better: Use GetFileSizeEx() on win64 and GetFileSize on win32 check-in: d199aeb4b6 user: jan.nijtmans tags: core_zip_vfs-review | |
|
2018-09-08
| ||
| 21:49 | TCL_NUMBER_WIDE -> TCL_NUMBER_INT. Two test-cases still failing check-in: c54622966e user: jan.nijtmans tags: tip-514 | |
| 21:34 | Bring back test-cases closer to what they were check-in: 9979924a94 user: jan.nijtmans tags: tip-514 | |
| 21:29 | Merge TIP-515 branch, so part of the corrections in the TIP-514 implementation branch now moved to t... check-in: 3e36e66ffe user: jan.nijtmans tags: tip-514 | |
| 21:18 | Merge core-8-branch check-in: 4c53b5eb75 user: jan.nijtmans tags: tip-515 | |
| 12:52 | Implementation of TIP 516 check-in: 84cceab204 user: dkf tags: tip-516 | |
|
2018-09-07
| ||
| 22:27 | Merge 8.7 check-in: a734a8dc22 user: jan.nijtmans tags: trunk | |
| 22:23 | Merge 8.6 check-in: 4ccc3b6902 user: jan.nijtmans tags: core-8-branch | |
| 22:09 | merge trunk check-in: 98b877b9ef user: jan.nijtmans tags: memory-API | |
| 12:11 | merge 8.7 check-in: 792948e482 user: dgp tags: trunk | |
| 12:11 | merge 8.6 check-in: e891020c32 user: dgp tags: core-8-branch | |
| 12:04 | merge 8.7 (segfault fix) check-in: 04f3cf7430 user: sebres tags: trunk | |
| 12:02 | merge 8.6 (segfault fix) check-in: 0a8630528a user: sebres tags: core-8-branch | |
| 11:56 | Use GetFileSizeEx() in stead of GetFileSize(), to get the file size on Windows. Minor improvement: a... check-in: db7a21f8e1 user: jan.nijtmans tags: core_zip_vfs-review | |
| 09:53 | TIP #515 implementation: Level Value Reform check-in: 132594906c user: jan.nijtmans tags: tip-515 | |
|
2018-09-06
| ||
| 11:25 | Bug-fix: Move TclZipfs_AppHook() from 0 -> 2 in the stub table, otherwise it overrides the entry for... check-in: fd6a7fd0d6 user: jan.nijtmans tags: core_zip_vfs-review | |
| 09:47 | Code review check-in: 281daabd0b user: jan.nijtmans tags: core_zip_vfs-review | |
|
2018-09-05
| ||
| 14:54 | Merge trunk. Also rename TCL_NO_LENGTH -> TCL_AUTO_LENGTH check-in: 6488c06992 user: jan.nijtmans tags: memory-API | |
| 13:45 | Merge 8.7. Change some internal function signatures, accounting for the 64-bit era. check-in: 4280c4f9d0 user: jan.nijtmans tags: trunk | |
| 12:11 | Minor code cleanup. win/tclWinPipe.c: Eliminate some compiler warnings on mingw-w64 win/tclWinNotif... check-in: 35eb0692c1 user: jan.nijtmans tags: core-8-branch | |
| 08:07 | Merge 8.7 check-in: 6423bd55ee user: jan.nijtmans tags: tip-514 | |
|
2018-09-04
| ||
| 19:47 | merge core-8-branch check-in: cfb7564440 user: dkf tags: dkf-command-type | |
| 14:37 | Merge 8.7 check-in: cbb275cb09 user: jan.nijtmans tags: trunk | |
| 14:37 | Fix [540bed4bde]: binary format can result in "integer value too large to represent". Implemented a... check-in: c531497fcb user: jan.nijtmans tags: core-8-branch | |
|
2018-09-03
| ||
| 13:45 | Merge 8.7 check-in: f6d6fc9952 user: jan.nijtmans tags: tip-514 | |
| 12:54 | merge 8.7 check-in: a3f4a31098 user: jan.nijtmans tags: trunk | |
| 12:53 | Eliminate use of wideBiggerThanInt test constraint, since it's the same as {longIs32bit wideIs64bit}... check-in: 30126bea62 user: jan.nijtmans tags: core-8-branch | |
|
2018-09-02
| ||
| 13:48 | Implement TIP 478: Add Expected Class Level Behaviors to oo::class check-in: 98f765628e user: dkf tags: trunk | |
| 13:48 | Implement TIP 478: Add Expected Class Level Behaviors to oo::class check-in: b9f75ba387 user: dkf tags: core-8-branch | |
|
2018-09-01
| ||
| 22:01 | Change ckalloc and friends to Tcl_Alloc and friends. Add two defines, TCL_IO_FAILURE and TCL_NO_LENG... check-in: f13660b5a5 user: jan.nijtmans tags: memory-API | |
|
2018-08-30
| ||
| 21:28 | Merge 8.7, and improve TIP implementation (using utility function in more places) check-in: 47b67cd37d user: jan.nijtmans tags: tip-514 | |
| 11:16 | merge 8.7 check-in: 7432a9c1b1 user: sebres tags: trunk | |
| 11:14 | merge 8.6 check-in: e1a218a447 user: sebres tags: core-8-branch | |
|
2018-08-29
| ||
| 19:30 | Fix compilation on 32-bit platforms, and fix unit-tests in this environment check-in: 5598fa3c00 user: jan.nijtmans tags: tip-514 | |
| 18:33 | Minor code cleanup check-in: 5030362e08 user: jan.nijtmans tags: memory-API | |
| 18:07 | merge trunk check-in: 158aa097ba user: jan.nijtmans tags: memory-API | |
| 17:02 | merge 8.7 check-in: 0d751c2d81 user: sebres tags: trunk | |
| 17:01 | merge 8.6 check-in: 9f791c2d99 user: sebres tags: core-8-branch | |
|
2018-08-28
| ||
| 22:28 | Now, restore wide(), but make int() the same as entier(). Add new utility function. check-in: d6c1d88425 user: jan.nijtmans tags: tip-514 | |
| 20:37 | merge trunk check-in: 4dd4fa8b91 user: jan.nijtmans tags: novem | |
| 20:30 | Eliminate static function AddObjErrorInfo, which is only used once check-in: 9af2a6e1c1 user: jan.nijtmans tags: trunk | |
| 19:23 | merge trunk check-in: c0f9df1909 user: jan.nijtmans tags: novem | |
| 18:59 | merge core-8-branch check-in: 364e4f0003 user: jan.nijtmans tags: trunk | |
|
2018-08-26
| ||
| 11:07 | merge core-8-branch Closed-Leaf check-in: c253e68a51 user: dkf tags: tip-478 | |
|
2018-08-21
| ||
| 21:36 | improved reange checking (also for the Tcl 9.0 proposal). Make platform test platform 32/64-bit inde... check-in: 7ebb863e96 user: jan.nijtmans tags: tip-514 | |
|
2018-08-19
| ||
| 09:33 | Re-base branch "all-wideint" to core-8-branch. Still WIP check-in: 4932848e36 user: jan.nijtmans tags: tip-514 | |
| 09:13 | Still WIP. All test-cases pass now in 32-bit Closed-Leaf check-in: a655e95f95 user: jan.nijtmans tags: all-wideint | |
|
2018-08-17
| ||
| 22:21 | Merge 8.6 check-in: e3cb60581f user: jan.nijtmans tags: core-8-branch | |
|
2018-08-16
| ||
| 18:54 | Undo various test-case changes, in order to prove platform compatibility check-in: 4165f4945a user: jan.nijtmans tags: all-wideint | |
| 18:13 | Few more test-cases check-in: 61da668e6f user: jan.nijtmans tags: all-wideint | |
| 18:03 | Experiment, resolving platform differences at script level. Don't look ... check-in: f22395629e user: jan.nijtmans tags: all-wideint | |
|
2018-08-14
| ||
| 08:46 | Merging changes with 8.7 Closed-Leaf check-in: c9c0d29199 user: hypnotoad tags: core_zip_vfs | |
| 07:27 | Merge 8.7. Also provide a new function for handling ByteArrays check-in: 2e99b95206 user: jan.nijtmans tags: tip-481 | |
| 05:43 | Reposition the MODULE_SCOPE definition so that packages like tbcload don't get an error when they in... check-in: 7e7c72ccc9 user: pooryorick tags: core-8-branch | |
|
2018-08-11
| ||
| 22:02 | merge trunk check-in: d7dc0288f5 user: jan.nijtmans tags: memory-API | |
|
2018-08-10
| ||
| 18:57 | Repair breakage in recent refactoring of env.test. check-in: 4e7f200965 user: pooryorick tags: core-8-branch | |
| 18:44 | minor changes to documentation check-in: 33f87b52fa user: pooryorick tags: core-8-branch | |
| 17:37 | Create new branch named "medranocalvo-dtrace" Closed-Leaf check-in: 15ee731465 user: adrianmedranocalvo tags: medranocalvo-dtrace | |
| 15:03 | Tighten up SaveResult.3, make installManPage more robust against newlines. check-in: 0ef72df401 user: pooryorick tags: core-8-branch | |
|
2018-08-08
| ||
| 07:01 | Merge 8.7 check-in: 5d114401cb user: jan.nijtmans tags: tip-512 | |
| 06:52 | Merge 8.7 check-in: d1319785f5 user: jan.nijtmans tags: trunk | |
| 06:46 | Merge 8.6 check-in: 2f74349eb2 user: jan.nijtmans tags: core-8-branch | |
|
2018-08-07
| ||
| 08:23 | Merge 8.7 check-in: ffc71f07b5 user: jan.nijtmans tags: trunk | |
| 08:22 | merge 8.6 (test cases fix in ioTrans) check-in: d6c8ee7af7 user: jan.nijtmans tags: core-8-branch | |
|
2018-08-02
| ||
| 23:08 | Merge 8.7 check-in: 0c87f5e4b5 user: jan.nijtmans tags: trunk | |
| 22:37 | Purge end-of-line spacing check-in: 0ce23bd179 user: jan.nijtmans tags: core-8-branch | |