summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Suggested patch for [4f51e1c5dc]: patch to correct linker flag sequence. Same...jan.nijtmans2017-11-172-8/+8
* No longer document (even though it's only in an example) that Tcl_SavedResult...jan.nijtmans2017-11-162-3/+3
|\
| * No longer document (even though it's only in an example) that Tcl_SavedResult...jan.nijtmans2017-11-162-9/+8
* | Change signature of (internal) TclScanElement() function. This saves memory a...jan.nijtmans2017-11-155-32/+15
* | [5d6de65036] [package require] with [package prefer stable] was not choosing ...dgp2017-11-142-35/+68
|\ \ | |/
| * [5d6de65036] [package require] with [package prefer stable] was not choosingdgp2017-11-142-33/+68
| |\
| | * Ticket [5d65e65036]. My fix. Do not skip the second check for stable versions...aku2017-11-131-33/+58
| | * Test case for Bug 5d65e65036.dgp2017-11-061-0/+10
* | | No longer mark Tcl_EvalFile() as obsolete, since it will continue to be suppo...jan.nijtmans2017-11-132-2/+0
|\ \ \ | |/ /
| * | No longer mark Tcl_EvalFile() as obsolete, since it will continue to be suppo...jan.nijtmans2017-11-132-2/+0
* | | Make "string split" and "string is (alpha|graph|...)" work as expected with U...jan.nijtmans2017-11-102-3/+23
* | | Make "scan %c" and the internal function ExtendUnicodeRepWithString() work as...jan.nijtmans2017-11-092-5/+13
* | | compiler warningdgp2017-11-081-1/+1
|\ \ \ | |/ /
| * | compiler warningdgp2017-11-081-1/+1
* | | [3298012] Stop RebuildTable asking ckalloc for more than it can give.dgp2017-11-081-5/+8
|\ \ \ | |/ /
| * | [3298012] Stop RebuildTable asking ckalloc for more than it can give.dgp2017-11-081-5/+8
| |\ \ | | |/ | |/|
| | * Attempted bug fix.dgp2017-11-071-5/+8
| |/
* | TclOO object allocation: Set classPtr to NULL if it wasn't otherwise set.dgp2017-11-081-1/+4
* | Don't use Unicode character \udead in test-cases, because it is an invalid Un...jan.nijtmans2017-11-072-15/+15
* | Fix [6f2f83cc149e9918884faffefebc8dfa695f4ea0|6f2f83cc14]: tclWinload.c robus...jan.nijtmans2017-11-032-3/+8
* | Better versions of TclGetIntFromObj and TclGetIntForIndexM macro's, which giv...jan.nijtmans2017-11-031-5/+13
* | 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