Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | | | | | | | Support TCL_ENCODING_CHAR_LIMIT in the BinaryProc driver. | dgp | 2014-12-23 | 1 | -0/+3 | |
| | * | | | | | | | | | | Use the new TCL_ENCODING_CHAR_LIMIT flag to have the encoding system manage | dgp | 2014-12-23 | 1 | -4/+11 | |
| | * | | | | | | | | | | merge trunk | dgp | 2014-12-23 | 81 | -788/+1014 | |
| | |\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / | |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | | Use more suitable variable name pushers. | dgp | 2014-12-23 | 2 | -13/+9 | |
| * | | | | | | | | | | | Eliminate TclIsLocalScalar(). No callers left. | dgp | 2014-12-23 | 2 | -51/+0 | |
| * | | | | | | | | | | | Revise CompileEachloopCmd() to use LocalScalar() in place of TclIsLocalScalar(). | dgp | 2014-12-23 | 1 | -79/+40 | |
| * | | | | | | | | | | | Convert the LocalScalar*() macros to rest on TclPushVarName rather than on | dgp | 2014-12-22 | 2 | -4/+54 | |
| * | | | | | | | | | | | Use (interp == NULL) argument to TclPushVarName() to signal that no compiling | dgp | 2014-12-22 | 1 | -3/+3 | |
| * | | | | | | | | | | | More complete use of the TCL_NO_ELEMENT flag to suppress useless actions. | dgp | 2014-12-22 | 1 | -3/+5 | |
| * | | | | | | | | | | | merge mark | dgp | 2014-12-22 | 0 | -0/+0 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ \ | merge-mark. The compiler machinery has changed too much for any hope for | dgp | 2014-12-19 | 0 | -0/+0 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | [7c187a3773] Fix error in managing inStatePtr->inQueueTail value in the | dgp | 2014-12-18 | 2 | -0/+41 | |
| * | | | | | | | | | | | | | [af08e89777] Rework finalization to stop encoding-24.2 segfault. | dgp | 2014-12-18 | 4 | -9/+23 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | Rework the *FinalizeThread*() routines so that the quick exit preferencebug_af08e89777 | dgp | 2014-12-17 | 3 | -6/+14 | |
| | * | | | | | | | | | | | | | Revise encoding finalization so that it does a more complete job of restoring | dgp | 2014-12-17 | 1 | -3/+9 | |
| |/ / / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | changes for TIP427 | oehhar | 2014-12-17 | 1 | -0/+2 | |
| * | | | | | | | | | | | | | Include option -connecting in test iocmd-8.15.1 | oehhar | 2014-12-17 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | TIP-427: make "fconfigure $h -connecting" official (client sockets only) | oehhar | 2014-12-17 | 3 | -3/+12 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | Documented "fconfigure $h -connecting" on socket man pagetip_427 | oehhar | 2014-12-17 | 1 | -0/+9 | |
| | * | | | | | | | | | | | | | Merge trunk | oehhar | 2014-12-17 | 118 | -924/+1758 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / | |/| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | 85 -> 86 | jan.nijtmans | 2014-12-15 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | merge-mark | jan.nijtmans | 2014-12-14 | 0 | -0/+0 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | Add header install flag to OS X GNUMakefile; thanks to Stephan Houben for patch | Kevin Walzer | 2014-12-13 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | merge tzdata2014j from ietf.org | venkat | 2014-12-10 | 56 | -543/+678 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Fix some gcc compiler warnings (probably cygwin-only) | jan.nijtmans | 2014-12-08 | 1 | -20/+20 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | test for bug [c6ed4acfd8]: running async socket connect with other connect es... | oehhar | 2014-12-07 | 1 | -0/+18 | |
| * | | | | | | | | | | | | | | | | | Potential fix for [c6ed4acfd8]. | ashok | 2014-12-06 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | | | Ever since (Tcl)PushVarName() stopped making a recursive call to Tcl_ParseCom... | dgp | 2014-12-05 | 1 | -10/+1 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | [d2ffcca163] Limit parsing results that are documented to accept only ASCII c... | dgp | 2014-12-05 | 5 | -44/+83 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | And then another merge mark to finish. | dgp | 2014-12-03 | 0 | -0/+0 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | | | Now make the patch by hand that fossil could not merge. | dgp | 2014-12-03 | 1 | -2/+1 | |
| * | | | | | | | | | | | | | | | | | | | | Just a merge mark since fossil cannot do it right. | dgp | 2014-12-03 | 0 | -0/+0 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / / / / / / / | ||||||
| | | | | | | | | | | * | | | | | | | | | | merge trunk | dgp | 2014-11-24 | 2 | -7/+22 | |
| | | | | | | | | | | |\ \ \ \ \ \ \ \ \ \ | ||||||
| | | | | | | | | | | * \ \ \ \ \ \ \ \ \ \ | merge trunk | dgp | 2014-11-17 | 21 | -172/+134 | |
| | | | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | | | | | | | | | * | | | | | | | | | | | | Add to Tcl_ExternalToUtf() a capability to impose a limit on the number | dgp | 2014-11-15 | 1 | -4/+20 | |
| | | | | | | | | | | * | | | | | | | | | | | | With no padding needed for a terminating NUL, there no need for a distinction | dgp | 2014-11-15 | 1 | -5/+4 | |
| | | | | | | | | | | * | | | | | | | | | | | | Tcl_ExternalToUtf appends a terminating NUL to its encoded results. | dgp | 2014-11-15 | 3 | -28/+55 | |
* | | | | | | | | | | | | | | | | | | | | | | | Stop telling lie about command delete traces. | dgp | 2015-06-08 | 1 | -1/+1 | |
* | | | | | | | | | | | | | | | | | | | | | | | Make tweak to the mem-debug tracking official. It is now again possible to us... | andreask | 2015-05-27 | 1 | -14/+33 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | Minor compilation issue fix, make sure variable declaration (via macro) is fi...aku_mem_debug_allow_regular | Joe Mistachkin | 2015-05-22 | 1 | -6/+7 | |
| * | | | | | | | | | | | | | | | | | | | | | | | Moved Tcl_Obj* objThreadMap release tracking to a location where regular pack... | andreask | 2015-05-22 | 1 | -14/+32 | |
* | | | | | | | | | | | | | | | | | | | | | | | | Remove useless code, trying to sync win32 environment variables with cygwin's... | jan.nijtmans | 2015-05-25 | 2 | -102/+1 | |
* | | | | | | | | | | | | | | | | | | | | | | | | Test portability. | dgp | 2015-04-30 | 1 | -1/+2 | |
* | | | | | | | | | | | | | | | | | | | | | | | | Use joinable threads to avoid thread finalization crashes. | dgp | 2015-04-29 | 1 | -1/+2 | |
* | | | | | | | | | | | | | | | | | | | | | | | | [894da183c8] Test and fix for regression in flushing blocked channels. | dgp | 2015-04-29 | 2 | -2/+36 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | [894da183c8] Fix and test for bug at the point it was introduced.bug_894da183c8 | dgp | 2015-04-29 | 2 | -1/+35 | |
* | | | | | | | | | | | | | | | | | | | | | | | | | Update to tzdata2015d from ietf.org | venkat | 2015-04-29 | 16 | -1185/+1136 | |
* | | | | | | | | | | | | | | | | | | | | | | | | | [879a0747be] Repair handling of incomplete multi-byte chars at the ends | dgp | 2015-04-24 | 2 | -7/+106 | |
* | | | | | | | | | | | | | | | | | | | | | | | | | Fix UtfToUtfProc() to remove the potential to read beyond end of input buffer. | dgp | 2015-04-24 | 1 | -1/+1 | |
* | | | | | | | | | | | | | | | | | | | | | | | | | Open linked folder shared on Windows - Patch [19ea026e43] | oehhar | 2015-04-23 | 1 | -1/+1 | |
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | |