summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* Make zipfsFilesystem static (as the name - not starting with Tcl - suggests)....jan.nijtmans2019-08-151-4/+2
* Eliminate "register" keyword _everywhere_ in Tcl. This keyword is deprecated ...jan.nijtmans2019-08-1543-485/+486
|\
| * Merge 8.7jan.nijtmans2019-08-1427-129/+129
| |\
| * | Eliminate "register" keyword _everywhere_ in Tcl. This keyword is deprecated ...jan.nijtmans2019-07-1751-529/+530
* | | Minor simplification in test-suite: Because "teststringobj maxchars" has the ...jan.nijtmans2019-08-141-10/+4
| |/ |/|
* | Remove "register" keyword in various places. Also add some type-casts to help...jan.nijtmans2019-08-145-14/+13
* | Make dateMeridian variable type MERIDIAN (an enum) in stead of int.jan.nijtmans2019-08-122-21/+21
* | Two places where "char *" is actually better than "void *", since that's the ...jan.nijtmans2019-08-041-2/+2
* | Document that the *Backslash parsing functions output maximum 4 bytes, irresp...jan.nijtmans2019-08-025-13/+6
* | Merge 8.6jan.nijtmans2019-07-311-6/+6
|\ \
| * \ Merge 8.5jan.nijtmans2019-07-301-6/+6
| |\ \
| | * | Fix this Travis build problems on Win32: [https://travis-ci.org/tcltk/tcl/job...jan.nijtmans2019-07-261-6/+6
* | | | Add some "const" keywords, in places where strings are really const.jan.nijtmans2019-07-307-10/+10
* | | | Eliminate "register" keyword usage from all header-files (and also correspond...jan.nijtmans2019-07-256-32/+32
* | | | merge 8.6sebres2019-07-243-17/+25
|\ \ \ \ | |/ / /
| * | | merge 8.5sebres2019-07-241-1/+1
| |\ \ \ | | |/ /
| | * | small amend (normalize hex in all evalFlags)sebres2019-07-241-4/+4
| * | | merge 8.5 (reintegrate, no functional changes)sebres2019-07-241-1/+1
| |\ \ \ | | |/ /
| | * | cherrypick timerate-loop-opti--discard-resultsebres2019-07-243-16/+24
| * | | small amend with a comment about the optimizationsebres2019-07-231-0/+5
| * | | fix done optimization (TCL_EVAL_DISCARD_RESULT) for nested call - supply and ...sebres2019-07-232-3/+10
| * | | better rewritten loop optimization: new evalFlag "TCL_EVAL_DISCARD_RESULT" in...sebres2019-07-233-16/+12
* | | | Eliminate the use of C++ keywords as variable names. Nothing more than rename...jan.nijtmans2019-07-239-57/+57
| |_|/ |/| |
* | | Merge 8.6jan.nijtmans2019-07-162-30/+28
|\ \ \ | |/ /
| * | Two missing "const" designations, in Dtrace configurationjan.nijtmans2019-07-151-2/+2
| * | Fix [7d7038d415b345d5]: tcl is not LTO readyjan.nijtmans2019-07-152-28/+26
* | | merge 8.6, integrate branch bug-4718b41c56, rebuild win/configure, conflicts ...sebres2019-07-122-2/+10
|\ \ \ | |/ /
| * | integrate branch bug-4718b41c56, revert/rebuild win/configure (2.69 in tcl8.6...sebres2019-07-122-2/+10
| |\ \ | | |/
| | * little tweaks, makeing it possible to use either _USE_64BIT_TIME_T or __MINGW...jan.nijtmans2019-07-101-12/+15
| | * win/x86: compat fix, 64-bit time_t for 32-build is optional now (via configur...sebres2019-07-101-1/+1
| | * fixes [4718b41c56] for windows x86 (mingw / MSVC versions with CRT supporting...sebres2019-07-082-7/+12
| * | Merge 8.5jan.nijtmans2019-07-081-9/+4
| |\ \ | | |/
| | * Simplify previous commit: Just always use Tcl_WideIntjan.nijtmans2019-07-081-18/+4
| | * amend to [c14252171d]: fixes [4718b41c56] for x64 (and x86 with 64-bit predef...sebres2019-07-081-3/+13
* | | Merge 8.6jan.nijtmans2019-07-052-14/+14
|\ \ \ | |/ /
| * | Fix [4718b41c56d8c135]: windows x86 & x64: file mtime overflows in modificati...jan.nijtmans2019-07-052-14/+14
| |\ \ | | |/
| | * Fix [4718b41c56d8c135]: windows x86 & x64: file mtime overflows in modificat...jan.nijtmans2019-07-051-4/+4
* | | Fix unitialized memory report from valgrinddgp2019-07-011-0/+1
|\ \ \ | |/ /
| * | Avoid valgrind issues with uninitialized memorydgp2019-07-011-0/+1
| |\ \ | | |/
| | * Avoid valgrind issues with "uninitialized memory"dgp2019-07-011-0/+1
* | | Eliminate "catch" as variable-name, is a keyword in C++. Also add some type-c...jan.nijtmans2019-06-305-42/+42
* | | Merge 8.6jan.nijtmans2019-06-291-1/+1
|\ \ \ | |/ /
| * | Trying to fix C4761 warning with VC++ 6.0jan.nijtmans2019-06-291-1/+1
* | | Implement TIP #547: New encodings: UTF-16, UCS-2jan.nijtmans2019-06-281-41/+185
|\ \ \
| * \ \ Merge 8.7jan.nijtmans2019-06-269-45/+172
| |\ \ \
| * \ \ \ Merge 8.7jan.nijtmans2019-06-1618-53/+492
| |\ \ \ \
| * \ \ \ \ Merge 8.7jan.nijtmans2019-06-097-228/+250
| |\ \ \ \ \
| * | | | | | TIP #547 implementation: New encodings: UTF-16, UCS-2jan.nijtmans2019-05-311-41/+185
* | | | | | | Even better commenting of the fpclassify() replacement trickery.dkf2019-06-271-24/+38
* | | | | | | Fix [15d851e394]: Fix spelling in comment of tclCmdIL.cjan.nijtmans2019-06-271-1/+1
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | / / | | |_|_|/ / | |/| | | |