Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
114 check-ins using file unix/configure.in version c22cdcd0bb
|
2016-09-08
| ||
| 12:36 | merge 8.6.3 check-in: 5e598c8a3e user: dgp tags: dgp-literal-reform | |
|
2015-03-11
| ||
| 12:25 | merge mark check-in: 099f49094f user: dgp tags: trunk | |
|
2015-03-10
| ||
| 14:41 | Fix or at least improvement for Tcl/Tk Cocoa event loop by forcing Tcl_ServiceAll() event processing... check-in: a34070f149 user: kevin_walzer tags: trunk | |
|
2015-03-06
| ||
| 16:39 | merge mark check-in: 98dd813367 user: dgp tags: trunk | |
|
2015-03-02
| ||
| 08:54 | Deleted Win95/98-specific documentation as those platforms have long been unsupported. check-in: 792da66b36 user: ashok tags: trunk | |
|
2015-02-20
| ||
| 20:19 | [32b6159246] Accept aspect patch for broken [lreplace] bytecode. No more [lreplace {1 2 3} 2 0] => 1... check-in: a3653be454 user: dgp tags: trunk | |
| 19:30 | [e08c2c407b] The getHandleProc routine in the Tcl_Channel struct is optional. Update the docs to mak... check-in: 4b4a843052 user: dgp tags: trunk | |
|
2015-02-19
| ||
| 22:01 | per ticket [e08c2c407b053bbfaab] (and stray code related to [84f208762f172e]) adj code to passing t... check-in: e8e453a016 user: bch tags: trunk | |
| 19:19 | Do not fault! Tcl_Panic()! - improvements to handling Tcl_CreateChannel() args check-in: 8b6f2cc858 user: bch tags: trunk | |
| 19:16 | backout backwards-incompatible experiment that was accidentally committed Closed-Leaf check-in: 84f208762f user: bch tags: tclchan_assertions | |
| 18:57 | sync w/ [trunk] check-in: fac397e113 user: bch tags: tclchan_assertions | |
| 06:30 | merge trunk Leaf check-in: 96c4540f29 user: aspect tags: aspect-lreplace-fix | |
| 06:29 | undo erroneous change in [1fa2e32e07] check-in: 0a7c347ebc user: aspect tags: aspect-lreplace-fix | |
| 02:42 | handle [lreplace l x y ...] where y<x check-in: bdd93f86b9 user: aspect tags: aspect-lreplace-fix | |
| 02:34 | (core ticket [32b6159246]) Fix for [lreplace l x y] where y<x-1 check-in: a6f0049368 user: aspect tags: aspect-lreplace-fix | |
|
2015-02-11
| ||
| 23:54 | merge tzdata2015a from ietf.org check-in: c01663d9a7 user: venkat tags: trunk | |
| 15:56 | Even clearer failure messages. check-in: d82fc0ac6e user: dkf tags: tclchan_assertions | |
| 03:43 | merge mark check-in: c820272112 user: dgp tags: trunk | |
|
2015-02-08
| ||
| 06:50 | Tcl_ChanneType inputProc and outputProc tests, according to docs (ref: [e08c2c407b053bbfaab]) Closed-Leaf check-in: d535157618 user: bch tags: tclchan_assertions | |
| 05:04 | inputProc and outputProc tests run conditionally on TCL_READABLE, TCL_WRITABLE mask check-in: 29f5697dfd user: bch tags: tclchan_assertions | |
|
2015-02-07
| ||
| 21:19 | switch raw assert() to Tcl_Panic() per discussion w/ dkf check-in: 4c53df3107 user: bch tags: tclchan_assertions | |
| 21:12 | merge [trunk] check-in: e64fd539ad user: bch tags: tclchan_assertions | |
|
2015-02-02
| ||
| 06:42 | Add tests 53.22-26 for [binary format] handling of values > FLT_MAX. These do not conform to the st... Leaf check-in: 63cb5104fb user: aspect tags: aspect-binary-float-inf | |
| 06:37 | binary format: round to (float)Inf Changes test results binary-13.12, 13.13, 53.12, 53.13 check-in: 168ba547d4 user: aspect tags: aspect-binary-float-inf | |
| 04:59 | (core ticket [85ce4bf928]) Ensure [binary format] stores single-precision infinities correctly. FLT... check-in: f4d7334db9 user: aspect tags: aspect-binary-float-inf | |
|
2015-01-29
| ||
| 18:39 | Fix [08872796bc] check-in: 938d402c18 user: dgp tags: trunk | |
| 18:36 | Test for bug [08872796bc]. check-in: 38a021fa60 user: dgp tags: trunk | |
| 17:48 | Protect against extension variable resolvers that fail to play by the post-Var Reform rules. check-in: 9fff408391 user: dgp tags: trunk | |
|
2015-01-26
| ||
| 20:56 | Fix [df08482b042a16007f256bfbaaacfbe0def01074|df08482b04]: Double defined INFINITY in regguts.h check-in: fd1317ae18 user: jan.nijtmans tags: trunk | |
| 20:51 | merge trunk check-in: 8b523e16b0 user: dgp tags: bug-3608714 | |
|
2015-01-21
| ||
| 00:21 | truncateProc *can* be NULL check-in: 4f581ec708 user: bch tags: tclchan_assertions | |
|
2015-01-20
| ||
| 23:40 | assert() on missing definitions for Tcl_ChannelCreate() required struct Tcl_ChannelType{} fields. check-in: 03386a8409 user: bch tags: tclchan_assertions | |
|
2015-01-17
| ||
| 18:40 | apply contributed patch which fixes a segfault check-in: fa50ea7b17 user: jan.nijtmans tags: tip-389-impl | |
| 17:42 | merge trunk check-in: ba66980d64 user: jan.nijtmans tags: tip-389-impl | |
|
2015-01-02
| ||
| 22:43 | merge mark check-in: 690300420f user: dgp tags: trunk | |
| 22:42 | Now that we're using TCL_ENCODING_NO_TERMINATE - be careful about acting on the contents of dst -- t... check-in: bd7e81c0fb user: dgp tags: trunk | |
|
2014-12-23
| ||
| 18:39 | Add two new (undocumented) flags to the Tcl_ExternalToUtf() interface. TCL_ENCODING_NO_TERMINATE rej... check-in: 7cefe002e7 user: dgp tags: trunk | |
| 17:53 | Support TCL_ENCODING_CHAR_LIMIT in TableToUtfProc and EscapeToUtfProc drivers. Closed-Leaf check-in: 14b0ab81bb user: dgp tags: dgp-encoding-flags | |
| 17:48 | Support TCL_ENCODING_CHAR_LIMIT in the Iso88591ToUtfProc driver. check-in: 0a271e0a77 user: dgp tags: dgp-encoding-flags | |
| 17:46 | Support TCL_ENCODING_CHAR_LIMIT in the UnicodeToUtfProc driver. check-in: 18bd29454d user: dgp tags: dgp-encoding-flags | |
| 17:26 | Support TCL_ENCODING_CHAR_LIMIT in the UtfToUtfProc driver. check-in: 0ff413f9e5 user: dgp tags: dgp-encoding-flags | |
| 17:13 | Support TCL_ENCODING_CHAR_LIMIT in the BinaryProc driver. check-in: 32e5400e02 user: dgp tags: dgp-encoding-flags | |
| 16:57 | Use the new TCL_ENCODING_CHAR_LIMIT flag to have the encoding system manage the max chars to read co... check-in: 8890be077c user: dgp tags: dgp-encoding-flags | |
| 03:11 | merge trunk check-in: b057d4a0fb user: dgp tags: dgp-encoding-flags | |
| 02:41 | Use more suitable variable name pushers. check-in: d9a4be6a30 user: dgp tags: trunk | |
| 02:12 | Eliminate TclIsLocalScalar(). No callers left. check-in: ace6686f02 user: dgp tags: trunk | |
| 01:28 | Revise CompileEachloopCmd() to use LocalScalar() in place of TclIsLocalScalar(). check-in: 2bff63d484 user: dgp tags: trunk | |
|
2014-12-22
| ||
| 20:27 | Convert the LocalScalar*() macros to rest on TclPushVarName rather than on TclIsLocalScalar(). check-in: f4187de9bb user: dgp tags: trunk | |
| 20:13 | Use (interp == NULL) argument to TclPushVarName() to signal that no compiling is desired. Only a lo... check-in: 4b3a62d56b user: dgp tags: trunk | |
| 19:57 | More complete use of the TCL_NO_ELEMENT flag to suppress useless actions. check-in: bfe5d18986 user: dgp tags: trunk | |
| 17:12 | merge mark check-in: 123f195b90 user: dgp tags: trunk | |
|
2014-12-19
| ||
| 17:57 | merge-mark. The compiler machinery has changed too much for any hope for a successful merge. TclIs... check-in: 5dfdd58c00 user: dgp tags: trunk | |
|
2014-12-18
| ||
| 18:06 | [7c187a3773] Fix error in managing inStatePtr->inQueueTail value in the byte-moving optimized path o... check-in: fca565edf9 user: dgp tags: trunk | |
| 14:38 | [af08e89777] Rework finalization to stop encoding-24.2 segfault. check-in: 60215f1e7a user: dgp tags: trunk | |
|
2014-12-17
| ||
| 20:47 | Rework the *FinalizeThread*() routines so that the quick exit preference is respected without need t... Closed-Leaf check-in: 0c55f8ef65 user: dgp tags: bug-af08e89777 | |
| 19:57 | Revise encoding finalization so that it does a more complete job of restoring the pre-initialized st... check-in: 519d6c8e9e user: dgp tags: bug-af08e89777 | |
| 11:21 | changes for TIP427 check-in: 452faca544 user: oehhar tags: trunk | |
| 08:42 | Include option -connecting in test iocmd-8.15.1 check-in: e3ea8c6212 user: oehhar tags: trunk | |
| 08:24 | TIP-427: make "fconfigure $h -connecting" official (client sockets only) check-in: 9fcbf61071 user: oehhar tags: trunk | |
| 08:22 | Documented "fconfigure $h -connecting" on socket man page Closed-Leaf check-in: b689b115bd user: oehhar tags: tip-427 | |
| 07:53 | Merge trunk check-in: bc38411db8 user: oehhar tags: tip-427 | |
|
2014-12-15
| ||
| 10:20 | 85 -> 86 check-in: 544df7aea5 user: jan.nijtmans tags: trunk | |
|
2014-12-14
| ||
| 12:13 | merge-mark check-in: 975a47cdd7 user: jan.nijtmans tags: trunk | |
|
2014-12-13
| ||
| 02:47 | Add header install flag to OS X GNUMakefile; thanks to Stephan Houben for patch check-in: dbed517c8b user: kevin_walzer tags: trunk | |
|
2014-12-10
| ||
| 00:37 | merge tzdata2014j from ietf.org check-in: 753ce11db4 user: venkat tags: trunk | |
|
2014-12-08
| ||
| 16:10 | Fix some gcc compiler warnings (probably cygwin-only) check-in: 9ad673da8e user: jan.nijtmans tags: trunk | |
|
2014-12-07
| ||
| 12:17 | test for bug [c6ed4acfd8]: running async socket connect with other connect established will block tc... check-in: 972aaaacc9 user: oehhar tags: trunk | |
|
2014-12-06
| ||
| 11:19 | Potential fix for [c6ed4acfd8]. Simple typo in original fix for [336441ed59]. Was looping on stat... check-in: 0658e05c4a user: ashok tags: trunk | |
|
2014-12-05
| ||
| 21:28 | Ever since (Tcl)PushVarName() stopped making a recursive call to Tcl_ParseCommand() (in the pre-8.4.... check-in: 5c3b0b33f0 user: dgp tags: trunk | |
| 15:05 | Bringing core_zip_vfs up to date with trunk check-in: 52241094a3 user: hypnotoad tags: core_zip_vfs | |
| 12:28 | [d2ffcca163] Limit parsing results that are documented to accept only ASCII chars to actually follow... check-in: 576177cd54 user: dgp tags: trunk, potential incompatibility | |
|
2014-12-03
| ||
| 23:55 | And then another merge mark to finish. check-in: e6dd11413c user: dgp tags: trunk | |
| 23:54 | Now make the patch by hand that fossil could not merge. check-in: 0b5e44e98b user: dgp tags: trunk | |
| 23:51 | Just a merge mark since fossil cannot do it right. check-in: 6288895427 user: dgp tags: trunk | |
| 23:34 | missing unset in new test check-in: f06e472e4e user: msofer tags: trunk | |
| 23:27 | fix var($) problem, bug [0c043a175] (thx dgp) check-in: a99cda1ce0 user: msofer tags: trunk | |
| 23:17 | test and fix (thx dgp) Closed-Leaf check-in: 2e6529b49a user: msofer tags: bug-0c043a175 | |
| 23:05 | [0dca3bfa8f] Strengthen validity checks on fast-path string comparison. check-in: 10719b63c9 user: dkf tags: trunk | |
| 13:22 | adding a test for the bug check-in: dcc6ec3e90 user: msofer tags: bug-0c043a175 | |
|
2014-12-01
| ||
| 20:17 | Fix missing export of the "NewForeachInfoType" AuxData structure for tbcload/tclcompiler packages. check-in: edb0dea965 user: andreask tags: trunk | |
|
2014-11-26
| ||
| 18:17 | Merge from trunk Leaf check-in: b99509d26e user: jcr tags: jcr-notifier-poll | |
|
2014-11-25
| ||
| 19:25 | merge [e11d223695c5468b1bfb3db35ebf54856501fdf0], specifically for ./generic/tclExecute.c work (prop... Leaf check-in: c7bc4d485a user: bch tags: bch_coverity | |
|
2014-11-24
| ||
| 03:11 | merge trunk check-in: 74365a92a9 user: dgp tags: dgp-encoding-flags | |
| 03:08 | [e087812465] Trim back operatorStrings array to just the entries that are needed. Trims away the par... check-in: e11d223695 user: dgp tags: trunk | |
|
2014-11-21
| ||
| 13:05 | Fix [743338466549f09e3956d8a86e6f9a8030f227cb|7433384665]: socket error encoding bug. check-in: 19efe47577 user: jan.nijtmans tags: trunk | |
|
2014-11-17
| ||
| 20:55 | merge 8.6.3 core (ref: [core-8-6-3]; nb: specific tag could change in future.) check-in: 5c0a5f44ce user: bch tags: bch_coverity | |
| 15:04 | Added the zvfstools file to the installer check-in: 7e8220ba60 user: hypnotoad tags: core_zip_vfs | |
| 13:00 | merge trunk check-in: 0b851de3a3 user: dgp tags: dgp-encoding-flags | |
|
2014-11-15
| ||
| 23:45 | Tweaks to build Leaf check-in: 92779ba3ee user: hypnotoad tags: core_zip_vfs_c_encoder | |
| 21:46 | Add to Tcl_ExternalToUtf() a capability to impose a limit on the number of chars produce in the enco... check-in: 4c4b417d21 user: dgp tags: dgp-encoding-flags | |
| 21:13 | With no padding needed for a terminating NUL, there no need for a distinction between the dstNeeded ... check-in: 08d5c4e676 user: dgp tags: dgp-encoding-flags | |
| 21:08 | Tcl_ExternalToUtf appends a terminating NUL to its encoded results. Perhaps this is a welcome conven... check-in: dfbd1c41a7 user: dgp tags: dgp-encoding-flags | |
| 14:48 | Added the C implementation of the zipvfs encoder that was originally bundled into the zvfs.c file as... check-in: cb1011bfac user: hypnotoad tags: core_zip_vfs_c_encoder | |
| 00:12 | For the feature branch we now enable Zip file functions for all shells in Unix, and explicitly name ... check-in: 1d8bf095f0 user: hypnotoad tags: core_zip_vfs | |
|
2014-11-14
| ||
| 12:29 | Merge trunk. Update to Unicode 8 beta check-in: 5e0b59a946 user: jan.nijtmans tags: tip-389-impl | |
| 09:44 | Remove a number of eol-spaces. No change in functionality. check-in: 43b5a95f6d user: jan.nijtmans tags: trunk | |
|
2014-11-13
| ||
| 16:08 | Simplify NativeIsComPort() implementation: native paths never end in ':', and never use forward slas... check-in: f27ce7a1a5 user: jan.nijtmans tags: trunk | |
| 15:50 | Add a mode for injecting the TkDll into the VFS check-in: b607f9b797 user: hypnotoad tags: core_zip_vfs | |
| 14:58 | Removed _ANSI_ARGS_ macros. They were not compiling in Tk for some reason today... check-in: 758f3bb391 user: hypnotoad tags: core_zip_vfs | |
| 14:30 | Tweak to delete the tclzsh.vfs directory before the rm -rf tclvfs* statement in "make clean" check-in: c0b9d42ce2 user: hypnotoad tags: core_zip_vfs | |
| 14:13 | Merging in changes from trunk check-in: 173ba18398 user: hypnotoad tags: core_zip_vfs | |
| 12:52 | Improve documentation on the use of com ports (remove references to Windows 95, deprecate the use of... check-in: 90f8c27d0d user: jan.nijtmans tags: trunk | |
| 03:20 | Even though we are ultimately terminating the process, we manage our resources. (ref: Coverity CID 4... check-in: 836d53271d user: bch tags: bch_coverity | |
|
2014-11-12
| ||
| 04:35 | merge release check-in: 2b53ef7858 user: dgp tags: trunk | |
|
2014-11-11
| ||
| 22:23 | Likely fix for channel mem leaks. Closed-Leaf check-in: 450a131ee7 user: dgp tags: core-8-6-3-rc, core-8-6-3, release | |
|
2014-11-09
| ||
| 06:56 | coverity 1251249 Out-of-bounds read, off-by-one check-in: 12524da9f5 user: bch tags: bch_coverity | |
|
2014-11-07
| ||
| 17:48 | Correct -singleproc 1 testing flaws. check-in: b71c2af14a user: dgp tags: rc2, core-8-6-3-rc | |
| 14:10 | update changes; more test suite polishing. check-in: 156a2211b7 user: dgp tags: core-8-6-3-rc | |
| 13:59 | Make sure all uses of the [testbytestring] command are constrained. check-in: c60e3fa141 user: dgp tags: core-8-6-3-rc | |
|
2014-11-06
| ||
| 18:38 | Merged latest trunk work (especially changes to eof handling) into the RC. check-in: b37ba326f6 user: andreask tags: core-8-6-3-rc | |
|
2014-10-28
| ||
| 13:06 | merge trunk check-in: c75e80f332 user: dgp tags: core-8-6-3-rc | |
|
2014-10-22
| ||
| 14:46 | by request check-in: 76fb8c73a5 user: dgp tags: rc1, core-8-6-3-rc | |
|
2014-10-18
| ||
| 22:43 | merge trunk check-in: 0a522a5abd user: dgp tags: rc0, core-8-6-3-rc | |
|
2014-10-14
| ||
| 18:12 | Bump to Tcl 8.6.3, TclOO 1.0.3, and update changes file. check-in: 481f2d5443 user: dgp tags: core-8-6-3-rc | |