summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | | | Support TCL_ENCODING_CHAR_LIMIT in the UtfToUtfProc driver.dgp2014-12-231-2/+5
| | * | | | | | | | | | Support TCL_ENCODING_CHAR_LIMIT in the BinaryProc driver.dgp2014-12-231-0/+3
| | * | | | | | | | | | Use the new TCL_ENCODING_CHAR_LIMIT flag to have the encoding system managedgp2014-12-231-4/+11
| | * | | | | | | | | | merge trunkdgp2014-12-2381-788/+1014
| | |\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / | |/| | | | | | | | | |
| * | | | | | | | | | | Use more suitable variable name pushers.dgp2014-12-232-13/+9
| * | | | | | | | | | | Eliminate TclIsLocalScalar(). No callers left.dgp2014-12-232-51/+0
| * | | | | | | | | | | Revise CompileEachloopCmd() to use LocalScalar() in place of TclIsLocalScalar().dgp2014-12-231-79/+40
| * | | | | | | | | | | Convert the LocalScalar*() macros to rest on TclPushVarName rather than ondgp2014-12-222-4/+54
| * | | | | | | | | | | Use (interp == NULL) argument to TclPushVarName() to signal that no compilingdgp2014-12-221-3/+3
| * | | | | | | | | | | More complete use of the TCL_NO_ELEMENT flag to suppress useless actions.dgp2014-12-221-3/+5
| * | | | | | | | | | | merge markdgp2014-12-220-0/+0
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ merge-mark. The compiler machinery has changed too much for any hope fordgp2014-12-190-0/+0
| |\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | [7c187a3773] Fix error in managing inStatePtr->inQueueTail value in thedgp2014-12-182-0/+41
| * | | | | | | | | | | | | [af08e89777] Rework finalization to stop encoding-24.2 segfault.dgp2014-12-184-9/+23
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | Rework the *FinalizeThread*() routines so that the quick exit preferencebug_af08e89777dgp2014-12-173-6/+14
| | * | | | | | | | | | | | | Revise encoding finalization so that it does a more complete job of restoringdgp2014-12-171-3/+9
| |/ / / / / / / / / / / / /
| * | | | | | | | | | | | | changes for TIP427oehhar2014-12-171-0/+2
| * | | | | | | | | | | | | Include option -connecting in test iocmd-8.15.1oehhar2014-12-171-1/+1
| * | | | | | | | | | | | | TIP-427: make "fconfigure $h -connecting" official (client sockets only)oehhar2014-12-173-3/+12
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | Documented "fconfigure $h -connecting" on socket man pagetip_427oehhar2014-12-171-0/+9
| | * | | | | | | | | | | | | Merge trunkoehhar2014-12-17118-924/+1758
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / | |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | | 85 -> 86jan.nijtmans2014-12-151-1/+1
| * | | | | | | | | | | | | | merge-markjan.nijtmans2014-12-140-0/+0
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | Add header install flag to OS X GNUMakefile; thanks to Stephan Houben for patchKevin Walzer2014-12-131-1/+1
| * | | | | | | | | | | | | | | merge tzdata2014j from ietf.orgvenkat2014-12-1056-543/+678
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Fix some gcc compiler warnings (probably cygwin-only)jan.nijtmans2014-12-081-20/+20
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | test for bug [c6ed4acfd8]: running async socket connect with other connect es...oehhar2014-12-071-0/+18
| * | | | | | | | | | | | | | | | | Potential fix for [c6ed4acfd8]. ashok2014-12-061-1/+1
| * | | | | | | | | | | | | | | | | Ever since (Tcl)PushVarName() stopped making a recursive call to Tcl_ParseCom...dgp2014-12-051-10/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ [d2ffcca163] Limit parsing results that are documented to accept only ASCII c...dgp2014-12-055-44/+83
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ And then another merge mark to finish.dgp2014-12-030-0/+0
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | Now make the patch by hand that fossil could not merge.dgp2014-12-031-2/+1
| * | | | | | | | | | | | | | | | | | | | Just a merge mark since fossil cannot do it right.dgp2014-12-030-0/+0
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / / / / / / /
| | | | | | | | | | | * | | | | | | | | | merge trunkdgp2014-11-242-7/+22
| | | | | | | | | | | |\ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | * \ \ \ \ \ \ \ \ \ \ merge trunkdgp2014-11-1721-172/+134
| | | | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | * | | | | | | | | | | | Add to Tcl_ExternalToUtf() a capability to impose a limit on the numberdgp2014-11-151-4/+20
| | | | | | | | | | | * | | | | | | | | | | | With no padding needed for a terminating NUL, there no need for a distinctiondgp2014-11-151-5/+4
| | | | | | | | | | | * | | | | | | | | | | | Tcl_ExternalToUtf appends a terminating NUL to its encoded results.dgp2014-11-153-28/+55
* | | | | | | | | | | | | | | | | | | | | | | Stop telling lie about command delete traces.dgp2015-06-081-1/+1
* | | | | | | | | | | | | | | | | | | | | | | Make tweak to the mem-debug tracking official. It is now again possible to us...andreask2015-05-271-14/+33
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | Minor compilation issue fix, make sure variable declaration (via macro) is fi...aku_mem_debug_allow_regularJoe Mistachkin2015-05-221-6/+7
| * | | | | | | | | | | | | | | | | | | | | | | Moved Tcl_Obj* objThreadMap release tracking to a location where regular pack...andreask2015-05-221-14/+32
* | | | | | | | | | | | | | | | | | | | | | | | Remove useless code, trying to sync win32 environment variables with cygwin's...jan.nijtmans2015-05-252-102/+1
* | | | | | | | | | | | | | | | | | | | | | | | Test portability.dgp2015-04-301-1/+2
* | | | | | | | | | | | | | | | | | | | | | | | Use joinable threads to avoid thread finalization crashes.dgp2015-04-291-1/+2
* | | | | | | | | | | | | | | | | | | | | | | | [894da183c8] Test and fix for regression in flushing blocked channels.dgp2015-04-292-2/+36
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | [894da183c8] Fix and test for bug at the point it was introduced.bug_894da183c8dgp2015-04-292-1/+35
* | | | | | | | | | | | | | | | | | | | | | | | | Update to tzdata2015d from ietf.orgvenkat2015-04-2916-1185/+1136
* | | | | | | | | | | | | | | | | | | | | | | | | [879a0747be] Repair handling of incomplete multi-byte chars at the endsdgp2015-04-242-7/+106
* | | | | | | | | | | | | | | | | | | | | | | | | Fix UtfToUtfProc() to remove the potential to read beyond end of input buffer.dgp2015-04-241-1/+1