summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Make sure that an input lying precisely 1/2 ULP between two floating point ↵dgp2015-06-242-8/+38
| | | | values is rounded to even.
* Member field which should not have been CONST, because it is dynamically ↵jan.nijtmans2015-06-231-1/+1
| | | | allocated
* From aspect, several edge case coverage tests.dgp2015-06-181-0/+52
|
* Upgrade all internal Unicode tables from Unicode 7.0 to Unicode 8.0jan.nijtmans2015-06-182-1044/+1090
|
* Fix [e770d92d76]: Add support for higher baud rates in Tcljan.nijtmans2015-06-161-0/+33
|\
| * Patch to add support for higher baud rates under Unix Ticket [e770d92d76]]ticket_e770d92d6hypnotoad2015-06-101-0/+33
| |
| * update changescore_8_6_4core_8_6_4_rcdgp2015-03-111-0/+3
| |
| * merge trunkdgp2015-03-111-1/+2
| |\
| | * merge markdgp2015-03-110-0/+0
| | |\
| | * | Fix or at least improvement for Tcl/Tk Cocoa event loop by forcing ↵Kevin Walzer2015-03-101-1/+2
| | | | | | | | | | | | | | | | Tcl_ServiceAll() event processing: http://core.tcl.tk/tk/tktview/3028676fffffffffffffffffffffffffffffffff
| | * | merge markdgp2015-03-060-0/+0
| | |\ \
| * | | | .RS/.RE balancedgp2015-03-061-1/+0
| | | | |
| * | | | `make html` must tolerate bundled packages using configure.ac over configure.in.dgp2015-03-061-1/+5
| | | | |
| * | | | product of a make distdgp2015-03-061-20/+6
| | | | |
| * | | | update changesdgp2015-03-032-1/+17
| | | | |
| * | | | merge trunkdgp2015-03-028-136/+31
| |\ \ \ \ | | |/ / /
| | * | | Deleted Win95/98-specific documentation as those platforms have long been ↵ashok2015-03-027-136/+16
| | | | | | | | | | | | | | | | | | | | unsupported.
| * | | | autoconf-2.59dgp2015-02-262-2/+2
| | | | |
| * | | | Bump to 8.6.4.dgp2015-02-266-7/+7
| |/ / /
| * | | [32b6159246] Accept aspect patch for broken [lreplace] bytecode.dgp2015-02-202-0/+13
| |\ \ \ | | | | | | | | | | No more [lreplace {1 2 3} 2 0] => 1 2 2 3
| | * | | undo erroneous change in [1fa2e32e07]aspect_lreplace_fixaspect2015-02-191-1/+1
| | | | |
| | * | | handle [lreplace l x y ...] where y<xaspect2015-02-192-3/+7
| | | | |
| | * | | (core ticket [32b6159246]) Fix for [lreplace l x y] where y<x-1aspect2015-02-192-1/+10
| | | | |
| * | | | [e08c2c407b] The getHandleProc routine in the Tcl_Channel struct is ↵dgp2015-02-201-1/+1
| |\ \ \ \ | | | | | | | | | | | | | | | | | | optional. Update the docs to make that clear.
| * | | | | per ticket [e08c2c407b053bbfaab] (and stray code related to ↵bch2015-02-191-3/+0
| | | | | | | | | | | | | | | | | | | | | | | | [84f208762f172e]) adj code to passing test suite
| * | | | | Do not fault! Tcl_Panic()! - improvements to handling Tcl_CreateChannel() argsbch2015-02-191-0/+19
| |\ \ \ \ \
| | * | | | | backout backwards-incompatible experiment that was accidentally committedtclchan_assertionsbch2015-02-191-29/+1
| | | | | | |
| | * | | | | sync w/ [trunk]bch2015-02-1911-705/+56
| | |\ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | merge tzdata2015a from ietf.orgvenkat2015-02-1110-704/+27
| |\ \ \ \ \ \
| * \ \ \ \ \ \ merge markdgp2015-02-110-0/+0
| |\ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | | |
| | | | * | | | Even clearer failure messages.dkf2015-02-111-16/+17
| | | | | | | |
| | | | * | | | inputProc and outputProc tests run conditionally on TCL_READABLE, ↵bch2015-02-081-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | TCL_WRITABLE mask
| | | | * | | | switch raw assert() to Tcl_Panic() per discussion w/ dkf bch2015-02-071-7/+17
| | | | | | | |
| | | | * | | | merge [trunk]bch2015-02-076-13/+32
| | | | |\ \ \ \ | | |_|_|/ / / / | |/| | | | | |
| * | | | | | | Fix [08872796bc]dgp2015-01-291-2/+2
| | | | | | | |
| * | | | | | | Test for bug [08872796bc].dgp2015-01-291-0/+19
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Protect against extension variable resolvers that fail to play by the ↵dgp2015-01-291-1/+1
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | post-Var Reform rules.
| * \ \ \ \ \ \ \ \ Fix [df08482b042a16007f256bfbaaacfbe0def01074|df08482b04]: Double defined ↵jan.nijtmans2015-01-263-10/+10
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | INFINITY in regguts.h
| | | | | | | * | | | truncateProc *can* be NULLbch2015-01-211-1/+0
| | | | | | | | | | |
| | | | | | | * | | | assert() on missing definitions for Tcl_ChannelCreate() required struct ↵bch2015-01-201-0/+9
| | |_|_|_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | Tcl_ChannelType{} fields.
| * | | | | | | | | merge markdgp2015-01-020-0/+0
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | Now that we're using TCL_ENCODING_NO_TERMINATE - be careful about acting ondgp2015-01-021-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the contents of dst -- they could be leftovers. Only check bytes reported to have been written and take care to get the assertions right.
| * | | | | | | | | | Add two new (undocumented) flags to the Tcl_ExternalToUtf() interface.dgp2014-12-233-48/+115
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | TCL_ENCODING_NO_TERMINATE rejects the default behavior of appending a terminating NUL byte to the produced Utf output. This permits use of all of the dstLen bytes provided, and simplifies the buffer size calculations demanded from callers. Perhaps some callers need or appreciate this default behavior, but for Tcl's own main use of encodings - conversions within I/O - this just gets in the way. TCL_ENCODING_CHAR_LIMIT lets the caller set a limit on the number of chars to be output to be enforced by the encoding routines themselves. Without this, callers have to check after the fact for going beyond limits and make multiple encoding calls in a trial and error approach. Full compatibility is supported. No defaults are changed, and the flags have their effect even if an encoding driver has not been written to support these flags (but greater efficiency is enjoyed if they do!). All of Tcl's own encoding drivers are updated to support this. Other encoding drivers may exist somewhere, but I cannot point to any. A TIP to document this and make it officially supported may come in time.
| | * | | | | | | | | | Support TCL_ENCODING_CHAR_LIMIT in TableToUtfProc and EscapeToUtfProc drivers.dgp_encoding_flagsdgp2014-12-231-4/+10
| | | | | | | | | | | |
| | * | | | | | | | | | Support TCL_ENCODING_CHAR_LIMIT in the Iso88591ToUtfProc driver.dgp2014-12-231-2/+5
| | | | | | | | | | | |
| | * | | | | | | | | | Support TCL_ENCODING_CHAR_LIMIT in the UnicodeToUtfProc driver.dgp2014-12-231-2/+5
| | | | | | | | | | | |
| | * | | | | | | | | | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the max chars to read constraint.
| | * | | | | | | | | | merge trunkdgp2014-12-2381-788/+1014
| | |\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / | |/| | | | | | | | | |