summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* merge 8.7dgp2018-10-18225-4267/+20897
|\
| * Add -Wpointer-arith compiler flag to gccjan.nijtmans2018-10-172-2/+2
| |
| * Merge 8.6jan.nijtmans2018-10-174-9/+7
| |\
| | * Fix test-cases running on Windows 10: [string index ↵jan.nijtmans2018-10-175-20/+41
| | |\ | | | | | | | | | | | | | | | | $tcl_platform(osVersion) 0] doesn't give the correct answer then. Also backport genStubs.tcl from 8.7: The "deprecated" mark is not used in Tcl 8.6, but it is used by Tk 8.7 when doing "make genstubs" against Tcl 8.6.
| | | * Fix test-cases running on Windows 10: [string index ↵jan.nijtmans2018-10-174-14/+13
| | | | | | | | | | | | | | | | $tcl_platform(osVersion) 0] doesn't give the correct answer then (it gives "1", but "10" was expected)
| * | | merge 8.6dgp2018-10-174-6/+3
| |\ \ \ | | |/ /
| | * | Revert addition of "slowTest" as built-in constraint. (no TIP; no version bump).dgp2018-10-173-5/+2
| | | | | | | | | | | | Let the test file that needs the constraint define it with existing facilities.
| | * | Mark test macOSXFCmf-2.8 non-portable. It appears to pass when the olderdgp2018-10-171-1/+1
| | | | | | | | | | | | | | | | HFS+ filesystem is in use, often on disk drives in older systems. It appears to fail when APFS is in use, more typical on newer SSD storage.
| | * | Backport test fix.dgp2018-10-171-10/+10
| | | |
| * | | Minor doc updatedkf2018-10-121-5/+2
| | | |
| * | | Turn [zipfs tcl_library] into more internal [tcl::zipfs::tcl_library_init]. ↵dkf2018-10-125-12/+16
| | | | | | | | | | | | | | | | It wasn't documented and isn't very useful outside of Tcl's startup code.
| * | | TCL_NUMBER_WIDE is deprecatedjan.nijtmans2018-10-121-6/+6
| | | |
| * | | Merge 8.6jan.nijtmans2018-10-121-2/+3
| |\ \ \ | | |/ /
| | * | Use the 4 argument form of [makeFile].dgp2018-10-091-2/+3
| | | |
| * | | TIP #502 implementation: Index value reform.jan.nijtmans2018-10-126-100/+269
| |\ \ \
| | * \ \ \Merge 8.7jan.nijtmans2018-09-288-200/+424
| | |\ \ \
| | * \ \ \ Merge 8.7jan.nijtmans2018-09-2739-448/+1822
| | |\ \ \ \
| | * \ \ \ \ merge 8.7dgp2018-09-25166-1878/+16092
| | |\ \ \ \ \
| | * \ \ \ \ \ merge 8.7dgp2018-06-0435-576/+2397
| | |\ \ \ \ \ \
| | * \ \ \ \ \ \ merge 8.7dgp2018-05-2451-1308/+1044
| | |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ merge 8.7dgp2018-05-1141-1652/+2282
| | |\ \ \ \ \ \ \ \
| | * | | | | | | | | silence compiler warningdgp2018-04-241-1/+2
| | | | | | | | | | |
| | * | | | | | | | | merge 8.7dgp2018-04-2424-602/+1121
| | |\ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ merge 8.7dgp2018-04-076-9/+28
| | |\ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ merge 8.7dgp2018-03-305-68/+192
| | |\ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ Rebase TIP 502 draft implementation.dgp2018-03-304-98/+266
| | |\ \ \ \ \ \ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ \ \ \ \ merge 8.7dgp2018-03-066-106/+324
| | | |\ \ \ \ \ \ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ \ \ \ \ \ Merge 8.7; avoid checkin converting TclGetNumberFromObj to TclParseNumber.dgp2018-03-0584-336/+387
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ \ \ \ \ \ \ merge 8.7dgp2018-03-013-94/+60
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | | | | Avoid full list conversion when we can cheaply discover a multi-element listdgp2018-03-011-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | is not possible.
| | | * | | | | | | | | | | | | | | Continue consistent use of LLONG_MIN and LLONG_MAX.dgp2018-03-011-17/+15
| | | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | | merge 8.7dgp2018-03-012-15/+15
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | | | | | Use mp_isneg() as appropriate.dgp2018-02-281-2/+2
| | | | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | | | merge 8.7dgp2018-02-285-20/+16
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ merge 8.7dgp2018-02-279-126/+47
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | | | | | | | Don't save indices with values outside the int range in bytecode.dgp2018-02-271-1/+9
| | | | | | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | | | | | Much more progress expanding the vocabulary of index values, and gettingdgp2018-02-271-107/+119
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | results that make more intuitive sense. Still a few TODOs and tests to update.
| | | * | | | | | | | | | | | | | | | | | Work In Progress on index value reform -- not working.dgp2018-02-271-0/+78
| | | | | | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | | | | | Better range checking in "string index". Add test-case to prove point.dgp2018-02-152-1/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This opens a large discussion on what the right valid range for index values should be and what overflow behavior should be. New branch opened to answer those questions completely.
| * | | | | | | | | | | | | | | | | | | | Fix test for UNICODE in win/tclAppInit.c. No longer check for "tclsh ↵jan.nijtmans2018-10-1210-174/+124
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | install", because tclsh is not compiled with that. Fix minizip.c compilation on systems without open64()
| * | | | | | | | | | | | | | | | | | | | Added docs for [zipfs lmkimg] and [zipfs lmkzip]dkf2018-10-121-16/+30
| | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | Better document how to package an executable script in a zipfsdkf2018-10-121-3/+35
| | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | Document [zipfs canonical] and add examples of how to use passwords.dkf2018-10-122-7/+33
| | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | Put documented [zipfs find] in ensemble. Add examples to docs.dkf2018-10-113-21/+80
| | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | Use TCL_THREADS in stead of defined(TCL_THREADS) everywhere, otherwise it ↵jan.nijtmans2018-10-091-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | will give unexpected results with TCL_THREADS=0
| * | | | | | | | | | | | | | | | | | | | isspace -> TclIsSpaceProc in various places.jan.nijtmans2018-10-096-961/+961
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Re-generate tclDate.c with Bision 3.1
| * | | | | | | | | | | | | | | | | | | | Fix test-case macOSXFCmd-4.1, by assuring the files are sorted ↵jan.nijtmans2018-10-091-10/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | alphabetically always. The file-sytem cannot be thrusted doing this.
| * | | | | | | | | | | | | | | | | | | | Avoid making question marks bold or italic in docs UNLESS EXACTLY MEANINGFULdkf2018-10-0910-25/+32
| | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | Balance the [makeFile/makeDirectory] and [removeFile/removeDirectory] calls ↵dkf2018-10-091-5/+4
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (conditional now, so avoids warnings in filter/constraint cases).
| | * | | | | | | | | | | | | | | | | | | Balance the [makeFile/makeDirectory] and [removeFile/removeDirectory] calls ↵dkf2018-10-091-5/+4
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (conditional now, so avoids warnings in filter/constraint cases).