summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* merge trunkremove_pathappend_intrepdgp2011-10-193-11/+56
|\
| * Don't cache the system timezone when it was derived from TCL_TZ or TZ.max2011-10-183-11/+56
| |
* | merge trunkdgp2011-10-174-2/+111
|\ \ | |/
| * Update to Olson's tzdata2011lvenkat2011-10-154-2/+111
| |\
| | * Update to Olson's tzdata2011lvenkat2011-10-154-2/+111
| | |
* | | merge trunkdgp2011-10-1317-463/+1080
|\ \ \ | |/ /
| * | Correct botch.dgp2011-10-131-0/+1
| | |
| * | 3423059 silence compiler warningdgp2011-10-131-1/+1
| | |
| * | 3423069 silence compiler warnings.dgp2011-10-131-2/+3
| | |
| * | revert test-case change for [Bug 2935503]jan.nijtmans2011-10-132-4/+4
| |\ \ | | |/
| | * revert test-case from [Bug 2935503]jan.nijtmans2011-10-132-4/+4
| | |\
| | | * revert test-case change from [Bug 2935503]jan.nijtmans2011-10-132-4/+4
| | | |
| * | | [Bug 2935503] Incorrect mode field returned by file stat commandjan.nijtmans2011-10-113-7/+12
| |\ \ \ | | |/ /
| | * | [Bug 2935503] Incorrect mode field returned by file stat commandjan.nijtmans2011-10-113-7/+12
| | |\ \ | | | |/
| | | * [Bug 2935503] Incorrect mode field returned by file stat commandjan.nijtmans2011-10-113-6/+11
| | | |
| * | | * generic/tclCompCmds.c (TclCompileDictWithCmd): Corrected handling ofdkf2011-10-094-303/+367
| | | | | | | | | | | | | | | | qualified names, and added spacial cases for empty bodies (used when [dict with] is just used for extracting variables).
| * | | Fix env.test, when running under wine 1.3jan.nijtmans2011-10-072-0/+5
| |\ \ \ | | |/ /
| | * | Fix env.test, when running under wine 1.3 (partly backported from Tcl 8.6)jan.nijtmans2011-10-072-28/+40
| | |\ \ | | | |/
| | | * Fix env.test, when running under wine 1.3 (partly backported from Tcl 8.6)jan.nijtmans2011-10-072-19/+35
| | | |
| * | | Fix gcc warnings (discovered with latest mingw, based on gcc 4.6.1)jan.nijtmans2011-10-073-4/+9
| |\ \ \ | | |/ /
| | * | Fix gcc warning (discovered with latest mingw, based on gcc 4.6.1)jan.nijtmans2011-10-072-2/+6
| | |\ \ | | | |/
| | | * Fix gcc warnings (discovered with latest mingw, based on gcc 4.6.1)jan.nijtmans2011-10-076-11/+18
| | | |
| * | | Reintegrate the compilation of [dict with], which is now usually much fasterdkf2011-10-0610-226/+762
| |\ \ \ | | | | | | | | | | (but only inside contexts with a local variable table).
| | * | | Add the other instructions to the assembler's nous.dkf_dict_with_compileddkf2011-10-061-0/+2
| | | | |
| | * | | merge trunkdkf2011-10-052-166/+0
| | |\ \ \ | | |/ / / | |/| | |
| | * | | Added some tests.dkf2011-10-051-0/+66
| | | | |
| | * | | merge trunkdkf2011-10-0411-1078/+18
| | |\ \ \
| | * | | | Added support for having the dict var itself referenced by LVT index.dkf2011-10-036-41/+147
| | | | | |
| | * | | | Add assembler support for the new INST that I think has a stable interface.dkf2011-10-031-0/+1
| | | | | |
| | * | | | Experimental compilation of the [dict with] subcommand. No tests yet, and notdkf2011-10-028-223/+584
| | | | | | | | | | | | | | | | | | | | | | | | yet certain that the added bytecode opcodes are correct; evaluation is still needed (but the test suite does pass...)
* | | | | | Handle empty tail case to stop test failures.dgp2011-10-061-1/+1
| | | | | |
* | | | | | Disabled more large blocks of code not needed in the absence of thedgp2011-10-061-3/+38
| | | | | | | | | | | | | | | | | | TCLPATH_APPEND intrep.
* | | | | | Add special handling required for ~foo filesystem paths.dgp2011-10-051-0/+6
| | | | | |
* | | | | | Radical experiment of completely disabling the TCLPATH_APPENDED intrepdgp2011-10-051-1/+13
|/ / / / / | | | | | | | | | | | | | | | of the "path" Tcl_ObjType that is and has been the location of so many difficult bugs for so long.
* | | | | wrong copy/paste in ChangeLogjan.nijtmans2011-10-051-2/+2
| | | | |
* | | | | Remove tclWinProcs, as it is no longer being usedjan.nijtmans2011-10-053-166/+6
| |/ / / |/| | |
* | | | Update to Olson's tzdata2011kvenkat2011-10-0412-1078/+36
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Update to Olson's tzdata2011kvenkat2011-10-0412-1078/+31
| | |
| * | merge-markjan.nijtmans2011-09-260-0/+0
| |\ \ | | |/
| | * Support Visual Studio 11jan.nijtmans2011-09-262-51/+59
| | |
* | | More polishing of Tcl's HTML doc converter.dkf2011-09-293-359/+414
| | |
* | | [Bug 3414769]: Updated list of default-hidden commands for safe interps.dkf2011-09-291-1/+1
| | |
* | | [RFE 3010352]: make all TclOO API functions MODULE_SCOPEjan.nijtmans2011-09-285-96/+66
|\ \ \
| * | | FRQ 3010352 implementationfreq_3010352_impljan.nijtmans2011-09-213-68/+58
| | | |
* | | | Release unused memory...dkf2011-09-271-0/+1
| | | |
* | | | * generic/tclIndexObj.c (Tcl_ParseArgsObjv): [Bug 3413857]: Correcteddkf2011-09-274-31/+106
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | the memory management for the code parsing arguments when returning "large" numbers of arguments. Also unbroke the TCL_ARGV_AUTO_REST macro in passing.
| * | | | Test harness for Tcl_ParseArgsObjvbug_3413857dkf2011-09-272-6/+77
| | | | |
| * | | | Unbreak TCL_ARGV_AUTO_REST macro, found during testing.dkf2011-09-271-1/+8
| | | | |
| * | | | Proposed patch to fix [Bug 3413857]...dkf2011-09-261-24/+14
| | | | |
* | | | | Make [file] itself be safe, to reduce breakage in existing code. [Bug 3211758]dkf2011-09-263-0/+34
|/ / / /