summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | [cee90e4e88] Correct error in stack depth checking.dgp2014-09-101-0/+1
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | [2486824] Improve error message; not all that upvars is an upvar.dkf2014-09-101-5/+4
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | [84af1192f5]: [regsub] compiler no longer confused by quantification handling.dkf2014-09-095-7/+17
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | Refine TclFinalizeThreadData so that the quick-exit optimization really only ...ferrieux2014-09-082-14/+16
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | Exceptional handling of oo::class has to be consistent throughout.dgp2014-09-081-1/+3
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make corrections to long-false comments.dgp2014-09-051-9/+9
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ccc2c2cc98]: lreplace edge casedkf2014-09-051-1/+13
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove ChannelHandlerEvent struct, which has never been used in all ofdgp2014-09-041-11/+0
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | [132fad6fde]. Fixed GetCache to use TclpSysAlloc+memset insteadashok2014-09-031-1/+2
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | Refrain from calling TclFinalizeThreadData() in quick-exit case as it is usel...ferrieux2014-09-021-11/+13
| | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | Use TclpSys* macros, not direct system calls.dgp2014-08-291-8/+8
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | [b9e1a3032e] Implement the documented method search order for TclOO.dkf2014-08-281-26/+71
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | merge trunk; update changesrc3core_8_6_2core_8_6_2_rcdgp2014-08-253-0/+129
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ TIP 429 implementation. New command [string cat].dgp2014-08-253-0/+129
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ merge trunktip_429ferrieux2014-08-192-2/+11
| | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix comment inaccuracy.ferrieux2014-08-051-1/+1
| | | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | More aggressive constant folding in [string cat]. Thanks AndreasK for kicking.ferrieux2014-08-051-20/+27
| | | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | Better organize [string cat] by chunks of 255 args.ferrieux2014-08-051-7/+9
| | | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add constant folding to [string cat]. Mixed-quote idiom is now compiled to a ...ferrieux2014-08-051-16/+46
| | | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | More optimized non-BC [string cat] using Tcl_AppendObjToObj() - thx Donalferrieux2014-08-051-31/+14
| | | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | merge trunkferrieux2014-08-041-0/+2
| | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / | | | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | |
| | | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | TIP 429 Implementation: [string cat]ferrieux2014-08-023-0/+107
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bump to zlib 2.0.1.dgp2014-08-221-1/+1
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bump to TclOO 1.0.2dgp2014-08-221-1/+1
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | merge trunk; stamp release date.dgp2014-08-221-20/+8
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / /
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | merge 8.5; fix notifier mask bug and Tcl_Read performance regressiondgp2014-08-221-20/+8
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|/ / / / / / / / / / / / / / / / / / / / / / / / / / / | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | merge trunkdgp2014-08-191-0/+1
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / /
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [7d52e1101b] oo::object should know that oo::class is a subclass.dkf2014-08-171-0/+1
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | merge trunkdgp2014-08-121-2/+10
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / /
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed type conversion warnings which break a Win32 debug build (MSVC).andreask2014-08-061-2/+10
| | | | |_|/ / / / / / / / / / / / / / / / / / / / / / / / / / / | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | merge trunkdgp2014-08-022-1/+3
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / / / / / / / / / / / / / / / / / / / /
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | Another Preserve/Release on channels is needed during IO finalization.dgp2014-08-021-0/+2
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|/ / / / / / / / / / / / / / / / / / / / / / / / / / / | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | Addition of a cast in tclWinFile.c to match types in a comparison, andandreask2014-08-011-1/+1
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | merge trunkdgp2014-08-012-2/+38
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / / / / / / / / / / / / / / / / / / / /
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | [e75fabac06] Teardown line information after failed ensemble subcommanddgp2014-08-011-0/+18
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | Correction and commentary in the details of ensemble compiling.dgp2014-08-011-1/+17
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix part of [d19aef1487] (broken --disable-load on MacOSX), broken by [4d4177...jan.nijtmans2014-07-311-1/+3
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | merge trunkdgp2014-07-311-1/+1
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / / / / / / / / / / / / / / / / / / / /
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | [a84a720966] Protect against double free in TclOO classChainCache teardown.dgp2014-07-311-1/+1
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | merge trunkdgp2014-07-316-83/+128
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / / / / / / / / / / / / / / / / / / / /
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | [3757cdf808] More clock refactoring with spooky impact on [string match]dgp2014-07-301-10/+22
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bump to 8.6.2 for release.dgp2014-07-281-2/+2
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Same issue in expr parser also tested and fixed.dgp2014-11-261-20/+12
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I like this patch better. Retain the byte orientation of the parser.dgp2014-11-261-17/+4
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | One way to fix the parser of $-substitution accepting non-ASCII varnames.dgp2014-11-251-0/+3
|/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [e087812465] Trim back operatorStrings array to just the entries that aredgp2014-11-241-4/+2
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Improve documentation on the use of com ports (remove references to Windows 9...jan.nijtmans2014-11-131-4/+4
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | fix failing testdgp2014-11-061-4/+11
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | [5adc350683] Reworked the management of the EOF states to re-enable thedgp2014-11-031-43/+139
* | | | | | | | | | | | | | | | | | | | | | | | | | | | Work in progress restoring ability to [read] after [eof] and get non-emptydgp2014-10-282-29/+79