summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* More test rewrites for robust var resolution.dgp2017-10-301-1/+3
* Revise tests that relied on deprecated variable resolution rules.dgp2017-10-303-10/+7
* oopsdgp2017-10-271-1/+0
* Update tests that were still written on the outdated premise that Tcl's encod...dgp2017-10-272-7/+8
|\
| * Update tests that were still written on the outdated premise that Tcl'sdgp2017-10-272-8/+8
* | Cherrypick: [fc1409fc91] Method cloning needs to be careful with body represe...dkf2017-10-242-0/+12
* | Historical change affecting tests: Detroit did not observe Daylight Saving Ti...Kevin B Kenny2017-10-241-24/+3
|\ \ | |/
| * Historical change affecting tests: Detroit did not observe Daylight Saving Ti...Kevin B Kenny2017-10-241-24/+3
| * Update to tzdata2017cKevin B Kenny2017-10-2421-367/+404
* | Update TZ info to tzcode2017c.José Ignacio Marín2017-10-2321-367/+404
* | Fix [b58e6897034fc5292c9d36ba8099d9a835c98172|b58e689703]: Return value of 'T...jan.nijtmans2017-10-231-1/+1
* | Oops; put the code in the wrong place. Mixins have priority when deciding met...dkf2017-10-191-12/+12
* | [1a56550e96] Ensure that method list introspection finds methods from mixins ...dkf2017-10-192-20/+79
|\ \
| * | Ensure that method list introspection finds methods from mixins in all cases....dkf2017-10-192-20/+57
| * | [1a56550e96] Mixins aren't being searched correctly by [info class methods -all]dkf2017-10-181-1/+23
|/ /
* | In nmakehlp -v, return non-0 exit code if version is not found. (taken from v...jan.nijtmans2017-10-091-2/+8
|\ \ | |/
| * In nmakehlp -v, return non-0 exit code if version is not found. (taken from v...jan.nijtmans2017-10-091-2/+8
* | Add visual-studio related entries to ignore-glob. Taken over from reform-vc b...jan.nijtmans2017-10-091-3/+5
|\ \ | |/
| * Add visual-studio related entries to ignore-glob. Taken over from reform-vc b...jan.nijtmans2017-10-091-0/+24
* | RFE [566a999189] - better error message for 32/64 bit mismatch on load.apnadkarni2017-09-211-3/+27
* | Fix [f5da3d30e096a1c3486fbc480a6ece01fcb277a6|f5da3d30e0]: clerical error in ...jan.nijtmans2017-09-141-1/+1
* | Make pkgIndex.tcl from msgcat work for Tcl 9.0 (not really necessary, but for...jan.nijtmans2017-09-041-1/+1
* | Typo's (Thanks to Gustaf Neumann), nothing functional.jan.nijtmans2017-09-042-3/+3
* | [0e4d88b650] Allow command overwrite when deletion callback deletes namespace.dgp2017-09-022-62/+119
|\ \ | |/
| * [0e4d88b650] Allow command overwrite when deletion callback deletes namespace.dgp2017-09-022-62/+119
| |\
| | * merge 8.5dgp2017-09-024-88/+74
| | |\ | | |/ | |/|
| | * Add testdgp2017-09-021-0/+15
| | * Similar fix to Tcl_CreateCommand().dgp2017-09-021-31/+54
| | * Tidy up.dgp2017-09-021-33/+40
| | * [Bug 0e4d88b650] First draft fix. Re-resolve namespace after cmd deletion.dgp2017-09-021-8/+20
* | | Handle Unicode surrogates correctly in Tcl_AppendFormatToObj() and BuildCharS...jan.nijtmans2017-09-012-3/+3
* | | Adapt .fossil-settings/crlf-glob, for 5 libtommath-related files which have c...jan.nijtmans2017-08-312-0/+6
* | | http state 100 continue handling broken [2a94652ee1]oehhar2017-08-315-6/+10
|\ \ \
| * | | http state 100 continue handling broken [2a94652ee1]oehhar2017-08-315-6/+10
|/ / /
* | | (cherry-pick): Fix [b50fb21410dababca95baa122964b2e312cb9d8a|b50fb214] : exec...jan.nijtmans2017-08-292-3/+13
* | | Fix [d2612a2fa193196787aab33bb57f69b1eef9e30c|d2612a2fa1]: Build breaks becau...jan.nijtmans2017-08-222-123/+172
* | | RFE [http://core.tcl.tk/tk/info/6c0d7aec67|6c0d7aec67]: Better surrogate hand...jan.nijtmans2017-08-1812-52/+80
|\ \ \
| * \ \ merge core-8-6-branchjan.nijtmans2017-07-142-42/+48
| |\ \ \
| * \ \ \ merge core-8-6-branchjan.nijtmans2017-07-0318-1041/+1109
| |\ \ \ \
| * \ \ \ \ merge core-8-6-branchjan.nijtmans2017-06-163-3/+3
| |\ \ \ \ \
| * \ \ \ \ \ merge core-8-6-branchjan.nijtmans2017-06-1310-85/+382
| |\ \ \ \ \ \
| * | | | | | | Better UTF-8 surrogate handling, only functional when TCL_UTF_MAX>3jan.nijtmans2017-06-0812-46/+76
* | | | | | | | Adopt some harmless changes from the 'irontcl' branch. Left 2 changes behind ...jan.nijtmans2017-08-174-6/+15
|\ \ \ \ \ \ \ \
| * | | | | | | | The 'clean' target should delete the generated 'nmhlp-out.txt' file as well.Joe Mistachkin2017-08-131-0/+2
| * | | | | | | | Always define '_USING_V110_SDK71_', in case targeting the pre-Windows 8.x SDKs.Joe Mistachkin2017-08-131-1/+1
| * | | | | | | | Support cross-compiling Tcl for 'Win32 on ARM' using Visual Studio.Joe Mistachkin2017-08-135-8/+14
* | | | | | | | | '#if' -> '#ifdef' in tclUnixPort.h. Suggested by Gustaf Neumann. Reduces the ...jan.nijtmans2017-08-171-4/+4
* | | | | | | | | [f2336c116b] Move pragmas to make gcc happy; it is pickier than clang.dgp2017-08-141-3/+3
|/ / / / / / / /
* | | | | | | | Backport [array names -regexp] should support backrefsdgp2017-08-102-4/+18
* | | | | | | | Silence compiler warning in --disable-threads builddgp2017-08-101-0/+4