summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | | | merge 8.6jan.nijtmans2016-04-082-4/+17
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | Fix [8663689908d3304a74fee525cd04aa4162e86391|8663689908d3]: regexp \\w ↵jan.nijtmans2016-04-082-4/+17
| |\ \ \ \ \ \ \ | | |/ / / / / / | | | | | | | | | | | | | | | | missing characters
| | * | | | | | Fix [8663689908d3304a74fee525cd04aa4162e86391|8663689908d3]: regexp \\w ↵jan.nijtmans2016-04-082-4/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | missing characters
* | | | | | | | merge 8.6dgp2016-04-072-77/+149
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | Tidy up the last commit.dgp2016-04-071-7/+6
| | | | | | | |
| * | | | | | | [213b6a2b9d] Make level parsing honor EIAS.dgp2016-04-062-72/+145
| | | | | | | |
* | | | | | | | Rename UtfCount() to TclUtfCount() and use it in more places. Suggested by ↵jan.nijtmans2016-04-053-16/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | pspjuth here: [e99a79a32650e7e5]
* | | | | | | | [47ac84309b] Clear up a bunch of problems with [lreplace]. It now does ↵dkf2016-04-043-11/+81
|\ \ \ \ \ \ \ \ | |/ / / / / / / | | | | | | | | | | | | | | | | nothing more gracefully, and properly ensures that the compiled and interpreted versions work the same. Thanks to aspect for his work on this.
| * | | | | | | [47ac84309b] Clear up a bunch of problems with [lreplace]. It now does ↵potential_incompatibilitydkf2016-04-043-11/+81
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | nothing more gracefully, and properly ensures that the compiled and interpreted versions work the same. Thanks to aspect for his work on this.
| | * | | | | | | [47ac84309b] Import of aspect's branch from his personal repository on ↵aspect_lreplace_cleanupdkf2016-03-303-11/+81
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | chiselapp.
* | | | | | | | | Revise "parsedVarName" Tcl_ObjType to eliminated unnecessary parts anddgp2016-04-041-63/+9
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | to reduce string copying.
| * | | | | | | | | There's a "parsedVarName" Tcl_ObjType that remembers how a variable namedgp_revise_parsedvarnametypedgp2016-03-281-11/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | breaks down into the name of an array and the name of an element. It has been storing them in an intrep as a Tcl_Obj holding the array name and an allocated string holding the element name. This branch revises the intrep strategy to use Tcl_Obj's to hold both parts. This reduces copying and seems to simplify the code. Also "nulled out" the UpdateStringProc for the type which can never be called. I think this is a better answer, but I'd like any other informed opinions.
* | | | | | | | | | merge 8.6dgp2016-04-042-4/+23
|\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | |
| * | | | | | | | | Corrections to compression stream flushing to make Tk generate PNGs ↵dkf2016-04-042-4/+23
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | correctly. Tk bug [9eb55debc5].
| | * | | | | | | | | Was handling the flushing at the end of the stream wrongly.tk_bug_9eb55debc5dkf2016-04-042-8/+9
| | | | | | | | | | |
| | * | | | | | | | | Working on fixing problem with short reads from compressing streams that ↵dkf2016-04-031-0/+18
| |/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | breaks PNG creation in Tk.
* | | | | | | | | | close forkdgp2016-04-043-11/+117
|\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge tip-444micro_optgahr2016-04-043-11/+117
| |\ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ merge trunktip_444gahr2016-04-04225-19575/+12192
| | |\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / | |/| | | | | | | | | |
| * | | | | | | | | | | micro-optimization from drh-micro-optimization branch: Knock perhaps 1% off ↵jan.nijtmans2016-04-041-9/+11
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | execution time: guard on TclAsyncReady more efficient when decrementing to zero.
| | * | | | | | | | | | | Knock perhaps 1% off execution time: guard on TclAsyncReady more efficient ↵dkf2015-10-231-9/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | when decrementing to zero.
| | * | | | | | | | | | | fix typo in micro-optimization TclpInitThreadAllocKevin B Kenny2015-10-221-1/+1
| | | | | | | | | | | | |
| | * | | | | | | | | | | Turn off NRE asserts by default. About a 5% speedup on [clock format].dkf2015-10-223-7/+3
| | | | | | | | | | | | |
| | * | | | | | | | | | | Micro-optimization: remove double checked lock from TclGetAllocCache in ↵Kevin B Kenny2015-10-214-35/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | favour of initialization in TclInitSubsystems
| | | * | | | | | | | | | merge trunkgahr2016-03-03133-894/+848
| | | |\ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | Clarify that weekends are intended as Saturdays and Sundaysgahr2016-03-031-1/+1
| | | | | | | | | | | | | |
| | | * | | | | | | | | | | More comprehensive tests adding and subtracting week-daysgahr2016-02-241-10/+23
| | | | | | | | | | | | | |
| | | * | | | | | | | | | | merge trunkgahr2016-02-232-16/+26
| | | |\ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | Make sure that adding 0 weekdays doesn't result in going back in timegahr2016-02-232-1/+10
| | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | [5f71353740] Support the "weekdays" unit in [clock add]gahr2016-02-173-11/+95
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge *both* commits to get the TclAsyncReady optimization. Withoutdgp2016-04-041-10/+17
|/ / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | both parts, the test interp-34.3.1 hangs.
* | | | | | | | | | | | | | RFE [0ef5e653ff4caf5f896ec1182e0aac38ab9a0c46|0ef5e653]: Add nsf to ↵jan.nijtmans2016-04-013-4/+5
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | coffbase.txt. Eliminate exess spacing
| * | | | | | | | | | | | | RFE [0ef5e653ff4caf5f896ec1182e0aac38ab9a0c46|0ef5e653]: Add nsf to coffbase.txtjan.nijtmans2016-04-011-0/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / / / / / / | |/| | | | | | / / / / / / | | | |_|_|_|_|/ / / / / / | | |/| | | | | | | | | |
| | * | | | | | | | | | | RFE [0ef5e653ff4caf5f896ec1182e0aac38ab9a0c46|0ef5e653]: Add nsf to coffbase.txtjan.nijtmans2016-04-011-0/+1
| | | | | | | | | | | | |
| | * | | | | | | | | | | (cherry-pick): Better fix for [7d0db7c388f52de81]: In stead of adding ↵jan.nijtmans2016-03-291-66/+66
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | dependencies to multiple Makefile lines, combine them
| * | | | | | | | | | | | (cherry-pick): Better fix for [7d0db7c388f52de81]: In stead of adding ↵jan.nijtmans2016-03-291-66/+66
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | dependencies to multiple Makefile lines, combine them
* | | | | | | | | | | | | Two micro-optimizations in Win and UNIX notifier. See: ↵jan.nijtmans2016-04-015-43/+47
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [http://code.activestate.com/lists/tcl-core/15645/]
| * \ \ \ \ \ \ \ \ \ \ \ \ merge trunkjan.nijtmans2016-03-3014-335/+627
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | Eliminate AT_FORK_INIT_VALUE/RESET_ATFORK_MUTEX macro's, since other values ↵jan.nijtmans2016-03-293-80/+15
| |_|_|_|_|_|_|/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | than the default are not supported anyway. This results in the elimination of (empty functions anyway) AtForkPrepare/AtForkParent. Also improve consistancy in some variable names. No change of functionality.
| * | | | | | | | | | | | - Undo unix notifier changes: too risky at this moment. jan.nijtmans2016-03-2517-293/+229
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Merge trunk - (cherry-pick from dhr-micro-optimization): Micro-optimization: remove double checked lock from TclGetAllocCache in favour of initialization in TclInitSubsystems
| * | | | | | | | | | | | | (experiment) Use TclpMasterLock() in stead of a separate notifierInitMutex. ↵jan.nijtmans2016-03-214-19/+54
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | One less mutex to be worried about.
| | | | | | | | | * | | | | The DupEncodingIntRep() routine is broken. It fails to set the typePtrdgp2016-03-281-0/+1
| |_|_|_|_|_|_|_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | field of the duplicated Tcl_Obj to indicate that the intrep is that of the &encodingType. The impact must be that refcounting of Tcl_Encodings are out of balance, at least in the (unusual?) case where "encoding" values need duplication. I hesitate to actually commit this fix until I have a test demonstrating the need for it, and a chance to see the impact on actual encoding operations. The lifetime management of encodings has a history of being tricky and raising controversy. More work required.
* | | | | | | | | | | | | Better fix for [7d0db7c388f52de81]: In stead of adding dependencies to ↵jan.nijtmans2016-03-271-66/+66
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | multiple Makefile lines, combine them
* | | | | | | | | | | | | [47ac84309b] Fix problems with [lreplace] compilation.dkf2016-03-272-2/+23
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / / | |/| | | | | | | | | | |
| * | | | | | | | | | | | [47ac84309b] Fix problems with [lreplace] compilation.dkf2016-03-272-2/+23
| | | | | | | | | | | | |
* | | | | | | | | | | | | Some OSX symbols builds create libtcl8.7.dylib.dSYM which is a directory.dkf2016-03-271-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / /
| * | | | | | | | | | | | Some OSX symbols builds create libtcl8.6.dylib.dSYM which is a directory.dkf2016-03-271-1/+1
| | | | | | | | | | | | |
| * | | | | | | | | | | | Update to tzdata 2016c from ietf.orgdkf2016-03-268-186/+522
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / / / / | | |/| | | | | | | | | |
| * | | | | | | | | | | | (cherry-pick): Fix DTRACE_HDR value if tracing is diabled. Follow-up to ↵jan.nijtmans2016-03-231-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [7d0db7c388]
* | | | | | | | | | | | | Update to tzdata 2016c from ietf.orgvenkat2016-03-268-186/+522
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / | |/| | / / / / / / / / / | |_|_|/ / / / / / / / / |/| | | | | | | | | | |