summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [TIP 412] msgcat dynamic locale change and package private locale (msgcat 1.6.0)oehhar2015-06-299-187/+1421
|\
| * Added tests for mcforgetpackage, mcpackagelocale and mcpackageconfigtip_412msgcat_dyn_localeoehhar2015-06-292-13/+323
| |
| * Tests for mcexists and mcloadedlocalesoehhar2015-06-262-1/+96
| |
| * Manpage, callback fail calls bgerror, clean catalog on packagelocale unsetoehhar2015-06-263-26/+317
| |
| * Merge trunkoehhar2015-06-2216-1070/+1226
| |\
| * | Make all msgcat tests passoehhar2015-06-012-3/+12
| | |
| * | clock.tcl modified that all clock tests passoehhar2015-05-311-12/+5
| | |
| * | merge trunkoehhar2015-05-31823-29634/+48482
| |\ \
| * | | clock uses new msgcat featuresoehhar2012-09-203-606/+688
| | | |
| * | | (proposal) msgcat with dynamic mc file load on locale changeoehhar2012-09-193-110/+623
| | | |
| * | | TIP#399 implementation: mcconfig may add additional glob pattern for mcloadoehhar2012-09-196-19/+69
| | | |
* | | | Merge tzdata2015e from ietf.orgvenkat2015-06-283-51/+216
|\ \ \ \
| * | | | Summary: Update to tzdata2015e from ietf.orgvenkat2015-06-283-51/+216
| | | | |
* | | | | revert unintended change of .settings/org.eclipse.core.resources.prefs in ↵jan.nijtmans2015-06-251-1/+1
| | | | | | | | | | | | | | | | | | | | previous commit
* | | | | Fix bug in "make dist" when system-encoding is UTF-8: eolFix will then ↵jan.nijtmans2015-06-2519-4335/+4357
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | | | | | | translate some windows-specific files to UTF-8 too. Solution: commit those files with CRLF line-ending, which eliminates the need for eolFix altgether. See als: [495120] for the reason why eolFix was introduced in the first place. No longer needed with fossil.
| * | | | Fix bug in "make dist" when system-encoding is UTF-8: eolFix will then ↵jan.nijtmans2015-06-2525-6628/+6649
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | translate some windows-specific files to UTF-8 too. Solution: commit those files with CRLF line-ending, which eliminates the need for eolFix altgether. See als: [495120] for the reason why eolFix was introduced in the first place. No longer needed with fossil.
* | | | | Tcl_GetStringFromObj(..., NULL) -> Tcl_GetString(...). Use size_t in stead ↵jan.nijtmans2015-06-246-46/+47
| | | | | | | | | | | | | | | | | | | | of int for more internal variables.
* | | | | Silence compiler warning.dgp2015-06-241-2/+1
|\ \ \ \ \ | |/ / / /
| * | | | Make sure that an input lying precisely 1/2 ULP between two floating point ↵dgp2015-06-242-8/+38
| | | | | | | | | | | | | | | | | | | | values is rounded to even.
* | | | | Registry extension 1.3.0 -> 1.3.1: SendMessageTimeoutA -> ↵jan.nijtmans2015-06-236-15/+14
| | | | | | | | | | | | | | | | | | | | SendMessageTimeout, so make sure only win32 UNICODE API is used.
* | | | | Member field which should not have been const, because it is dynamically ↵jan.nijtmans2015-06-236-28/+28
|\ \ \ \ \ | |/ / / / | | | | | | | | | | allocated. Some end-of-line spacing in header files.
| * | | | Member field which should not have been CONST, because it is dynamically ↵jan.nijtmans2015-06-231-1/+1
| | | | | | | | | | | | | | | | | | | | allocated
* | | | | If the file system changes when "cwd" changes, force a filesystem refresh on ↵jan.nijtmans2015-06-231-6/+17
| |_|_|/ |/| | | | | | | | | | | path objects. Needed for AndroWish/TclKit (???) in obscure situations, harmless on systems which only have a single native filesystem.
* | | | Make sure that an input lying precisely 1/2 ULP between two floating point ↵Kevin B Kenny2015-06-202-8/+35
| | | | | | | | | | | | | | | | values is rounded to even.
* | | | Remove lines of code made obsolete by earlier changes.dgp2015-06-191-5/+1
| | | |
| | | |
| \ \ \
*-. \ \ \ [a4cb3f06c4] Fix edge case handling in lreplace. Many more tests.dgp2015-06-183-3/+38
|\ \ \ \ \ | | |/ / /
| | * | | From aspect, several edge case coverage tests.dgp2015-06-181-0/+52
| | | | |
| * | | | lreplace: more tests, doc improvementaspect_lreplace_refixaspect2015-06-162-1/+34
| | | | |
| * | | | fix for a4cb3f06c4fe - bug introduced in 32b61592465aspect2015-06-162-1/+4
| | | | |
* | | | | Upgrade all internal Unicode tables from Unicode 7.0 to Unicode 8.0jan.nijtmans2015-06-182-1042/+1088
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | 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
|\ \ \ \ \ | |/ / / /
| * | | | 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
| | | | | |
* | | | | | Plug memory leaks in the Tcl_ZlibInflate() error handling code. Fix for ↵Joe Mistachkin2015-06-111-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | ticket [478c446889].
* | | | | | Stop documentation lie about command rename traces and comment lie aboutdgp2015-06-082-2/+2
|\ \ \ \ \ \ | |/ / / / / | | | | | | what's done with them in TclOO.
| * | | | | Stop telling lie about command delete traces.dgp2015-06-081-1/+1
| | | | | |
* | | | | | Fix typo in three thread tests.Joe Mistachkin2015-06-051-3/+3
| | | | | |
* | | | | | [268b23df11] Revised patch to create phony source string when thedgp2015-06-031-5/+11
| | | | | | | | | | | | | | | | | | | | | | | | original script does not actually contain the command being invoked. (Example: the tcl::mathfunc::* command invoked via [expr] interpretation)
* | | | | | Put the ellipsis inside, not outside, the close quote.dgp2015-06-031-1/+1
| | | | | |
* | | | | | [268b23df11] When GetSrcInfoForPc() returns NULL, make sure it also setsdgp2015-06-032-8/+20
| |_|_|_|/ |/| | | | | | | | | | | | | | the length to a non-positive value so nothing tries to read offsets from a NULL pointer.
* | | | | Make tweak to the mem-debug tracking official. It is now again possible to ↵andreask2015-05-271-14/+33
|\ \ \ \ \ | |/ / / / | | | | | | | | | | use regular packages with a mem-debug core without inciting a panic.
| * | | | Make tweak to the mem-debug tracking official. It is now again possible to ↵andreask2015-05-271-14/+33
| |\ \ \ \ | | | | | | | | | | | | | | | | | | use regular packages with a mem-debug core without inciting a panic.
| | * | | | Minor compilation issue fix, make sure variable declaration (via macro) is ↵aku_mem_debug_allow_regularJoe Mistachkin2015-05-221-6/+7
| | | | | | | | | | | | | | | | | | | | | | | | first.
| | * | | | Moved Tcl_Obj* objThreadMap release tracking to a location where regular ↵andreask2015-05-221-14/+32
| | | | | | | | | | | | | | | | | | | | | | | | packages will call through, enabling their full tracking by the core, and thus avoiding the "expected to create new entry for object map" panic seen otherwise.
* | | | | | Added missing marker for incompatibility.dkf2015-05-261-0/+1
| | | | | |
* | | | | | Remove useless code, trying to sync win32 environment variables with ↵jan.nijtmans2015-05-252-101/+1
|\ \ \ \ \ \ | |/ / / / / | | | | | | | | | | | | cygwin's. cygwin1.dll is responsible for doing that. Taken over from cygwin's tcl fork.
| * | | | | Remove useless code, trying to sync win32 environment variables with ↵jan.nijtmans2015-05-252-102/+1
| | | | | | | | | | | | | | | | | | | | | | | | cygwin's. cygwin1.dll is responsible for doing that. Taken over from cygwin's tcl fork.
* | | | | | Missed a bitdgp2015-05-202-4/+2
| | | | | |
* | | | | | [29044ba23f] Remove RANLIB as part of library installation. At best it'sdgp2015-05-203-8/+2
| | | | | | | | | | | | | | | | | | | | | | | | redundant to the RANLIB already done as part of library build. At worst, it conflicts with needs of cross-compiling. Thanks Erik Leunissen.