summaryrefslogtreecommitdiffstats
path: root/win/tclWinTest.c
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.7jan.nijtmans2022-10-101-6/+6
|\
| * Merge 8.6jan.nijtmans2022-05-121-8/+4
| |\
| | * Remove "testsize time_t" command, it isn't being usedjan.nijtmans2022-05-121-8/+4
* | | Merge 8.7jan.nijtmans2021-04-081-1/+1
|\ \ \ | |/ /
| * | publicize TclWinConvertErrorjan.nijtmans2020-12-101-1/+1
* | | Merge 8.7jan.nijtmans2020-12-081-1/+1
|\ \ \ | |/ /
| * | Add -finput-charset=UTF-8 and -fextended-identifiers to gcc (and clang). All ...jan.nijtmans2020-12-081-1/+1
* | | Merge 8.7jan.nijtmans2020-05-181-1/+5
|\ \ \ | |/ /
| * | If Tcl is built with external libtommath (TCL_WITH_EXTERNAL_TOMMATH is define...jan.nijtmans2020-05-181-1/+5
* | | Merge 8.7jan.nijtmans2020-03-221-1/+1
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2020-03-221-1/+1
| |\ \ | | |/
| | * Even more uppercase HEX representations in source-codejan.nijtmans2020-03-221-1/+1
| | * Some more *A() -> *W() Win32 API changes, making Unicode calls Explicit.jan.nijtmans2019-09-191-2/+2
* | | merge 8.7dgp2020-03-171-1/+0
|\ \ \ | |/ /
| * | TIP 569 - remove lint commentsdgp2020-03-171-1/+0
* | | merge 8.7dgp2020-03-091-23/+11
|\ \ \ | |/ /
| * | TCL_UNUSED for win sources.dgp2020-03-091-27/+13
* | | Merge 8.7jan.nijtmans2020-02-281-6/+12
|\ \ \ | |/ /
| * | Merge 8.7jan.nijtmans2019-12-131-0/+1
| |\ \
| * \ \ Merge 8.7jan.nijtmans2019-09-191-2/+2
| |\ \ \
| * \ \ \ Merge 8.7jan.nijtmans2019-09-141-1/+6
| |\ \ \ \
| * \ \ \ \ Mark more function paramaters as unused. Now Tcl compiles fully (on UNIX and ...jan.nijtmans2019-09-051-4/+12
| |\ \ \ \ \
| * \ \ \ \ \ Merge 8.7. Continue implementation for win32jan.nijtmans2019-08-021-0/+23
| |\ \ \ \ \ \ | | |/ / / / /
| * | | | | | Experiment: compile Tcl with C++ compiler. WIPjan.nijtmans2019-07-041-3/+3
* | | | | | | Merge 8.7jan.nijtmans2019-12-131-0/+1
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| * | | | | | Re-base to core-8-branchjan.nijtmans2019-11-011-0/+1
| |\ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| | * | | | | Merge 8.7. Complete implementation for MSVC and for UNIX.jan.nijtmans2019-04-091-0/+1
| | |/ / / /
* | | | | | Merge 8.7jan.nijtmans2019-09-191-2/+2
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge 8.6. Missing cast in Tcl_WinTCharToUtf() macro (when compiling without ...jan.nijtmans2019-09-191-2/+2
| |\ \ \ \ \ | | |_|_|/ / | |/| | | / | | | |_|/ | | |/| |
| * | | | Merge 8.6jan.nijtmans2019-09-051-1/+6
| |\ \ \ \ | | |/ / / | | | | / | | |_|/ | |/| |
| | * | merge 8.5sebres2019-09-051-1/+6
| | |\ \
| | | * | amend to [4718b41c56]: check size of st_mtime instead of time_t in constraintsebres2019-09-051-1/+6
| * | | | merge 8.6, integrate branch bug-4718b41c56, rebuild win/configure, conflicts ...sebres2019-07-121-0/+23
| |\ \ \ \ | | |/ / / | | | | / | | |_|/ | |/| |
| | * | integrate branch bug-4718b41c56, revert/rebuild win/configure (2.69 in tcl8.6...sebres2019-07-121-0/+23
| | |\ \ | | | |/
| | | * fixes [4718b41c56] for windows x86 (mingw / MSVC versions with CRT supporting...sebres2019-07-081-0/+23
| | * | Fix some gcc/MSVC (harmless) compiler warnings. Remove some unnecessary end-o...jan.nijtmans2019-03-071-1/+1
* | | | merge 8.7 (mingw/win-autoconf build, etc)sebres2019-01-141-2/+2
|\ \ \ \ | |/ / /
| * | | merge 8.6, conflicts resolved in win/Makefile.in (fixed auto-path and load tc...sebres2019-01-141-2/+2
| |\ \ \ | | |/ /
| | * | win: allows testchmod to reset DELETE DACL-mask (repaired several tests winFC...sebres2019-01-141-2/+2
| * | | Merge 8.6jan.nijtmans2019-01-131-1/+1
| |\ \ \ | | |/ /
* | | | Many internal int -> size_t increases, so string lengths > 2Gb can be handled...jan.nijtmans2018-12-261-1/+1
* | | | Merge 8.7jan.nijtmans2018-12-121-4/+4
|\ \ \ \ | |/ / /
| * | | If compiled with -DTCL_NO_DEPRECATED, remove Tcl_NewIntObj/Tcl_NewLongObj/Tcl...jan.nijtmans2018-12-121-4/+4
| |/ /
* | | merge 8.7sebres2018-11-221-3/+7
|\ \ \ | |/ /
| * | merge 8.5: fixes segfault [7a9dc52b29] and wrong normalization (inside TclJoi...sebres2018-11-221-3/+7
| |\ \ | | |/
| | * win: repair test command "testchmod": correct load module (ADVAPI32 for x86/x...sebres2018-11-211-4/+11
| | * Use GetModuleHandle() in stead of LoadLibrary() when the handle is needed for...jan.nijtmans2017-05-031-16/+16
* | | Change ckalloc and friends to Tcl_Alloc and friends. Add two defines, TCL_IO_...jan.nijtmans2018-09-011-7/+7
|/ /
* | Convert TesteventloopCmd and TestchmodCmd to Tcl_Obj-API form.jan.nijtmans2014-07-171-26/+21
* | Eliminate all usage of WIN32 and __WIN32__ macros: Some compilers (e.g. Clang...jan.nijtmans2014-02-101-1/+1