Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | merge 8.7 | dgp | 2018-10-17 | 160 | -2987/+16746 |
|\ | |||||
| * | merge 8.6 | dgp | 2018-10-17 | 4 | -6/+3 |
| |\ | |||||
| | * | Revert addition of "slowTest" as built-in constraint. (no TIP; no version bump). | dgp | 2018-10-17 | 3 | -5/+2 |
| | * | Mark test macOSXFCmf-2.8 non-portable. It appears to pass when the older | dgp | 2018-10-17 | 1 | -1/+1 |
| | * | Backport test fix. | dgp | 2018-10-17 | 1 | -10/+10 |
| * | | Minor doc update | dkf | 2018-10-12 | 1 | -5/+2 |
| * | | Turn [zipfs tcl_library] into more internal [tcl::zipfs::tcl_library_init]. I... | dkf | 2018-10-12 | 5 | -12/+16 |
| * | | TCL_NUMBER_WIDE is deprecated | jan.nijtmans | 2018-10-12 | 1 | -6/+6 |
| * | | Merge 8.6 | jan.nijtmans | 2018-10-12 | 1 | -2/+3 |
| |\ \ | | |/ | |||||
| | * | Use the 4 argument form of [makeFile]. | dgp | 2018-10-09 | 1 | -2/+3 |
| * | | TIP #502 implementation: Index value reform. | jan.nijtmans | 2018-10-12 | 6 | -100/+269 |
| |\ \ | |||||
| | * \ | \Merge 8.7 | jan.nijtmans | 2018-09-28 | 8 | -200/+424 |
| | |\ \ | |||||
| | * \ \ | Merge 8.7 | jan.nijtmans | 2018-09-27 | 39 | -448/+1822 |
| | |\ \ \ | |||||
| | * \ \ \ | merge 8.7 | dgp | 2018-09-25 | 166 | -1878/+16092 |
| | |\ \ \ \ | |||||
| | * \ \ \ \ | merge 8.7 | dgp | 2018-06-04 | 35 | -576/+2397 |
| | |\ \ \ \ \ | |||||
| | * \ \ \ \ \ | merge 8.7 | dgp | 2018-05-24 | 51 | -1308/+1044 |
| | |\ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ | merge 8.7 | dgp | 2018-05-11 | 41 | -1652/+2282 |
| | |\ \ \ \ \ \ \ | |||||
| | * | | | | | | | | silence compiler warning | dgp | 2018-04-24 | 1 | -1/+2 |
| | * | | | | | | | | merge 8.7 | dgp | 2018-04-24 | 24 | -602/+1121 |
| | |\ \ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ \ \ | merge 8.7 | dgp | 2018-04-07 | 6 | -9/+28 |
| | |\ \ \ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ \ \ \ | merge 8.7 | dgp | 2018-03-30 | 5 | -68/+192 |
| | |\ \ \ \ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ \ \ \ \ | Rebase TIP 502 draft implementation. | dgp | 2018-03-30 | 4 | -98/+266 |
| | |\ \ \ \ \ \ \ \ \ \ \ | |||||
| | | * \ \ \ \ \ \ \ \ \ \ | merge 8.7 | dgp | 2018-03-06 | 6 | -106/+324 |
| | | |\ \ \ \ \ \ \ \ \ \ \ | |||||
| | | * \ \ \ \ \ \ \ \ \ \ \ | Merge 8.7; avoid checkin converting TclGetNumberFromObj to TclParseNumber. | dgp | 2018-03-05 | 84 | -336/+387 |
| | | |\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | | * \ \ \ \ \ \ \ \ \ \ \ \ | merge 8.7 | dgp | 2018-03-01 | 3 | -94/+60 |
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | | * | | | | | | | | | | | | | | Avoid full list conversion when we can cheaply discover a multi-element list | dgp | 2018-03-01 | 1 | -1/+3 |
| | | * | | | | | | | | | | | | | | Continue consistent use of LLONG_MIN and LLONG_MAX. | dgp | 2018-03-01 | 1 | -17/+15 |
| | | * | | | | | | | | | | | | | | merge 8.7 | dgp | 2018-03-01 | 2 | -15/+15 |
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | | * | | | | | | | | | | | | | | | Use mp_isneg() as appropriate. | dgp | 2018-02-28 | 1 | -2/+2 |
| | | * | | | | | | | | | | | | | | | merge 8.7 | dgp | 2018-02-28 | 5 | -20/+16 |
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | merge 8.7 | dgp | 2018-02-27 | 9 | -126/+47 |
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | | * | | | | | | | | | | | | | | | | | Don't save indices with values outside the int range in bytecode. | dgp | 2018-02-27 | 1 | -1/+9 |
| | | * | | | | | | | | | | | | | | | | | Much more progress expanding the vocabulary of index values, and getting | dgp | 2018-02-27 | 1 | -107/+119 |
| | | * | | | | | | | | | | | | | | | | | Work In Progress on index value reform -- not working. | dgp | 2018-02-27 | 1 | -0/+78 |
| | | * | | | | | | | | | | | | | | | | | Better range checking in "string index". Add test-case to prove point. | dgp | 2018-02-15 | 2 | -1/+16 |
| * | | | | | | | | | | | | | | | | | | | Fix test for UNICODE in win/tclAppInit.c. No longer check for "tclsh install"... | jan.nijtmans | 2018-10-12 | 10 | -174/+124 |
| * | | | | | | | | | | | | | | | | | | | Added docs for [zipfs lmkimg] and [zipfs lmkzip] | dkf | 2018-10-12 | 1 | -16/+30 |
| * | | | | | | | | | | | | | | | | | | | Better document how to package an executable script in a zipfs | dkf | 2018-10-12 | 1 | -3/+35 |
| * | | | | | | | | | | | | | | | | | | | Document [zipfs canonical] and add examples of how to use passwords. | dkf | 2018-10-12 | 2 | -7/+33 |
| * | | | | | | | | | | | | | | | | | | | Put documented [zipfs find] in ensemble. Add examples to docs. | dkf | 2018-10-11 | 3 | -21/+80 |
| * | | | | | | | | | | | | | | | | | | | Use TCL_THREADS in stead of defined(TCL_THREADS) everywhere, otherwise it wil... | jan.nijtmans | 2018-10-09 | 1 | -5/+5 |
| * | | | | | | | | | | | | | | | | | | | isspace -> TclIsSpaceProc in various places. | jan.nijtmans | 2018-10-09 | 6 | -961/+961 |
| * | | | | | | | | | | | | | | | | | | | Fix test-case macOSXFCmd-4.1, by assuring the files are sorted alphabetically... | jan.nijtmans | 2018-10-09 | 1 | -10/+10 |
| * | | | | | | | | | | | | | | | | | | | Avoid making question marks bold or italic in docs UNLESS EXACTLY MEANINGFUL | dkf | 2018-10-09 | 10 | -25/+32 |
| * | | | | | | | | | | | | | | | | | | | Balance the [makeFile/makeDirectory] and [removeFile/removeDirectory] calls (... | dkf | 2018-10-09 | 1 | -5/+4 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | | | | | | | Balance the [makeFile/makeDirectory] and [removeFile/removeDirectory] calls (... | dkf | 2018-10-09 | 1 | -5/+4 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | | * | | | | | | | | | | | | | | | | | | Balance the [makeFile/makeDirectory] and [removeFile/removeDirectory] calls (... | sebres | 2018-10-09 | 1 | -5/+4 |
| * | | | | | | | | | | | | | | | | | | | | Improve documentation of [tcl::process] | dkf | 2018-10-09 | 1 | -35/+54 |
| * | | | | | | | | | | | | | | | | | | | | Tcl_GetStringFromObj -> Tcl_GetString | jan.nijtmans | 2018-10-08 | 1 | -3/+3 |
| * | | | | | | | | | | | | | | | | | | | | Fix MSVC warning: warning C4146: unary minus operator applied to unsigned typ... | jan.nijtmans | 2018-10-08 | 1 | -1/+1 |