Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
1563 check-ins using file compat/zlib/gzread.c version aaabe95505
|
2016-06-16
| ||
| 14:23 | [16828b3744] Prototype fix for merging forward. check-in: a39b2cd748 user: dgp tags: bug-16828b3744 | |
|
2013-09-19
| ||
| 13:39 | [31661d2135] Plug memory leak. Closed-Leaf check-in: 3aeeb51441 user: dgp tags: bug-31661d2135 | |
|
2013-01-01
| ||
| 15:26 | missing update in last merge check-in: 289843313b user: mig tags: mig-no280 | |
|
2012-11-25
| ||
| 16:02 | remove commented-out junk in tclListObj.c check-in: 0c315832ff user: mig tags: mig-alloc-reform | |
|
2012-05-03
| ||
| 20:22 | 3428754 Test socket-14.2 tolerate [socket -async] connection that connects synchronously. check-in: 08c5c40d93 user: dgp tags: trunk | |
| 18:28 | 3428753 Fix [socket -async] connections that manage to connect synchronously. check-in: 0b459f0184 user: dgp tags: trunk | |
| 13:10 | Move cpuid testcase from win-specific to generic tests check-in: 123ede1877 user: jan.nijtmans tags: trunk | |
| 09:29 | add some tests check-in: cb81e23411 user: dkf tags: tip-106-impl | |
| 09:09 | move some more CYGWIN stuff to unix/tclUnixPort.h check-in: a973c8d07a user: jan.nijtmans tags: trunk | |
|
2012-05-02
| ||
| 21:55 | Better detection and implementation for cpuid instruction on Intel-derived processors, both 32-bit a... check-in: 269feeeb77 user: jan.nijtmans tags: trunk | |
| 21:40 | Disable offending test iocmd.tf-24.16, pending fix in refchan code explored in branch bug-3522560. check-in: fa80e0adcf user: ferrieux tags: trunk | |
| 21:15 | Explicitly declare a channel nonblocking before throwing EAGAIN on write. Leaf check-in: cf299e00cf user: ferrieux tags: bug-3522560 | |
| 14:37 | cpuid-on-unix Closed-Leaf check-in: ffb2de10b7 user: jan.nijtmans tags: cpuid-on-unix | |
| 14:14 | switch off 32-bit assembler check-in: 39f5e59933 user: jan.nijtmans tags: trunk | |
| 10:11 | Update of Patch 2445648 to trunk tip. Implementation of TIP 106: Add Encoding Abilities to the [dde]... check-in: 73a6b9d590 user: dkf tags: tip-106-impl | |
| 06:50 | TclWinCPUID now respects -fPIC compilation on 32-bit Linux check-in: cf269b5da3 user: jan.nijtmans tags: trunk | |
|
2012-05-01
| ||
| 12:21 | merge trunk Leaf check-in: 18b67ecc84 user: dgp tags: tip-401 | |
| 08:29 | first actual test of doing something with a compression dictionary check-in: 7990b4b092 user: dkf tags: tip-400-impl | |
| 04:51 | merge trunk check-in: f0310da009 user: dkf tags: tip-400-impl | |
|
2012-04-30
| ||
| 21:53 | Tame deadlocks in broken refchan tests [Bug 3522560] check-in: 29535daab1 user: ferrieux tags: trunk | |
| 21:31 | Fix a nesting bug in the message-passing protocol to Tcl_SetChannelError in one case. check-in: a13a83a7c2 user: ferrieux tags: bug-3522560 | |
| 21:15 | Explore enforcing the (implied) law that EAGAIN is forbidden for a blocking channel. Violation disco... check-in: 89f82f5eaf user: ferrieux tags: bug-3522560 | |
| 20:21 | Initial TIP 401 patch check-in: e3a37c3439 user: dgp tags: tip-401 | |
| 12:55 | Revert introduction of non-portable asm snippet in function TclWinCPUID, to restore compilability on... check-in: 2e93a2feb3 user: ferrieux tags: trunk | |
| 09:15 | Mention compatibility matters in Changelog. Make test insensitive to ambient compat flag. check-in: 08f40b8f8e user: ferrieux tags: trunk | |
|
2012-04-29
| ||
| 07:23 | merge trunk check-in: 8610da4944 user: dkf tags: tip-400-impl | |
| 07:18 | Differentiate what options may be set by format type. check-in: bf9b0551c5 user: dkf tags: tip-400-impl | |
|
2012-04-28
| ||
| 17:09 | IMPLEMENTATION OF TIP#398 : Quickly Exit with Non-Blocking Blocked Channels check-in: efc6bbd2cb user: ferrieux tags: trunk, potential incompatibility | |
| 17:03 | Compat flag, test, and doc update. Closed-Leaf check-in: 96fb0e1328 user: ferrieux tags: tip-398-impl | |
|
2012-04-27
| ||
| 14:37 | Move CYGWIN-specific stuff from tclPort.h to tclUnixPort.h, where it belongs check-in: add6ea1397 user: jan.nijtmans tags: trunk | |
| 08:51 | Make 'auto_execok START' do the Right Thing check-in: b8ffe55b40 user: dkf tags: trunk | |
|
2012-04-26
| ||
| 19:59 | get rid of _ANSI_ARGS_ and CONST check-in: ce95e51ad2 user: jan.nijtmans tags: trunk | |
| 15:00 | compiler warning check-in: fe6ff3b983 user: jan.nijtmans tags: trunk | |
| 13:52 | merge trunk check-in: b440e1e4c3 user: dkf tags: tip-400-impl | |
| 13:21 | Repair more build breakage. check-in: 0589ebf465 user: dgp tags: trunk | |
| 13:00 | fix Linux build ;-( check-in: e25c56f934 user: jan.nijtmans tags: trunk | |
| 10:45 | fix OSX crash check-in: 8b54a29ab2 user: jan.nijtmans tags: trunk | |
|
2012-04-25
| ||
| 21:03 | Implement Tcl_DStringResult with call to TclDStringToObj. check-in: e5a8be5394 user: dgp tags: dgp-remove-string-result | |
| 21:02 | merge trunk check-in: e9150d1e4c user: dgp tags: dgp-remove-string-result | |
| 12:07 | * generic/tclUtil.c (TclDStringToObj): Added internal function to make the fairly-common operation... check-in: 2e12143e39 user: dkf tags: trunk | |
|
2012-04-24
| ||
| 21:50 | fix merge error check-in: ca02a64d68 user: jan.nijtmans tags: trunk | |
| 21:29 | [Bug 3508771] load tclreg.dll in cygwin tclsh Implement TclWinGetSockOpt, TclWinGetServByName and Tc... check-in: 3caedf05df user: jan.nijtmans tags: trunk | |
| 08:55 | merge trunk check-in: 3a8c412e3e user: ferrieux tags: tip-398-impl | |
|
2012-04-23
| ||
| 17:02 | grammar fix (reported on Tcler's Chat) check-in: 1c1b151e93 user: dkf tags: trunk | |
| 14:13 | autoconf check-in: 4aac12631b user: dgp tags: trunk | |
| 13:49 | make some more internal tables const check-in: 8f88d10716 user: jan.nijtmans tags: trunk | |
| 08:20 | fix MSVC warning: tclStubInit.c(306) : warning C4113: 'int (__cdecl *)()' differs in parameter lists... check-in: fa22672ea8 user: jan.nijtmans tags: trunk | |
|
2012-04-22
| ||
| 20:51 | merge trunk check-in: 0d20ee5cfe user: jan.nijtmans tags: tip-389-impl | |
|
2012-04-21
| ||
| 09:09 | merge trunk check-in: bcbac1a341 user: dkf tags: dkf-utf16-branch | |
| 09:09 | merge trunk check-in: 7c323936dd user: dkf tags: dkf-notifier-poll | |
| 09:07 | merge trunk check-in: ed65c88c82 user: dkf tags: dkf-documentation-figures | |
| 09:05 | merge trunk check-in: 3b60e56ca4 user: dkf tags: dkf-bytecode-8.6-main | |
| 09:05 | merge trunk check-in: 5854464b46 user: dkf tags: dkf-alias-encoding | |
|
2012-04-20
| ||
| 10:22 | another bit of fconfigure guts check-in: 3703d50e0a user: dkf tags: tip-400-impl | |
| 09:45 | merge trunk check-in: b857802eb5 user: dkf tags: tip-400-impl | |
|
2012-04-19
| ||
| 12:57 | To preserve the ability of [load] to bring in mistmatched stubs-enabled modules and react with an er... check-in: 2c78fcc24c user: dgp tags: dgp-remove-string-result | |
| 12:41 | Clean version of changes; ifdef-free check-in: a9865171d6 user: dkf tags: dgp-remove-string-result | |
| 12:20 | merge trunk check-in: 13b3347e1d user: dkf tags: dgp-remove-string-result | |
| 10:28 | Added example to platform(n) manpage check-in: 77ebc079e2 user: dkf tags: trunk | |
|
2012-04-18
| ||
| 22:12 | make some more internal tables const a few CONST -> const changes check-in: b45a9ed9e6 user: jan.nijtmans tags: trunk | |
| 18:42 | Experimental branch where the interp->result field and related are removed and all simplifications t... check-in: 4d5b476573 user: dgp tags: dgp-remove-string-result | |
| 12:47 | Apply tzdata2012c check-in: 4f48685207 user: kbk tags: trunk | |
|
2012-04-17
| ||
| 17:10 | merge trunk check-in: 3d9e04ba5f user: dkf tags: tip-400-impl | |
| 15:55 | merge trunk check-in: 55516a61c0 user: dgp tags: dgp-refactor | |
| 13:49 | Restore the tcl_platform(threaded) variable. check-in: 5d93f81982 user: dgp tags: trunk | |
| 07:46 | merge trunk check-in: a35c196e10 user: dkf tags: tip-400-impl | |
| 07:42 | Working towards the channel transform config options. check-in: dec545b884 user: dkf tags: tip-400-impl | |
|
2012-04-16
| ||
| 06:15 | * doc/FileSystem.3 (Tcl_FSOpenFileChannelProc): [Bug 3518244]: Fixed documentation of this filesys... check-in: 0f636792c9 user: dkf tags: trunk | |
|
2012-04-15
| ||
| 21:05 | Refactor some [zlib] subcommands into their own functions check-in: e1ad1c7bd0 user: dkf tags: tip-400-impl | |
| 17:36 | minor comment formatting check-in: 3b169161c4 user: dkf tags: trunk | |
| 14:07 | Remove some low-value C stack frames. check-in: daf94de0ca user: dkf tags: trunk | |
| 10:12 | merge trunk check-in: bd9cd15006 user: dkf tags: tip-400-impl | |
| 10:07 | * generic/tclZlib.c (ZlibTransformSetOption): [Bug 3517696]: Make flushing work correctly in a pus... check-in: d04f1fc81a user: dkf tags: trunk | |
|
2012-04-14
| ||
| 06:45 | merge trunk check-in: f054d4db25 user: dkf tags: tip-400-impl | |
|
2012-04-13
| ||
| 22:29 | sync win/rules.vc with Tk version check-in: ead472afb0 user: jan.nijtmans tags: trunk | |
|
2012-04-12
| ||
| 21:17 | [Bug 3514475]: remove TclpGetTimeZone and TclpGetTZName check-in: f45623c63d user: jan.nijtmans tags: trunk | |
|
2012-04-11
| ||
| 20:36 | fix windows build broken by [92cfbef048] (Refactor Win socket and load code to be less baroque in it... check-in: c8d80a632a user: jan.nijtmans tags: trunk | |
| 20:34 | [Bug 3448512]: clock scan "1958-01-01" fails only in debug compilation check-in: 8032e7f92e user: jan.nijtmans tags: trunk | |
| 07:16 | towards dictionary setting on transforms check-in: 584e69e4d2 user: dkf tags: tip-400-impl | |
|
2012-04-10
| ||
| 21:28 | Ensure all documented functions are listed in index line. check-in: ea709bd746 user: dkf tags: trunk | |
| 09:30 | corrected changelog entry check-in: 2f3e260bc8 user: dkf tags: trunk | |
| 09:29 | very slight tidy up to make build messages more regular check-in: ec02f76b8b user: dkf tags: trunk | |
| 09:17 | * generic/tcl.h (TCL_DEPRECATED_API): Added macro that can be used to mark parts of Tcl's API as d... check-in: 5b94c3788a user: dkf tags: trunk | |
| 08:13 | merge trunk check-in: a8711ad508 user: dkf tags: tip-400-impl | |
| 07:29 | Argument parsing update check-in: a853fd68ae user: dkf tags: tip-400-impl | |
|
2012-04-09
| ||
| 21:38 | Fix [Bug 3396896] check-in: 8c8cfe9c98 user: dkf tags: trunk | |
| 17:04 | Fix [Bug 2712377]: [info vars] and object declared variables check-in: 0b5e337729 user: dkf tags: trunk | |
|
2012-04-08
| ||
| 17:16 | Another few bits of zlib stream core hacking check-in: c59fa7ccf4 user: dkf tags: tip-400-impl | |
|
2012-04-07
| ||
| 17:41 | Another bit more check-in: 06de3274f0 user: dkf tags: tip-400-impl | |
|
2012-04-06
| ||
| 23:44 | merged check-in: 57ffafa704 user: jan.nijtmans tags: trunk | |
| 23:42 | cygwin should use SetEnvironmentVariable for windows env Closed-Leaf check-in: b154f7f607 user: jan.nijtmans tags: cygwin-environment-changes | |
|
2012-04-05
| ||
| 16:29 | merge trunk check-in: f24817c9e5 user: dkf tags: tip-400-impl | |
| 09:34 | Reduce amount of unreachable code. Refactor Win socket and load code to be less baroque in its inter... check-in: 92cfbef048 user: dkf tags: trunk | |
|
2012-04-04
| ||
| 20:51 | Fix [Bug 3514761] and related ensemble/construction problems. check-in: 9569a8471a user: dkf tags: trunk | |
| 20:37 | some formatting (*.decls) remove some unused cygwin-related code some minor gcc warnings check-in: 804d7eee7c user: jan.nijtmans tags: trunk | |
| 15:07 | merge-mark check-in: fdfbefa0b9 user: jan.nijtmans tags: trunk | |
| 10:51 | Added characterisation of Bug 3514761; currently knownBug... check-in: fdd4e996ad user: dkf tags: trunk | |
| 09:54 | [Bug 510001]: TclSockMinimumBuffers needs plat imp check-in: 0dfb472cef user: jan.nijtmans tags: trunk | |
|
2012-04-03
| ||
| 14:44 | Remove the TclpGetTZName implementation for Cygwin (from 2012-04-02 commit) check-in: 64404b14d5 user: jan.nijtmans tags: trunk | |
| 10:58 | [Bug 3514475]: remove TclpGetTimeZone and TclpGetTZName Closed-Leaf check-in: 571970a62f user: jan.nijtmans tags: bug-3514475 | |
|
2012-04-02
| ||
| 17:51 | re-generate configure check-in: 6104ed0d3e user: jan.nijtmans tags: trunk | |
| 14:13 | cygwin should not use ExitProcess check-in: 810dc33bbd user: jan.nijtmans tags: trunk | |
| 13:13 | Implementation of TIP #396 check-in: 1d6747e53f user: dkf tags: trunk | |
| 09:45 | [Bug 3508771] load tclreg.dll in cygwin tclsh Implement TclWinGetTclInstance, TclpGetTZName, and var... check-in: 9e1a41ed83 user: jan.nijtmans tags: trunk | |
|
2012-03-31
| ||
| 15:16 | Another step on the road to implementation. check-in: 928447f7d2 user: dkf tags: tip-400-impl | |
| 14:06 | D'oh! check-in: 9e464ab00d user: dkf tags: tip-400-impl | |
| 13:48 | Start of implementation of TIP 400: zlib improvements check-in: 359ebdf668 user: dkf tags: tip-400-impl | |
|
2012-03-30
| ||
| 12:28 | [Bug 3511806] Compiler checks too early (autoconf still to be run!) check-in: df5899ee61 user: jan.nijtmans tags: trunk | |
|
2012-03-29
| ||
| 09:24 | Fix minor typos in ChangeLog messages. check-in: e9858729dc user: dkf tags: trunk | |
| 08:38 | faster memleak-free implementation of [string is entier] check-in: df23d89ed4 user: jan.nijtmans tags: trunk | |
|
2012-03-28
| ||
| 14:28 | merge trunk check-in: 2a19fcb152 user: dkf tags: dkf-utf16-branch | |
| 14:27 | merge trunk check-in: c908855c32 user: dkf tags: dkf-notifier-poll | |
| 13:33 | merge trunk check-in: 2edb5d44c0 user: dkf tags: dkf-documentation-figures | |
| 13:32 | merge trunk check-in: 13a02eed88 user: dkf tags: dkf-bytecode-8.6-main | |
| 13:32 | merge trunk check-in: 10889e2974 user: dkf tags: dkf-alias-encoding | |
| 13:30 | merge trunk check-in: 78f305269a user: dkf tags: tip-398-impl | |
|
2012-03-27
| ||
| 14:26 | se lower numbers, preventing integer overflow in tclWinError.c check-in: f38a3c4d81 user: jan.nijtmans tags: trunk | |
| 12:36 | gcc warning: unused but set variable check-in: 443b5353a6 user: jan.nijtmans tags: trunk | |
| 12:26 | Implementation of TIP #395 check-in: 7141246313 user: dkf tags: trunk | |
| 12:15 | [Bug 3508771] Wrong Tcl_StatBuf used on MinGW [Bug 2015723] duplicate inodes from file stat on windo... check-in: cd7415d81d user: jan.nijtmans tags: trunk | |
| 08:21 | Implementation of TIP #397 check-in: 037a44105f user: dkf tags: trunk, potential incompatibility | |
|
2012-03-26
| ||
| 13:11 | Fix uninit variable (thanks to dgp for reporting) check-in: 785a336086 user: dkf tags: trunk | |
| 12:51 | Implementation of TIP #380 check-in: 3e85aec4f2 user: dkf tags: trunk, potential incompatibility | |
| 08:56 | 3 missing stub macros for cygwin merge problem from Tcl 8.4 (old mac stub table got accidently back) check-in: 460693a27f user: jan.nijtmans tags: trunk | |
|
2012-03-25
| ||
| 21:42 | [Bug 3508771] load tclreg.dll in cygwin tclsh Implement TclWinConvertError, TclWinConvertWSAError, a... check-in: b503983e6b user: jan.nijtmans tags: trunk | |
|
2012-03-23
| ||
| 15:55 | wrong date in ChangeLog check-in: ed8d45b515 user: jan.nijtmans tags: trunk | |
| 15:53 | Revert some cygwin-related signature changes from [835f8e1e9d] (2010-01-22). They were an attempt to... check-in: 70fd0e4074 user: jan.nijtmans tags: trunk | |
|
2012-03-22
| ||
| 21:57 | merge trunk (fix OSX build error) check-in: c63f1e426a user: jan.nijtmans tags: tip-398-impl | |
| 10:01 | [bug 3508771] fix OSX build check-in: 73fee7c814 user: jan.nijtmans tags: trunk | |
| 08:04 | Take two. Don't forget to apply all patches, even when the phone rings in between. check-in: 83c38b0c0d user: ferrieux tags: tip-398-impl | |
| 07:33 | Implement tip 398 : Quickly Exit with Non-Blocking Blocked Channels. This is simply a revert of the ... check-in: f2a0a1891c user: ferrieux tags: tip-398-impl | |
|
2012-03-20
| ||
| 11:59 | [Bug 3508771] load tclreg.dll in cygwin tclsh check-in: 8f9c16848b user: jan.nijtmans tags: trunk | |
|
2012-03-19
| ||
| 17:15 | Update to tzdata 2012b check-in: df17301541 user: venkat tags: trunk | |
| 16:51 | * Use the values returned by getaddrinfo() for all three arguments to socket() instead of only us... check-in: 74615f33dc user: max tags: trunk | |
|
2012-03-15
| ||
| 21:14 | [Bug 3288345] Wrong Tcl_StatBuf used on Cygwin check-in: 7ad5febe39 user: jan.nijtmans tags: trunk | |
|
2012-03-12
| ||
| 14:48 | Start of some support for a macro for figures, which is mainly intended for use with Tk. Prompted by... check-in: 101dd10b7d user: dkf tags: dkf-documentation-figures | |
| 12:40 | [Bug 3388350] mingw64 compiler warnings check-in: a798d1b44e user: jan.nijtmans tags: trunk | |
|
2012-03-11
| ||
| 17:03 | A number of small spelling and wording fixes in the docs. check-in: 9539be84d1 user: dkf tags: trunk | |
|
2012-03-08
| ||
| 21:12 | More small bits of doc mending. check-in: c00ce8ef2e user: dkf tags: trunk | |
| 09:55 | Various minor fixes (prompted by Andreas Kupries detecting a spelling mistake). check-in: ef1168c4d6 user: dkf tags: trunk | |
| 09:01 | merge from trunk check-in: 198464a9f4 user: dkf tags: dkf-bytecode-8.6-main | |
| 09:00 | merge from trunk check-in: dd77c1513d user: dkf tags: dkf-utf16-branch | |
| 09:00 | merge from trunk check-in: ea86b8ad37 user: dkf tags: dkf-notifier-poll | |
| 08:59 | merge from trunk check-in: cb4a3bfbb9 user: dkf tags: dkf-alias-encoding | |
|
2012-03-07
| ||
| 20:54 | Refactor TclScanElement() part of list parsing to take advantage of tables constructed for the task ... check-in: 3b5c5a2957 user: dgp tags: trunk | |
| 20:18 | DWORD_PTR typedef after <windows.h> check-in: 2c094f46eb user: jan.nijtmans tags: trunk | |
| 18:59 | Merged from 8.5 branch -- http package. Fix Bug 3498327. Generate upper-case hexadecimal output for ... check-in: d4d8d006ea user: andreask tags: trunk | |
|
2012-03-06
| ||
| 20:54 | Compatibility with older Visual Studio versions check-in: b9d820cfd6 user: jan.nijtmans tags: trunk | |
|
2012-03-05
| ||
| 20:44 | merge-mark check-in: 6aba59467d user: jan.nijtmans tags: trunk | |
| 17:46 | merge trunk check-in: 41e5026e0c user: dgp tags: dgp-refactor | |
|
2012-03-04
| ||
| 16:52 | Compilation of misc info sometimes used in high-performance code. check-in: 2eebfcc371 user: dkf tags: dkf-bytecode-8.6-main | |
| 16:39 | Patch from the cygwin folks check-in: 09cd534bb6 user: jan.nijtmans tags: trunk | |
|
2012-03-02
| ||
| 10:07 | Add bug number. check-in: a17072b253 user: dkf tags: trunk | |
| 10:05 | (Tcl_SetByteArrayObj): Only zero out the memory block if it is not being immediately overwritten. Th... check-in: 281db1ba11 user: dkf tags: trunk | |
|
2012-02-29
| ||
| 22:41 | oops, that's no utf-8 BOM ;-( check-in: 86923ce939 user: jan.nijtmans tags: trunk | |
| 21:56 | [Bug 3466099] BOM in Unicode check-in: ad684faec9 user: jan.nijtmans tags: trunk | |
|
2012-02-23
| ||
| 21:10 | Add tests relating to bug 1115587. The bug itself still exists at this point. check-in: fc453fd101 user: dkf tags: trunk | |
|
2012-02-21
| ||
| 10:25 | Documentation clarification, as discussed in [Bug 3482614]. check-in: 1d80a41569 user: dkf tags: trunk | |
|
2012-02-17
| ||
| 21:18 | [Bug 2233954] AIX: compile error, but don't do that for _WIN32 (doesn't work in VS10) check-in: 130293d784 user: jan.nijtmans tags: trunk | |
| 17:15 | Merged core-8-5-branch segfault fix (commits [39f6ebe301] and [a6aa5be5b7]). check-in: 7135bc0716 user: andreask tags: trunk | |
| 09:10 | merge trunk check-in: f7b605d4cd user: dkf tags: dkf-alias-encoding | |
| 09:08 | merge trunk check-in: 8454ac74d2 user: dkf tags: dkf-utf16-branch | |
| 09:06 | merge trunk check-in: 6ef0534927 user: dkf tags: dkf-notifier-poll | |
|
2012-02-16
| ||
| 23:11 | [Bug 2233954] AIX: compile error check-in: dc007f490b user: jan.nijtmans tags: trunk | |
| 13:51 | * generic/tclExecute.c (INST_LIST_RANGE_IMM): Enhance implementation so that shortening a (not multi... check-in: cad3b32b14 user: dkf tags: trunk | |
|
2012-02-15
| ||
| 20:43 | * generic/tclCompCmds.c (TclCompileLreplaceCmd): Added a compilation strategy for [lreplace] that ... check-in: e3106247db user: dkf tags: trunk | |
| 12:02 | * generic/tclCompCmds.c (TclCompileLrangeCmd): Add compiler for [lrange] with constant indices so ... check-in: 533a2ba7b7 user: dkf tags: trunk | |
| 10:01 | * generic/tclCompCmds.c (TclCompileDictForCmd): [Bug 3487626]: Fix crash in compilation of [dict f... check-in: af39754237 user: dkf tags: trunk | |
|
2012-02-11
| ||
| 15:44 | Minor: Formatting fixes. check-in: e7b4aca827 user: dkf tags: trunk | |
| 12:47 | merge mark check-in: 5cfe6cf698 user: dkf tags: trunk | |
|
2012-02-10
| ||
| 15:11 | Document, by a retroactive bug report, a nasty Notifier issue on 64-bits x86 that affects the 8.4 br... check-in: 38c3b80088 user: ferrieux tags: trunk | |
|
2012-02-09
| ||
| 15:28 | merge trunk check-in: 2b01c45c26 user: dkf tags: dkf-alias-encoding | |
| 15:28 | merge trunk check-in: 2ee17eeb36 user: dkf tags: dkf-utf16-branch | |
| 15:28 | merge trunk check-in: 8db26d2e11 user: dkf tags: dkf-notifier-poll | |
| 15:23 | Converted the memcpy() calls in append operations to memmove() calls. This adds safety in the case o... check-in: 3bb4751c4e user: dgp tags: trunk | |
|
2012-02-08
| ||
| 20:22 | merge trunk Closed-Leaf check-in: 66f3affcbc user: jan.nijtmans tags: bug-3466099 | |
|
2012-02-06
| ||
| 19:12 | Honor per-namespace compile suppression in ensemble subcommands. check-in: ecbee70832 user: dgp tags: trunk | |
| 18:57 | 3485022 Disable ensemble subcommand compile inside a Tcl_Create*Trace(). check-in: f59553e6ec user: dgp tags: trunk | |
| 17:41 | 3485022 TclCompileEnsemble() avoid compile when exec traces set. check-in: 64bca4282c user: dgp tags: trunk | |
| 17:11 | fix for [Bug 3484621], take 3 check-in: 3f2b9932a7 user: mig tags: trunk | |
| 16:53 | fix for [Bug 3484621], take 2 check-in: 2525262824 user: mig tags: trunk | |
| 16:46 | Fix for [Bug 3484621]: insure that execution traces on bytecoded commands bump the interp's compile ... check-in: b5b93de310 user: mig tags: trunk | |
|
2012-02-04
| ||
| 17:49 | merge trunk check-in: 1051c7ac93 user: dkf tags: dkf-alias-encoding | |
| 17:48 | merge trunk check-in: 6062d13e22 user: dkf tags: dkf-utf16-branch | |
| 17:48 | merge trunk check-in: 1ea7dfcf2c user: dkf tags: dkf-notifier-poll | |
|
2012-02-03
| ||
| 23:00 | mingw doesn't have LABEL_SECURITY_INFORMATION definition check-in: df5aea7b41 user: jan.nijtmans tags: trunk | |
| 21:25 | merge trunk check-in: ffb46b40ba user: jan.nijtmans tags: tip-389-impl | |
|
2012-02-02
| ||
| 21:13 | [Frq 3464401] Support Unicode 6.1 check-in: b171159506 user: jan.nijtmans tags: trunk | |
| 18:01 | inverted logic check-in: 4ebc3a8e1e user: dgp tags: trunk | |
| 17:35 | 2974459,2879351,1951574,1852572,1661378,1613456 Revisions to the NativeAccess() routine that queries... check-in: 23cc9bf170 user: dgp tags: trunk | |
|
2012-02-01
| ||
| 13:00 | [Bug 3482614]: Documentation nit. check-in: 7f49ede254 user: dkf tags: trunk | |
|
2012-01-30
| ||
| 23:34 | Minor: make comments accurate in [catch] compiler. check-in: b95f569ee3 user: dkf tags: trunk | |
| 15:43 | * generic/tclCompCmds.c (TclCompileCatchCmd): Added a more efficient bytecode generator for the ca... check-in: c7bbf49644 user: dkf tags: trunk | |
|
2012-01-27
| ||
| 21:56 | 3479689 New internal routine TclJoinPath(). Refactor all the *Join*Path* routines to give them more... check-in: 55c8c6c155 user: dgp tags: trunk | |
| 18:44 | 3480599 Make [source] and [load] order of multi-file package happen in sorted order of the file name... check-in: d17bc3040a user: dgp tags: trunk | |
|
2012-01-26
| ||
| 23:26 | alternative TIP 395 implementation: - more efficient, will not generate bignum - uses "string is int... Closed-Leaf check-in: 9969397e80 user: jan.nijtmans tags: tip-395-with-alt-name | |
| 21:58 | merge trunk check-in: 702fdde8e2 user: jan.nijtmans tags: tip-389-impl | |
| 16:53 | 3475569 Add checks for unshared values before calls demanding them. 3479689 Stop memory corruption w... check-in: c53d73cbc2 user: dgp tags: trunk | |
|
2012-01-25
| ||
| 14:39 | * generic/tclOO.c (Tcl_CopyObjectInstance): [Bug 3474460]: When copying an object, make sure that ... check-in: 2058b8a0d7 user: dkf tags: trunk | |
|
2012-01-23
| ||
| 22:19 | merge trunk check-in: 9eab8924a0 user: jan.nijtmans tags: tip-389-impl | |
| 21:21 | Simplify the logic of setting the TCL_REG_NOTBOL flag. check-in: e454de076f user: dgp tags: trunk | |
| 17:51 | merge mark check-in: ec2592bc98 user: dgp tags: trunk | |
| 15:35 | merge trunk check-in: 3d4874b922 user: dgp tags: dgp-pkg-migration | |
| 09:38 | merge trunk check-in: 048c3301f8 user: dkf tags: dkf-alias-encoding | |
| 09:38 | merge trunk check-in: 41d9eb81af user: dkf tags: dkf-utf16-branch | |
| 09:38 | merge trunk check-in: b350d71428 user: dkf tags: dkf-notifier-poll | |
|
2012-01-22
| ||
| 21:50 | [Frq 3473670]: Various Unicode-related check-in: d772d08f8a user: jan.nijtmans tags: trunk | |
| 13:16 | * generic/tclDictObj.c (DictExistsCmd): [Bug 3475264]: Ensure that errors only ever happen when in... check-in: 22ec97b057 user: dkf tags: trunk | |
| 12:19 | mark to avoid mistaken commit check-in: 1cf2a06f53 user: dkf tags: dkf-alias-encoding | |
| 12:06 | merge trunk check-in: e91fb0cde4 user: dkf tags: dkf-alias-encoding | |
| 12:06 | merge trunk check-in: bf9ad9a5fb user: dkf tags: dkf-utf16-branch | |
| 12:05 | merge trunk check-in: bc79ca2833 user: dkf tags: dkf-notifier-poll | |
|
2012-01-21
| ||
| 08:31 | Bug-3474726 minGW Tcl_StatBuf not defined correctly in tcl.h check-in: 473eee5c31 user: jan.nijtmans tags: trunk | |
| 08:20 | Prevent buffer read overflow. Thanks to "sebres" for the report and fix check-in: 3cb2ac8fbd user: jan.nijtmans tags: trunk | |
|
2012-01-17
| ||
| 15:22 | * doc/dict.n (dict with): [Bug 3474512]: Explain better what is going on when a dictionary key and t... check-in: 18138fd96f user: dkf tags: trunk | |
| 14:34 | merge mark check-in: 003418bc2c user: dgp tags: trunk | |
|
2012-01-16
| ||
| 13:35 | merge trunk check-in: b9329b4911 user: dkf tags: dkf-alias-encoding | |
| 13:35 | merge trunk check-in: 0d8d161fe8 user: dkf tags: dkf-utf16-branch | |
| 13:34 | merge trunk check-in: 94e7978a5c user: dkf tags: dkf-notifier-poll | |
| 13:32 | Ensure that error messages are always set, even in believed-unreachable code. check-in: 4366119ec4 user: dkf tags: trunk | |
|
2012-01-13
| ||
| 11:50 | * library/http/http.tcl (http::Connect): [Bug 3472316]: Ensure that we only try to read the socket... check-in: f9a94facca user: dkf tags: trunk | |
|
2012-01-12
| ||
| 20:40 | [Bug 3472316] Document the destructive semantics of [fconfigure -error] on sockets. check-in: daf88a2bd0 user: ferrieux tags: trunk | |
| 13:23 | [Bug 3466506]: Document more environment variables. check-in: 6f0fbae68b user: dkf tags: trunk | |
|
2012-01-09
| ||
| 20:34 | [Bug 3464428] string is graph \u0120 is wrong check-in: e9a619e9dc user: jan.nijtmans tags: trunk | |
| 13:50 | Revert mistaken commit. check-in: 38a63eef25 user: dgp tags: trunk | |
|
2012-01-08
| ||
| 20:49 | Fix loading of timezones where one abbreviation is a proper suffix of another [Bug 3470928] check-in: dc71499520 user: kbk tags: trunk | |
|
2011-12-31
| ||
| 15:13 | merge trunk check-in: d0927e994c user: dkf tags: dkf-alias-encoding | |
| 15:12 | merge trunk check-in: e0cf8ae638 user: dkf tags: dkf-utf16-branch | |
| 15:09 | merge trunk check-in: ac9b0e6278 user: dkf tags: dkf-notifier-poll | |
| 15:04 | merge trunk check-in: d7da5e7e1e user: dkf tags: dkf-alias-encoding | |
|
2011-12-30
| ||
| 08:26 | Update to Olson's tzdata2011n check-in: fdf178b941 user: venkat tags: trunk | |
|
2011-12-28
| ||
| 23:29 | first attempt at fixing bug-3466099 check-in: 625e54fc08 user: jan.nijtmans tags: bug-3466099 | |
|
2011-12-24
| ||
| 00:30 | [Bug 3464428] string is graph \u0120 is wrong check-in: 0c1ac83954 user: jan.nijtmans tags: trunk | |
|
2011-12-13
| ||
| 17:45 | (TclInitAuxDataTypeTable): Extended to register the DictUpdateInfo structure as an AuxData type. For... check-in: 1afb7a55b3 user: andreask tags: trunk | |
|
2011-12-11
| ||
| 09:17 | Some Unicode 6.0 chars not in [:print:] class check-in: 95f8aa7255 user: jan.nijtmans tags: trunk | |
|
2011-12-07
| ||
| 06:23 | [Bug 3444754] string tolower \u01c5 is wrong check-in: 1f5f4a676e user: jan.nijtmans tags: trunk | |
|
2011-12-01
| ||
| 09:18 | Note incompatibility caused by switch of flags to dlopen() for Bug 3216070. check-in: 41679f73e6 user: dkf tags: trunk | |
|
2011-11-30
| ||
| 21:05 | [Bug 967195]: Make tcltest work when tclsh is compiled without using the setargv() function on mingw... check-in: 8ba57189f9 user: jan.nijtmans tags: trunk | |
| 06:15 | [Bug 2991415]: tclport.h #include'd before limits.h check-in: 92d210ba25 user: jan.nijtmans tags: trunk | |
| 06:08 | don't install tommath_(super)?class.h don't install directories like 8.2 and 8.3 check-in: 07e9a25b12 user: jan.nijtmans tags: trunk | |
|
2011-11-26
| ||
| 16:08 | merge trunk check-in: ff15145ebd user: dkf tags: dkf-utf16-branch | |
| 16:06 | merge trunk check-in: e54193b3cb user: dkf tags: dkf-notifier-poll | |
| 16:04 | merge trunk check-in: 854afbcec5 user: dkf tags: dkf-alias-encoding | |
|
2011-11-25
| ||
| 11:55 | * library/history.tcl (history): Simplify the dance of variable management used when chaining to t... check-in: 8d7fa1c1f0 user: dkf tags: trunk | |
|
2011-11-22
| ||
| 13:07 | Make some of the logic in TclCompileObj less heavily nested, to improve clarity. check-in: 94f63a92f9 user: dkf tags: trunk | |
| 08:30 | [Bug 2935503] Windows: file mtime sets wrong time (VS2005+ only) check-in: bc67d4f61a user: jan.nijtmans tags: trunk | |
|
2011-11-21
| ||
| 18:23 | Fix a bug where global precompiled code (A) called from a precompiled procedure causes the core to ... check-in: 51f9d8af10 user: andreask tags: trunk | |
| 18:12 | Fixed typo in a comment. check-in: 0a6cf58d8f user: andreask tags: trunk | |
| 05:51 | Revise results of the thread-7.28 through thread-7.31 tests to account for the fact they are cancele... check-in: 0201686f93 user: mistachkin tags: trunk | |
| 01:26 | Remove unnecessary [after] calls from the thread tests. Make error message matching more robust for... check-in: 4466e490d8 user: mistachkin tags: trunk | |
|
2011-11-18
| ||
| 12:11 | Remove all use of thread::release from the thread 7.x tests, replacing it with a script that can eas... check-in: d4b7c74d47 user: mistachkin tags: trunk | |
| 04:57 | Refactor all the remaining thread-7.x tests that were using [testthread]. Note that this test file ... check-in: 3344b33e21 user: mistachkin tags: trunk | |
| 01:01 | For [testthread cancel], avoid creating a new Tcl_Obj when the default script cancellation result is... check-in: 0b4be2fe68 user: mistachkin tags: trunk | |
|
2011-11-11
| ||
| 13:11 | merge trunk check-in: 751590f372 user: dkf tags: dkf-utf16-branch | |
| 13:11 | merge trunk check-in: 8157b4c216 user: dkf tags: dkf-notifier-poll | |
| 13:09 | win/tclWinConsole.c: Refactor common thread handling patterns. check-in: 042936d44f user: dkf tags: trunk | |
| 10:58 | Generalize previous fix to all of zlib.test; also, tidy up [chan configure] flags across zlib.test. check-in: 0c68b36e42 user: ferrieux tags: trunk | |
| 10:34 | Use nonblocking writes in single-threaded IO tests to avoid deadlocks when going beyond OS buffers ... check-in: 242ebc5e92 user: ferrieux tags: trunk | |
|
2011-11-09
| ||
| 20:40 | More work in progress converting tests from [testthread] to Thread package. check-in: b9f009241b user: dgp tags: trunk | |
|
2011-11-08
| ||
| 17:20 | missing constraint and too brittle result check-in: ebef023af4 user: dgp tags: trunk | |
| 16:44 | missing constraints check-in: b1ea4cffbf user: dgp tags: trunk | |
|
2011-11-03
| ||
| 14:37 | * unix/tclUnixCompat.c (TclpGetPwNam, TclpGetPwUid, TclpGetGrNam) (TclpGetGrGid): Use the elaborat... check-in: ed2b08e566 user: dkf tags: trunk | |
|
2011-11-01
| ||
| 18:53 | Work in progress converting tests from [testthread cancel] to [thread::cancel] check-in: 5587254983 user: dgp tags: trunk | |
| 14:39 | merge mark check-in: 8fe91a8e59 user: dgp tags: trunk | |
|
2011-10-31
| ||
| 17:08 | 3414754 Fix the PATHFLAGS != 0 intrep normalizing trailing slashes. check-in: 0b6c54865b user: dgp tags: trunk | |
|
2011-10-27
| ||
| 20:35 | Start of work on system for alias encodings, i.e., alternate names for encodings. check-in: 4d643b6bec user: dkf tags: dkf-alias-encoding | |
| 20:15 | Work In Progress migrating msgcat package to tcl/pkgs/ distribution. Includes inventing configure/ma... check-in: d505b7f4cd user: dgp tags: dgp-pkg-migration | |
| 19:37 | After manual establish of symlink in second sandbox, commit sync'd change to both images of the link... check-in: 500e62a3e3 user: dgp tags: dgp-pkg-migration | |
| 19:35 | Remove mistaken commits. check-in: 79fb8b8133 user: dgp tags: dgp-pkg-migration | |
| 19:31 | Commit from the sandbox with the symlink to restore the consistency. check-in: 39aaba477b user: dgp tags: dgp-pkg-migration | |
| 19:27 | Testing symlink support check-in: b2b0b83944 user: dgp tags: dgp-pkg-migration | |
| 19:13 | Attempt to use new symlink support in fossil to begin package migration. check-in: d7de076618 user: dgp tags: dgp-pkg-migration | |
| 18:17 | merge trunk check-in: a7347bcec3 user: dkf tags: dkf-utf16-branch | |
| 18:13 | merge trunk check-in: 0af44e08cb user: dkf tags: dkf-notifier-poll | |
| 15:49 | merge trunk check-in: 66be65105d user: dgp tags: dgp-refactor | |
|
2011-10-26
| ||
| 17:45 | merge mark check-in: dc19c17742 user: dgp tags: trunk | |
|
2011-10-25
| ||
| 04:21 | Add a local copy of reference JS demo at same fps. Add an interactive tclsh page for easy timings, i... Closed-Leaf check-in: 29517d12f7 user: ferrieux tags: ferrieux-nacl | |
|
2011-10-21
| ||
| 09:39 | MINOR: Add emacs style info to end of C files. check-in: 845f5f4d8e user: dkf tags: trunk | |
|
2011-10-20
| ||
| 15:59 | add missing merge mark check-in: a25a66c4d1 user: dgp tags: trunk | |
| 15:56 | Update changes toward 8.6b3 release. Bump to http 2.8.3. check-in: 4643e7b717 user: dgp tags: trunk | |
| 14:39 | merge trunk check-in: f92dc9224e user: dkf tags: dkf-utf16-branch | |
| 14:39 | merge trunk check-in: c04c36b0d0 user: dkf tags: dkf-notifier-poll | |
| 14:37 | Resolver fix from Stefan Sobernig. * generic/tclLiteral.c (TclInvalidateCmdLiteral): [Bug 3418547]:... check-in: 6941a89e57 user: dkf tags: trunk | |
| 14:24 | ChangeLog entry. Closed-Leaf check-in: 0ce8e2b854 user: dkf tags: bug-3418547 | |
| 13:50 | Tidying up. check-in: dfb85d39bc user: dkf tags: bug-3418547 | |
|
2011-10-19
| ||
| 20:21 | Stop warnings and segfault. check-in: 1e6db28a29 user: dgp tags: bug-3418547 | |
| 12:10 | merge trunk Closed-Leaf check-in: b6b01c5365 user: dgp tags: remove-pathappend-intrep | |
|
2011-10-18
| ||
| 22:03 | Streamline demo setup; update README to reflect API changes. check-in: 91aea72dbd user: ferrieux tags: ferrieux-nacl | |
| 13:08 | Don't cache the system timezone when it was derived from TCL_TZ or TZ. check-in: 2b6aaefebf user: max tags: trunk | |
| 06:33 | Update to new (incompatible, stabilized) ABI. Now requires Chrome 15 or above. check-in: d6b778727b user: ferrieux tags: ferrieux-nacl | |
|
2011-10-17
| ||
| 17:38 | merge trunk check-in: bde0ffa6e5 user: dgp tags: remove-pathappend-intrep | |
|
2011-10-15
| ||
| 16:48 | And the failing test file too... check-in: ae57dfb77e user: dkf tags: bug-3418547 | |
| 15:57 | Commit of patch relating to interp resolvers check-in: 5ba2c5ac72 user: dkf tags: bug-3418547 | |
| 10:28 | Update to Olson's tzdata2011l check-in: 95db49a59b user: venkat tags: trunk | |
|
2011-10-13
| ||
| 21:10 | merge trunk check-in: e7017fcc72 user: dkf tags: dkf-utf16-branch | |
| 21:09 | merge trunk check-in: 96352b53af user: dkf tags: dkf-notifier-poll | |
| 19:18 | merge trunk check-in: 610f5b391c user: dgp tags: remove-pathappend-intrep | |
| 18:19 | Correct botch. check-in: f0486f9bbd user: dgp tags: trunk | |
| 18:10 | 3423059 silence compiler warning check-in: d287fac6bb user: dgp tags: trunk | |
| 18:02 | 3423069 silence compiler warnings. check-in: d6b80e8cf1 user: dgp tags: trunk | |
| 08:02 | revert test-case change for [Bug 2935503] check-in: fb6eac342d user: jan.nijtmans tags: trunk | |
|
2011-10-11
| ||
| 13:39 | [Bug 2935503] Incorrect mode field returned by file stat command check-in: c07f32716f user: jan.nijtmans tags: trunk | |
|
2011-10-09
| ||
| 14:41 | * generic/tclCompCmds.c (TclCompileDictWithCmd): Corrected handling of qualified names, and added ... check-in: acdee8149c user: dkf tags: trunk | |
|
2011-10-07
| ||
| 21:21 | Fix env.test, when running under wine 1.3 check-in: 78d77f044f user: jan.nijtmans tags: trunk | |
| 14:49 | merge trunk check-in: 3dcfeb9b27 user: dkf tags: dkf-utf16-branch | |
| 14:48 | merge trunk check-in: efd220a1ac user: dkf tags: dkf-notifier-poll | |
| 12:16 | Merge updates from trunk check-in: 59daece720 user: ferrieux tags: ferrieux-nacl | |
| 12:01 | Fix gcc warnings (discovered with latest mingw, based on gcc 4.6.1) check-in: 91a0a93dad user: jan.nijtmans tags: trunk | |
|
2011-10-06
| ||
| 21:19 | Reintegrate the compilation of [dict with], which is now usually much faster (but only inside contex... check-in: 81996420e6 user: dkf tags: trunk | |
| 19:57 | Handle empty tail case to stop test failures. check-in: b14befee57 user: dgp tags: remove-pathappend-intrep | |
| 19:26 | Disabled more large blocks of code not needed in the absence of the TCLPATH_APPEND intrep. check-in: 3ea6aab6df user: dgp tags: remove-pathappend-intrep | |
| 19:15 | Add the other instructions to the assembler's nous. Closed-Leaf check-in: 5b83ff4cd5 user: dkf tags: dkf-dict-with-compiled | |
|
2011-10-05
| ||
| 19:01 | Add special handling required for ~foo filesystem paths. check-in: a09a9e64c0 user: dgp tags: remove-pathappend-intrep | |
| 18:11 | Radical experiment of completely disabling the TCLPATH_APPENDED intrep of the "path" Tcl_ObjType tha... check-in: 15d9677358 user: dgp tags: remove-pathappend-intrep | |
| 14:23 | Merge to feature branch check-in: 2b23686155 user: jan.nijtmans tags: tip-389-impl | |
| 14:21 | merge trunk check-in: 055aae0b17 user: dkf tags: dkf-dict-with-compiled | |
| 14:19 | Added some tests. check-in: 55b7d7fafb user: dkf tags: dkf-dict-with-compiled | |
| 14:05 | wrong copy/paste in ChangeLog check-in: fed81b9937 user: jan.nijtmans tags: trunk | |
| 13:58 | Remove tclWinProcs, as it is no longer being used check-in: 3bc90017b9 user: jan.nijtmans tags: trunk | |
|
2011-10-04
| ||
| 08:44 | merge trunk check-in: 7d5b912b37 user: dkf tags: dkf-dict-with-compiled | |
| 05:11 | Update to Olson's tzdata2011k check-in: 078177c87f user: venkat tags: trunk | |
|
2011-10-03
| ||
| 10:45 | Added support for having the dict var itself referenced by LVT index. check-in: 0b8e874e2c user: dkf tags: dkf-dict-with-compiled | |
| 07:51 | Add assembler support for the new INST that I think has a stable interface. check-in: 13d6ce4ce6 user: dkf tags: dkf-dict-with-compiled | |
|
2011-10-02
| ||
| 16:29 | Experimental compilation of the [dict with] subcommand. No tests yet, and not yet certain that the a... check-in: 3e46935f68 user: dkf tags: dkf-dict-with-compiled | |
|
2011-09-29
| ||
| 14:58 | More polishing of Tcl's HTML doc converter. check-in: fe2f12390f user: dkf tags: trunk | |
| 10:56 | [Bug 3414769]: Updated list of default-hidden commands for safe interps. check-in: ff6cb3f219 user: dkf tags: trunk | |
|
2011-09-28
| ||
| 08:32 | [RFE 3010352]: make all TclOO API functions MODULE_SCOPE check-in: d952be86c1 user: jan.nijtmans tags: trunk | |
| 01:39 | merge trunk check-in: 0f1d9f3a48 user: mig tags: mig-no280 | |
| 01:39 | merge trunk check-in: 12126498b2 user: mig tags: mig-alloc-reform | |
|
2011-09-27
| ||
| 09:57 | Release unused memory... check-in: 538047ebb7 user: dkf tags: trunk | |
| 09:49 | * generic/tclIndexObj.c (Tcl_ParseArgsObjv): [Bug 3413857]: Corrected the memory management for th... check-in: 06c0436f04 user: dkf tags: trunk | |
| 09:45 | Test harness for Tcl_ParseArgsObjv Closed-Leaf check-in: ffc52b181f user: dkf tags: bug-3413857 | |
| 09:44 | Unbreak TCL_ARGV_AUTO_REST macro, found during testing. check-in: e670fd9be2 user: dkf tags: bug-3413857 | |
|
2011-09-26
| ||
| 10:46 | Make [file] itself be safe, to reduce breakage in existing code. [Bug 3211758] check-in: 08c3728274 user: dkf tags: trunk | |
| 10:09 | Proposed patch to fix [Bug 3413857]... check-in: 8edb5ef770 user: dkf tags: bug-3413857 | |
|
2011-09-23
| ||
| 19:16 | More revisions to get finalization of ReflectedTransforms correct, including adopting a "dead" field... check-in: 5752b4e079 user: dgp tags: trunk | |
| 16:00 | Stop using the deprecated thread management commands of the tcltest package. The test suite ought to... check-in: d1a3e27d6c user: dgp tags: trunk | |
| 02:55 | Further corrections to [info frame] in a coroutine. check-in: 2caf2b6c9c user: dgp tags: trunk | |
|
2011-09-22
| ||
| 20:32 | Revise [info frame] so that it stops creating cycles in the iPtr->cmdFramePtr stack. check-in: 1250a21420 user: dgp tags: trunk | |
| 14:08 | (minor: tidy up some comments) check-in: 2e5e7f4e21 user: dkf tags: trunk | |
| 14:05 | [Bug 2903743]: Try to do the right thing when presented with old-style nroff. check-in: 6f7454b66b user: dkf tags: trunk | |
| 12:00 | typo check-in: a95a9b242d user: jan.nijtmans tags: trunk | |
|
2011-09-21
| ||
| 21:45 | Revise the thread exit handling of the [testthread] command so that it properly maintains the per-pr... check-in: 512220a685 user: dgp tags: trunk | |
| 20:54 | [Bug 3412487]: Now short reads are allowed in synchronous fcopy, avoid mistaking them as nonblocking... check-in: 300934ee84 user: ferrieux tags: trunk | |
| 17:13 | * generic/tclIORTrans.c (ForwardOpToOwnerThread): Fixed the missing initialization of the 'dsti' fie... check-in: a68be69eac user: andreask tags: trunk | |
| 11:48 | FRQ 3010352 implementation Closed-Leaf check-in: 25195041f0 user: jan.nijtmans tags: freq-3010352-impl | |
| 09:03 | Merge to feature branch check-in: 56ff28f1ee user: jan.nijtmans tags: tip-389-impl | |
| 08:00 | Remove constraint on test which apparently passes check-in: 68e549d7d5 user: dkf tags: trunk | |
|
2011-09-20
| ||
| 17:45 | ChangeLog entry check-in: e13984197a user: dgp tags: trunk | |
| 17:33 | Re-using the "interp" field to signal a dead channel (via NULL value) interfered with conditional c... check-in: e961049442 user: dgp tags: trunk | |
| 13:42 | Revised ReflectClose() and FreeReflectedTransform() so that we stop leaking ReflectedTransforms, yet... check-in: 2b932b9d01 user: dgp tags: trunk | |
| 08:24 | Merge to feature branch check-in: 4bb08079e6 user: dkf tags: dkf-utf16-branch | |
| 08:24 | Merge to feature branch check-in: 42d310a20c user: dkf tags: dkf-notifier-poll | |
|
2011-09-19
| ||
| 20:30 | Conversion from [testthread] to Thread package stops most memory leaks. check-in: b284fade78 user: dgp tags: trunk | |
| 17:46 | Plug most memory leaks in thread.test. check-in: 7f362b47fb user: dgp tags: trunk | |
| 17:19 | Plug all memory leaks in ioCmd.test exposed by `make valgrind`. check-in: cc4f894e4a user: dgp tags: trunk | |
| 15:26 | Constrain test iocmd.tf-32.1 to be skipped during valgrinding. It contains a memory leak that cann... Closed-Leaf check-in: c7ef5247c8 user: dgp tags: iocmd-leaks | |
| 14:41 | Plug leak of a ReflectedChannel in test iocmd.tf-32.0 check-in: abb79fac86 user: dgp tags: iocmd-leaks | |
| 10:57 | Plug a number of MarshallError memleaks. check-in: 0cc5ee5d23 user: dgp tags: iocmd-leaks | |
|
2011-09-18
| ||
| 19:10 | Revise the tests that confront background flush on close across threads. Need cleanup code to bring ... check-in: 659251dcab user: dgp tags: iocmd-leaks | |
|
2011-09-17
| ||
| 07:19 | merge to feature branch check-in: 34736d2412 user: jan.nijtmans tags: tip-389-impl | |
|
2011-09-16
| ||
| 18:18 | Revise tests. You can't robustly thread::release a thread that's not thread::wait-ing check-in: f2bfb403dc user: dgp tags: trunk | |
| 17:12 | Made test socket-14.1 more robust to stop failure on OS X (Snow Leopard) check-in: 2d642c14bb user: dgp tags: trunk | |
| 13:35 | Synchronization marker. check-in: 112a12c3ec user: dkf tags: trunk | |
| 13:23 | IMPLEMENTATION OF TIP #388 check-in: 4d6af4f7a4 user: jan.nijtmans tags: trunk, potential incompatibility | |
| 13:19 | Noticed that a test now works. check-in: d281c444c3 user: dkf tags: trunk | |
| 13:13 | [Bug 3408830]: Use the _right_ fix for [Bug 3400658]! check-in: 09babeb9c5 user: dkf tags: trunk | |
| 08:55 | Minor change: formatting check-in: 1d7997772b user: dkf tags: trunk | |
| 08:34 | [Bug 3391977]: Ensure that the -headers option to http::geturl overrides the -type option (importan... check-in: ece59da1db user: dkf tags: trunk | |
| 08:14 | merge to feature branch check-in: 7c746c8b38 user: jan.nijtmans tags: tip-389-impl | |
| 08:12 | merge trunk to feature branch Closed-Leaf check-in: 8b3fef2633 user: jan.nijtmans tags: tip-388-impl | |
|
2011-09-15
| ||
| 16:27 | 3408408 Partial improvement by sharing as literals the computed values of constant subexpressions wh... check-in: 3ea7c67cbf user: dgp tags: trunk | |
|
2011-09-13
| ||
| 20:04 | 3390638 Workaround broken solaris studio cc optimizer. Thanks to Wolfgang S. Kechel. check-in: b9fb2d7653 user: dgp tags: trunk | |
| 18:27 | 3405652 Portability workaround for broken system DTrace support. Thanks to Dagobert Michelson. check-in: d9f5e84500 user: dgp tags: trunk | |
|
2011-09-12
| ||
| 18:37 | revise iocmd.tf-24.16 result to deal with Thread conversion check-in: d667541dc2 user: dgp tags: iocmd-leaks | |
| 17:52 | stop segfault Closed-Leaf check-in: eeddaf97df user: dgp tags: thread-leaks | |
| 16:19 | Attempt to convert test thread-7.26 check-in: 0c36f08d9f user: dgp tags: thread-leaks | |
| 10:26 | [Bug 3407070] tclPosixStr.c won't build with EOVERFLOW==E2BIG check-in: f764b99f81 user: jan.nijtmans tags: trunk | |
| 05:06 | more conversion work check-in: 5d0b07dbeb user: dgp tags: trunk | |
| 04:50 | Work in progress taking leaks out of thread.test. check-in: abbfcb61f7 user: dgp tags: trunk | |
| 01:01 | Convert [testthread] to Thread check-in: 96fb2de63c user: dgp tags: trunk | |
| 00:41 | Convert [testthread] use to Thread package use in thread-6.1. Eliminates a memory leak in `make valg... check-in: a93bb93ff2 user: dgp tags: trunk | |
|
2011-09-11
| ||
| 20:02 | 3390699 Convert [testthread] use to Thread package use in socket_*-13.1. Eliminates a memory leak in... check-in: 09bf2a7588 user: dgp tags: trunk | |
|
2011-09-10
| ||
| 17:58 | Minor formatting fixes. check-in: ddebb4ea7b user: dkf tags: trunk | |
| 17:57 | [Bug 3400658]: Correction to forwarded method magic so that Tcl_WrongNumArgs produces the right sort... check-in: 3028445c87 user: dkf tags: trunk | |
|
2011-09-09
| ||
| 19:26 | Convert uses of the [testthread] command to uses of the Thread package. This takes as many leaks as ... check-in: d8749f66d5 user: dgp tags: iocmd-leaks | |
| 15:37 | 3389733 Convert [testthread] use to Thread package use in *io-70.1. Eliminates a memory leak in `mak... check-in: fa4e7a890c user: dgp tags: trunk | |
| 15:08 | Release the right thread! D'oh! check-in: 46c87cbb14 user: dgp tags: trunk | |
| 14:40 | 3389733 Convert [testthread] use to Thread package use in chan-io-70.1. Eliminates a memory leak in ... check-in: fca6992b0c user: dgp tags: trunk | |
|
2011-09-07
| ||
| 18:03 | 3401704 Allow function names like influence(), nanobot(), and 99bottles() that have been parsed as m... check-in: b0cd41e35f user: dgp tags: trunk, potential incompatibility | |
| 04:44 | Update to Olson's tzdata2011i check-in: b81b6908ed user: venkat tags: trunk | |
|
2011-09-06
| ||
| 10:15 | [RFE 1711975]: Tcl_MainEx() (like Tk_MainEx()) check-in: e6695ae7dc user: jan.nijtmans tags: trunk | |
| 09:53 | unused static array wtens check-in: 6622b4b506 user: jan.nijtmans tags: trunk | |
|
2011-09-02
| ||
| 16:33 | Convert [testthread] use to Thread package use in http.test. Eliminates memory leak seen in `make va... check-in: eeab1116f0 user: dgp tags: trunk | |
|
2011-09-01
| ||
| 21:03 | [Bug 3401422] Cache script-level changes to the nonblocking flag of an async client socket in progre... check-in: 73120d28c1 user: ferrieux tags: trunk | |
| 17:29 | 3402540 Corrections to TclParseNumber() to make it reject invalid Nan(Hex). [scan Inf %g] is portabl... check-in: 79b3c9d044 user: dgp tags: trunk | |
|
2011-08-31
| ||
| 18:26 | Use better 'isalnum' predicate ; add test case. Closed-Leaf check-in: 5ddc891b55 user: ferrieux tags: bug-3401704, dgp-thread-leaks | |
| 17:49 | Detect trailers after Nan, Inf, etc. check-in: a132259d0c user: ferrieux tags: bug-3401704, dgp-thread-leaks | |
|
2011-08-30
| ||
| 21:27 | Use the Thread package instead of the [testthread] command to do thread-enabled testing of the http... Closed-Leaf check-in: 029b9c4847 user: dgp tags: dgp-thread-leaks | |
| 16:20 | Prevent leak of interps when using the [testthread exit] command. check-in: 3fc64e5692 user: dgp tags: dgp-thread-leaks | |
| 15:44 | Prevent segfaults attempting to use thread maps after they've been deleted. Closed-Leaf check-in: a5b9dc7fa4 user: dgp tags: bug-3397515 | |
| 10:30 | Merge to feature branch check-in: d89eb1e656 user: dkf tags: dkf-utf16-branch | |
| 09:06 | Merge to feature branch check-in: 86b845ef50 user: dkf tags: dkf-notifier-poll | |
| 06:33 | Tcl_MainEx() (like Tk_MainEx()) Closed-Leaf check-in: 2f0a062d8f user: jan.nijtmans tags: rfe-1711975 | |
| 00:23 | [Bug 3398794]: Use Tcl errors in scripts, not panics. check-in: 241cdd7be1 user: dkf tags: trunk | |
|
2011-08-29
| ||
| 23:24 | Put back the check for server sockets (bug #3394732). check-in: 0722843420 user: max tags: trunk | |
| 20:41 | Work in progress plugging thread finalization memory leaks. check-in: b34df31421 user: dgp tags: bug-3397515 | |
| 14:16 | Leak of ReflectedTransformMap. check-in: e993e51faf user: dgp tags: trunk | |
| 10:43 | Fix eval's faulty objProc, it was actually an nreProc [3399564|Bug 3399564]. Thanks to Joe Mistachki... check-in: 6fde6aa738 user: mig tags: trunk | |
| 07:44 | Merge to feature branch check-in: 6652b24f63 user: jan.nijtmans tags: tip-389-impl | |
| 07:32 | Merge to feature branch check-in: a28c1f710a user: jan.nijtmans tags: tip-388-impl | |
| 07:25 | [3396731] inline string reverse: minor further improvements check-in: 69c582084d user: jan.nijtmans tags: trunk | |
|
2011-08-27
| ||
| 04:24 | 3396731 Revise the [string reverse] implementation to operate on the representation that comes in, a... check-in: dc7f1a9b04 user: dgp tags: trunk | |
| 02:28 | Repaired the lost performance in the copy loop hotspots. Now meets or beats the former trunk (and ... Closed-Leaf check-in: 34daf5b5b3 user: dgp tags: revert-3396731 | |
|
2011-08-25
| ||
| 16:26 | 3396731 Another rewrite of TclStringObjReverse() to make it adopt the nijtmans approach for reversin... check-in: 61d345ff2f user: dgp tags: revert-3396731 | |
| 12:11 | Merge to feature branch check-in: 4ddaab72c4 user: jan.nijtmans tags: tip-389-impl | |
| 12:03 | Merge to feature branch check-in: 9ffb07c7e4 user: jan.nijtmans tags: tip-388-impl | |
| 12:00 | [Enh 3396731] Follow-up: special case for Pure-unicode representation check-in: f9ddcf91ba user: jan.nijtmans tags: trunk | |
|
2011-08-24
| ||
| 08:32 | fix tests utf-2.8 and utf-2.9 check-in: 39ae4108bf user: jan.nijtmans tags: tip-389-impl | |
| 07:50 | Upcoming TIP implementation: Full support for Unicode 6.0 check-in: 5721cf9ae6 user: jan.nijtmans tags: tip-389-impl | |
| 07:47 | Merge to feature branch check-in: 66fc824c99 user: jan.nijtmans tags: tip-388-impl | |
|
2011-08-23
| ||
| 17:00 | Revert the [string reverse] rewrite in a branch for more review. check-in: 7e909249a4 user: dgp tags: revert-3396731 | |
| 16:58 | typo check-in: ee5a20b8a0 user: dgp tags: trunk | |
| 16:31 | 3396948 Leak of ReflectedChannelMap. check-in: 52957688a9 user: dgp tags: trunk | |
| 07:24 | Merge to feature branch check-in: c6361c69eb user: jan.nijtmans tags: tip-388-impl | |
| 07:22 | gcc 4.6 (64-bit) warnings check-in: 9d43ce6fe2 user: jan.nijtmans tags: trunk | |
| 07:08 | [FRQ 3396731] inline string reverse check-in: 8ebe975003 user: jan.nijtmans tags: trunk | |
|
2011-08-22
| ||
| 10:19 | merge-mark check-in: 656a0bd6af user: jan.nijtmans tags: trunk | |
| 10:18 | Merge to feature branch check-in: 094a3c09ef user: jan.nijtmans tags: tip-388-impl | |
|
2011-08-19
| ||
| 20:27 | 3393279, 3393280 ReflectClose(.) is missing Tcl_EventuallyFree() calls at some of its exits. check-in: 08b1cf9ec5 user: dgp tags: trunk | |
| 19:07 | 3394654, 3393276 Revise FlushChannel() to account for the possibility that the ChanWrite() call migh... check-in: 75186ea1b1 user: dgp tags: trunk | |
| 16:05 | Preserve the chanPtr during FlushChannel so that channel drivers don't yank it away before we're don... check-in: 9b67637699 user: dgp tags: trunk | |
| 14:23 | [Bug 1774689] async-4.3 sometimes fails. check-in: 1bf9107770 user: ferrieux tags: trunk | |
| 13:59 | [Bug 2981154] async-4.3 segfault. check-in: 1163f96449 user: ferrieux tags: trunk | |
|
2011-08-18
| ||
| 15:06 | [Bug 3096275] Sync fcopy buffers input. check-in: 2b3b49886d user: ferrieux tags: trunk | |
| 12:25 | remove some debugging stuff check-in: 08c04d17be user: jan.nijtmans tags: tip-388-impl | |
| 12:25 | remove some debugging stuff check-in: be820a555c user: jan.nijtmans tags: trunk | |
| 12:10 | Merge to feature branch check-in: 34615edbb6 user: jan.nijtmans tags: tip-388-impl | |
| 11:31 | [Bug 3393714] overflow in toupper delta check-in: 546b53b387 user: jan.nijtmans tags: trunk | |
|
2011-08-17
| ||
| 20:35 | [Bug 2946474] Consistently resume backgrounded flushes+closes when exiting. check-in: 1025712d5b user: ferrieux tags: trunk | |
| 18:33 | Document TIP 378's one-way-ness. check-in: 2fd6414812 user: ferrieux tags: trunk | |
| 16:24 | 3393150 Overlooked free of intreps. (It matters for bignums!) check-in: ee34ff2b8a user: dgp tags: trunk | |
| 14:01 | Merge to feature branch check-in: 8286568880 user: jan.nijtmans tags: tip-388-impl | |
| 12:19 | 3392070 More complete prevention of Tcl_Obj reference cycles when producing an intrep of ByteCode. check-in: ed21e85c21 user: dgp tags: trunk | |
| 06:37 | separate test for overflowed and negative Tcl_UniChar check-in: 4ab5a018bc user: jan.nijtmans tags: trunk | |
|
2011-08-16
| ||
| 19:49 | 3392070 More complete prevention of Tcl_Obj reference cycles when producing an intrep of ByteCode. Closed-Leaf check-in: eb11820a8e user: dgp tags: bug-3392070 | |
| 16:04 | Fixed the C99/C++ comments introduced by [8d3f0fb215] which break strict C89 compilers (AIX, cough, ... check-in: ca3ccdf1df user: andreask tags: trunk | |
| 14:04 | Merge to feature branch check-in: fbcefff570 user: dkf tags: dkf-utf16-branch | |
| 14:03 | Merge to feature branch check-in: 7db2c10d31 user: dkf tags: dkf-notifier-poll | |
| 13:55 | Small changes to quell gcc warnings and make message generation less ugly. check-in: df6fb9a914 user: dkf tags: trunk | |
| 12:16 | merge-mark check-in: 35b05b35d9 user: jan.nijtmans tags: trunk | |
| 09:18 | merge current trunk check-in: daf0004532 user: jan.nijtmans tags: tip-388-impl | |
| 07:40 | merge-mark check-in: 82122d5063 user: jan.nijtmans tags: trunk | |
| 06:03 | merge-mark check-in: 200d5d451d user: jan.nijtmans tags: trunk | |
|
2011-08-15
| ||
| 15:58 | 3390272 Leak of [info script] value. check-in: 9e9e64abf9 user: dgp tags: trunk | |
| 13:55 | mingw64 compiler warnings. Reverse the detection of struct _stat32i64, otherwise when mingw doesn't... check-in: 88771ce2cf user: jan.nijtmans tags: trunk | |
| 11:30 | merge-mark check-in: 18afef3c0d user: jan.nijtmans tags: trunk | |
| 08:59 | [Bug 3388350] mingw64 compiler warnings check-in: 8fbf108ea7 user: jan.nijtmans tags: trunk | |
|
2011-08-14
| ||
| 08:23 | [Patch 3124554]: Move WishPanic from Tk to Tcl Added Documentation check-in: 346ca26aa0 user: jan.nijtmans tags: trunk | |
|
2011-08-12
| ||
| 16:10 | 3389764 Eliminate possibility that "path" value dup can create reference cycle. check-in: baab435049 user: dgp tags: trunk | |
| 12:53 | Fix tcl8.6b2/win/tclWinPort.h:122:10: error: redefinition of 'struct __stati64' on newer mingw versi... check-in: d92dfa1a9d user: jan.nijtmans tags: trunk | |
| 09:55 | [Bug 3390073]: Return the correct length of written data for a compressing transform, ensuring that ... check-in: d1aa332fc3 user: dkf tags: trunk | |
| 08:02 | TIP 388 implementation check-in: 28fe328b17 user: jan.nijtmans tags: tip-388-impl | |
|
2011-08-11
| ||
| 20:04 | Proposed fix for 3389764. Have "path" dup routine duplicate the pattern of a value with a cyclic r... Closed-Leaf check-in: feed5dc533 user: dgp tags: bug-3389764 | |
|
2011-08-10
| ||
| 18:24 | [Bug 3386721] Allow multiple [load]ing of the Tcltest package check-in: b71406bb51 user: ferrieux tags: trunk | |
| 13:44 | compiler error on Windows: there should be only one TclFullFinalizationRequested function check-in: 5bcd13c4ac user: jan.nijtmans tags: trunk | |
|
2011-08-09
| ||
| 17:19 | [Bug 2919042] Restore "valgrindability" of Tcl that was lost by the streamlining of [exit], by condi... check-in: 8d3f0fb215 user: ferrieux tags: trunk | |
| 17:01 | [Bug 3386417] avoid a reference loop between the bytecode and its companion errostack when compiling... check-in: 41f0f5b9d7 user: ferrieux tags: trunk | |
| 07:15 | [Bug 3388350] mingw64 compiler warnings check-in: d323be815f user: jan.nijtmans tags: trunk | |
| 05:57 | Change the signature of TclParseHex(), such that it can now parse up to 8 hex characters check-in: 0ef52956a9 user: jan.nijtmans tags: trunk | |
|
2011-08-08
| ||
| 21:41 | Make the -buffersize option to '$zstream add' function correctly instead of having its value just be... check-in: 41f72bd027 user: dkf tags: trunk | |
| 21:14 | Merge to feature branch check-in: 5f90ef1bc2 user: dkf tags: dkf-notifier-poll | |
| 21:13 | Bring up to date with mainline. check-in: b85481571a user: dkf tags: dkf-utf16-branch | |
| 19:06 | merge trunk check-in: 96034c7aff user: dgp tags: dgp-refactor | |
| 18:32 | merge release to trunk check-in: 99580352a4 user: dgp tags: trunk | |
|
2011-08-07
| ||
| 15:46 | [Bug 3387082]: Plug memory leak in call chain introspection. check-in: 5f31ec3fcd user: dkf tags: trunk | |
|
2011-08-06
| ||
| 20:49 | * generic/tclAssemnbly.c: Plug another memory leak. [Bug 3384840] * generic/tclStrToD.c: Plug anothe... check-in: 2edd8ea296 user: kbk tags: trunk | |
| 19:56 | Plug another memory leak. [Bug 3384840] check-in: 81336419d0 user: kbk tags: trunk | |
| 16:27 | Plug another memory leak. [Bug 3384840] check-in: 2b5c5e43d4 user: kbk tags: trunk | |
| 03:19 | Plugged a memory leak in double->string conversion. [Bug 3386975] check-in: c9b7bd387f user: kbk tags: trunk | |
|
2011-08-05
| ||
| 18:53 | merge from trunk to rc all but the AI_ADDRCONFIG experiment Closed-Leaf check-in: 06dea9b027 user: dgp tags: core-8-6-b2-rc, core-8-6-b2 | |
| 15:23 | Use Tcl_PrintfObj to generate more (complex) error messages. check-in: 76495bbc29 user: dkf tags: trunk | |
| 09:36 | Ensure that memory isn't leaked when an unknown instruction is encountered. check-in: d4980ede3e user: dkf tags: trunk | |
| 00:00 | [Bug 3386197]: Fix buffer direction botch. Damn you, confusing terminology! check-in: d104ee18f9 user: dkf tags: trunk | |
|
2011-08-04
| ||
| 23:12 | [Bug 3386197]: Plug memory leak in unstacking of zlib transforms. check-in: 89ff730dfa user: dkf tags: trunk | |
| 18:40 | * generic/tclVar.c (TclPtrSetVar): fix valgrind-detected error when newValuePtr is the interp's resu... check-in: 8c944e4622 user: mig tags: trunk | |
| 16:35 | More changes tidying. check-in: 3fbc04d14b user: dgp tags: trunk | |
| 14:38 | missing TIP id in changes check-in: ce6e82ac1b user: dgp tags: trunk | |
| 14:13 | More memleak plugging. check-in: 9798173867 user: dkf tags: trunk | |
| 14:03 | Don't use AI_ADDRCONFIG for now. It seems to do more harm than good. check-in: 585e304a31 user: max tags: trunk | |
| 13:16 | [Bug 3384840]: Fix memory leaks in the assembler due to Tcl_Obj reference ownership error. check-in: a8ffe21e92 user: dkf tags: trunk | |
|
2011-08-03
| ||
| 19:43 | merge to rc check-in: 24f476a610 user: dgp tags: core-8-6-b2-rc | |
| 19:42 | Update file generated by `make dist` check-in: 3bbd204856 user: dgp tags: trunk | |
| 19:38 | merge to rc check-in: d72ced9618 user: dgp tags: core-8-6-b2-rc | |
| 18:12 | Fix build on systems where ECANCELED == ELIBMAX check-in: a26df401f3 user: dgp tags: trunk | |
|
2011-08-02
| ||
| 15:12 | merge to rc check-in: e4ebd9b9c7 user: dgp tags: core-8-6-b2-rc | |
| 15:11 | Use the actual case used by Thread to name the directory its distributions unpack into. check-in: 95b2143482 user: dgp tags: trunk | |
| 14:46 | merge to rc check-in: eba2e95ed3 user: dgp tags: core-8-6-b2-rc | |
| 14:45 | Variable substitution botch. check-in: 16eb322d13 user: dgp tags: trunk | |
| 14:06 | merge to rc check-in: 579ee14b07 user: dgp tags: core-8-6-b2-rc | |
| 14:04 | Updates for 8.6b2 release. check-in: 00319e0051 user: dgp tags: trunk | |
| 11:18 | merge trunk; FIXME: symbols=mem build broken check-in: 5e6ff3418b user: mig tags: mig-no280 | |
| 11:18 | merge trunk; FIXME: symbols=mem build broken check-in: 384901c292 user: mig tags: mig-alloc-reform | |
| 09:12 | Merge to feature branch check-in: 8a0bf2664b user: dkf tags: dkf-notifier-poll | |
| 09:11 | Bring up to date with mainline. check-in: 58b46fcb13 user: dkf tags: dkf-utf16-branch | |
| 09:07 | [Bug 3384007]: Fix some panic messages. check-in: 783c413131 user: dkf tags: trunk | |
|
2011-08-01
| ||
| 17:15 | * generic/tclProc.c (TclProcCompileProc): fix for leak of resolveInfo when recompiling procs, [Bug 3... check-in: 5a334ac208 user: mig tags: trunk | |
| 10:07 | General cleanup of tests to promote intelligibility and to try to ensure that what is tested is just... check-in: 746b31b209 user: dkf tags: trunk | |
| 09:34 | Added some examples of how some of the standard global variables can be used, following prompting by... check-in: 02393482fb user: dkf tags: trunk | |
| 09:15 | [Bug 3382474]: Added code to determine the version number of contributed packages from their directo... check-in: a258021b9a user: dkf tags: trunk | |
|
2011-07-31
| ||
| 23:16 | Bring up to date with mainline. check-in: e878fe8df0 user: dkf tags: dkf-utf16-branch | |
| 23:14 | Add test of UTF-8 -> internal -> UTF-8 round trip (and make it pass). check-in: 7c97e3ea95 user: dkf tags: dkf-utf16-branch | |
|
2011-07-29
| ||
| 20:46 | Small errors plague us all... check-in: 6afb5b0222 user: dkf tags: trunk | |
| 20:20 | Small enhancements to improve cross-linking with contributed packages. check-in: 81c94d0f5a user: dkf tags: trunk | |
|
2011-07-28
| ||
| 15:56 | merge to rc check-in: b77ad4ed48 user: dgp tags: core-8-6-b2-rc | |
| 15:56 | autoconf check-in: c5229f032a user: dgp tags: trunk | |
| 15:51 | Fix AC_DEFINE invocation for NEED_FAKE_RFC2553. check-in: e8226eb7d0 user: max tags: trunk | |
| 14:47 | merge to rc check-in: ab6ffb7d77 user: dgp tags: core-8-6-b2-rc | |
| 14:45 | Update tzdata. Update changes. check-in: 26638820c0 user: dgp tags: trunk | |
| 14:26 | Merge to feature branch check-in: cd522f12fc user: dkf tags: dkf-notifier-poll | |
| 14:24 | Actual possible implementation of code to convert external UTF-8 to internal surrogate pairs and bac... check-in: fed6086a43 user: dkf tags: dkf-utf16-branch | |
|
2011-07-27
| ||
| 17:26 | merge to rc check-in: b8ec099c51 user: dgp tags: core-8-6-b2-rc | |
| 10:40 | Start work towards being able to work with utf8 fully and utf16 and other things outside the BMP. check-in: f9f8c8425c user: dkf tags: dkf-utf16-branch | |
|
2011-07-26
| ||
| 20:00 | Ensure that TclOO is properly found by all the various package mechanisms (by adding a dummy ifneede... check-in: b90f247299 user: dkf tags: trunk | |
|
2011-07-21
| ||
| 16:36 | [Bug 3372130] Fix hypot math function with MSVC10 check-in: eb36f33d12 user: jan.nijtmans tags: trunk | |
|
2011-07-19
| ||
| 19:42 | merge to rc check-in: b2cc6298a4 user: dgp tags: core-8-6-b2-rc | |
| 19:31 | 3371644 Repair failure to properly handle (length == -1) in TclConvertElement(). check-in: 8e35530849 user: dgp tags: trunk | |
| 18:13 | Fix [bug 3371644] -- crash on Tcl_ConvertElement with leading pound. check-in: 4fadf0bce5 user: ferrieux tags: trunk | |
| 15:29 | merge to rc check-in: 6e381c8a11 user: dgp tags: core-8-6-b2-rc | |
|
2011-07-18
| ||
| 23:45 | The final parts of my doc improvement project check-in: 618f82e96e user: dkf tags: trunk | |
| 22:41 | Undocument long gone limitation of [upvar]. check-in: 9717e8acd7 user: ferrieux tags: trunk | |
| 20:01 | Bump version number to 8.6b2. check-in: e336bd355d user: dgp tags: core-8-6-b2-rc | |
| 15:24 | More small documentation improvements. check-in: d67b1dfdff user: dkf tags: trunk | |
|
2011-07-17
| ||
| 15:00 | Documentation improvements (small; some revision to parsing script) to improve the quality of HTML d... check-in: 03e341000a user: dkf tags: trunk | |
|
2011-07-15
| ||
| 17:56 | Avoid segfaults when RecordByteCodeStats() is called in a deleted interp. check-in: 609c597cb2 user: dgp tags: trunk | |
| 14:55 | 3357771 Prevent circular references in values with ByteCode intreps. check-in: a26a1204dd user: dgp tags: trunk | |
| 11:45 | [Bug 3365156]: Remove stray refcount bump that caused a memory leak. check-in: c02169bafa user: dkf tags: trunk | |
|
2011-07-14
| ||
| 17:57 | Remove stray refcount bump that caused a memory leak. Closed-Leaf check-in: 238efaddfb user: dkf tags: bug-3365156 | |
| 03:19 | 3366265 Allocate proper size buffer for TclConvertElement() to write to. check-in: 828fc551b1 user: dgp tags: trunk | |
|
2011-07-12
| ||
| 19:10 | 3364777 Stop segfault caused by reading from struct after it had been freed. check-in: 69fd1683a0 user: dgp tags: trunk | |
| 16:05 | platform portable type matching in debug prints check-in: 83d26b2944 user: dgp tags: trunk | |
| 15:51 | merge to trunk check-in: ad32aec14b user: dgp tags: trunk | |
|
2011-07-11
| ||
| 20:04 | Correct cast for CURR_DEPTH to silence compiler warning. [Bug 3339502] check-in: 9ab9f69d77 user: mistachkin tags: trunk | |
|
2011-07-08
| ||
| 12:35 | [FRQ 3358415]: Minor doc improvement check-in: 15623d9fe5 user: dkf tags: trunk | |
|
2011-07-07
| ||
| 18:57 | * generic/tclBasic.c: add missing INT2PTR check-in: 08e5d58290 user: mig tags: trunk | |
| 17:41 | Correct test suite errors revealed by a -singleproc 1 -debug 1 run. check-in: c5adaf006a user: dgp tags: trunk | |
| 08:47 | minor gcc compiler warning with -Wwrite-strings check-in: 73385cf5ac user: jan.nijtmans tags: trunk | |
|
2011-07-06
| ||
| 18:25 | merge trunk onto devel branch check-in: b60ab7bc4f user: mig tags: mig-alloc-reform | |
| 18:25 | merge trunk onto devel branch check-in: 7268fb6531 user: mig tags: mig-no280 | |
| 00:05 | Merge to feature branch check-in: 157b73fa41 user: dkf tags: dkf-notifier-poll | |
|
2011-07-03
| ||
| 10:12 | Corrected statements about ctime field of 'struct stat'; that was always the time of the last metada... check-in: 32a1e96326 user: dkf tags: trunk | |
|
2011-07-02
| ||
| 22:36 | Fix roundoff gaffe in bignum-to-double conversion [Bug 3349507] check-in: fe4dba4d60 user: kbk tags: trunk | |
| 22:21 | Dummy merge from rmax's commit for TCL_STACK_GROWS_UP, to avoid merge conflicts on the next merge. check-in: 923e63eeee user: kbk tags: trunk | |
|
2011-06-28
| ||
| 15:43 | Rework constraint detection and add constraints that cater for the fact, that both address families ... check-in: 86730a63b2 user: max tags: trunk | |
| 14:42 | replace socket-14.3 with a test that is more useful and less likely to randomly fail depending on th... check-in: 2eb58b2d67 user: max tags: trunk | |
| 11:32 | * unix/tclUnixSock.c (CreateClientSocket): Fix and simplify posting of the writable fileevent at ... check-in: b56716f2ac user: max tags: trunk | |
|
2011-06-24
| ||
| 17:50 | merge mark check-in: a5f1869eae user: dgp tags: trunk | |
|
2011-06-23
| ||
| 19:55 | merge to trunk check-in: 2f56abf592 user: dgp tags: trunk | |
|
2011-06-22
| ||
| 17:05 | Re-add ".so man.macros", which got removed inadvertently along with the RCS Keyword lines. check-in: 6184e0639a user: max tags: trunk | |
| 16:40 | Merged from core-8-5-branch: Updated to platform 1.0.10. Added handling of the DEB_HOST_MULTIARCH lo... check-in: 3adcfbaba3 user: andreask tags: trunk | |
| 14:32 | Merge fixes for [socket -async] and other improvements to the unix socket code check-in: 8eefe5a06f user: max tags: trunk, potential incompatibility | |
| 14:21 | complete a comment in socket.test Closed-Leaf check-in: 8f2747dc54 user: max tags: rmax-ipv6-branch | |
|
2011-06-21
| ||
| 16:49 | tcltest 2.3.3 fixes: * Use package ifneeded so slave gets exactly same tcltest version as master ... check-in: 5c0438d85a user: dgp tags: trunk | |
| 14:10 | 3317466 Prevent multiple Tcl_LinkVar() links to a single Tcl variable. check-in: fb1352c7ed user: dgp tags: trunk | |
|
2011-06-20
| ||
| 20:11 | merge changes to trunk check-in: 3b3f0c8d18 user: dgp tags: trunk | |
| 11:59 | Merg [3148192] implementation fix, and caveat comment check-in: d4da13a54e user: jan.nijtmans tags: trunk | |
|
2011-06-19
| ||
| 20:22 | Merge to feature branch check-in: 9e8f986a3d user: dkf tags: dkf-notifier-poll | |
|
2011-06-16
| ||
| 15:21 | * doc/socket.n: Document the fact that the event loop is now needed for [socket -async] * uni... check-in: 68deb29ead user: max tags: rmax-ipv6-branch | |
|
2011-06-13
| ||
| 19:36 | merge trunk check-in: 436bdbbf52 user: mig tags: mig-no280 | |
| 19:36 | merge trunk check-in: 1be044ebbd user: mig tags: mig-alloc-reform | |
| 13:50 | 3315098 Mem leak fix from Gustaf Neumann. check-in: 819514e8ee user: dgp tags: trunk | |
|
2011-06-08
| ||
| 20:28 | Reverted the fix for [Bug 3274728] committed on 2011-04-06 (rev [caf317ab68]) and replaced with one ... check-in: 04f804b338 user: andreask tags: trunk | |
| 10:14 | More cleaning up of the code to remove unnecessary [string equal]s in tests. check-in: b26424e522 user: dkf tags: trunk | |
|
2011-06-07
| ||
| 14:59 | Simplify file descriptor handling for client sockets and derived server sockets by putting an instan... check-in: 5f816f5758 user: max tags: rmax-ipv6-branch | |
| 14:31 | Fix bug#3084338, a memleak when a [socket -async] was closed before the connection had succeeded or ... check-in: 3bbc03d664 user: max tags: rmax-ipv6-branch | |
| 12:53 | Fix bug#3164655: getaddrinfo() crash on HP-UX check-in: 88194f2c70 user: max tags: rmax-ipv6-branch | |
|
2011-06-06
| ||
| 22:42 | merge trunk check-in: a12509740a user: mig tags: mig-alloc-reform | |
| 22:36 | merge trunk check-in: 34a2a4de6d user: mig tags: mig-no280 | |
| 15:07 | * Don't use port 0 for test 14.2 as it fails in different ways on Linux and NetBSD. * Unify ch... check-in: b563eaed64 user: max tags: rmax-ipv6-branch | |
| 13:48 | Add test constraint, so 6.2 and 6.3 don't fail when the machine does not have support for ip6 Follow... check-in: 298a314c4f user: jan.nijtmans tags: trunk | |
|
2011-06-02
| ||
| 16:58 | Remove TclCleanupLiteralTable (see 994838). check-in: fbb4a85f92 user: dgp tags: trunk | |
| 14:55 | [Bug 3185407]: Extend the set of epochs that are potentially bumped (in TclInvalidateNsCmdLookup) wh... check-in: 26e9391fdb user: dkf tags: trunk | |
|
2011-06-01
| ||
| 22:09 | missing INT2PTR in last commit check-in: c7ebc39d54 user: mig tags: trunk | |
| 22:05 | * generic/tclBasic.c: using the two free data elements in NRCommand to store objc and objv - useful ... check-in: ff4fa912fb user: mig tags: trunk | |
| 15:30 | * Improve socket.test by checking the latency on the loopback address and use that for some of th... check-in: 16c719352e user: max tags: rmax-ipv6-branch | |
| 14:08 | Revised fix for bug 3309871 check-in: 8da4e75d5f user: dgp tags: trunk | |
| 12:09 | fix for [Bug 3309871]: Valgrind finds: invalid read in TclMaxListLength() check-in: f3a017078d user: jan.nijtmans tags: trunk | |
|
2011-05-31
| ||
| 20:36 | Fix bug 3293874 check-in: 09c2da3a2a user: dgp tags: trunk | |
| 19:58 | Rewind from a refactoring that veered into the weeds. Closed-Leaf check-in: 1d247886db user: dgp tags: bug-3293874 | |
|
2011-05-30
| ||
| 18:04 | * Fix setting up of [fileevent] while an async socket is still in progress * Cache async sock... check-in: 6d66913621 user: max tags: rmax-ipv6-branch | |
|
2011-05-27
| ||
| 18:42 | purge old code Closed-Leaf check-in: bfd05a82ab user: dgp tags: bug-3293874 | |
| 18:36 | Fix [socket -async] for DNS names with more than one address check-in: a1abfd5e94 user: max tags: rmax-ipv6-branch | |
| 17:50 | fix a timing issue in socket-12.3 check-in: 188a795873 user: max tags: trunk | |
|
2011-05-25
| ||
| 14:44 | merge trunk check-in: f82b455ad0 user: dgp tags: bug-3293874 | |
| 14:37 | committed missing tzdata/Africa/Cairo from venkat's last commit check-in: df2425d65c user: kbk tags: trunk | |
| 14:19 | Bump to msgcat 1.4.4 check-in: 41dc9a2976 user: dgp tags: trunk | |
| 14:03 | merge trunk check-in: 52d8d45b3c user: dgp tags: bug-3293874 | |
| 13:40 | Bump TclOO version. check-in: 3c0ab86322 user: dkf tags: trunk, corresponds-to-TclOO-0-6-3 | |
| 13:35 | Implementation of TIP #381: Call Chain Introspection and Control check-in: 2778ad161a user: dkf tags: trunk | |
|
2011-05-24
| ||
| 16:02 | Update to Olson tzdata2011g check-in: 2568fbd704 user: venkat tags: trunk | |
| 13:46 | merge trunk check-in: ec03bc928d user: mig tags: mig-no280 | |
| 13:46 | merge trunk check-in: f62a607c8e user: mig tags: mig-alloc-reform | |
| 12:39 | Merge to feature branch check-in: dcbbc346fa user: dkf tags: dkf-notifier-poll | |
| 12:36 | Undo mistaken commit check-in: c1347e51a9 user: dkf tags: trunk | |
| 12:23 | Remove some useless code from mcset and mcmset: [dict set] builds dictionary levels for us. check-in: 076d311d4f user: dkf tags: trunk | |
|
2011-05-17
| ||
| 21:38 | Merged core-8-5-branch, fixup of TIP 280 location mapping. check-in: 168a79562b user: andreask tags: trunk | |
| 16:39 | Refactoring so that SetElement() becomes the foundational primitive operation. SetElement() supports... check-in: 9a9e541131 user: dgp tags: bug-3293874 | |
|
2011-05-16
| ||
| 09:09 | * fixed problem with quoting in ::nacl::evall - failed on things that looked like strings check-in: 141843d0f4 user: colin tags: ferrieux-nacl | |
|
2011-05-12
| ||
| 21:13 | Merged 8.5 following http fix that is not needed on trunk. check-in: 084dac6c02 user: pat tags: trunk | |
| 15:00 | Set the defaults of all growth algorithm parameters based on one master value. check-in: e0b726da8e user: dgp tags: bug-3293874 | |
| 06:10 | If your compiler already defines _WIN64, assume --enable-64bit check-in: d55e77f0c4 user: jan.nijtmans tags: trunk | |
|
2011-05-11
| ||
| 20:42 | Oops! check-in: 434596e345 user: dgp tags: bug-3293874 | |
| 20:33 | First draft of bug fix. check-in: ea441b300e user: dgp tags: bug-3293874 | |
| 15:43 | * unix/tclUnixSock.c (TcpWatchProc): No need to check for server sockets here, as the generic ser... check-in: 36776a398f user: max tags: trunk | |
|
2011-05-10
| ||
| 17:22 | New internal routines TclScanElement() and TclConvertElement(). Rewritten guts of machinery to produ... check-in: 7720fbb825 user: dgp tags: trunk | |
|
2011-05-09
| ||
| 15:24 | Reduce use of Tcl_AppendElement, which is not (and can't be) a Tcl_Obj-aware API. check-in: dbab97cbba user: dkf tags: trunk | |
| 13:58 | Revise empty string tests so that we avoid potentially expensive string rep generations, especially ... check-in: c2d4899eeb user: dgp tags: trunk | |
|
2011-05-08
| ||
| 11:07 | * fixed src handling to <script> emulation check-in: 81ae7caf45 user: colin tags: ferrieux-nacl | |
| 11:03 | * added src handling to <script> emulation (it's transformed into a [source] command. check-in: 274cf61d9a user: colin tags: ferrieux-nacl | |
| 07:20 | * debugging of label,entry and button widgets check-in: a1081db7bc user: colin tags: ferrieux-nacl | |
| 05:53 | * implemented frame widget * modified some of the ::JS interface check-in: ecbb0bbbb3 user: colin tags: ferrieux-nacl | |
| 04:14 | * implemented entry and label widgets check-in: d16e74cd46 user: colin tags: ferrieux-nacl | |
|
2011-05-07
| ||
| 23:08 | Convert TclGetLoadedPackages to use Tcl_Obj API for result generation. check-in: ae2f5eda42 user: dkf tags: trunk | |
| 20:39 | merge trunk check-in: eeefcef28f user: mig tags: mig-no280 | |
| 19:53 | merge trunk check-in: 241f36be4b user: mig tags: mig-alloc-reform | |
| 19:33 | fix USE_TCLALLOC so that it can be enabled without editing the Makefile check-in: 11459f0b18 user: mig tags: trunk | |
|
2011-05-06
| ||
| 07:55 | comment fix check-in: fa4eb25ecf user: jan.nijtmans tags: trunk | |
| 01:30 | * Allowed for emulation of <script> ... now runTclScripts will callback to eval check-in: 5ee1aa409f user: colin tags: ferrieux-nacl | |
|
2011-05-05
| ||
| 22:17 | Update doc and tools to Colin's new layout Closed-Leaf check-in: 2d21680323 user: ferrieux tags: ferrieux-nacl | |
| 18:28 | Stop generating string rep of dict when converting to list. Tolerate NULL interps more completely. check-in: 849162b0bf user: dgp tags: trunk | |
| 15:32 | Fix typo spotted by Emiliano Gavilan. check-in: 0ef5e8c424 user: dkf tags: trunk | |
| 07:53 | * added initial NaTk support - won't yet run without symlink lib/ to Wub/ and symlink to tcllib/ check-in: 5262e46c8d user: colin tags: ferrieux-nacl | |
| 07:51 | * mods for NaTk check-in: d3a2b330e6 user: colin tags: ferrieux-nacl | |
| 06:26 | no longer depend on MODULE_SCOPE being defined check-in: b439e1d71b user: jan.nijtmans tags: trunk | |
|
2011-05-04
| ||
| 23:49 | * defined an init script with TclSetPreInitScript() which permits us to use [interp create] without ... check-in: 4701561332 user: colin tags: ferrieux-nacl | |
| 03:22 | * left out updateCoords, added it back into balls.html pending final disposition check-in: 43996dcdef user: colin tags: ferrieux-nacl | |
| 02:47 | * Added new ::nacl ensemble to init.natcl, moved most support commands there * created an execll met... check-in: c9c95d03d6 user: colin tags: ferrieux-nacl | |
|
2011-05-03
| ||
| 19:44 | merge 8.5 check-in: 27fd15ce57 user: dgp tags: trunk | |
|
2011-05-02
| ||
| 21:46 | Merge to feature branch check-in: 55c8c105ff user: dkf tags: dkf-notifier-poll | |
| 21:12 | Rewrite of parts of the switch compiler to better use the powers of TclFindElement() and do less par... check-in: 30dad692de user: dgp tags: trunk | |
| 20:17 | Revised TclFindElement() interface. The final argument had been bracePtr, the address of a boolean v... check-in: 60cf594f82 user: dgp tags: trunk, potential incompatibility | |
| 15:44 | Replace TclCountSpaceRuns() with TclMaxListLength() which is the function we actually want. check-in: 304fa3c29b user: dgp tags: trunk | |
|
2011-04-29
| ||
| 01:05 | Fix issue with library stripping in install-sh check-in: b269db5d3e user: kevin_walzer tags: trunk | |
|
2011-04-28
| ||
| 16:02 | More isspace() callers. check-in: 41acfe91ea user: dgp tags: trunk | |
| 14:44 | New utility routines: TclIsSpaceProc() and TclCountSpaceRuns() Use to replace calls to isspace() and... check-in: ef10af814d user: dgp tags: trunk | |
| 13:45 | Improved reaction to out of memory. check-in: 4363a1c212 user: dgp tags: trunk | |
| 13:30 | minor comment fix check-in: 24205766d9 user: jan.nijtmans tags: trunk | |
|
2011-04-27
| ||
| 19:35 | merge mark check-in: 12793bbb81 user: dgp tags: trunk | |
| 19:26 | TclFreeIntRep() correction & cleanup. check-in: 5a1953dfe5 user: dgp tags: trunk | |
| 18:33 | FreeListInternalRep() cleanup. check-in: 4683efaee9 user: dgp tags: trunk | |
| 07:54 | fix for [Bug 3288345]: use _stat32i64 for CYGWIN too fix a few more gcc warnings check-in: eaf4d5e09f user: jan.nijtmans tags: trunk | |
|
2011-04-26
| ||
| 19:18 | struct _stat64 -> struct __stat64 on AMD64 check-in: e1e46a9fe0 user: jan tags: trunk | |
|
2011-04-25
| ||
| 17:51 | TclFreeIntRep() related cleanup. check-in: cb85bb5002 user: dgp tags: trunk | |
| 15:49 | merge mark check-in: 3f3cd0b0c2 user: dgp tags: trunk | |
| 12:49 | Revise last fix. check-in: d7448b047e user: dgp tags: trunk | |
|
2011-04-24
| ||
| 19:26 | Fix compilation warning in TclListObj - printf format mismatch check-in: 3e2ab34dea user: venkat tags: trunk | |
|
2011-04-23
| ||
| 12:24 | Merge to feature branch check-in: 31660e19ea user: dkf tags: dkf-notifier-poll | |
|
2011-04-22
| ||
| 08:28 | merge latest trunk Closed-Leaf check-in: 359a91e742 user: jan.nijtmans tags: jn-frq-3257396 | |
|
2011-04-21
| ||
| 21:15 | [Bug 3288345]: Bring cygwin Tcl_StatBuf a little bit closer to reality check-in: 4bf64360a5 user: jan tags: trunk | |
| 18:50 | Use macro to set List intreps check-in: 0353d21711 user: dgp tags: trunk | |
| 17:32 | Limits on list length were too strict. Revised panics to errors where possible. check-in: 2d215ce103 user: dgp tags: trunk | |
| 13:47 | Make sure SetFooFromAny routines react reasonably when passed a NULL interp. check-in: 36b0307ba2 user: dgp tags: trunk | |
| 08:49 | fix for [Bug 3288345]: Wrong Tcl_StatBufused on MinGW. Make sure that all _WIN32 compilers use exact... check-in: ac3601bf0c user: jan.nijtmans tags: trunk | |
|
2011-04-20
| ||
| 22:13 | Support cross-compilation to x64 from ix86 hosts when using NMAKE. Part of the build uses tclsh to ... check-in: 2e77c2b14b user: patthoyts tags: trunk | |
| 19:29 | Merge marker check-in: 7434f28679 user: andreask tags: trunk | |
|
2011-04-19
| ||
| 16:41 | Reduce internals access in the implementation of [<foo>::pkgconfig list]. check-in: 5637694013 user: dgp tags: trunk | |
| 14:24 | merge trunk check-in: 91f0cc8fa7 user: mig tags: mig-no280 | |
| 14:19 | merge trunk check-in: d040767de8 user: mig tags: mig-alloc-reform | |
| 08:19 | Merge to feature branch check-in: f727d678da user: dkf tags: dkf-notifier-poll | |
| 08:04 | This time, I'll try to get it right! check-in: ef35e2c747 user: dkf tags: trunk | |
|
2011-04-18
| ||
| 21:53 | More concise serialization of coord-updates check-in: 7755a6cc4c user: ferrieux tags: ferrieux-nacl | |
| 21:42 | Use ListRepPtr(.) and other cleanup. check-in: e7e05e37cc user: dgp tags: trunk | |
| 21:22 | Use closures rather than strings for [after] and [every] check-in: 06e1f26911 user: ferrieux tags: ferrieux-nacl | |
| 18:50 | Define and use macros that test whether a Tcl list value is canonical. check-in: 4b0bb72cb3 user: dgp tags: trunk | |
| 10:19 | [Bug 3288696]: Command summary was confusingly wrong when it came to [dict filter] with a 'value' fi... check-in: d7cfe67cc6 user: dkf tags: trunk | |
| 08:38 | fix for [Bug 3288345]: Wrong Tcl_StatBuf used on MinGW. check-in: 0b739fe1f1 user: jan.nijtmans tags: trunk | |
|
2011-04-16
| ||
| 16:01 | Added 'natcl2tk' wrapper to run the same demo in true Tk, for speed comparisons. check-in: 8e4b3d24c5 user: ferrieux tags: ferrieux-nacl | |
| 14:21 | Merge to feature branch check-in: 5a59a01655 user: dkf tags: dkf-notifier-poll | |
| 14:20 | fix merge history check-in: ddca613cd6 user: dkf tags: trunk | |
| 11:51 | Added comments to try to tame the file attributes guts, while trying to simplify things enough that ... check-in: f1162c3bd2 user: dkf tags: trunk | |
|
2011-04-15
| ||
| 12:15 | Cleanup of updateStatus() check-in: 1a6ada0a28 user: ferrieux tags: ferrieux-nacl | |
|
2011-04-14
| ||
| 21:10 | Balls demo -- better status display during Nacl load. Added setup and troubleshooting instructions. check-in: 6bc9b780a1 user: ferrieux tags: ferrieux-nacl | |
| 16:12 | More Tcl_Concat* and TclTrim* improvements. check-in: 80ebbf75f2 user: dgp tags: trunk | |
|
2011-04-13
| ||
| 20:37 | [Bug 3285375]: Rewrite Tcl_Concat*() and [string trim*]. check-in: 7c5f3a8961 user: dgp tags: trunk | |
| 13:26 | fix merge history check-in: 7dbbe17355 user: mig tags: trunk | |
| 13:23 | fix for [Bug 2662380], crash caused by appending to a variable with a write trace that unsets it check-in: d58030af16 user: mig tags: trunk | |
| 11:03 | [3285375]: Make the crash less mysterious through the judicious use of a panic. check-in: 398075e9b4 user: dkf tags: trunk | |
| 06:37 | merge from trunk proposed compromise: only use --export-dynamic with --enable-shared check-in: 44ffce9bb6 user: jan.nijtmans tags: jn-frq-3257396 | |
|
2011-04-12
| ||
| 21:52 | Allow to build both 32 and 64-bit nexes, and serve them together. check-in: d0dd0f5238 user: ferrieux tags: ferrieux-nacl | |
| 20:13 | Test for [Bug 3285472]. Not buggy in trunk. check-in: 920b355f33 user: dgp tags: trunk | |
| 19:18 | Update to Olson tzdata2011f check-in: 3d162e8ce6 user: venkat tags: trunk | |
| 17:34 | * generic/tclBasic.c: fix for [Bug 2440625], kbk's patch check-in: 7cbeec20a4 user: mig tags: trunk | |
| 14:21 | minor nits, taken over from TEA (tclconfig) check-in: 941b13875b user: jan.nijtmans tags: trunk | |
| 11:13 | merge trunk check-in: 31553b1b67 user: jan.nijtmans tags: jn-frq-3257396 | |
| 07:26 | revert 6b6ef4e0b1, removing the temporary tests again check-in: b580ef3c9e user: jan.nijtmans tags: trunk | |
|
2011-04-11
| ||
| 21:40 | Fix wobbling by int($x+0.5) check-in: 164a94c046 user: ferrieux tags: ferrieux-nacl | |
| 21:11 | Full emulation of the Google-balls demo. 40fps, but 3x CPU consumption check-in: ab96ed1ba7 user: ferrieux tags: ferrieux-nacl | |
| 11:10 | merge trunk check-in: b34a5b7358 user: mig tags: mig-alloc-reform | |
| 11:09 | merge trunk check-in: b936648e57 user: mig tags: mig-no280 | |
| 10:37 | insure that 'coroutine eval' runs the initial command in the proper context, [Bug 3282869] check-in: 15f9fcba6e user: mig tags: trunk | |
| 07:31 | fix for [Bug 3281728]: Tcl sources from 2011-04-06 do not build on GCC9 (RH9) check-in: e0421a23a8 user: jan.nijtmans tags: trunk | |
|
2011-04-10
| ||
| 23:11 | First step of a Tk canvas emulation in NaTcl based on the HTML5 canvas. Optimized for move-only upda... check-in: 6f398fb8ef user: ferrieux tags: ferrieux-nacl | |
| 11:25 | Cleanup of init, wrappers now compiled in. Coro-based [source $url]. Detailed description in README. check-in: 4d49dfa58c user: ferrieux tags: ferrieux-nacl | |
|
2011-04-09
| ||
| 20:28 | Merge to feature branch check-in: 05a04a1205 user: dkf tags: dkf-notifier-poll | |
| 09:43 | merge trunk check-in: 002e01648a user: jan tags: jn-frq-3257396 | |
| 09:40 | oops, accidently checked in check-in: d550d19c7c user: jan tags: trunk | |
| 08:03 | typo, (and accidently checked in changes to tclOO.decls, reverted in the next commit [d550d19c7c] check-in: 742bcc2aec user: jan.nijtmans tags: trunk | |
|
2011-04-08
| ||
| 22:47 | First example of a non-trivial event-driven Tcl program interacting with JS. Features [after], [bger... check-in: 21b74633e5 user: ferrieux tags: ferrieux-nacl | |
| 06:31 | fix for [Bug 3280043]: win2k: unresolved DLL imports check-in: d43bba3681 user: jan.nijtmans tags: trunk | |
|
2011-04-07
| ||
| 10:24 | merge latest trunk check-in: 953246bca5 user: jan.nijtmans tags: jn-frq-3257396 | |
| 10:19 | Add some (temporary) test cases showing the problem with --export-dynamic check-in: 6b6ef4e0b1 user: jan.nijtmans tags: trunk | |
| 03:03 | fix incomplete merge check-in: 7f00e4f36d user: mig tags: mig-no280 | |
| 02:57 | merge trunk to feature branch check-in: fec12a456e user: mig tags: mig-no280 | |
| 02:56 | * generic/tclExecute.c (TclCompileObj): earlier return if Tip280 gymnastics not needed. check-in: 63b453f584 user: mig tags: trunk | |
| 00:11 | last bugfix was incomplete check-in: df052ad59f user: mig tags: trunk | |
|
2011-04-06
| ||
| 23:35 | * generic/tclExecute.c: fix for [Bug 3274728], making *catchTop an unsigned long. check-in: caf317ab68 user: mig tags: trunk | |
| 21:44 | Let nacl/tclUnixPort.h be a generated file rather than a source. check-in: bf7fead8fd user: ferrieux tags: ferrieux-nacl | |
| 19:05 | why was I undefining MODULE_SCOPE? check-in: a4cd9d3ffe user: mig tags: mig-no280 | |
| 18:53 | Build fix. add tocstr tools relative pathname check-in: ba23ecfe5e user: venkat tags: ferrieux-nacl | |
| 18:18 | merge trunk to feature branch check-in: af182bb0cf user: mig tags: mig-no280 | |
| 18:16 | merge trunk to feature branch check-in: 611c232145 user: mig tags: mig-alloc-reform | |
| 14:51 | Don't use -fvisibility=hidden with static libraries (--disable-shared) check-in: 9cee434074 user: jan.nijtmans tags: trunk | |
| 13:10 | Make symbols "main" and "Tcl_AppInit" MODULE_SCOPE: there is absolutely no reason for exporting them... check-in: 0a2eb3820d user: jan.nijtmans tags: trunk | |
| 13:09 | Don't use MODULE_SCOPE in module implementation, only in declaration. check-in: 02ace0039f user: jan.nijtmans tags: trunk | |
| 13:07 | Added missing Changelog entry. check-in: 7815a81153 user: dkf tags: trunk | |
| 13:05 | More generation of error codes (most platform-specific parts not already using Tcl_PosixError). check-in: 1b095ad294 user: dkf tags: trunk | |
|
2011-04-05
| ||
| 21:44 | Merge to feature branch check-in: 4ce991bfb8 user: dkf tags: dkf-notifier-poll | |
| 20:39 | Make init.tcl.c a generated file rather than a source. check-in: 67cb635128 user: ferrieux tags: ferrieux-nacl | |
| 20:19 | Import Olson's tzdata2011e. check-in: b349849325 user: venkat tags: trunk | |
| 07:15 | merge trunk check-in: 442fe018f8 user: jan.nijtmans tags: jn-frq-3257396 | |
|
2011-04-04
| ||
| 22:54 | Merge to feature branch check-in: efc9c228a8 user: dkf tags: dkf-notifier-poll | |
| 22:53 | More generation of error codes (TclOO miscellany). check-in: 08998a4f58 user: dkf tags: trunk | |
| 22:03 | Improve README for running the example. check-in: a114bffb5a user: venkat tags: ferrieux-nacl | |
| 21:42 | Cleanup compile warnings - mostly by adding prototypes check-in: a44ecf099c user: venkat tags: ferrieux-nacl | |
| 20:17 | Test _before_ commit, not after... check-in: db7e6ab270 user: dkf tags: trunk | |
| 20:07 | More generation of error codes (miscellaneous commands mostly already handled). check-in: 3085894b65 user: dkf tags: trunk | |
| 18:56 | Big cleanup, avoiding any symlinks nor copies. More streamlined ./configure step. check-in: 264b36c863 user: ferrieux tags: ferrieux-nacl | |
| 16:39 | [3202030] Updated README files, repairing broken URLs and other rot. check-in: 154c0c9945 user: dgp tags: trunk | |
| 14:36 | Remove execute bit from tclStrToD.c check-in: 97d7eb05fc user: dkf tags: trunk | |
| 14:22 | Merge to feature branch check-in: e058edf908 user: dkf tags: mig-no280 | |
| 14:18 | Merge to feature branch check-in: a7a0485fd1 user: dkf tags: mig-alloc-reform | |
| 14:17 | Merge to feature branch Closed-Leaf check-in: a35d52175c user: dkf tags: aku-tip-280-cl-perf-trial | |
| 14:11 | Merge to feature branch check-in: 0f976afd0f user: dkf tags: dkf-notifier-poll | |
| 14:10 | Disable tcl::mathfunc::rmmadwiw by default to make test suite work; automated test frameworks have n... check-in: 1758d58a3c user: dkf tags: trunk | |
| 14:01 | Remove unused header file: unix/tclUnixThrd.h check-in: f0f03b194c user: jan.nijtmans tags: trunk | |
| 13:55 | More generation of error codes ([format], [after], [trace], RE optimizer). check-in: 7100664240 user: dkf tags: trunk | |
| 13:46 | Minor tinkering with style. check-in: ad00613d3e user: dkf tags: trunk | |
| 13:40 | Better error-message in case of errors related to setting a variable check-in: 0b4ce29050 user: jan.nijtmans tags: trunk | |
| 08:08 | FRQ #3257396: Remove use of --export-dynamic check-in: bde7b55ccf user: jan.nijtmans tags: jn-frq-3257396 | |
| 07:03 | Explain chrome options better check-in: e860adf254 user: alex tags: ferrieux-nacl | |
|
2011-04-03
| ||
| 23:56 | Clarify which files are actually symlinks check-in: d7c3b38fe1 user: alex tags: ferrieux-nacl | |
| 23:35 | New branch ferrieux-nacl : a port of Tcl to Google's Nacl (Native Client) check-in: c38762ae52 user: alex tags: ferrieux-nacl | |
| 06:05 | More generation of error codes (namespace creation, path normalization, pipeline creation, package h... check-in: a6c95ed9e0 user: dkf tags: trunk | |
|
2011-04-02
| ||
| 22:07 | Replaced another couple of 'double' declarations with 'volatile double' to work around misrounding ... check-in: 147186904c user: kbk tags: trunk | |
| 17:22 | More generation of errorCodes ([interp], [lset], [load], [unload]). check-in: d109deac44 user: dkf tags: trunk | |
| 12:17 | More generation of errorCode information (default [bgerror] and [glob]). check-in: a2fcb8020d user: dkf tags: trunk | |
|
2011-04-01
| ||
| 10:48 | mathematical version of TIP#131 check-in: c5a8b77ec4 user: max tags: trunk | |
| 09:29 | Implement TIP#131 check-in: c7f554fb21 user: max tags: trunk | |
|
2011-03-31
| ||
| 10:05 | Merge to feature branch check-in: ca02b70013 user: dkf tags: dkf-notifier-poll | |
| 10:04 | TclClockOldscanObjCmd: More generation of errorCode information. check-in: 25eb27727e user: dkf tags: trunk | |
|
2011-03-29
| ||
| 15:06 | More generation of errorCode information, notably when lists are mis-parsed. check-in: 999804376c user: dkf tags: trunk | |
| 12:57 | merge trunk to feature branch check-in: e92fc1c871 user: mig tags: mig-no280 | |
| 12:56 | merge trunk to feature branch check-in: 097c214f3b user: mig tags: mig-alloc-reform | |
| 12:31 | normbench check-in: 1453361bcc user: mig tags: mig-alloc-reform | |
|
2011-03-28
| ||
| 12:15 | Corrected odd comment check-in: 748898a892 user: dkf tags: trunk | |
| 11:40 | set default MODULE_SCOPE=extern, in case no other value is determined check-in: dbf7b56685 user: jan.nijtmans tags: trunk | |
| 10:56 | Use the error messages generated by the variable management code rather than creating our own in [re... check-in: 2f614e5f12 user: dkf tags: trunk | |
| 09:32 | Merge to feature branch check-in: 2869529c82 user: dkf tags: dkf-notifier-poll | |
| 03:08 | normbench check-in: 399c1c64c5 user: mig tags: mig-alloc-reform | |
|
2011-03-27
| ||
| 22:49 | merge trunk to feature branch check-in: 3b4b6041b0 user: mig tags: mig-no280 | |
| 22:49 | merge trunk to feature branch check-in: 8dc909d654 user: mig tags: mig-alloc-reform | |
| 22:43 | * generic/tclBasic.c (TclNREvalObjEx): fix performance issue, notably apparent in tclbench's 'LIST l... check-in: 98907640f3 user: mig tags: trunk | |
| 10:21 | merge trunk to branch check-in: ff627b8a14 user: mig tags: mig-no280 | |
|
2011-03-26
| ||
| 12:38 | merge trunk to feature branch check-in: ff240fb01d user: mig tags: mig-alloc-reform | |
| 12:12 | More generation of errorCode information. check-in: a70db7c3eb user: dkf tags: trunk | |
| 11:58 | Squelch another unnecessary cast. check-in: 8ad026f31b user: dkf tags: trunk | |
| 11:53 | Reduce the number of casts used to manage Tcl_Obj internal representations. check-in: b2381061a7 user: dkf tags: trunk | |
| 07:24 | Merge to feature branch check-in: 2c89760d75 user: dkf tags: dkf-notifier-poll | |
| 06:32 | The -debug:full option is not supported when using the modern versions of link.exe included with MSV... check-in: d5d628263b user: jan tags: trunk | |
|
2011-03-25
| ||
| 14:05 | Remove Tclp(Local|Gm)time_unix forwarders, the same can be done directly check-in: 24d1308684 user: jan.nijtmans tags: trunk | |
| 14:04 | Merge to feature branch check-in: 48a0bb8660 user: dkf tags: dkf-notifier-poll | |
| 01:09 | normbench check-in: 6ec584b8df user: mig tags: mig-alloc-reform | |
| 01:09 | reordering of TEBCdata fields, just for clarity check-in: c98b86fea1 user: mig tags: mig-alloc-reform | |
|
2011-03-24
| ||
| 23:42 | branch with tip #280 removed, for perf impact measurements check-in: 6cbe02a1d6 user: mig tags: mig-no280 | |
| 22:48 | only do the alloc-space maximization when needed check-in: dbff67cd44 user: mig tags: mig-alloc-reform | |
| 22:06 | add finalization code; needed? check-in: 5a869d1e11 user: mig tags: mig-alloc-reform | |
| 20:23 | slightly faster inUse computation check-in: 0148c7fff1 user: mig tags: mig-alloc-reform | |
| 19:24 | merge trunk into feature branch check-in: 7649a6b239 user: mig tags: mig-alloc-reform | |
| 16:43 | Restored C++ usability to the memory allocation and free macros. check-in: ffeec96f44 user: dgp tags: trunk | |
| 12:05 | fix comments check-in: 8f2bc5aa20 user: mig tags: mig-alloc-reform | |
| 11:39 | merge trunk check-in: 4bc0292a61 user: mig tags: mig-alloc-reform | |
| 10:23 | Merge to feature branch check-in: 1c5281d1a4 user: dkf tags: dkf-notifier-poll | |
| 09:52 | Ensure that any reference to temporary index tables is squelched immediately rather than hanging aro... check-in: 7d471fa4b4 user: dkf tags: trunk | |
| 09:12 | Correct bizarre name of enumeration member. check-in: 0fe67a0357 user: dkf tags: trunk | |
| 06:23 | Merge to feature branch check-in: 6968a9adbd user: dkf tags: dkf-notifier-poll | |
| 00:47 | bugfix in new Tcl_Preserve check-in: 997703b388 user: mig tags: mig-alloc-reform | |
|
2011-03-23
| ||
| 23:42 | completely new Tcl_Preserve implementation under Zippy, should be *much* faster. Cost is loss of som... check-in: a39cc6c970 user: mig tags: mig-alloc-reform | |
| 23:23 | Trial patch changing the handling of the TIP 280 continuation line data structures to keep expensive... check-in: 2b5c76ad19 user: andreask tags: aku-tip-280-cl-perf-trial | |
| 19:04 | normBench check-in: 9dc1f7865d user: mig tags: mig-alloc-reform | |
| 13:12 | merge trunk to feature branch check-in: d99d43d373 user: mig tags: mig-alloc-reform | |
| 13:11 | * generic/tclObj.c: exploit HAVE_FAST_TSD for the deletion context in TclFreeObj() check-in: 005a498bda user: mig tags: trunk | |
| 11:59 | fix multi->purify, some cleanup check-in: a8eaab2085 user: mig tags: mig-alloc-reform | |
|
2011-03-22
| ||
| 22:13 | ifdefery now ok? testing all build options on core.tcl.tk check-in: 7a8b1fc210 user: mig tags: mig-alloc-reform | |
| 22:01 | parens check-in: 8187ce216e user: mig tags: mig-alloc-reform | |
| 21:51 | slightly clearer ifdefery check-in: ebf5f5e368 user: mig tags: mig-alloc-reform | |
| 21:18 | fix ifdefery check-in: 4b0d1bdd14 user: mig tags: mig-alloc-reform | |
| 19:02 | separate Tcl_Obj free lists from blocks, was having weird perf issues possibly due to different bloc... check-in: 4492886364 user: mig tags: mig-alloc-reform | |
| 11:21 | Merge to feature branch check-in: 03f3ae79e3 user: dkf tags: dkf-notifier-poll | |
| 11:20 | Restore build-ability and fix mixed up ordering assumptions. check-in: 2870a0fa35 user: dkf tags: dkf-notifier-poll | |
| 11:12 | Try to minimize the amount of work done inside the notifier thread. check-in: 792d0f741d user: dkf tags: dkf-notifier-poll | |
| 11:07 | better checks for allocator variant check-in: 571c0a6b39 user: mig tags: mig-alloc-reform | |
| 11:01 | merge trunk to feature branch check-in: 2963951bab user: mig tags: mig-alloc-reform | |
| 10:52 | simpler initialization of Cache under HAVE_FAST_TSD, from mig-alloc-reform. check-in: 46389c7b91 user: mig tags: trunk | |
| 10:43 | merge-mark check-in: b98be6337d user: jan.nijtmans tags: trunk | |
| 10:15 | typo check-in: 6ef9ab3ad5 user: jan.nijtmans tags: trunk | |
| 10:14 | [Bug #3216070] Loading extension libraries from embedded Tcl applications. check-in: 58a4f59ea3 user: jan.nijtmans tags: trunk, potential incompatibility | |
|
2011-03-21
| ||
| 16:37 | simpler initialization check-in: aebc5a42cc user: mig tags: mig-alloc-reform | |
| 14:42 | remove one level of allocator indirection in non-memdebug builds, imported from mig-alloc-reform. check-in: d74d7bb013 user: mig tags: trunk | |
| 14:38 | fix last commit check-in: 54811e2ece user: mig tags: mig-alloc-reform | |
| 13:41 | remove one level of indirection in non-mem-debug builds check-in: 0e843f63e5 user: mig tags: mig-alloc-reform | |
| 11:42 | some cleanup re obj deletion check-in: ca6e8a9e5e user: mig tags: mig-alloc-reform | |
| 11:42 | small opts check-in: ce2cb0ea68 user: mig tags: mig-alloc-reform | |
|
2011-03-20
| ||
| 16:21 | Merge to feature branch check-in: b322e79d3f user: dkf tags: dkf-notifier-poll | |
| 16:20 | Getting closer to working check-in: 8e2242b4d1 user: dkf tags: dkf-notifier-poll | |
| 11:42 | merge trunk to feature branch check-in: 3560c1f392 user: mig tags: mig-alloc-reform | |
| 11:40 | changelog entry check-in: 292737732e user: mig tags: trunk | |
| 11:13 | (empty) merge trunk to feature branch check-in: 62f6fa7f9d user: mig tags: mig-alloc-reform | |
| 11:10 | * generic/tclThreadAlloc.c: imported HAVE_FAST_TSD support from mig-alloc-reform. The feature has to... check-in: 79413ce9a4 user: mig tags: trunk | |
|
2011-03-19
| ||
| 21:47 | adding benchmarks on core.tcl.tk; still some weirdos, but looking good check-in: 8b0b6c41ab user: mig tags: mig-alloc-reform | |
| 19:44 | early return on freeing a NULL pointer check-in: a32bb0339b user: mig tags: mig-alloc-reform | |
| 19:35 | remove stray panic set for debugging check-in: 75dcf88f4e user: mig tags: mig-alloc-reform | |
| 19:00 | uninited var in last commit check-in: e6905754d8 user: mig tags: mig-alloc-reform | |
| 17:56 | look at all blocks in this thread before looking in the shared cache check-in: 724c29a7ae user: mig tags: mig-alloc-reform | |
| 17:23 | tclListObj.c: simplify macros check-in: 3a9fac126e user: mig tags: mig-alloc-reform | |
| 12:24 | get purify and native to build by removing ref to ckalloc and friends check-in: 505625c2e2 user: mig tags: mig-alloc-reform | |
|
2011-03-18
| ||
| 23:04 | getting aPURIFY to build? check-in: 8f55251fdd user: mig tags: mig-alloc-reform | |
| 22:57 | remove TclpAlloc and friends from internal stubs check-in: 28384cbc01 user: mig tags: mig-alloc-reform | |
| 22:42 | move the allocator stuff to the end of tclInt.h, in order not to interfere with tclIntDecls.h check-in: cd2c0f98f9 user: mig tags: mig-alloc-reform | |
| 20:46 | Compilation support added. Code currently broken. check-in: adbeeca79c user: dkf tags: dkf-notifier-poll | |
| 19:18 | let TclAllocMaximize maintain zippys stats check-in: 9cb2f836cb user: mig tags: mig-alloc-reform | |
| 18:57 | let TEBC also use TclAllocMaximize check-in: 248b0a0e0a user: mig tags: mig-alloc-reform | |
| 18:06 | remove unused mutex check-in: a3f0c08c7f user: mig tags: mig-alloc-reform | |
| 16:16 | New function TclAllocMaximize(). Let tclListObj.c find out the real allocated size, thus reducing th... check-in: b8f22672b2 user: mig tags: mig-alloc-reform | |
| 13:55 | Merge to feature branch check-in: 4ce3d8681f user: dkf tags: dkf-notifier-poll | |
| 13:32 | README addition check-in: 3e9d5dacd9 user: mig tags: mig-alloc-reform | |
| 13:25 | README addition check-in: bba5f24346 user: mig tags: mig-alloc-reform | |
| 13:10 | README addition check-in: bafa2025b3 user: mig tags: mig-alloc-reform | |
| 12:54 | development branch for allocator changes check-in: 80a014ef05 user: mig tags: mig-alloc-reform | |
|
2011-03-17
| ||
| 22:00 | Generate errorCode information on failure to parse expressions. check-in: 0c22db4f68 user: dkf tags: trunk | |
| 16:12 | [Patch #3124683]: platform specific stuff in (tcl|tk)Main.c check-in: 9edcb7e14b user: jan.nijtmans tags: trunk | |
|
2011-03-16
| ||
| 15:55 | [Bug #3197864] pointer truncation on Win64 TCL_MEM_DEBUG builds check-in: 40cc64ec16 user: jan.nijtmans tags: trunk | |
| 14:31 | Rewrites to eliminate some isspace() calls. check-in: abe0c909b1 user: dgp tags: trunk | |
| 11:48 | *CLOSED BRANCH* Switched noisy devel to private branch, will reopen when things work. Closed-Leaf check-in: 7cc6ed1035 user: mig tags: mig-alloc-reform | |
| 09:58 | Merge to feature branch check-in: 84c232a3dd user: dkf tags: dkf-notifier-poll | |
| 09:25 | Make SHLIB_LD_LIBS='${LIBS}' the default and set to "" on per-platform necessary basis. Backported f... check-in: 790d40558a user: jan.nijtmans tags: trunk | |
|
2011-03-15
| ||
| 23:06 | remove unneeded things check-in: be49a1fb5a user: mig tags: mig-alloc-reform | |
| 14:53 | fix so that thread blocks are recycled when a thread dies (HAVE_FAST_TSD), just keep the original st... check-in: 536791f045 user: mig tags: mig-alloc-reform | |
| 14:15 | reorganisation towards (hopefuly) defining the allocator and/or purify at app start time; for now it... check-in: d0f1659e90 user: mig tags: mig-alloc-reform | |
| 09:51 | Merge to feature branch check-in: 9d8e674712 user: dkf tags: dkf-notifier-poll | |
| 09:44 | retire TclInterpAlloc/Free/Realloc check-in: 15d781d135 user: mig tags: mig-alloc-reform | |
| 08:44 | retire USE_TCLALLOC check-in: 9345713da6 user: mig tags: mig-alloc-reform | |
| 01:04 | let zippy use fast __thread TSD; enable with -DHAVE_FAST_TSD, the corresponding autoconferry is miss... check-in: b598f4b149 user: mig tags: mig-alloc-reform | |
| 00:33 | bugfix, was always using the shared pool check-in: b4cce9f15d user: mig tags: mig-alloc-reform | |
| 00:18 | merge trunk check-in: 3be14a67e3 user: mig tags: mig-alloc-reform | |
| 00:16 | enable zippy to also work on unthreaded builds as a special case; to enable compile without threads ... check-in: 5b965f32a9 user: mig tags: mig-alloc-reform | |
|
2011-03-14
| ||
| 21:34 | Import Olson's tzdata2011d and fix a tclZIC.tcl bug that made the import fail. * tools/tclZIC.tcl... check-in: 6ae7178df2 user: kbk tags: trunk | |
| 17:22 | merge trunk check-in: 6823128b5b user: dgp tags: dgp-refactor | |
| 17:17 | Standardize on autoconf-2.59 to generate configure files check-in: ee51894333 user: dgp tags: trunk | |
| 16:57 | Add files that the cvs to fossil conversion failed to place on the dgp-refactor branch. check-in: 7ad5dfaf09 user: dgp tags: dgp-refactor | |
| 16:48 | optimise freeing in TclAttemptRealloc check-in: 50502adb40 user: mig tags: mig-alloc-reform | |
| 16:09 | cherry pick a merge missed around the time of the cvs to fossil conversion check-in: 12bbe90b32 user: dgp tags: dgp-refactor | |
| 15:50 | merge trunk check-in: b72c342f16 user: dgp tags: dgp-refactor | |
| 15:48 | Reduce diffs from trunk, and tidy up some casting matters. check-in: 56ed611c89 user: dgp tags: dgp-refactor | |
| 15:10 | merge 8.5 check-in: d1023d4eff user: dgp tags: trunk | |
| 14:41 | merge trunk + update ckfree() and ckalloc() calls check-in: 4ddd1c56f7 user: dgp tags: dgp-refactor | |
| 14:40 | Merge to feature branch check-in: 6f4e084302 user: dkf tags: dkf-notifier-poll | |
| 14:28 | merge trunk check-in: a8dba24937 user: mig tags: mig-alloc-reform | |
| 14:25 | Apply non-comment changes to take our fork of libtommath up to tracking 0.42.0 from 0.39. check-in: 71dc9aa917 user: dkf tags: trunk | |
| 13:20 | Revert previous commit: I was not aware that we have a fork of libtommath Closed-Leaf check-in: 36f4d48631 user: jan.nijtmans tags: mistake-20110314 | |
| 09:52 | re-import ltm-0.39, with original RCS-ID's check-in: d2435b0687 user: jan.nijtmans tags: mistake-20110314 | |
|
2011-03-13
| ||
| 23:15 | merge trunk check-in: 97528be764 user: mig tags: mig-alloc-reform | |
| 22:42 | * generic/tclAssembly.c (BBEmitInstInt1): Changed parameter data types in an effort to silence a MS... check-in: 2404226f31 user: kbk tags: trunk | |
| 18:20 | fixed bug in testnrelevels, all tests pass check-in: a63f3d7674 user: mig tags: mig-alloc-reform | |
| 18:01 | remove unneeded (DE)CACHE_STACK_INFO macros check-in: 50e3c694d6 user: mig tags: mig-alloc-reform | |
| 17:47 | remove the Tcl stack completely, each bytecode llocates its own stacklet. *BROKEN*: problems in coro... check-in: 56e8a9f747 user: mig tags: mig-alloc-reform | |
| 13:38 | manage the catch stack as array not pointer-to-top check-in: 04f1b785bf user: mig tags: mig-alloc-reform | |
| 13:01 | merge trunk check-in: 727d8e6901 user: mig tags: mig-alloc-reform | |
| 12:54 | remove TD->expanded, not needed now check-in: 86417ad208 user: mig tags: trunk | |
| 07:01 | merge trunk check-in: f480a4c841 user: mig tags: mig-alloc-reform | |
| 06:59 | * generic/tclExecute.c: remove TEBCreturn() check-in: 77dc554864 user: mig tags: trunk | |
| 05:50 | fix for other allocators check-in: 8778c03c38 user: mig tags: mig-alloc-reform | |
| 05:46 | redefine TclInterpAlloc/Free to use zippy Tcl_Alloc infrastructure; will be very fast on zippy, not ... check-in: 5314e617b9 user: mig tags: mig-alloc-reform | |
| 04:50 | rename TclStackAlloc/Free to TclInterpAlloc/Free check-in: 820d67f844 user: mig tags: mig-alloc-reform | |
| 02:21 | typo check-in: ad14fb1217 user: mig tags: mig-alloc-reform | |
| 02:13 | remove one level of indirection when using native malloc check-in: 0be21a8979 user: mig tags: mig-alloc-reform | |
| 01:45 | small typo check-in: 61312530e5 user: mig tags: mig-alloc-reform | |
| 01:37 | replace TclpAlloc with Tcl_AttemptAlloc, TclpRealloc with Tcl_AttemptRealloc, TclpFree with Tcl_Free check-in: c6418d0771 user: mig tags: mig-alloc-reform | |
| 00:13 | * tclInt.h: small change in macros check-in: e78bf70e9a user: mig tags: mig-alloc-reform | |
|
2011-03-12
| ||
| 23:32 | make Tcl_Obj alloc and smallest allocs in zippy use the same pool check-in: 74ccfbd00b user: mig tags: mig-alloc-reform | |
| 15:10 | Merge to feature branch check-in: b2b39ea64e user: dkf tags: dkf-notifier-poll | |
| 15:06 | Adjust ckalloc/ckfree macros to greatly reduce number of explicit casts in rest of Tcl source code. ... check-in: 5574bdd262 user: dkf tags: trunk | |
| 00:52 | [Bug 3185609] File normalization corner case of ... broken with -DUNICODE check-in: 437c9cf011 user: jan.nijtmans tags: trunk | |
|
2011-03-11
| ||
| 22:20 | More test suite updating. check-in: 83b985ea92 user: dkf tags: trunk | |
| 19:14 | The re-creation of this branch should have deleted a few NRE specific testsuites, and did not. Fixed... Closed-Leaf check-in: 020e924fe9 user: andreask tags: activestate-nre-excised-variant-2-subtracted | |
| 11:26 | merge check-in: 1b7f047b8c user: jan.nijtmans tags: trunk | |
| 09:04 | Work in progress: poll()-based notifier. check-in: 4c8bb88ccd user: dkf tags: dkf-notifier-poll | |
| 08:58 | Create new branch named "dkf-notifier-poll" check-in: 0bd852075c user: dkf tags: dkf-notifier-poll | |
|
2011-03-10
| ||
| 21:40 | merge-mark check-in: e75529caea user: jan.nijtmans tags: trunk | |
| 21:33 | Turn namespace into an ensemble. check-in: cd80f3a423 user: dkf tags: trunk, potential incompatibility | |
| 21:32 | Add ChangeLog entry. Closed-Leaf check-in: ecaf46e096 user: dkf tags: dkf-namespace-as-ensemble | |
| 16:25 | Fix remaining broken tests (test failures appear non-serious) check-in: 31c07eaf3f user: dkf tags: dkf-namespace-as-ensemble | |
| 15:31 | Fix most of the failing tests (some of which were due to breakage done to the parser used in auto_mk... check-in: f2b605a1ff user: dkf tags: dkf-namespace-as-ensemble | |
| 14:52 | Merge to feature branch check-in: 94102ceed2 user: dkf tags: dkf-namespace-as-ensemble | |
| 14:36 | merge trunk (whitespace!) check-in: b1caff3218 user: dgp tags: dgp-refactor | |
| 14:12 | fix broken build check-in: 6cbd775460 user: dgp tags: trunk | |
| 13:40 | Make tests in child interpreters report their summary info in the master. Bumped tcltest version to ... check-in: 6560e53205 user: dkf tags: trunk | |
| 09:31 | MINOR: Formatting fixes, mainly to comments, so code better fits the style in the Engineering Manual... check-in: 5cb634a1c1 user: dkf tags: trunk | |
|
2011-03-09
| ||
| 21:41 | Update more of the test suite to use Tcltest 2. check-in: c45a9f3c1c user: dkf tags: trunk | |
| 19:42 | Merge to feature branch check-in: 4004f41517 user: dkf tags: dkf-namespace-as-ensemble | |
| 16:42 | * generic/tclNamesp.c: Tighten the detector of nested [namespace code] * tests/name... check-in: 52f5d3218a user: dgp tags: trunk | |
| 14:06 | Turn namespace into an ensemble. Not yet on trunk because of some mysterious failures that need reso... check-in: 13038535e3 user: dkf tags: dkf-namespace-as-ensemble | |
| 10:38 | Update more of the test suite to use Tcltest 2. check-in: 7c3bb623c5 user: dkf tags: trunk | |
|
2011-03-08
| ||
| 23:07 | Fix gcc warning: comparison between signed and unsigned integer expressions check-in: 39587d8c79 user: jan.nijtmans tags: trunk | |
| 22:57 | merge check-in: 514a4ba4fc user: jan.nijtmans tags: trunk | |
| 22:33 | More gcc warnings: variable set but not used Closed-Leaf check-in: 383b6abfcc user: jan.nijtmans tags: pseudotrunk-2011-03-08 | |
| 22:25 | Fix gcc warnings: variable set but not used check-in: 448cb95dbe user: jan.nijtmans tags: pseudotrunk-2011-03-08 | |
| 19:27 | * generic/tclInt.h: Remove TclMarkList() routine, an experimental * generic/tclU... check-in: 4f00f85797 user: dgp tags: trunk | |
| 15:24 | merge repair check-in: e5f89b5fb4 user: dgp tags: trunk | |
| 15:22 | * generic/tclResult.c (ResetObjResult): Correct failure to clear invalid intrep. Th... check-in: 39e462a5d5 user: dgp tags: trunk | |
| 13:29 | merge trunk check-in: 00ea99d359 user: dgp tags: dgp-refactor | |
| 10:28 | Make the assembler code more like Tcl code. check-in: fd182afaa3 user: dkf tags: trunk | |
|
2011-03-07
| ||
| 22:25 | merge-mark [3166410] as not applicable on trunk check-in: ee069af9c4 user: jan.nijtmans tags: pseudotrunk-2011-03-08 | |
| 22:07 | stray ';' check-in: b14d484424 user: jan.nijtmans tags: trunk | |
| 21:56 | MSVC 6 does not have the %I modifier in sprintf check-in: ff727e02f4 user: jan.nijtmans tags: trunk | |
| 21:32 | One more .cvsignore file check-in: bf37afe41e user: jan.nijtmans tags: trunk | |
| 21:31 | Now that we are no longer on CVS, the .cvsignore files serve no purpose check-in: 3e6d11e738 user: jan.nijtmans tags: trunk | |
|
2011-03-06
| ||
| 22:33 | * generic/tclBasic.c: More replacements of Tcl_UtfBackslash() calls * generic/tclC... check-in: 6b0527ff33 user: dgp tags: trunk | |
| 20:07 | * generic/tclUtil.c (TclFindElement): Guard escape sequence scans to not overrun t... check-in: 4dbf4963bd user: dgp tags: trunk | |
| 05:11 | * generic/tclParse.c (TclParseBackslash): Correct trunction checks in * tests/parse.... check-in: ffce86baaf user: dgp tags: trunk | |
|
2011-03-05
| ||
| 17:54 | * generic/tclExecute.c (TclStackFree): insure that the execStack satisfies "at most one free stack a... check-in: 02580251b5 user: msofer tags: trunk | |
| 16:53 | <verbatim> * generic/tclAssembly.c (new file): * generic/tclBasic.c (Tcl_CreateInterp): * generic/tc... check-in: c25aa35b3e user: kennykb tags: trunk | |
| 16:31 | merge trunk Closed-Leaf check-in: 08b261adfb user: kennykb tags: dogeen-assembler-branch | |
| 15:09 | * generic/tclExecute.c: cleaner mem management for TEBCdata check-in: 0798fea8d4 user: msofer tags: trunk | |
| 13:26 | Renamed BottomData to TEBCdata, so that the name refers to what it is rather than to its storage loc... check-in: 9f40419fa6 user: msofer tags: trunk | |
| 12:29 | Renamed struct TEOV_callback to the more descriptive NRE_callback. check-in: dbebe03821 user: msofer tags: trunk | |
| 05:13 | One trunk to rule them all... check-in: 66081a3e1e user: dgp tags: trunk | |
| 01:25 | Unbreak the build. check-in: 1f4297094c user: dkf tags: trunk | |
| 00:35 | [Bug 3185009]: Keep references to resolved object variables so that an unset doesn't leave any dangl... check-in: 6005a9d1b7 user: dkf tags: trunk | |
|
2011-03-04
| ||
| 11:57 | * generic/tclBasic.c (TclNREvalObjv): missing a variable declaration in commented out non-optimised ... check-in: b1628c0c00 user: msofer tags: trunk | |
|
2011-03-03
| ||
| 21:31 | date copy/paste error check-in: b46de1fb05 user: dgp tags: trunk | |
| 21:28 | USE_DIRECT_INTERP_RESULT_ACCESS -> USE_INTERP_RESULT [TIP 330]. check-in: d8df544b20 user: dgp tags: trunk | |
| 17:29 | merge trunk check-in: 37d45c2698 user: dgp tags: dgp-refactor | |
| 17:14 | merge trunk check-in: affd89e3ef user: dgp tags: dgp-refactor | |
|
2011-03-02
| ||
| 21:31 | add missing comment terminator check-in: e3b87b44f3 user: mig tags: trunk | |
| 20:27 | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause more harm than good. Pu... check-in: c64f310d38 user: dgp tags: trunk | |
| 03:59 | merge trunk into dogeen-assembler-branch check-in: d7f33b3d72 user: kennykb tags: dogeen-assembler-branch | |
|
2011-03-01
| ||
| 20:02 | fix leaks in throw and unset compilers check-in: 0e18b9441c user: mig tags: trunk | |
| 19:54 | This is [Patch 3168398], Joe Mistachkin's optimisation of Tip #285 check-in: 40089e043b user: mig tags: trunk | |
| 19:26 | * generic/tclExecute.c (ExprObjCallback): fix object leak check-in: 41088210ac user: mig tags: trunk | |
| 18:24 | * generic/tclExecute.c (TEBCresume): store local var array and constants in automatic vars to reduce... check-in: 9c6343aefd user: mig tags: trunk | |
| 18:21 | merge trunk check-in: 14fef1ae97 user: kennykb tags: dogeen-assembler-branch | |
| 18:13 | fix typo in dkf's last commit check-in: b4bf957f29 user: mig tags: trunk | |
| 18:05 | remove unused variables check-in: 2b4579e047 user: mig tags: trunk | |
| 17:19 | * generic/tclBasic.c (TclNREvalObjv): dont do the trampoline dance for commands that do not have an ... check-in: b97b771b6d user: mig tags: trunk | |
| 15:07 | Reorganization of call context reference count management so that code is (mostly) simpler. check-in: 25d2a66f4d user: dkf tags: trunk | |
| 04:16 | merge trunk check-in: 1357375583 user: kennykb tags: dogeen-assembler-branch | |
|
2011-02-28
| ||
| 21:23 | Mark merge point. check-in: ebe7b80052 user: dgp tags: dgp-refactor | |
| 21:21 | Mark merge of 8.5 bugfixes into 8.6 development. check-in: d1e1021f8a user: dgp tags: trunk | |
| 20:58 | merge check-in: 1b19fb4fb6 user: dgp tags: dgp-refactor | |
| 20:26 | * doc/RegExp.3: [Bug 3165108]: Corrected documentation of description of subexpressi... check-in: f6f4f8c5e7 user: dgp tags: trunk | |
|
2011-01-25
| ||
| 22:33 | Fix various gcc-4.5.2 64-bit warning messages, e.g. by using full 64-bits for socket fd's check-in: 92caef797a user: nijtmans tags: trunk | |
| 19:23 | merge check-in: fae129cbce user: dgp tags: dgp-refactor | |
| 19:02 | Created branch dgp-refactor-merge-synthetic Closed-Leaf check-in: d2193dd943 user: cvs2fossil tags: dgp-refactor-merge, dgp-refactor-merge-synthetic | |
| 19:02 | typo check-in: c116ce9d3c user: dgp tags: trunk | |
| 07:17 | Don't miss 64-bit address bits in panic message. check-in: 8f2403f53e user: nijtmans tags: trunk | |
|
2011-01-19
| ||
| 23:34 | Clarify documentation of format/args checking in Tcl_ObjPrintf. Thanks to Brad Harder (yukonbob). [B... check-in: 71a85031c7 user: ferrieux tags: trunk | |
| 14:44 | merge check-in: 033d15e87a user: dgp tags: dgp-refactor | |
| 14:11 | [Enh #3159920]: Tcl_ObjPrintf() crashes with bad format specifier. check-in: 028797ed80 user: nijtmans tags: trunk | |
| 14:04 | Make sure to use CONST/VOID in stead of const/void when appropriate. This allows to use const/void i... check-in: 22f28b5c02 user: nijtmans tags: trunk | |
|
2011-01-18
| ||
| 19:26 | Brought no-nre v2 up-to-date with 8.6 head as of Jan 18 11:30 PST. check-in: 5b2d91d5e3 user: andreask tags: activestate-nre-excised-variant-2-subtracted | |
| 16:34 | merge check-in: a4ca4d6d4c user: dgp tags: dgp-refactor | |
| 15:44 | Add missing comment check-in: a07004a06f user: dkf tags: trunk | |
| 13:50 | * generic/tclOOMethod.c (PushMethodCallFrame): [Bug 3001438]: Make sure that the cmdPtr field of t... check-in: f2221b7726 user: dkf tags: trunk | |
| 08:43 | Various mismatches between Tcl_Panic format string and its arguments, discovered thanks to [Bug 3159... check-in: 964a1a5a57 user: nijtmans tags: trunk | |
|
2011-01-17
| ||
| 11:27 | [Bug 3148192]: Commands "read/puts" incorrectly interpret parameters. Improved error-message regardi... check-in: 49488fe933 user: nijtmans tags: trunk | |
|
2011-01-15
| ||
| 19:01 | Removed code that suppressed zeroes in a context where zeroes cannot appear. check-in: 12e11949ff user: kennykb tags: trunk | |
| 18:10 | * doc/tclvars.n: * generic/tclStrToD.c: * generic/tclUtil.c (Tcl_PrintDouble): * tests/util.test (ut... check-in: 32e80e56c7 user: kennykb tags: trunk | |
|
2011-01-12
| ||
| 20:30 | merge check-in: e66fd7b686 user: dgp tags: dgp-refactor | |
| 20:17 | fall back to assembler for VC++ 32-bit check-in: 3aedd76d8f user: nijtmans tags: trunk | |
| 15:35 | Missed from update, dropped test file, is now part of package.test check-in: 09c46cb1e8 user: andreask tags: activestate-nre-excised-variant-2-subtracted | |
| 15:34 | Update to CVS head Wednesday Jan 11. check-in: 905d97c057 user: andreask tags: activestate-nre-excised-variant-2-subtracted | |
| 15:23 | This commit is both no-NRE v2, implemented by subtracting the NRE pieces (*), and update to CVS trun... check-in: 2d93b1436c user: andreask tags: activestate-nre-excised-variant-2-subtracted | |
| 10:40 | handle --enable-64bit=ia64 for gcc more accurate test for correct <intrin.h> check-in: 8942ef5184 user: nijtmans tags: trunk | |
| 07:48 | VS 2005 64-bit does not have intrin.h, and does not need it. check-in: 7a633418bf user: nijtmans tags: trunk | |
| 07:37 | VS 2005 64-bit does not have intrin.h, and does not need it. check-in: 5e2970599b user: nijtmans tags: trunk | |
| 07:32 | Use _vsnprintf in stead of vsnprintf, because MSVC 6 doesn't have it. Reported by andreask. check-in: ae91cc7d31 user: nijtmans tags: trunk | |
|
2011-01-10
| ||
| 15:24 | merge check-in: afbcd525de user: dgp tags: dgp-refactor | |
|
2011-01-07
| ||
| 02:26 | * tests/util.test (util-15.*): Added test cases for floating point conversion of the largest denorma... check-in: d49689d1c1 user: kennykb tags: trunk | |
|
2011-01-06
| ||
| 13:31 | merge check-in: 072f29386d user: dgp tags: dgp-refactor | |
| 10:20 | * tests/package.test, tests/pkg.test: Coalesce these tests into one file that is concerned with th... check-in: b3216c8061 user: dkf tags: trunk | |
|
2011-01-04
| ||
| 16:21 | merge check-in: 74ff362eac user: dgp tags: dgp-refactor | |
|
2011-01-01
| ||
| 15:14 | Clean up of tests and conversion to tcltest 2. Target has been to get init and cleanup code out of t... check-in: 69575bf53b user: dkf tags: trunk | |
| 14:44 | * tests/execute.test (execute-11.1): [Bug 3142026]: Added test that fails (with a crash) in an unf... check-in: 11dc5975d5 user: dkf tags: trunk | |
| 10:49 | * generic/tclCmdIL.c (SortElement): Use unions properly in the definition of this structure so tha... check-in: 945d846dfa user: dkf tags: trunk | |
|
2010-12-31
| ||
| 16:35 | Fix [Bug 3148192]: [load] broken. Assure that those files are never compiled with -DSTATIC_BUILD check-in: ce79d0f88f user: nijtmans tags: trunk | |
|
2010-12-30
| ||
| 23:10 | * generic/tclExecute.c (GrowEvaluationStack): off-by-one error in sizing the new allocation - was ... check-in: 5dd1506af4 user: msofer tags: trunk | |
| 14:42 | merge check-in: 45d5c91eaf user: dgp tags: dgp-refactor | |
|
2010-12-27
| ||
| 00:01 | * generic/tclCmdIL.c (Tcl_LsortObjCmd): Fix crash when multiple -index options are used. Simplifie... check-in: 4ab51c3483 user: dkf tags: trunk | |
|
2010-12-21
| ||
| 10:04 | [Patch 3059922]: fixes for mingw64 - gcc4.5.1 tdm64-1: completed for all environments. check-in: 03a45b4b7a user: nijtmans tags: trunk | |
| 09:07 | cannot use '['/']' in configure.in, or re-generation will go wrong check-in: 884ed2b61e user: nijtmans tags: trunk | |
|
2010-12-20
| ||
| 12:12 | fix cpuid determination check-in: 7306f7672f user: nijtmans tags: trunk | |
| 10:28 | Explicitely test for intrinsics support in compiler, before assuming only MSVC has it. check-in: 8734d6c021 user: nijtmans tags: trunk | |
|
2010-12-19
| ||
| 18:16 | [Patch3059922]: fixes for mingw64 - gcc4.5.1 tdm64-1: Fixed for gcc, not yet for MSVC 64-bit. check-in: 7fd73b2ad4 user: nijtmans tags: trunk | |
| 18:14 | [Patch 3124554]: fixes for mingw64 - gcc4.5.1 tdm64-1: Fixed for gcc, not yet for MSVC 64-bit. check-in: 1e77131c2b user: nijtmans tags: trunk | |
|
2010-12-17
| ||
| 23:49 | Remove unwanted/obsolete 'ddd' target. check-in: 331d62bfee user: stwo tags: trunk | |
| 23:14 | Clean up '.PHONY:' targets: Arrange those common to Tcl and Tk as in Tk's Makefile.in, add any missi... check-in: c92f91f6ff user: stwo tags: trunk | |
| 21:58 | [Bug 2446711]: Remove 'allpatch' target. check-in: cb0eed65cd user: stwo tags: trunk | |
| 17:55 | Created branch dogeen-assembler-merge-synthetic Closed-Leaf check-in: b984b3567a user: cvs2fossil tags: dogeen-assembler-merge, dogeen-assembler-merge-synthetic | |
| 17:55 | Use 'rpmbuild', not 'rpm' [Bug 2537626]. check-in: a79e3d6c8c user: stwo tags: trunk | |
|
2010-12-16
| ||
| 13:38 | while 'info' is destroyed and becoms inaccessible after TclEvalObjEx. Closed-Leaf check-in: 577579ce4a user: andreask tags: activestate-nre-excised-variant-1-roll-forward | |
| 13:03 | Ask for the version of http we actually provide. + 33 failures now, because httpd11.tcl uses coros. ... check-in: a832e5d0fa user: andreask tags: activestate-nre-excised-variant-1-roll-forward | |
| 12:33 | Marking that the previous commit [d80aeef81f] was a result of merging the state of [2ab5f8bab0] into... check-in: fef6a80d4e user: andreask tags: activestate-nre-excised-variant-1-roll-forward | |
| 12:32 | Updated remainder. Branch is now sync'd with head Dec 16, in the morning. 15 significant test failur... check-in: d80aeef81f user: andreask tags: activestate-nre-excised-variant-1-roll-forward | |
| 09:47 | Windows specific files, updated to head. check-in: 5fe6c2f5f2 user: andreask tags: activestate-nre-excised-variant-1-roll-forward | |
| 08:52 | [Patch 3124554]: Move WishPanic from Tk to Tcl Better communication with debugger, if present. check-in: 2ab5f8bab0 user: nijtmans tags: trunk | |
| 01:42 | merge check-in: c6b9d34dfd user: kennykb tags: dogeen-assembler-branch | |
| 01:40 | * tclAssembly.c: * assemble.test: Reworked beginCatch/endCatch handling to enforce the more severe ... check-in: fb5e59d2ee user: kennykb tags: dogeen-assembler-branch | |
|
2010-12-15
| ||
| 16:21 | Unix updates. check-in: 7314dafe57 user: andreask tags: activestate-nre-excised-variant-1-roll-forward | |
| 15:58 | Oops. Forgotten interp changes. check-in: 4681a75b2d user: andreask tags: activestate-nre-excised-variant-1-roll-forward | |
| 15:58 | Continued comparison of no-nre against head, and updating the latest changes, and/or pieces forgotte... check-in: 26fcf437a2 user: andreask tags: activestate-nre-excised-variant-1-roll-forward | |
| 14:03 | Restore abort() in Tcl_Panic() as it was before. [Patch 3124554] use ExitProcess() here, like in wis... check-in: aca7d3274f user: nijtmans tags: trunk | |
|
2010-12-14
| ||
| 21:51 | [Bug 3137454]: Tcl CVS HEAD does not build on GCC 3 check-in: 1ae430c7db user: nijtmans tags: trunk | |
| 17:22 | * win/tclWinSock.c (CreateSocket): Swap the loops over * unix/tclUnixSock.c ... check-in: beb3b2f8a3 user: rmax tags: trunk | |
| 16:31 | small updates. check-in: 04411163ee user: andreask tags: activestate-nre-excised-variant-1-roll-forward | |
| 15:14 | Updates in proc handling. check-in: 11757bbc0a user: andreask tags: activestate-nre-excised-variant-1-roll-forward | |
| 14:48 | Updated expected test results for history. We moved into 'tcl' namespace, but do not have the tailca... check-in: 5194d1e234 user: andreask tags: activestate-nre-excised-variant-1-roll-forward | |
| 14:45 | Whitespace corrections to reduce noise in file comparisons. check-in: 5575a2b368 user: andreask tags: activestate-nre-excised-variant-1-roll-forward | |
| 14:44 | This file was not up to date after the patches. Guessing that a number of NRE patches we skipped wer... check-in: 5d7c6ba434 user: andreask tags: activestate-nre-excised-variant-1-roll-forward | |
| 13:42 | Heavy re-alignment of this tclExecute with head, in terms of the local variables used by the various... check-in: e8e7a3b75b user: andreask tags: activestate-nre-excised-variant-1-roll-forward | |
|
2010-12-13
| ||
| 22:33 | [Bug 3135271] Link error due to hidden symbols (CentOS 4.2) check-in: c2a840f99b user: nijtmans tags: trunk | |
| 13:57 | Use gcc's __builtin_trap(), when available, to enter the debugger after a panic. Undocumented featur... check-in: 9084edc9f0 user: nijtmans tags: trunk | |
|
2010-12-12
| ||
| 11:51 | Better building on OpenBSD. check-in: 348121ed58 user: stwo tags: trunk | |
|
2010-12-11
| ||
| 18:39 | merge check-in: c291154f2c user: kennykb tags: dogeen-assembler-branch | |
|
2010-12-10
| ||
| 21:59 | [Bug 3129448]: Possible over-allocation on 64-bit platforms, part 2 check-in: e6ddd08613 user: nijtmans tags: trunk | |
| 17:00 | Make sure [fcopy -size ... -command ...] always calls the callback asynchronously, even for size zer... check-in: c65a69cfa4 user: ferrieux tags: trunk | |
| 15:44 | Change first parameter of TclSockMinimumBuffers to ClientData, and TclWin(Get|Set)SockOpt to SOCKET,... check-in: 5d5c5e198a user: nijtmans tags: trunk | |
| 13:08 | Fix gcc -Wextra warning: missing initializer check-in: 38357311b7 user: nijtmans tags: trunk | |
|
2010-12-09
| ||
| 15:39 | merge check-in: 1ff2cdf21a user: dgp tags: dgp-refactor | |
| 15:31 | * tests/fCmd.test: Improve sanity of constraints now that we don't support anything before Windows... check-in: 4449e133f1 user: dkf tags: trunk | |
| 15:09 | * generic/tclCmdAH.c (TclInitFileCmd, TclMakeFileCommandSafe, ...): Break up [file] into an ensemb... check-in: 264ccb78f6 user: dkf tags: trunk | |
| 10:47 | * tests/append.test, tests/appendComp.test: Clean up tests so that they don't leave things in the ... check-in: cfb644be15 user: dkf tags: trunk | |
|
2010-12-08
| ||
| 16:26 | 1402, dkf's goto reorganization to reduce the number of machine instructions this compiles to. check-in: cbd17ba44b user: andreask tags: activestate-nre-excised-variant-1-roll-forward | |
| 12:07 | Code cleanup. Most warnings are now gone. check-in: 90d463b3e7 user: andreask tags: activestate-nre-excised-variant-1-roll-forward | |
| 12:07 | Build file cleanup. check-in: 6079f497cf user: andreask tags: activestate-nre-excised-variant-1-roll-forward | |
| 12:07 | 1577 merge (INST_STR_N(EQ) with INST_STR_CMP). check-in: b47956be3b user: andreask tags: activestate-nre-excised-variant-1-roll-forward | |
|
2010-12-07
| ||
| 16:32 | * tests/fCmd.test, tests/safe.test, tests/uplevel.test, * tests/upvar.test, tests/var.test: Conver... check-in: 0ca22e73da user: dkf tags: trunk | |
| 16:27 | * generic/tclStrToD.c: Tidy up code so that more #ifdef-fery is quarantined at the front of the fi... check-in: 5f6ea0588c user: dkf tags: trunk | |
| 16:26 | @1648, minus the things I mentioned in the previous commit. 32 testsuite failures left over, and 5 c... check-in: 246c64263a user: andreask tags: activestate-nre-excised-variant-1-roll-forward | |
| 16:01 | @1629 (excluding 1577 (INSTR_STR_EQ/NE/CMP merge skipped for today)). I also skipped DKF's math inst... check-in: ecb2476c6c user: andreask tags: activestate-nre-excised-variant-1-roll-forward | |
| 14:39 | @1576 check-in: ef82386ec6 user: andreask tags: activestate-nre-excised-variant-1-roll-forward | |
| 11:45 | @1511 check-in: cde12364d3 user: andreask tags: activestate-nre-excised-variant-1-roll-forward | |
| 10:15 | @1451 check-in: 1ea47b059c user: andreask tags: activestate-nre-excised-variant-1-roll-forward | |
|
2010-12-06
| ||
| 15:03 | merge check-in: 1d1c73e85a user: dgp tags: dgp-refactor | |
| 14:52 | @1400, undo of 177 (TclpThreadGetStacksize). check-in: 861c844a13 user: andreask tags: activestate-nre-excised-variant-1-roll-forward | |
| 13:20 | @1330 + jump interp, indexobj check-in: c08c831172 user: andreask tags: activestate-nre-excised-variant-1-roll-forward | |
| 12:33 | @1300 check-in: 3f09e6a910 user: andreask tags: activestate-nre-excised-variant-1-roll-forward | |
| 09:01 | [Bug 3129448]: possible over-allocation on 64-bit platforms check-in: ea6a3428d6 user: nijtmans tags: trunk | |
|
2010-12-05
| ||
| 08:55 | [Patch #3116490] cross-compile support for unix check-in: ce7a104a2c user: nijtmans tags: trunk | |
| 08:52 | [Patch #3116490] cross-compile support for unix check-in: f814ae9762 user: nijtmans tags: trunk | |
|
2010-12-03
| ||
| 22:30 | * generic/tclUtil.c (TclReToGlob): add extra check for multiple inner *s that leads to poor recurs... check-in: 76870b1f3a user: hobbs tags: trunk | |
| 14:50 | merge check-in: d6d7259b6f user: dgp tags: dgp-refactor | |
| 14:42 | merge check-in: a3d4bcb6b1 user: dgp tags: dgp-refactor | |
| 09:19 | silence gcc warning when using -Wwrite-strings silence gcc warning for non-IEEE platforms [Patch #31... check-in: d1cc649556 user: nijtmans tags: trunk | |
|
2010-12-02
| ||
| 15:49 | @1260 check-in: e3ce920ce7 user: andreask tags: activestate-nre-excised-variant-1-roll-forward | |
| 13:17 | @1200 check-in: 772aad65cb user: andreask tags: activestate-nre-excised-variant-1-roll-forward | |
| 10:58 | @1090 check-in: 64d3140aa1 user: andreask tags: activestate-nre-excised-variant-1-roll-forward | |
|
2010-12-01
| ||
| 16:42 | merge check-in: 0af397c644 user: kennykb tags: dogeen-assembler-branch | |
| 16:28 | * generic/tclStrToD.c (SetPrecisionLimits, TclDoubleDigits): Added meaningless initialization of 'i'... check-in: e856bbc067 user: kennykb tags: trunk | |
| 15:41 | @999 check-in: 1ad7b941e2 user: andreask tags: activestate-nre-excised-variant-1-roll-forward | |
| 15:27 | merge check-in: 066450d73b user: dgp tags: dgp-refactor | |
| 15:06 | @940 check-in: fbf7360824 user: andreask tags: activestate-nre-excised-variant-1-roll-forward | |
| 14:48 | @921 check-in: 61b08bf693 user: andreask tags: activestate-nre-excised-variant-1-roll-forward | |
| 13:50 | @893 check-in: 83f1d1c03c user: andreask tags: activestate-nre-excised-variant-1-roll-forward | |
| 13:39 | @864 + jumps check-in: 0dbcc4b3c6 user: andreask tags: activestate-nre-excised-variant-1-roll-forward | |
| 12:27 | Forward jumps, mostly tests, some code. Plus 1428, 1118. check-in: 7c305a2ec0 user: andreask tags: activestate-nre-excised-variant-1-roll-forward | |
| 10:43 | Allow Tcl_Panic() to enter the debugger on win32 check-in: 042cb661f1 user: nijtmans tags: trunk | |
| 09:58 | fix gcc 64-bit warnings: cast from pointer to integer of different size fix gcc(-4.5.2) warning: 'st... check-in: 10b83db14e user: nijtmans tags: trunk | |
|
2010-11-30
| ||
| 21:29 | merge check-in: 113e810716 user: dgp tags: dgp-refactor | |
| 18:17 | * generic/tclInt.decls, generic/tclInt.h, generic/tclIntDecls.h: * generic/tclStubInit.c: TclForma... check-in: f43e9a82a7 user: hobbs tags: trunk | |
| 16:27 | More tests jumping. check-in: 0748568581 user: andreask tags: activestate-nre-excised-variant-1-roll-forward | |
| 16:16 | Jump tommath changes. check-in: 4144b8d30c user: andreask tags: activestate-nre-excised-variant-1-roll-forward | |
| 15:50 | @830 + jumps (tests) + 1428 (tommath const). check-in: 4f51eb70e4 user: andreask tags: activestate-nre-excised-variant-1-roll-forward | |
| 14:58 | @820 check-in: c7d2796ef4 user: andreask tags: activestate-nre-excised-variant-1-roll-forward | |
| 14:42 | @800 check-in: 32871f3ed6 user: andreask tags: activestate-nre-excised-variant-1-roll-forward | |
| 14:22 | @777 check-in: b82b3cdf0c user: andreask tags: activestate-nre-excised-variant-1-roll-forward | |
| 13:33 | merge check-in: c60793fdf6 user: dgp tags: dgp-refactor | |
| 12:08 | @728 check-in: 8e03c33dfd user: andreask tags: activestate-nre-excised-variant-1-roll-forward | |
|
2010-11-29
| ||
| 22:22 | ChangeLog typo. check-in: bc39db13b0 user: ferrieux tags: trunk | |
| 22:16 | Patch by Miguel, providing a [::tcl::unsupported::inject coroname command args], which prepends ("in... check-in: 988bbef5f1 user: ferrieux tags: trunk | |
| 14:36 | @701b check-in: 4b239bf4cd user: andreask tags: activestate-nre-excised-variant-1-roll-forward | |
| 14:30 | @701 check-in: 91df6842c3 user: andreask tags: activestate-nre-excised-variant-1-roll-forward | |
| 13:51 | @670 check-in: 2435a4366f user: andreask tags: activestate-nre-excised-variant-1-roll-forward | |
| 13:32 | merge check-in: 800763ec73 user: dgp tags: dgp-refactor | |
| 02:27 | added missing casts that MSVC complained about and deleted unused variable check-in: 7c3fff6000 user: kennykb tags: trunk | |
|
2010-11-28
| ||
| 23:20 | 2010-11-29 Kevin B. Kenny <kennykb@acm.org> * generic/tclInt.decls: * generic/tclInt.h: * gene... check-in: 5986a2c421 user: kennykb tags: trunk | |
|
2010-11-24
| ||
| 15:27 | merge check-in: 40a5b0a53f user: dgp tags: dgp-refactor | |
| 11:56 | * tests/chanio.test, tests/iogt.test, tests/ioTrans.test: Convert more tests to tcltest2 and facto... check-in: 411fe1ce4d user: dkf tags: trunk | |
|
2010-11-23
| ||
| 16:28 | @619 check-in: 1a1c301601 user: andreask tags: activestate-nre-excised-variant-1-roll-forward | |
| 15:23 | Next @611, and jumping tclGetDate.yyacc grammar. check-in: b277d95385 user: andreask tags: activestate-nre-excised-variant-1-roll-forward | |
| 14:27 | Jumps of win/ files. Fixed missing patches to configure. Jumped configure.in and tcl.m4. Also @578 check-in: 1c930c462b user: andreask tags: activestate-nre-excised-variant-1-roll-forward | |
| 13:11 | Jump. check-in: f8ff91db3f user: andreask tags: activestate-nre-excised-variant-1-roll-forward | |
| 13:02 | merge check-in: 06e3ec78e1 user: dgp tags: dgp-refactor | |
| 11:39 | @500, missing pieces. check-in: fc6fda4711 user: andreask tags: activestate-nre-excised-variant-1-roll-forward | |
| 11:38 | Next @500. check-in: 5365d7ae02 user: andreask tags: activestate-nre-excised-variant-1-roll-forward | |
| 10:24 | Next @411 check-in: 769955448f user: andreask tags: activestate-nre-excised-variant-1-roll-forward | |
|
2010-11-22
| ||
| 16:46 | Jumping forward the files we can. check-in: 6e8bb472bd user: andreask tags: activestate-nre-excised-variant-1-roll-forward | |
| 16:07 | Next @380. OO Stacktraces broken. check-in: 1713113dd4 user: andreask tags: activestate-nre-excised-variant-1-roll-forward | |
| 13:14 | Next @251. check-in: 6e5d8c41eb user: andreask tags: activestate-nre-excised-variant-1-roll-forward | |
| 11:46 | Next @175 check-in: 8cd8dc3fc1 user: andreask tags: activestate-nre-excised-variant-1-roll-forward | |
|
2010-11-21
| ||
| 12:12 | More conversion of tcltest1 tests to tcltest2 check-in: 0e2f5a7990 user: dkf tags: trunk | |
|
2010-11-20
| ||
| 18:10 | * tests/chanio.test: Converted many tests to tcltest2 by marking the setup and cleanup parts as su... check-in: 839e019f62 user: dkf tags: trunk | |
|
2010-11-19
| ||
| 20:47 | fix gcc warnings: unused variable 'registration' check-in: 862a46901a user: nijtmans tags: trunk | |
| 15:36 | merge check-in: 04aaac44e0 user: dgp tags: dgp-refactor | |
| 10:17 | Tcl_Panic already writes a newline at the end, so the caller doesn't have to do that check-in: 2894303074 user: nijtmans tags: trunk | |
|
2010-11-18
| ||
| 23:15 | Set NO_VIZ=1 when zlib is compiled in libtcl, this resolves compiler warnings in 64-bit and static b... check-in: e580353eb9 user: nijtmans tags: trunk | |
| 17:15 | Next, @134 check-in: 7fc03e57d1 user: andreask tags: activestate-nre-excised-variant-1-roll-forward | |
| 16:17 | Next, @81. check-in: 269075aa4d user: andreask tags: activestate-nre-excised-variant-1-roll-forward | |
| 15:50 | [FRQ 491789]: "setargv() doesn't support a unicode cmdline" now implemented for cygwin and mingw32 t... check-in: 078f74fc6d user: nijtmans tags: trunk | |
| 15:43 | merge check-in: 0314b26092 user: dgp tags: dgp-refactor | |
| 15:08 | Next. check-in: 3120107af3 user: andreask tags: activestate-nre-excised-variant-1-roll-forward | |
| 14:20 | Onward. check-in: fcf1f73ec6 user: andreask tags: activestate-nre-excised-variant-1-roll-forward | |
| 12:39 | Ok, we are hopefully now be over the worst of the NRE core, dropping its code and coping with change... check-in: 43ea814b84 user: andreask tags: activestate-nre-excised-variant-1-roll-forward | |
| 11:50 | The last slices were all vertical, bringing entire files forward to HEAD. Now starting to do horizon... check-in: 52c9d27395 user: andreask tags: activestate-nre-excised-variant-1-roll-forward | |
| 11:50 | The last slices were all vertical, bringing entire files forward to HEAD. Now starting to do horizon... check-in: c9ed486229 user: andreask tags: activestate-nre-excised-variant-1-roll-forward | |
| 11:25 | * doc/file.n: [Bug 3111298]: Typofix. check-in: 88108dee92 user: dkf tags: trunk | |
| 10:51 | Update tests for clock changes. check-in: b035b85a34 user: andreask tags: activestate-nre-excised-variant-1-roll-forward | |
| 10:43 | Next slice. check-in: 095fc2f85f user: andreask tags: activestate-nre-excised-variant-1-roll-forward | |
| 10:11 | Next slice. check-in: 16246c5c13 user: andreask tags: activestate-nre-excised-variant-1-roll-forward | |
| 10:10 | * tests/oo.test: [Bug 3111059]: Added testing that neatly trapped this issue. check-in: 9c0e4f52d8 user: dkf tags: trunk | |
| 00:44 | * generic/tclNamesp.c: fix leak due to bad looping construct, [Bug 3111059] (Correct fix this tim... check-in: 1bc1cdfe72 user: msofer tags: trunk | |
| 00:35 | * generic/tclNamesp.c: fix leak due to bad looping construct, [Bug 3111059] check-in: ff0d552461 user: msofer tags: trunk | |
|
2010-11-17
| ||
| 21:06 | [FRQ 491789]: "setargv() doesn't support a unicode cmdline" now implemented for mingw-w64 check-in: 8451fba99a user: nijtmans tags: trunk | |
| 18:09 | merge check-in: 0e5ac61917 user: dgp tags: dgp-refactor | |
| 16:32 | Next slice, big chunk of the generic IO layer plus a few miscellanea. check-in: 40a5fd2632 user: andreask tags: activestate-nre-excised-variant-1-roll-forward | |
| 16:11 | Next slice. check-in: e83816154d user: andreask tags: activestate-nre-excised-variant-1-roll-forward | |
| 15:41 | Bringing the regex core forward. check-in: a425415487 user: andreask tags: activestate-nre-excised-variant-1-roll-forward | |
| 15:31 | Most parts of the library/ brought forward. check-in: 97093aac88 user: andreask tags: activestate-nre-excised-variant-1-roll-forward | |
| 13:58 | Moved the OSX build system forward, dropping tailcall, nre, and coroutine references. check-in: cd8584fecb user: andreask tags: activestate-nre-excised-variant-1-roll-forward | |
| 13:38 | A few small things check-in: 4b9b7026eb user: andreask tags: activestate-nre-excised-variant-1-roll-forward | |
| 13:20 | Added the zlib sources under compat/, pulled from 8.6 head. check-in: 2c6567c88a user: andreask tags: activestate-nre-excised-variant-1-roll-forward | |
| 10:37 | Bring compilation under mingw-w64 a bit closer to reality (but don't break mingw32 build!) check-in: 87efc54866 user: nijtmans tags: trunk | |
|
2010-11-16
| ||
| 17:39 | merge check-in: fc5e3d1942 user: dgp tags: dgp-refactor | |
| 14:57 | [Bug #3110161]: Extensions using TCHAR don't compile on VS2005 SP1 check-in: 54cb3a0c1d user: nijtmans tags: trunk | |
| 14:03 | Bring compilation under mingw-w64 a bit closer to reality check-in: bef6da697c user: nijtmans tags: trunk | |
|
2010-11-15
| ||
| 21:34 | * doc/interp.n: [3081184] TIP #378. * doc/tclvars.n: Performance fix for TIP #280. * generic/tcl... check-in: 61ddf0cf16 user: andreas_kupries tags: trunk | |
| 10:12 | reverted previous commit: it has effect on the Windows console check-in: 6c8f8523b9 user: nijtmans tags: trunk | |
| 09:21 | Eliminate use of the function Tcl_WinTCharToUtf in generic code check-in: 047cb5bdcf user: nijtmans tags: trunk | |
|
2010-11-12
| ||
| 14:56 | merge check-in: 30d309fe83 user: dgp tags: dgp-refactor | |
|
2010-11-10
| ||
| 17:43 | * changes: Updates for 8.6b2 release. check-in: b6b51e0cdc user: andreas_kupries tags: trunk | |
|
2010-11-09
| ||
| 21:05 | merge check-in: 4750f42bbd user: dgp tags: dgp-refactor | |
| 16:26 | Fix [Bug 3105999]; deallocate temporary structure. check-in: db70277c1a user: dkf tags: trunk | |
| 14:41 | Clarify the tests so that what is being tested is in the body... :-) check-in: 754284b8be user: dkf tags: trunk | |
| 14:38 | * tests/oo.test: Various tests for memory leaks. check-in: 7ac1d58520 user: dkf tags: trunk | |
| 14:20 | Revert previous commit at request of KBK. check-in: 1695a5f14d user: dkf tags: trunk | |
| 13:41 | Added test case for [Bug #3105247] -NaN? check-in: 6803fb1fbc user: nijtmans tags: trunk | |
|
2010-11-08
| ||
| 09:02 | Add missing 'objs' verb in error message. check-in: 38fe3826bf user: ferrieux tags: trunk | |
|
2010-11-05
| ||
| 16:40 | merge check-in: b68283928e user: dgp tags: dgp-refactor | |
| 08:16 | fix TCL_ASCII_MAIN usage, as the name suggests check-in: ddecce42f0 user: nijtmans tags: trunk | |
|
2010-11-04
| ||
| 23:56 | * generic/tclMain.c: Added missing conditional on _WIN32 around code that messes around with the def... check-in: 4bff967054 user: kennykb tags: trunk | |
| 21:48 | [FRQ 491789]: "setargv() doesn't support a unicode cmdline" implemented for Tcl on MSVC++ check-in: 6bbdcbed5f user: nijtmans tags: trunk | |
| 21:38 | some more speedups to socket.test check-in: f37b754d86 user: rmax tags: trunk | |
| 21:08 | avoid having to wait for some child processes to time out after all tests have been run check-in: 1c63c22e4d user: rmax tags: trunk | |
| 18:39 | Rework some of the tests to speed them up by avoiding (supposedly) unneeded [after]s... check-in: ebe9d97179 user: rmax tags: trunk | |
| 16:07 | merge check-in: e74be9c0d9 user: dgp tags: dgp-refactor | |
| 15:59 | reorder the constraint list per test for clearer make test output of skipped tests check-in: 2af48b523e user: rmax tags: trunk | |
| 15:55 | Minor change: Added missing .PHONY marker for install-headers check-in: ce79474a8b user: dkf tags: trunk | |
| 15:50 | merge check-in: c489181588 user: dgp tags: dgp-refactor | |
| 15:40 | * tests/socket.test: Run the socket tests three times with the address family set to any, inet, and ... check-in: 8b13af389e user: rmax tags: trunk | |
| 15:36 | [Patch 3101127]: Installer Improvements. check-in: 226a993973 user: stwo tags: trunk | |
| 15:00 | * tests/error.test (error-19.13): Another variation on testing for issues in [try] compilation. check-in: cf1c9a7dfe user: dkf tags: trunk | |
| 13:51 | * doc/Tcl.n (Variable substitution): [Bug 3099086]: Increase clarity of explanation of what charac... check-in: 49927d0d75 user: dkf tags: trunk | |
| 13:19 | * changes: Updates for 8.6b2 release. (Thanks Andreas Kupries) check-in: f4d59e39cd user: dgp tags: trunk | |
| 12:22 | Correct typo and mistaken comment. check-in: 3c23ea3a5e user: dgp tags: trunk | |
|
2010-11-03
| ||
| 13:02 | merge check-in: 431b47749a user: dgp tags: dgp-refactor | |
| 12:09 | [FRQ 2965056]: Windows build with -DUNICODE (more clean-ups for pre-win2000 stuff) check-in: 95f431bdb6 user: nijtmans tags: trunk | |
| 11:08 | * generic/tclCmdMZ.c (TryPostBody): Ensure that errors when setting * tests/error.test (error-19.... check-in: 24c6bb8619 user: dkf tags: trunk | |
| 00:59 | * generic/tclCompCmds.c (TclCompileCatchCmd): * tests/compile.test (compile-3,6): Reworked the compi... check-in: 97b99f9b41 user: kennykb tags: trunk | |
| 00:18 | merge check-in: ba3f35980c user: kennykb tags: dogeen-assembler-branch | |
|
2010-11-02
| ||
| 21:42 | Improved handling of non-standard module path lists, empty path lists in particular. check-in: 2704d47a48 user: stwo tags: trunk | |
| 13:05 | merge check-in: f19ef750a3 user: dgp tags: dgp-refactor | |
|
2010-11-01
| ||
| 19:36 | * library/tzdata/Asia/Hong_Kong: * library/tzdata/Pacific/Apia: * library/tzdata/Pacific/Fiji: Ols... check-in: 4bb04ed7a2 user: kennykb tags: trunk | |
| 14:23 | merge check-in: 548213fde0 user: dgp tags: dgp-refactor | |
|
2010-10-30
| ||
| 15:20 | merge check-in: c4331a6f6a user: kennykb tags: dogeen-assembler-branch | |
|
2010-10-29
| ||
| 16:42 | Stop small [afters] from wasting CPU [Bug 2905784] while keeping accuracy. check-in: 7bdf4e3a7a user: ferrieux tags: trunk | |
|
2010-10-28
| ||
| 19:42 | merge check-in: e30f206d70 user: kennykb tags: dogeen-assembler-branch | |
| 19:40 | * generic/tclAssembly.c: * tests/assembly.test (assemble-31.*): Added jump tables. check-in: 54012f03a2 user: kennykb tags: dogeen-assembler-branch | |
| 16:40 | merge check-in: c7ce81fbbd user: dgp tags: dgp-refactor | |
| 16:38 | * tests/http.test: Make http-4.15 pass in isolation [Bug 3097490] check-in: 045ee183cb user: dgp tags: trunk | |
| 16:22 | * unix/tclUnixSock.c: Prevent calls freeaddrinfo(NULL) which can crash some system... check-in: cd9adaa46d user: dgp tags: trunk | |
|
2010-10-27
| ||
| 02:01 | merge check-in: 744e9ec6be user: dgp tags: dgp-refactor | |
|
2010-10-26
| ||
| 19:56 | Split from ChangeLog check-in: 183b97080e user: rmax tags: trunk | |
| 17:54 | merge check-in: 9769df30f1 user: dgp tags: dgp-refactor | |
| 16:14 | * Changelog.2008: Split off from Changelog. * generic/tclIOSock.c (TclCreateSocketAddress): The inte... check-in: dc75730925 user: rmax tags: trunk | |
| 15:05 | Coverage test for portion of ExprSqrtFunc() check-in: c5543f40c3 user: dgp tags: trunk | |
| 13:59 | * unix/tclUnixSock.c (TcpGetOptionProc): Prevent crash if interp is * win/tclWinSock.c (TcpGetOpti... check-in: 6ecb99bd0f user: dkf tags: trunk | |
| 13:42 | merge check-in: f6ee3ec4f9 user: dgp tags: dgp-refactor | |
| 13:14 | Add support for ::tcl::unsupported::noReverseDNS check-in: 714ff5371e user: rmax tags: trunk | |
|
2010-10-24
| ||
| 01:46 | * tclAssembly.c: * assembly.test (assemble-17.15): Reworked branch handling so that forward branches... check-in: 590db18cde user: kennykb tags: dogeen-assembler-branch | |
|
2010-10-23
| ||
| 16:14 | removed useless separation between tclAssembly.h and tclAssembly.c check-in: ef10316ff7 user: kennykb tags: dogeen-assembler-branch | |
| 15:49 | merge check-in: e0bbf06869 user: kennykb tags: dogeen-assembler-branch | |
|
2010-10-21
| ||
| 12:08 | merge check-in: 1640eaf8df user: dgp tags: dgp-refactor | |
|
2010-10-20
| ||
| 20:52 | [Patch 2995655] Report inner contexts in [info errorstack] check-in: 14d357357c user: ferrieux tags: trunk | |
| 13:48 | merge check-in: edcfea4000 user: dgp tags: dgp-refactor | |
| 13:34 | * generic/tclCompCmds.c (TclCompileDictForCmd): Update the compilation * generic/tclCompile.c (tcl... check-in: 12807417a7 user: dkf tags: trunk | |
| 11:26 | merge check-in: 7f3f6b63d6 user: dgp tags: dgp-refactor | |
| 01:50 | merge check-in: 6c4e1f869f user: kennykb tags: dogeen-assembler-branch | |
|
2010-10-19
| ||
| 22:50 | * generic/tclZlib.c (Tcl_ZlibStreamGet): [Bug 3081008]: Ensure that when a bytearray gets its inte... check-in: 885ee93472 user: dkf tags: trunk | |
| 21:23 | * generic/tclZlib.c: Purge code that wrote to the object returned by Tcl_GetObjResult, as we don't... check-in: e451f7d810 user: dkf tags: trunk | |
| 12:32 | merge check-in: 0646ad3236 user: dgp tags: dgp-refactor | |
|
2010-10-18
| ||
| 21:47 | [Bug 3085863]: tclUniData 9 years old Added testcases for Unicode 6.0 check-in: 66a4ae270f user: nijtmans tags: trunk | |
| 15:33 | merge check-in: fbde08cd5a user: dgp tags: dgp-refactor | |
|
2010-10-17
| ||
| 20:20 | Document [info errorstack] faithfully. check-in: 9de23601f8 user: ferrieux tags: trunk | |
| 20:16 | Document [info errostack] faithfully. check-in: 997462044d user: ferrieux tags: trunk | |
|
2010-10-16
| ||
| 20:27 | * generic/tclExecute.c (ReleaseDictIterator): Factored out the release of the bytecode-level dicti... check-in: ed00f69eaf user: dkf tags: trunk | |
|
2010-10-15
| ||
| 18:24 | merge check-in: d05a84092b user: dgp tags: dgp-refactor | |
| 15:25 | [Bug 3085863] tclUniData 9 years old: Updated Unicode tables to latest UnicodeData.txt, correspondin... check-in: 6ba009f19d user: nijtmans tags: trunk | |
| 13:20 | merge check-in: dd4a078176 user: dgp tags: dgp-refactor | |
|
2010-10-13
| ||
| 17:10 | remove outdated comment check-in: 9afc385ea0 user: dgp tags: trunk | |
| 16:42 | merge check-in: abe7a85dc2 user: dgp tags: dgp-refactor | |
| 16:41 | * generic/tclCompile.c: Alternative fix for [Bugs 467523,983660] where * generic/tcl... check-in: 92a9cb47fb user: dgp tags: trunk | |
| 15:32 | tclWinThrd.h: (removed) because it is just empty en used nowhere check-in: 78864676d1 user: nijtmans tags: trunk | |
| 01:46 | merge check-in: 16ecf1446f user: dgp tags: dgp-refactor | |
|
2010-10-12
| ||
| 15:19 | Generate proper const qualifiers for tclUniData.c check-in: d7580c2bee user: nijtmans tags: trunk | |
| 14:55 | Spacing and comments: let uniClass.tcl generation match better the current (hand-modified) regc_loca... check-in: f147bc4296 user: nijtmans tags: trunk | |
| 13:17 | merge check-in: 482c6c5066 user: dgp tags: dgp-refactor | |
| 11:37 | * unix/tclUnixSock.c (CreateClientSocket): Fix a memleak and refactor the calls to freeaddrinfo() [B... check-in: 01072bc4cf user: rmax tags: trunk | |
| 10:21 | Eliminate many tclWinProcs-> indirect calls, which are no longer needed. Fix some MSVC 6.0 warnings check-in: 006b71eced user: nijtmans tags: trunk | |
|
2010-10-11
| ||
| 21:33 | Update for VS10 check-in: a8d0935cf3 user: nijtmans tags: trunk | |
| 14:18 | merge check-in: 2bf023a183 user: dgp tags: dgp-refactor | |
| 12:11 | [FRQ 2965056]: Windows build with -DUNICODE Add netapi32 to the windows link line, so we no longer h... check-in: ad9ffc933e user: nijtmans tags: trunk | |
|
2010-10-10
| ||
| 12:34 | merge check-in: 3d25691c29 user: dgp tags: dgp-refactor | |
|
2010-10-09
| ||
| 17:53 | merge check-in: a4dbca26be user: kennykb tags: dogeen-assembler-branch | |
| 16:17 | fix wrong date in Changelog entry check-in: a5a4aacb45 user: msofer tags: trunk | |
| 15:56 | * generic/tclExecute.c: fix overallocation of exec stack in TEBC (mixing numwords and numbytes) check-in: 0c036854c0 user: msofer tags: trunk | |
|
2010-10-07
| ||
| 23:36 | On Windows, use gai_strerrorA check-in: 6492fa0408 user: nijtmans tags: trunk | |
| 12:20 | merge check-in: efe0e17144 user: dgp tags: dgp-refactor | |
|
2010-10-06
| ||
| 20:21 | * tests/winPipe.test: Test hygiene with makeFile and removeFile. check-in: b907eff7df user: dgp tags: trunk | |
| 18:38 | * generic/tclCompile.c: Prevent writing to the intrep fields of a * tests/subst.test... check-in: fdaf2207d9 user: dgp tags: trunk | |
| 16:47 | Added catches. Still needs a lot of testing. check-in: f242f0858c user: kennykb tags: dogeen-assembler-branch | |
|
2010-10-04
| ||
| 13:04 | merge check-in: 95b65ff363 user: dgp tags: dgp-refactor | |
|
2010-10-02
| ||
| 16:51 | nop and regexp check-in: 0817064f8e user: kennykb tags: dogeen-assembler-branch | |
| 16:22 | added missing tests: nsupvar, variable, upvar check-in: 39f1a3bc90 user: kennykb tags: dogeen-assembler-branch | |
| 16:04 | * generic/tclAssembly.c: * generic/tclAssembly.h: * tests/assemble.test: Added dictAppend, dictIncrI... check-in: fb57a61071 user: kennykb tags: dogeen-assembler-branch | |
| 12:38 | * generic/tclExecute.c (TEBCresume): [Bug 3079830]: Added invalidation of string representations o... check-in: c764ea06ea user: dkf tags: trunk | |
| 11:37 | Add function-header comments. check-in: df6fed8608 user: dkf tags: trunk | |
| 01:38 | merge check-in: e07a7270af user: kennykb tags: dogeen-assembler-branch | |
| 00:23 | * generic/tclExecute.c (EvalStatsCmd): change 'evalstats' to return data to interp by default, or ... check-in: 4a9ba46064 user: hobbs tags: trunk | |
|
2010-10-01
| ||
| 13:34 | merge check-in: 662fc0e6b4 user: kennykb tags: dogeen-assembler-branch | |
| 13:20 | Added listIn, listNotIn, and dictGet. check-in: 78d6e8ada7 user: kennykb tags: dogeen-assembler-branch | |
| 13:14 | merge check-in: 45d08f24b7 user: dgp tags: dgp-refactor | |
| 12:52 | * generic/tclBasic.c, generic/tclClock.c, generic/tclEncoding.c, * generic/tclEnv.c, generic/tclLo... check-in: 50bdab4682 user: dkf tags: trunk | |
|
2010-09-30
| ||
| 11:38 | merge check-in: 679a8e6fc7 user: dgp tags: dgp-refactor | |
| 02:48 | Merge check-in: 95b8d68eb4 user: kennykb tags: dogeen-assembler-branch | |
| 02:42 | * tests/assemble.test: Added tryCvtToNumeric and several more list * generic/tclAssemble.c: operat... check-in: 82e6bb3476 user: kennykb tags: dogeen-assembler-branch | |
| 02:41 | * tests/assemble.test: Added tryCvtToNumeric and several more list * generic/tclAssemble.c: operat... check-in: bd63098c35 user: kennykb tags: dogeen-assembler-branch | |
|
2010-09-29
| ||
| 20:04 | tclMain.c: make compilable with -DUNICODE as well check-in: d67024d00d user: nijtmans tags: trunk | |
| 19:19 | re-generate configure with autoconf-2.59 check-in: 5520ee2832 user: nijtmans tags: trunk | |
| 03:10 | * tests/assemble.test: Completed conversion of tests to a * generic/tclAssemble.c: "white box" str... check-in: aed11a76bf user: kennykb tags: dogeen-assembler-branch | |
|
2010-09-28
| ||
| 17:30 | merge check-in: 3c5eb8f8e4 user: dgp tags: dgp-refactor | |
| 15:43 | merge check-in: 8b2c02cf9f user: kennykb tags: dogeen-assembler-branch | |
| 15:22 | reverting faulty commit check-in: 145f305da9 user: msofer tags: trunk | |
| 15:20 | * generic/tclExecute.c: remove TEBCreturn() callback, the job can be accomplished by TEBCresume() check-in: 50ee8291b2 user: msofer tags: trunk | |
| 15:14 | Created branch rmax-ipv6-merge-synthetic Closed-Leaf check-in: 202680a12a user: cvs2fossil tags: rmax-ipv6-merge, rmax-ipv6-merge-synthetic | |
| 15:14 | Implement TIP#162 check-in: bf99e9f86d user: rmax tags: trunk | |
| 15:13 | * doc/socket.n: Document the changes to the [socket] and [fconfi... check-in: 3f8b48b6b6 user: rmax tags: trunk | |
| 02:11 | * tests/assemble.test: Added more "white box" tests. * generic/tclAssembly.c: Added the error checki... check-in: 43125b50d9 user: kennykb tags: dogeen-assembler-branch | |
|
2010-09-27
| ||
| 20:46 | merge check-in: 21a3ed6049 user: dgp tags: dgp-refactor | |
| 20:33 | Merged from HEAD. Also replaced a funky NRCallTEBC with the new call TclNRExecuteByteCode. check-in: f757862662 user: kennykb tags: dogeen-assembler-branch | |
| 20:16 | fix error with --enable-symbols=compile check-in: ec71acf2ad user: msofer tags: trunk | |
| 19:57 | missed ChangeLog entry check-in: 9b7113e2c8 user: msofer tags: trunk | |
| 19:42 | * generic/tclBasic.c: [Patch 3072080] (minus the itcl * generic/tclCmdIL.c: update): a saner... check-in: 56c0f34285 user: msofer tags: trunk | |
| 19:22 | Require at least Windows XP, for IPv6 support Closed-Leaf check-in: 396e1e9936 user: rmax tags: rmax-ipv6-branch | |
| 17:36 | * generic/tclVar.c: use the macro HasLocalVars everywhere check-in: e2ecd81658 user: msofer tags: trunk | |
| 16:50 | Cleanup the previous HEAD merge check-in: aa25938ab0 user: rmax tags: rmax-ipv6-branch | |
| 11:00 | Merge from HEAD check-in: d1f5c51f30 user: rmax tags: rmax-ipv6-branch | |
| 03:08 | * tests/assemble.test: Added more "white box" tests. * generic/tclAssembly.c: Fixed bugs exposed by ... check-in: c416d3f6a6 user: kennykb tags: dogeen-assembler-branch | |
|
2010-09-26
| ||
| 14:33 | merge check-in: bc9af6e422 user: dgp tags: dgp-refactor | |
| 14:16 | * generic/tclOOMethod.c (ProcedureMethodVarResolver): avoid code duplication, let the runtime var ... check-in: 2f076e63b2 user: msofer tags: trunk | |
| 05:37 | * tests/assemble.test: Added many new tests moving toward a more comprehensive test suite for the as... check-in: c571b679a7 user: kennykb tags: dogeen-assembler-branch | |
|
2010-09-25
| ||
| 17:10 | added more tests; fixed a bug in initialization of BasicBlock obj check-in: d2b05ebb0f user: kennykb tags: dogeen-assembler-branch | |
| 14:51 | * tclAssembly.c: Massive refactoring of the assembler * tclAssembly.h: to use a Tcl-like syntax (a... check-in: 8fa55c35f1 user: kennykb tags: dogeen-assembler-branch | |
| 02:25 | * tests/stringComp.test: improved string test coverage * generic/tclExecute.c (TclExecuteByteCode)... check-in: f1d4c3f43e user: hobbs tags: trunk | |
|
2010-09-24
| ||
| 17:53 | * tclWinsock.c: [Bug 3056775]: Fixed race condition between thread and internal co-thread access ... check-in: 99a1ee3675 user: andreas_kupries tags: trunk | |
|
2010-09-23
| ||
| 21:40 | Make Tcl_SetPanicProc and Tcl_GetStringResult callable without stubs, just as Tcl_SetVar. check-in: f696973491 user: nijtmans tags: trunk | |
| 18:33 | merge check-in: db0ce479fc user: dgp tags: dgp-refactor | |
| 18:08 | * generic/tclCmdAH.c: Fix cases where value returned by * generic/tclEvent.c: Tc... check-in: b83a3519f5 user: dgp tags: trunk | |
| 13:35 | merge check-in: 20f9c53bd5 user: dgp tags: dgp-refactor | |
| 09:18 | Make compilable with -DUNICODE (not actived yet) Many clean-ups in comments. check-in: 87eb553ce4 user: nijtmans tags: trunk | |
|
2010-09-22
| ||
| 20:13 | merge check-in: b47e892219 user: dgp tags: dgp-refactor | |
| 18:37 | * generic/tclExecute: one more DECACHE_STACK_INFO() missing; this fixes [Bug 3072640] check-in: 1a61d9c34d user: msofer tags: trunk | |
| 17:28 | Added a HISTORY section check-in: 43930424d5 user: rmax tags: rmax-ipv6-branch | |
| 17:21 | * tests/execute.test: added execute-10.3 for [Bug 3072640]. The test causes a mem failure. check-in: 9637ffa98b user: msofer tags: trunk | |
| 16:38 | s/fconfigure/chan configure/ and note 8.6 nature of IPv6 support check-in: db8ae95e52 user: hobbs tags: rmax-ipv6-branch | |
| 15:49 | * generic/tclExecute: protect all possible writes to ::errorInfo or ::errorCode with DECACHE_STACK... check-in: cad1977f01 user: msofer tags: trunk | |
| 13:35 | Improved readability of tcl+pkgs builds and tests check-in: 0435fd69e4 user: dgp tags: trunk | |
| 13:33 | merge check-in: aecc6f4ed5 user: dgp tags: dgp-refactor | |
| 06:48 | Add kernel32 to LIBS, so the link line for mingw is exactly the same as for MSVC++ check-in: f4eb1c2f19 user: nijtmans tags: trunk | |
| 02:42 | merge check-in: 4a5983f9ac user: dgp tags: dgp-refactor | |
| 01:08 | merge changes from HEAD check-in: 4312778f87 user: kennykb tags: dogeen-assembler-branch | |
| 00:57 | * generic/tclOOMethod.c (ProcedureMethodCompiledVarConnect): * generic/tclVar.c (TclLookupSimpleVa... check-in: 9dc86adce7 user: hobbs tags: trunk | |
|
2010-09-21
| ||
| 21:50 | [Bug 3069278]: Breakage on head Windows triggered by install-tzdata, final fix check-in: cd35f6dc9e user: nijtmans tags: trunk | |
| 20:22 | Fix declaration after statement. Add -Wdeclaration-after-statement, so this mistake cannot happen ag... check-in: 057c64e70b user: nijtmans tags: trunk | |
| 19:32 | initial commit of Ozgur Dogan Ugurlu's (SF user:dogeen) assembler for the Tcl bytecode language check-in: ddc9909aaa user: kennykb tags: dogeen-assembler-branch | |
|
2010-09-20
| ||
| 14:28 | Eliminate tclWinProcs->useWide everywhere, since the value is always "1" on platforms >win95 check-in: 078f98cdb5 user: nijtmans tags: trunk, dogeen-assembler-split | |
| 12:09 | merge check-in: 0a18ff28dc user: dgp tags: dgp-refactor | |
|
2010-09-18
| ||
| 23:14 | * doc/file.n (file readlink): [Bug 3070580]: Typofix. check-in: c634721862 user: dkf tags: trunk | |
| 05:56 | Oops, didn't mean to check in this file. check-in: 3360f6e2a5 user: nijtmans tags: trunk | |
| 05:40 | [Bug 3069278]: breakage on head Windows triggered by install-tzdata. Temporary don't compile this w... check-in: 5fc0bc6b95 user: nijtmans tags: trunk | |
|
2010-09-17
| ||
| 16:21 | Add support for ::tcl::unsupported::socketAF to enforce the address family check-in: 440f849a9c user: rmax tags: rmax-ipv6-branch | |
| 14:56 | Document IPv6 support check-in: 87c7c2d857 user: rmax tags: rmax-ipv6-branch | |
| 13:10 | merge check-in: c9725b5355 user: dgp tags: dgp-refactor | |
| 12:55 | Merge from HEAD to rmax-ipv6-branch check-in: 70c6ac9692 user: rmax tags: rmax-ipv6-branch | |
|
2010-09-16
| ||
| 18:53 | * win/tclWinFile.c: remove define of FINDEX_INFO_LEVELS as all supported versions of compilers sho... check-in: 31663a3d48 user: hobbs tags: trunk | |
| 17:49 | * unix/Makefile.in: do not pass current build env vars when using NATIVE_TCLSH in targets. check-in: b0fa6637ec user: hobbs tags: trunk | |
| 14:49 | Make Tcl_FindExecutable() work in UNICODE compiles (windows-only) as well as ASCII. Needed for [FRQ ... check-in: ec07a95ae4 user: nijtmans tags: trunk | |
| 03:02 | merge check-in: 605a48d48a user: dgp tags: dgp-refactor | |
|
2010-09-15
| ||
| 22:11 | * generic/tclBinary.c (TclAppendBytesToByteArray): [Bug 3067036]: Make sure we never try to double... check-in: 6d28eb4724 user: dkf tags: trunk | |
| 17:04 | Allow cross-compilation by default check-in: e43c6514cf user: rmax tags: rmax-ipv6-branch | |
| 16:55 | * unix/Makefile.in: Revise `make dist` target to tolerate the case of zero bundl... check-in: 58c285a5e4 user: dgp tags: trunk | |
| 15:49 | update file generated by 'make dist' check-in: a1686bf31b user: dgp tags: trunk | |
| 13:17 | merge check-in: 67bd287918 user: dgp tags: dgp-refactor | |
| 07:33 | [Patch 3034251] backport ttkGenStubs.tcl features to genStubs.tcl. Make the "generic" argument in th... check-in: 460fd8df0f user: nijtmans tags: trunk | |
|
2010-09-14
| ||
| 12:38 | merge check-in: 8201bbf582 user: dgp tags: dgp-refactor | |
| 08:53 | Allow all Win2000+ API entries in Tcl Eliminate dynamical loading of advapi23 and kernal32 symbols. check-in: 48bcb44884 user: nijtmans tags: trunk | |
|
2010-09-13
| ||
| 21:17 | Add scspec feature from ttkGenStubs.tcl (no change in output for *Decls.h files) check-in: 4be7f3d2c5 user: nijtmans tags: trunk | |
| 16:57 | merge check-in: ec5c3bd471 user: dgp tags: dgp-refactor | |
| 14:20 | Various clean-ups, converting from tclWinProc->xxxProc directly to Xxx (no change in functionality) check-in: 18a516cee2 user: nijtmans tags: trunk | |
|
2010-09-10
| ||
| 20:56 | Partly revert yesterday's change, to make it work on VC++ 6.0 again. check-in: 56f47fed71 user: nijtmans tags: trunk | |
| 13:27 | merge check-in: 65447175aa user: dgp tags: dgp-refactor | |
| 12:59 | * doc/regsub.n: [Bug 3063568]: Fix for gotcha in example due to Tcl's special handling of backslas... check-in: 02ea8ed280 user: dkf tags: trunk | |
|
2010-09-09
| ||
| 14:30 | mingw should always link with -ladvapi32 Remove ascii variant of tkWinPocs table, it is no longer ne... check-in: 0d850f32ad user: nijtmans tags: trunk | |
|
2010-09-08
| ||
| 21:06 | merge check-in: 6db181e03c user: dgp tags: dgp-refactor | |
| 21:02 | * win/tclWinChan.c: #ifdef protections to permit builds with * win/tclWinFCmd.c: ... check-in: 5788a6307f user: dgp tags: trunk | |
| 16:53 | * doc/tm.n: Added underscore to the set of characters accepted in module names. This is true for ... check-in: 70f58d0c67 user: andreas_kupries tags: trunk | |
|
2010-09-03
| ||
| 09:38 | Start producing HTML out for Thread package. Consequent bugfixes: * tools/tcltk-man2html.tcl (plus... check-in: c4a101b562 user: dkf tags: trunk | |
|
2010-09-02
| ||
| 19:50 | * doc/glob.n: Fixed documentation ambiguity regarding the handling of -join. check-in: 5836ca98cb user: andreas_kupries tags: trunk | |
| 18:31 | * library/safe.tcl (::safe::AliasGlob): Fixed another problem, the option -join does not stop opt... check-in: ca86a378fa user: andreas_kupries tags: trunk | |
| 12:18 | merge check-in: d9141a05a1 user: dgp tags: dgp-refactor | |
| 04:53 | * library/safe.tcl (::safe::AliasGlob): Moved the command extending the actual glob command with ... check-in: 887af403c7 user: andreas_kupries tags: trunk | |
|
2010-09-01
| ||
| 20:35 | * generic/tclExecute.c: [Bug 3057639]. Applied patch by Jeff to * generic/tclVar.c: make the beha... check-in: 405a405dc7 user: andreas_kupries tags: trunk | |
|
2010-08-31
| ||
| 20:53 | [Patch 2997642] many type casts needed when using Tcl_Pkg* API. Remaining part, doc. check-in: 22e264883a user: nijtmans tags: trunk | |
| 20:48 | [Patch 2997642] many type casts needed when using Tcl_Pkg* API. Remaining part. Typo in rules.vc check-in: ea7f85f078 user: nijtmans tags: trunk | |
| 20:46 | * win/tcl.m4: Applied patch by Jeff fixing issues with the manifest handling on Win64. * win/con... check-in: 2ce1308995 user: andreas_kupries tags: trunk | |
|
2010-08-30
| ||
| 14:11 | merge check-in: c748a54d3b user: dgp tags: dgp-refactor | |
| 14:02 | * generic/tclBasic.c: New implementation for [tailcall]: * generic/tclCmdAH.c: it now schedu... check-in: c263c556ad user: msofer tags: trunk | |
| 13:56 | [Patch 2997642] many type casts needed when using Tcl_Pkg* API. Partly. check-in: 5cab717c7c user: nijtmans tags: trunk | |
| 13:49 | [Patch 2997642] many type casts needed when using Tcl_Pkg* API. Partly. check-in: 108cf5bef2 user: nijtmans tags: trunk | |
| 09:19 | [Freq 2965056]: Windows build with -DUNICODE check-in: f5f9877d12 user: nijtmans tags: trunk | |
|
2010-08-29
| ||
| 15:37 | * doc/dict.n: [Bug 3046999]: Corrected cross reference to array manpage to refer to (correct) exis... check-in: aa8d4c6db6 user: dkf tags: trunk | |
|
2010-08-27
| ||
| 14:29 | merge check-in: 70aa11ab01 user: dgp tags: dgp-refactor | |
| 00:53 | * unix/configure, unix/tcl.m4: SHLIB_LD_LIBS='${LIBS}' for OSF1-V*. Add /usr/lib64 to set of auto-... check-in: 1055eb001d user: hobbs tags: trunk | |
| 00:50 | * win/Makefile.in (VC_MANIFEST_EMBED_DLL VC_MANIFEST_EMBED_EXE): * win/configure, win/configure.in... check-in: 25e4e9160b user: hobbs tags: trunk | |
|
2010-08-25
| ||
| 01:00 | [Patch 2994165]: Change signature of Tcl_FSGetNativePath and TclpDeleteFile follow-up: move stub ent... check-in: 64c52eb8b5 user: nijtmans tags: trunk | |
|
2010-08-24
| ||
| 18:10 | merge check-in: 6f1af7e62e user: dgp tags: dgp-refactor | |
| 06:17 | [Bug 3007895] Tcl_(Find|Create)HashEntry stub entries can never be called. check-in: 616c58cab2 user: nijtmans tags: trunk | |
|
2010-08-23
| ||
| 20:00 | * library/tzdata/Africa/Cairo: * library/tzdata/Asia/Gaza: Olson's tzdata2010l. check-in: a5ed7f585a user: kennykb tags: trunk | |
| 01:46 | merge check-in: d7364aad61 user: dgp tags: dgp-refactor | |
|
2010-08-22
| ||
| 18:53 | Remove many type casts which are no longernecessary as a result of [Patch 3009403]: Signature of Tcl... check-in: 0ca694ea65 user: nijtmans tags: trunk | |
|
2010-08-21
| ||
| 16:58 | * doc/linsert.n: [Bug 3045123]: Make description of what is actually happening more accurate. check-in: aef0e83c95 user: dkf tags: trunk | |
| 16:30 | [Patch 3034251]: Backport ttkGenStubs.tcl features to genStubs.tcl, partly: Use void (*reserved$i)(v... check-in: f2adcb5684 user: nijtmans tags: trunk | |
|
2010-08-20
| ||
| 23:01 | Fix definition of Tcl_MethodType check-in: cc296bd9ea user: nijtmans tags: trunk | |
|
2010-08-19
| ||
| 12:31 | merge check-in: 0a45597234 user: dgp tags: dgp-refactor | |
| 10:07 | * generic/tclTrace.c (TraceExecutionObjCmd, TraceCommandObjCmd) (TraceVariableObjCmd): [Patch 3048... check-in: 8bc231bd37 user: dkf tags: trunk | |
| 04:26 | [Patch 3034251] backport ttkGenStubs.tcl features to genStubs.tcl, partly: remove unneeded ifdeffery... check-in: 6f6d53c30a user: nijtmans tags: trunk | |
| 01:57 | merge check-in: 332c32700a user: dgp tags: dgp-refactor | |
|
2010-08-18
| ||
| 22:33 | * generic/tclBasic.c: New redesign of [tailcall]: find * generic/tclExecute.c: errors early on, ... check-in: c73d12f03c user: msofer tags: trunk | |
| 15:54 | * generic/tclCmdAH.c (TclNRTryObjCmd): block tailcalling out of the body of a non-bc'ed [try], #30... check-in: 5ec520bacc user: msofer tags: trunk | |
| 15:44 | * generic/tclBasic.c: Redesign of [tailcall] to * generic/tclCmdAH.c: (a) fix #3047235 * ge... check-in: beb3af88b5 user: msofer tags: trunk | |
| 14:43 | merge check-in: 387d7f2618 user: dgp tags: dgp-refactor | |
| 13:31 | * library/safe.tcl (AliasGlob): [Bug 3004191]: Restore safe [glob] to working condition. check-in: 77440fdac3 user: dkf tags: trunk | |
|
2010-08-17
| ||
| 02:16 | merge check-in: 8ea89c0e27 user: dgp tags: dgp-refactor | |
|
2010-08-15
| ||
| 16:12 | * generic/tclProc.c (ProcWrongNumArgs): [Bug 3045010]: Make the handling of passing the wrong numb... check-in: 21917a8b91 user: dkf tags: trunk | |
|
2010-08-14
| ||
| 20:58 | [Patch 3009403] Signature of Tcl_GetHashKey, Tcl_(Create|Find)HashEntry check-in: 038e8afe83 user: nijtmans tags: trunk | |
| 17:13 | [Patch #2994165] Change signature of Tcl_FSGetNativePath and TclpDeleteFile check-in: 24edb97f5a user: nijtmans tags: trunk | |
| 16:53 | Remove mslu completely, see Feature Req #2819611 check-in: 86f59a32d8 user: nijtmans tags: trunk | |
|
2010-08-12
| ||
| 12:34 | merge check-in: c7a19cf1a5 user: dgp tags: dgp-refactor | |
| 00:40 | * unix/ldAix: remove ancient (pre-4.2) AIX support * unix/configure: regen with ac-2... check-in: a466998bba user: hobbs tags: trunk | |
|
2010-08-11
| ||
| 23:38 | added test for yieldTo check-in: 8305e33b3d user: msofer tags: trunk | |
| 23:13 | * generic/tclBasic.c (TclNRYieldToObjCmd): fixed bad copypasta snafu. Thanks to Andy Goth for find... check-in: 0b27a4ca4e user: msofer tags: trunk | |
|
2010-08-10
| ||
| 20:48 | * generic/tclUtil.c (TclByteArrayMatch): patterns may not be null-terminated, so acc... check-in: d4f4ee41c5 user: hobbs tags: trunk | |
| 20:36 | tidy up check-in: 6b4673e42f user: dgp tags: trunk | |
|
2010-08-09
| ||
| 17:48 | * changes: Updates for 8.6b2 release. check-in: 472665f7b0 user: dgp tags: trunk | |
|
2010-08-04
| ||
| 21:48 | merge check-in: 0dcf82938b user: dgp tags: dgp-refactor | |
| 21:37 | * win/Makefile.in, win/makefile.bc, win/makefile.vc, win/tcl.dsp: * win/tclWinPipe.c... check-in: e51e08a342 user: hobbs tags: trunk | |
| 21:28 | * win/tclWin32Dll.c (TclWinInit): hard-enforce Windows 9x as an unsupported platform... check-in: 77395d89cc user: hobbs tags: trunk | |
| 19:44 | * unix/tclUnixFCmd.c: adjust license header as per ftp://ftp.cs.berkeley.edu/pub/4bs... check-in: 4900a8b73f user: hobbs tags: trunk | |
| 19:37 | fix DFARs note for number-adjusted rights clause check-in: 3ddc9ecf9e user: hobbs tags: trunk | |
| 19:35 | * win/tclWin32Dll.c (asciiProcs, unicodeProcs): * win/tclWinLoad.c (TclpDlopen): 'lo... check-in: 6b14ef3555 user: hobbs tags: trunk | |
| 19:23 | * win/Makefile.in (%.${OBJEXT}): better implicit rules support check-in: b277aed541 user: hobbs tags: trunk | |
| 16:49 | * generic/tclIORChan.c: [Bug 3034840]: Fixed reference counting * generic/tclIORTrans.c: in Invok... check-in: 8ae4ea3006 user: andreas_kupries tags: trunk | |
|
2010-08-03
| ||
| 20:15 | Fix OBOE error in the forward ported info-39.1 check-in: f31da49a96 user: andreas_kupries tags: trunk | |
| 20:06 | Test iocmd-32.2 tests for Bug 3034840 check-in: 01ca2bd36f user: dgp tags: trunk | |
| 17:25 | * tests/var.test (var-19.1): [Bug 3037525]: Added test demonstrating the local hashtable deletion... check-in: 50ebd6a8c3 user: andreas_kupries tags: trunk | |
| 16:58 | * tests/info.test (info-39.1): Added forward copy of test in 8.5 branch about [Bug 2933089]. Shou... check-in: a013847a01 user: andreas_kupries tags: trunk | |
| 12:22 | merge check-in: 7d64f4b45d user: dgp tags: dgp-refactor | |
|
2010-08-02
| ||
| 19:13 | * library/tzdata/America/Bahia_Banderas: * library/tzdata/Pacific/Chuuk: * library/tzdata/Pacific/Po... check-in: 3a4087bc80 user: kennykb tags: trunk | |
| 12:36 | merge check-in: 8c935fd102 user: dgp tags: dgp-refactor | |
| 11:08 | * generic/tclVar.c: correcting bad port of [Bug 3037525] fix check-in: 380bec0d42 user: msofer tags: trunk | |
|
2010-07-31
| ||
| 20:28 | * generic/tclVar.c: fix for crash [Bug 3037525]: lose fickle optimisation in TclDeleteVars (used f... check-in: e6d5551c1c user: msofer tags: trunk | |
|
2010-07-29
| ||
| 00:46 | Official build of zlib1.dll 1.2.5 is finally available, so put it in check-in: 6b99a1c2bf user: nijtmans tags: trunk | |
|
2010-07-27
| ||
| 12:58 | merge check-in: 2856398982 user: dgp tags: dgp-refactor | |
|
2010-07-25
| ||
| 16:08 | * doc/http.n: Corrected description of location of one of the entries in the state array. check-in: cf000bb3d6 user: dkf tags: trunk | |
|
2010-07-24
| ||
| 06:45 | From [Bug 3030870] make itcl 3.x built with pre-8.6 work in 8.6: Relax the relation between Tcl_Call... check-in: 4f9c4da675 user: nijtmans tags: trunk | |
| 06:39 | [Bug 3029891] Functions that don't belong in the stub table. check-in: ddfa77fa40 user: nijtmans tags: trunk | |
|
2010-07-19
| ||
| 14:10 | silence compiler warnings check-in: f4d99878ba user: dgp tags: trunk | |
|
2010-07-16
| ||
| 17:55 | merge check-in: f984e24dfd user: dgp tags: dgp-refactor | |
| 15:29 | * generic/tclBasic.c: Added more errorCode setting. check-in: 9c9702d4cb user: dkf tags: trunk | |
|
2010-07-15
| ||
| 21:00 | * generic/tclExecute.c (TclExecuteByteCode): Ensure that [dict get] * generic/tclDictObj.c (DictGe... check-in: d0a04e5db7 user: dkf tags: trunk | |
|
2010-07-13
| ||
| 12:12 | merge check-in: fc60ac7a51 user: dgp tags: dgp-refactor | |
|
2010-07-11
| ||
| 16:12 | Use SC_PROG_TCLSH to set a native tclsh in the Makefile. When installing the libraries a native tcl ... check-in: 16b5a30bf0 user: patthoyts tags: trunk | |
|
2010-07-06
| ||
| 12:24 | merge check-in: 68bf9dc4f0 user: dgp tags: dgp-refactor | |
|
2010-07-05
| ||
| 09:50 | Tidying up and taking better advantage of tcltest2 to make the tests more robust and (apparently) si... check-in: 11e51b4a9c user: dkf tags: trunk | |
| 08:03 | D'oh! check-in: 8a6919bd05 user: dkf tags: trunk | |
|
2010-07-04
| ||
| 23:44 | Add a little emacs magic check-in: 728058012d user: dkf tags: trunk | |
|
2010-07-02
| ||
| 22:45 | merge check-in: e4adcf79d6 user: dgp tags: dgp-refactor | |
| 22:31 | * generic/tclInt.decs: Reverted to the original TIP 337 implementation on what to d... check-in: ab93077c3d user: dgp tags: trunk | |
| 20:48 | [Bug #803489] Tcl_FindNamespace problem in the Stubs table check-in: 093bc6f84a user: nijtmans tags: trunk | |
| 20:37 | * generic/tclExecute.c (IllegalExprOperandType): [Bug 3024379]: Made sure that errors caused by an... check-in: 3e4f0698cf user: dkf tags: trunk | |
| 13:14 | merge check-in: 38052b45c9 user: dgp tags: dgp-refactor | |
| 08:43 | tidy up check-in: cfb637552a user: dkf tags: trunk | |
|
2010-07-01
| ||
| 21:28 | [Bug #3020677] wish can't link reg1.2 formatting, spacing, cleanup unused variables check-in: cc4ffb1da9 user: nijtmans tags: trunk | |
| 15:50 | make fake-rfc2553 thread-safe check-in: 160fe7da64 user: rmax tags: rmax-ipv6-branch | |
| 15:47 | Improve the RFC2553 tests check-in: 797ecc537f user: rmax tags: rmax-ipv6-branch | |
| 12:31 | merge check-in: f3e16768dc user: dgp tags: dgp-refactor | |
|
2010-06-30
| ||
| 23:29 | * doc/mathop.n: [Bug 3023165]: Fix typo that was preventing proper rendering of the exclusive-or o... check-in: 7792ad53a1 user: dkf tags: trunk | |
|
2010-06-29
| ||
| 12:12 | merge check-in: f6d918710b user: dgp tags: dgp-refactor | |
|
2010-06-28
| ||
| 08:50 | [Bug 3019634] errno.h and tclWinPort.h have conflicting definitions. check-in: 07b6683dea user: nijtmans tags: trunk | |
|
2010-06-25
| ||
| 17:20 | - Use random port numbers for almost all of the tests. - Make the protocol between tests and remote ... check-in: 6c60258dc8 user: rmax tags: rmax-ipv6-branch | |
| 16:45 | check for strlcpy check-in: f5b99efced user: rmax tags: rmax-ipv6-branch | |
| 15:20 | prevent a race condition when shutting down the remote test server check-in: ff37c169a8 user: rmax tags: trunk | |
|
2010-06-24
| ||
| 13:36 | [Bug 3019634] errno.h and tclWinPort.h have conflicting definitions. check-in: 8434abd2ba user: nijtmans tags: trunk | |
| 13:26 | [Bug 3019634] errno.h and tclWinPort.h have conflicting definitions. check-in: 807684ffaf user: nijtmans tags: trunk, potential incompatibility | |
|
2010-06-22
| ||
| 12:47 | merge check-in: 7fdd96ddcb user: dgp tags: dgp-refactor | |
| 12:25 | * generic/tclCmdIL.c (Tcl_LsetObjCmd): [Bug 3019351]: Corrected wrong args message. check-in: 58d3c6b6a5 user: dkf tags: trunk | |
|
2010-06-21
| ||
| 20:23 | merge check-in: 6d709daeba user: dgp tags: dgp-refactor | |
| 11:25 | Remove hack needed for zlib 1.2.3 on win32 check-in: eb83f762ef user: nijtmans tags: trunk | |
| 11:23 | Eliminate various unnecessary type casts, use function typedefs whenever possible check-in: 8086293cfc user: nijtmans tags: trunk | |
|
2010-06-18
| ||
| 15:54 | merge check-in: 7201efc268 user: dgp tags: dgp-refactor | |
| 12:41 | * library/init.tcl (auto_execok): [Bug 3017997]: Add .cmd to the default list of extensions that w... check-in: 220dbbb777 user: dkf tags: trunk | |
|
2010-06-16
| ||
| 16:17 | merge check-in: 7f6e340d45 user: dgp tags: dgp-refactor | |
| 14:49 | Simplify Tcl_AppInit and *_Init definitions. Change TclpThreadCreate and Tcl_CreateThread signature,... check-in: 8567ee888a user: nijtmans tags: trunk | |
| 10:31 | [Bug 3016135] traceback using clock format with locale of he_IL check-in: 029176d2a2 user: nijtmans tags: trunk | |
|
2010-06-15
| ||
| 12:41 | merge check-in: 1ca6326ac9 user: dgp tags: dgp-refactor | |
|
2010-06-14
| ||
| 14:56 | Spacing and style fixes check-in: 0d59653739 user: nijtmans tags: trunk | |
| 13:48 | Spacing and style fixes check-in: 9a6d7991c6 user: nijtmans tags: trunk | |
| 13:42 | mergw check-in: b9ef2b921c user: dgp tags: dgp-refactor | |
| 13:40 | Fix compilation of xttest with 8.6 changes tclPipe.c: Fix gcc warning (with -fstrict-aliasing=2) check-in: c1d15843d4 user: nijtmans tags: trunk | |
| 12:58 | Fix compilation of xttest with 8.6 changes tclPipe.c: Fix gcc warning (with -fstrict-aliasing=2) check-in: d08c226d05 user: nijtmans tags: trunk | |
|
2010-06-13
| ||
| 22:19 | * tools/tcltk-man2html.tcl (make-man-pages): [Bug 3015327]: Make the title of a manual page be sto... check-in: cfa0770167 user: dkf tags: trunk | |
| 10:24 | * tools/tcltk-man2html.tcl: [Bug 3015327]: Add hack to stop Itcl C docs from interfering with Tcl ... check-in: a33ed75aad user: dkf tags: trunk | |
|
2010-06-11
| ||
| 17:11 | merge check-in: 9b17728b84 user: dgp tags: dgp-refactor | |
|
2010-06-10
| ||
| 22:56 | change notes check-in: cd6e8a85d3 user: hobbs tags: rmax-ipv6-branch | |
| 22:56 | * generic/tclIOSock.c (TclCreateSocketAddress): don't use AI_ADDRCONFIG on AIX, as it causes compl... check-in: 400159d41a user: hobbs tags: rmax-ipv6-branch | |
| 22:56 | * unix/tclUnixSock.c (CreateClientSocket): protect AF_INET6 pieces with ifndef NEED_FAKE_RFC2553. ... check-in: 196be22462 user: hobbs tags: rmax-ipv6-branch | |
| 22:55 | * unix/tclUnixPort.h: correct include path of fake-rfc2553.h check-in: e7125f850a user: hobbs tags: rmax-ipv6-branch | |
| 22:53 | * unix/configure, unix/tcl.m4: s/==/=/ syntax error fix check-in: a5c8305324 user: hobbs tags: rmax-ipv6-branch | |
| 22:53 | * compat/fake-rfc2553.h: define EAI_SERVICE if not already. s/u_/u/g for types. check-in: ac3a2a26ef user: hobbs tags: rmax-ipv6-branch | |
| 15:04 | Add emulation code from openssh for getaddrinfo() and friends check-in: 49f53b27bd user: rmax tags: rmax-ipv6-branch | |
|
2010-06-09
| ||
| 20:11 | * library/platform/platform.tcl: Added OSX Intel 64bit * library/platform/pkgIndex.tcl: Package u... check-in: 153f64a24c user: andreas_kupries tags: trunk | |
| 14:12 | merge check-in: 90ae7856e1 user: dgp tags: dgp-refactor | |
| 13:51 | tsdPerf.c: Fix export of symbol Tsdperf_Init, when using -fvisibility=hidden. Make two functions sta... check-in: c0b552db02 user: nijtmans tags: trunk | |
|
2010-06-08
| ||
| 20:45 | add missing headers to the getaddrinfo check check-in: 47b9d75058 user: rmax tags: rmax-ipv6-branch | |
| 16:03 | Fix async client sockets check-in: 71ba8c2755 user: rmax tags: rmax-ipv6-branch | |
| 12:55 | merge check-in: e8d48481aa user: dgp tags: dgp-refactor | |
| 12:54 | whitespace check-in: 017f16cad5 user: dgp tags: trunk | |
|
2010-06-07
| ||
| 21:24 | Ensure proper reset of [info errorstack] even when compiling constant expr's with errors. check-in: 638f255931 user: ferrieux tags: trunk | |
| 17:36 | rebranch from HEAD check-in: f3af08f468 user: rmax tags: rmax-ipv6-branch | |
| 13:28 | merge check-in: 45a01014ec user: dgp tags: dgp-refactor | |
|
2010-06-05
| ||
| 16:24 | * generic/tclBasic.c: Fix for #3008307: make callerPtr chains * generic/tclExecute.c: be travers... check-in: 1d3c73fdbb user: msofer tags: trunk | |
|
2010-06-03
| ||
| 12:48 | merge check-in: c4631bcfb9 user: dgp tags: dgp-refactor | |
|
2010-06-02
| ||
| 23:36 | Safer (and faster) computation of [uplevel] offsets in TIP 348. Toplevel offsets no longer overestim... check-in: 5c19ed1d60 user: ferrieux tags: trunk | |
| 12:58 | merge check-in: f90f095939 user: dgp tags: dgp-refactor | |
| 08:22 | remove some "BUILD_tcloo" leftovers check-in: f631e48722 user: nijtmans tags: trunk | |
| 08:22 | remove some "BUILD_tcloo" leftovers check-in: 592b0d4648 user: nijtmans tags: trunk | |
|
2010-06-01
| ||
| 13:08 | merge check-in: 2c564bfe4f user: dgp tags: dgp-refactor | |
|
2010-05-31
| ||
| 23:00 | ChangeLog typo check-in: 6ed417957d user: ferrieux tags: trunk | |
| 22:58 | Fix computation of [uplevel] offsets in TIP 341. Only depend on callerPtr chaining now. Needed for u... check-in: 7bf546d171 user: ferrieux tags: trunk | |
| 09:12 | Fix filesystem-5.1 test failure on CYGWIN check-in: 500e9cc4ee user: nijtmans tags: trunk | |
| 08:54 | Eliminate some casts to (Tcl_HashTable *) check-in: ff384d03a7 user: nijtmans tags: trunk | |
|
2010-05-28
| ||
| 20:42 | merge check-in: 9a97f2d8e4 user: dgp tags: dgp-refactor | |
| 13:52 | [tcl-Patches-3008541] order of TIP #348 fields in Interp structure check-in: 0949629399 user: nijtmans tags: trunk | |
| 09:11 | * generic/tclCompCmdsSZ.c (IssueTryFinallyInstructions): [3007374]: Corrected error in handling of... check-in: 02d7474963 user: dkf tags: trunk | |
| 08:30 | * generic/tclExecute.c (TclExecuteByteCode): Restore correct operation of instruction-level execut... check-in: b490411ccc user: dkf tags: trunk | |
|
2010-05-27
| ||
| 13:47 | merge check-in: 5d15878275 user: dgp tags: dgp-refactor | |
| 09:18 | optParse.tcl: eliminate ';' at line end, bump to v0.4.6 check-in: 426aabe409 user: nijtmans tags: trunk | |
| 08:38 | uniParse.tcl: Don't generate spaces at the end of a line. check-in: 297435b345 user: nijtmans tags: trunk | |
| 08:32 | optParse.tcl: Don't generate spaces at the end of a line. check-in: 15e1c57545 user: nijtmans tags: trunk | |
|
2010-05-21
| ||
| 14:00 | merge check-in: d29a238105 user: dgp tags: dgp-refactor | |
| 12:43 | [Bug #3005233] fix for build on OpenBSD vax check-in: 00d3292dea user: nijtmans tags: trunk | |
| 12:11 | Make sure that copyDir only receives normalized paths, otherwise it might result in a crash on CYGW... check-in: e38d62573a user: nijtmans tags: trunk | |
|
2010-05-20
| ||
| 08:37 | Also check the reverse path of dict->list EIAS violation. check-in: 22814f544a user: ferrieux tags: trunk | |
| 04:17 | merge check-in: eabc0e4cd8 user: dgp tags: dgp-refactor | |
|
2010-05-19
| ||
| 21:54 | Add missing test for [Bug 3004007], fixed under the radar on 2010-02-24 (dkf): EIAS violation in lis... check-in: c054dd492a user: ferrieux tags: trunk | |
| 08:23 | Don't use arrays of length 1, just use a single element then, it makes code more readable. check-in: d3074821cb user: nijtmans tags: trunk | |
|
2010-05-18
| ||
| 14:08 | merge check-in: 697eefea73 user: dgp tags: dgp-refactor | |
|
2010-05-17
| ||
| 21:51 | Fix [Bug 2996549]: Failure in expr.test on Win32 check-in: 0958a5f61a user: nijtmans tags: trunk | |
| 15:58 | merge check-in: 9d28a2957d user: dgp tags: dgp-refactor | |
| 09:46 | * generic/tclCmdIL.c (TclInfoFrame): Change this code to use Tcl_GetCommandFullName rather than ro... check-in: a2a6f59b99 user: dkf tags: trunk | |
|
2010-05-14
| ||
| 13:31 | merge check-in: 384f57f831 user: dgp tags: dgp-refactor | |
| 08:22 | Correct some comments (Jos Decoster found...) check-in: 6266b667b3 user: dkf tags: trunk | |
|
2010-05-12
| ||
| 13:41 | oops, no unicode characters in ChangeLog ... check-in: 2b80b7fe45 user: nijtmans tags: trunk | |
|
2010-05-11
| ||
| 14:49 | Unnecessary type casts, See Tcl [Patch #2997087] Don't duplicate CYGWIN timezone #define from tclPor... check-in: e846defae2 user: nijtmans tags: trunk | |
| 14:47 | Unnecessary type casts, See Tcl [Patch #2997087] Don't duplicate CYGWIN timezone #define from tclPor... check-in: b231748527 user: nijtmans tags: trunk | |
| 13:10 | merge check-in: 4a4e05e473 user: dgp tags: dgp-refactor | |
|
2010-05-07
| ||
| 20:16 | * library/platform/platform.tcl: Fix cpu name for Solaris/Intel 64bit. * library/platform/pkgInde... check-in: 8bca6e05e0 user: andreas_kupries tags: trunk | |
| 01:16 | merge check-in: b5733b6f5e user: dgp tags: dgp-refactor | |
|
2010-05-05
| ||
| 22:43 | Unnecessary type casts, See Tcl [Patch #2997087] check-in: 7f0a7f532c user: nijtmans tags: trunk | |
|
2010-05-04
| ||
| 11:05 | TCHAR-related fixes, making those files compile fine when TCHAR != char Please see comments in [Freq... check-in: 2f92eaadea user: nijtmans tags: trunk | |
|
2010-05-03
| ||
| 16:30 | merge check-in: fe433b0919 user: dgp tags: dgp-refactor | |
| 14:36 | CONSTify various useful internal functions (TclBignumToDouble, TclCeil, TclFloor), and related tomma... check-in: 729ffb738f user: nijtmans tags: trunk | |
| 13:21 | Add pkg, *.dll to the ignore list check-in: 111b07cc53 user: nijtmans tags: trunk | |
| 13:20 | For MINGW/CYGWIN, use GetCommandLineA explicitely check-in: b64ef5b170 user: nijtmans tags: trunk | |
| 11:37 | Use "tclIO.h" and "tclTomMathDecls.h" everywhere check-in: 06ef5ace06 user: nijtmans tags: trunk | |
|
2010-04-30
| ||
| 21:15 | * generic/tcl.h: Bump patchlevel to 8.6b1.2 to distinguish * library/init.tcl... check-in: a30f8d7cf3 user: dgp tags: trunk | |
| 20:52 | * generic/tclBinary.c (TclAppendBytesToByteArray): Add comments * generic/tclIn... check-in: 32f022466a user: dgp tags: trunk | |
| 14:16 | merge check-in: 88335abf0e user: dgp tags: dgp-refactor | |
| 14:06 | * generic/tclBinary.c (TclAppendBytesToByteArray): Add extra armour against buffer overflows. check-in: 07af3814a9 user: dkf tags: trunk | |
| 12:38 | Fix the problems I introduced inadvertently: * generic/tclBasic.c (NRInterpCoroutine): Corrected ha... check-in: a822ad9b51 user: dkf tags: trunk | |
| 12:30 | * tests/coroutine.test: testing coroutine arguments after [yield]: check that only 0/1 allowed check-in: 6772c1330f user: msofer tags: trunk | |
| 09:25 | * unix/Makefile.in (gdb-test): Remove quotes so that library paths are constructed correctly. check-in: d162dd5825 user: dkf tags: trunk | |
| 09:23 | * generic/tclCompCmds.c (TclCompileVariableCmd): Slightly tighter issuing of instructions. check-in: 6497264574 user: dkf tags: trunk | |
| 08:29 | * generic/tclExecute.c (TclExecuteByteCode): Add peephole optimization of the fact that INST_DICT_... check-in: 40a1507909 user: dkf tags: trunk | |
| 07:56 | * generic/tclBasic.c (TclNRYieldObjCmd, TclNRYieldmObjCmd) (NRInterpCoroutine): Replace magic valu... check-in: 7222a46970 user: dkf tags: trunk | |
| 07:07 | Unnecessary TCL_STORAGE_CLASS re-definition. It was used for an ancient dummy reference to Tcl_LinkV... check-in: 79f098fef8 user: nijtmans tags: trunk | |
| 00:19 | merge check-in: 0271b14a9b user: dgp tags: dgp-refactor | |
|
2010-04-29
| ||
| 23:43 | forgot the Changelog entry check-in: 77e5c0bba9 user: msofer tags: trunk | |
| 23:39 | * generic/tclCompExpr.c: Slight change in the literal sharing * generic/tclCompile.c: mechanism t... check-in: 7ff9813649 user: msofer tags: trunk | |
| 23:32 | merge check-in: 93ad5b0c95 user: dgp tags: dgp-refactor | |
| 21:24 | Typo check-in: e4ffaa22ac user: andreas_kupries tags: trunk | |
| 21:19 | * library/platform/platform.tcl: Another stab at getting the /lib, * library/platform/pkgIndex.tc... check-in: fe8af4524f user: andreas_kupries tags: trunk | |
| 15:49 | * library/tzdata/Antarctica/Macquarie: * library/tzdata/Africa/Casablanca: * library/tzdata/Afr... check-in: 2fa0d393d8 user: kennykb tags: trunk | |
| 15:14 | fix MSVC warning C4018: '>' : signed/unsigned mismatch check-in: 6e0b151b67 user: nijtmans tags: trunk | |
| 15:08 | typo check-in: 149e58786c user: dkf tags: trunk | |
| 15:08 | * generic/tclBinary.c (TclAppendBytesToByteArray): [Bug 2992970]: Make * generic/tclStringObj.c (T... check-in: 45422b0ec4 user: dkf tags: trunk | |
| 11:05 | credit Lars_H for [yieldm]'s idea check-in: c37ff9fc81 user: msofer tags: trunk | |
| 09:23 | Include "tcl.h", not <tcl.h>, like everywhere else, to insure that the version in the Tcl distribut... check-in: 38aced1306 user: nijtmans tags: trunk | |
|
2010-04-28
| ||
| 11:50 | Remove unused @MAN2TCLFLAGS@ Move <limits.h> include from tclInt.h to tclWinPort.h, and eliminate un... check-in: a8f2c2ec69 user: nijtmans tags: trunk | |
| 10:50 | * generic/tclInt.h (TclIsVarDirectUnsettable): Corrected flags so that deletion of traces is not o... check-in: b533ea6b87 user: dkf tags: trunk | |
|
2010-04-27
| ||
| 14:58 | Code reordering to slightly shorten generated object code. check-in: db0caf99b6 user: dkf tags: trunk | |
| 12:36 | If tclInt.h or tclPort.h is already included, don't include <limits.h> again. Follow-up to [Bug 2991... check-in: b7c55dd4bf user: nijtmans tags: trunk | |
| 08:20 | [Bug 2992292]: tclIOUtil.c assignment type mismatch compiler warning check-in: bacf1b059e user: nijtmans tags: trunk | |
|
2010-04-26
| ||
| 22:30 | * unix/tclLoadDl.c (FindSymbol): [Bug 2992295]: Simplified the logic so that the casts added in Do... check-in: 4822edc7ce user: kennykb tags: trunk | |
| 13:49 | * unix/tclLoadDl.c (FindSymbol): [Bug 2992295]: Added an explicit cast because auto-casting betwee... check-in: 5dc374b21c user: dkf tags: trunk | |
| 13:46 | merge check-in: 6707900dc0 user: dgp tags: dgp-refactor | |
| 13:34 | typofix check-in: f7812fbb27 user: dkf tags: trunk | |
| 13:32 | * generic/tclStubInit.c: Add a small amount of gcc-isms (with #ifdef * generic/tclOOStubInit.c: ... check-in: 724ca31ab6 user: dkf tags: trunk | |
|
2010-04-25
| ||
| 15:40 | merge check-in: 6c1e5491e0 user: dgp tags: dgp-refactor | |
| 13:39 | * generic/tclBasic.c: add unsupported [yieldm] command. * generic/tclInt.h: check-in: 0d7e0c6722 user: msofer tags: trunk | |
|
2010-04-24
| ||
| 17:07 | * generic/tclBasic.test: modify api of TclSpliceTailcall() * generic/tclExecute.c: to fix yieldTo... check-in: e70f57dc66 user: msofer tags: trunk | |
|
2010-04-23
| ||
| 15:45 | Fix [Bug #2991415] tclport.h #included before limits.h check-in: b89ceebb49 user: nijtmans tags: trunk | |
|
2010-04-22
| ||
| 11:40 | Move TCHAR fallback typedef from tcl.h to tclPlatDecls.h (as suggested by dgp) Eliminate various unn... check-in: 77d22c7b43 user: nijtmans tags: trunk | |
|
2010-04-21
| ||
| 14:23 | merge check-in: 20fa5b15d7 user: dgp tags: dgp-refactor | |
|
2010-04-20
| ||
| 14:50 | Upgrade to zlib 1.2.5 check-in: 47f60cf757 user: nijtmans tags: trunk | |