summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Proposed fix for [5019748c73]: FreeScan resp. Oldscan does not recognize ↵jan.nijtmans2020-07-093-188/+184
| | | | positive time zone offset like "31 Jan 14 23:59:59 +0100"
* Fix [a1bd37b719]: clock (free)scan of ISO 8601 timestamp with literal T ↵jan.nijtmans2020-07-094-105/+160
|\ | | | | | | behaves strange
| * Merge 8.6jan.nijtmans2020-07-0826-242/+383
| |\ | |/ |/|
* | Make sure that in tclConfig.sh for Windows ${DBGX} is expanded before ↵jan.nijtmans2020-07-072-10/+8
| | | | | | | | | | exporting TCL_(SHARED|UNSHARED|EXPORT)_LIB_SUFFIX there. Otherwise extensions removing ${DBGX} from their implementation (see TIP #578) will break on Windows. tclConfig.sh should never contain the macro ${DBGX} any more. (On UNIX this was already correct, on Windows it was forgotten)
* | In tcl_startOfPreviousWord, don't bother doing a regexp when $start <= 0.jan.nijtmans2020-07-031-2/+4
| |
* | A few missing entries in .fossil-settings/ignore-glob and .gitignorejan.nijtmans2020-06-292-0/+4
| |
* | Re-generate unix/tclConfig.h.injan.nijtmans2020-06-291-6/+20
| |
* | MacOSX: add some type-casts, improving C++ compatibility. Make sure that ↵jan.nijtmans2020-06-285-18/+24
| | | | | | | | strstr and strtoul() are not configured as invalid: Mac is more strict in exact function signatures. Backported from 8.7
* | Merge make-dist branch: Now travis checks regressions in "make dist" toojan.nijtmans2020-06-282-1/+10
|\ \
| * | Add "make dist" target to Travis build, as regression test. This should ↵jan.nijtmans2020-06-262-1/+2
|/ / | | | | | | continue to work.
* | Merge 8.5jan.nijtmans2020-06-257-20/+21
|\ \
| * | Clean-up compat functions, not using "register" any more, and fix some ↵jan.nijtmans2020-06-2510-54/+54
| | | | | | | | | | | | signatures (constify) matching nowadays standards. All backported from core-8-branch with modifications.
* | | Merge 8.5jan.nijtmans2020-06-257-10/+42
|\ \ \ | |/ /
| * | One include too muchjan.nijtmans2020-06-242-2/+0
| | |
| * | re-generate unix/configurejan.nijtmans2020-06-241-0/+9
| | |
| * | Fix [9080d6a871]: Build fix for tcl on macOS on Apple Siliconjan.nijtmans2020-06-246-32/+31
| | |
| * | Add "manifest.uuid" to the distribution, so we can see exactly where "make ↵jan.nijtmans2020-06-244-18/+49
| | | | | | | | | | | | dist" came from. In case of "git", we can see that too
* | | merge zlib-chan-f70ce1fead, [f70ce1fead] - rewritten and optimized inflate:sebres2020-06-243-159/+229
|\ \ \ | | | | | | | | | | | | | | | | default read ahead limit set to 4K (instead of 1); better SF/BO prevention; code simplification, no interim copy/move buffers, no decompression d-string, the inflate occurring in single step (ResultDecompress combines ResultGenerate and ResultCopy); better handling in non-blocking mode (also recognizes or distinguish no data/EAGAIN cases).
| * | | zlib.test: replaces tests/assets/zlib.bin with inlined version (creating ↵sebres2020-06-231-10/+34
| | | | | | | | | | | | | | | | test file on demand), use temp files (instead of current directory) for interim files
| * | | Added two tests demonstrating that the tickets [8af92dfb66] (bad stream ↵aku2020-06-234-10/+73
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | expansion) and [f70ce1fead] (multi-stream decoding without readahead limit shenanigans) are fixed. Verified that the tests fail with commit [4eb66645d6], just before the zlib fixes. Tweaked the zlib manpage paragraphs about -limit. Tweaked some code comments. Fixed typos in description of two unrelated zlib tests.
| * | | code simplification, no interim copy/move buffers, no decompression ↵sebres2020-04-161-127/+103
| | | | | | | | | | | | | | | | d-string, the inflate occurring in single step (ResultDecompress combines ResultGenerate and ResultCopy); better handling in non-blocking mode (also recognizes or distinguish no data/EAGAIN cases)
| * | | few documentation changes (limit default and handling is changed)sebres2020-04-161-8/+8
| | | |
| * | | small amend combining similar partssebres2020-04-161-20/+10
| | | |
| * | | zlib: optimize ZlibTransformInput, if inflate is done no read and no ↵sebres2020-04-161-25/+25
| | | | | | | | | | | | | | | | generate needed anymore
| * | | zlib: performance - set default read ahead limit to DEFAULT_BUFFER_SIZE ↵sebres2020-04-161-1/+4
| | | | | | | | | | | | | | | | (4K); better fix avoiding BO (replacement for [54605d16b9])
| * | | added (reworked) patch suggested by aku in [f70ce1fead]: recognize stream is ↵sebres2020-04-161-5/+21
| | | | | | | | | | | | | | | | done (and unget the unprocessed data back to input channel)
* | | | Fix for ticket 41c9857bddkjnash2020-06-231-20/+25
| | | |
| | | * Merge 8.6jan.nijtmans2020-06-231-1/+1
| | | |\ | |_|_|/ |/| | |
* | | | avoid %pure-parser deprecation warning from Bison 3.4jan.nijtmans2020-06-232-4/+4
| | | |
| | | * re-generate with bison 3.1jan.nijtmans2020-06-231-109/+206
| | | |
| | | * Merge 8.6. re-generate tclParse.cjan.nijtmans2020-06-2333-1988/+1547
| | | |\ | |_|_|/ |/| | |
* | | | Backport some changes in tclGetDate.y from 8.7.jan.nijtmans2020-06-232-982/+984
| | | |
* | | | Merge 8.5jan.nijtmans2020-06-222-21/+0
|\ \ \ \ | | |/ / | |/| |
| * | | Remove .fossil-settings/crnl-glob, as it is not used in fossil any more.jan.nijtmans2020-06-222-11/+0
| | | | | | | | | | | | Don't declare .sln files both as binary and as CRLF in git.
* | | | Change all *.sln to CRLF format, so they are directly usable in Visual ↵jan.nijtmans2020-06-228-244/+246
| | | | | | | | | | | | | | | | Studio projects
* | | | library/reg/pkgIndex.tcl should not be executablejan.nijtmans2020-06-221-0/+0
| | | |
* | | | Merge 8.5jan.nijtmans2020-06-222-0/+4
|\ \ \ \ | |/ / /
| * | | Make sure that files like _FOSSIL_ or .flsckout are never committed to a GIT ↵jan.nijtmans2020-06-223-0/+4
| | | | | | | | | | | | | | | | repository
* | | | Clearify documentation regarding [a7c1c2c7e5]jan.nijtmans2020-06-211-1/+2
| | | |
* | | | Merge bug-f81beca7afkjnash2020-06-215-11/+9
|\ \ \ \
| * | | | Merge bug-f81beca7afkjnash2020-06-190-0/+0
| | | | |
| * | | | Bump http version to 2.9.2kjnash2020-06-194-6/+6
| | | | |
| * | | | Merge 8.6kjnash2020-06-19552-18100/+22481
| |\ \ \ \ | |/ / / / |/| | | |
* | | | | sync zlib's crypt.h with version in Tcl 8.7jan.nijtmans2020-06-191-6/+1
| | | | |
* | | | | rules.vc: No need to redefine values which are already the default. ↵jan.nijtmans2020-06-122-11/+2
| | | | | | | | | | | | | | | | | | | | tclWinPort.h: Fix comment
* | | | | Not really a problem, since SHLIB_CFLAGS is empty on win32 .... still this ↵jan.nijtmans2020-06-111-1/+1
| | | | | | | | | | | | | | | | | | | | is wrong...
* | | | | Merge-mark 8.5 (TZ update already done here)jan.nijtmans2020-06-082-3/+3
|\ \ \ \ \ | | |/ / / | |/| | | | | | | | Don't try to compile with MINGW32_ in /unix directory. Minor comment fix.
| * | | | (cherry-pick): Update TZ info to tzdata2020a.jan.nijtmans2020-06-067-588/+277
| | | | |
* | | | | Update TZ info to tzdata2020a.José Ignacio Marín2020-06-067-588/+277
| | | | |
* | | | | merge 8.5sebres2020-06-021-19/+16
|\ \ \ \ \ | |/ / / /