summaryrefslogtreecommitdiffstats
path: root/compat
Commit message (Collapse)AuthorAgeFilesLines
* Fix [d6b10a9256]: Two files under compat/zlib/contrib/ are CRLFjan.nijtmans2021-06-112-461/+461
|
* Code cleanup: less of use "register" keyword, and better use of typecastsjan.nijtmans2020-08-111-1/+1
|
* Merge 8.5jan.nijtmans2020-06-256-18/+19
|\
| * 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.
| * Clean-up some unnecessary spacing.jan.nijtmans2020-04-171-1/+1
| |
* | Change all *.sln to CRLF format, so they are directly usable in Visual ↵jan.nijtmans2020-06-225-241/+241
| | | | | | | | Studio projects
* | sync zlib's crypt.h with version in Tcl 8.7jan.nijtmans2020-06-191-6/+1
| |
* | More uppercase HEX representations in source-code.jan.nijtmans2020-03-181-1/+1
| |
* | Fix [abd4abedd2]: Failed to build tk 8.6.10 with cross compilejan.nijtmans2019-12-092-2/+2
| |
* | Unnecessary double ;; in tclTimer.c. Update compat/zlib to exactly the same ↵jan.nijtmans2019-12-063-0/+822
| | | | | | | | content as in the core-8-branch branch.
* | Make ioapi.c and minizip.c build on Windows (for someone who would want to)jan.nijtmans2019-11-012-120/+166
| |
* | Add /* FALLTHRU */ markers in various places (silencing possible GCC ↵jan.nijtmans2019-08-281-1/+1
| | | | | | | | warnings). Eliminate some more "register" keywords. Eliminate (or silence) some unused function parameters.
* | Replace isspace() -> TclIsSpaceProc() _everywhere_. jan.nijtmans2019-01-262-2/+2
| | | | | | Change TclIsSpaceProc() and TclIsBareWord so it works with both signed and unsigned characters. Actually, this is not a signature change, as "char" arguments are enlarged to "int" by the C-compiler anyway.
* | fixed typo in prepro `#ifdef unix || __APPLE__`sebres2018-11-222-2/+2
| |
* | Eliminate fallback attempts when broken strtod() routines are detected.dgp2018-11-013-289/+0
| | | | | | This has long been creating more problems than it solves.
* | Fix [e14d152114efee10394a7e0b4b1c0478efff52c5|e14d152114]: bundled zlib ↵jan.nijtmans2017-03-075-2565/+0
| | | | | | | | documentation is under a potentially non-free license
* | Hm. 32-bit zlib dll still was the 1.2.10 version. Corrected now.jan.nijtmans2017-01-171-0/+0
| |
* | Update zlib to version 1.2.11jan.nijtmans2017-01-1646-98/+92
| |
* | Complete the upgrade to Zlib 1.2.10: Now add the *.lib and *.dll files.jan.nijtmans2017-01-066-3/+3
| |
* | Update zlib to version 1.2.10. Dll's and *.lib files not updated yetjan.nijtmans2017-01-0329-93/+111
| |
* | (cherry-pick): Update zlib to version 1.2.9. Dll's and *.lib files not ↵jan.nijtmans2017-01-0198-1810/+8661
| | | | | | | | updated yet
* | Remove unnecessary end-of-line spacing in compat/*.cjan.nijtmans2015-07-0211-30/+30
| |
* | Member field which should not have been const, because it is dynamically ↵jan.nijtmans2015-06-232-6/+6
|\ \ | |/ | | | | allocated. Some end-of-line spacing in header files.
* | Tcl source code already assumes the <limits.h> file is available.dgp2015-03-241-22/+0
| | | | | | | | (See tcl/libtommath/tommath.h .) So dispose of all the configuration shenanigans pretending we want to support systems that lack one.
* | Windows dll's should be executable.jan.nijtmans2013-10-312-0/+0
| |
* | Workaround for mingw-w64 (AMD64-only) bug: It appears that zdll.lib (as ↵jan.nijtmans2013-06-121-0/+0
| | | | | | | | produced by Microsoft tools) doesn't import the zlib symbols correctly, so use "libz.dll.a" produced with mingw-w64 tools in stead.
* | Upgrade to zlib 1.2.8jan.nijtmans2013-05-1393-494/+3764
| |
* | Bug [3599194]: compat/fake-rfc2553.c is brokenjan.nijtmans2013-02-231-3/+3
| |
* | eliminate dependancy of compat/*.h on tcl.hjan.nijtmans2012-12-264-7/+0
|\ \ | |/
| * eliminate dependancy of compat/*.h on tcl.hjan.nijtmans2012-12-265-151/+115
| |
* | Experiment: MSVC build now links with 64-bit zlib1.dlljan.nijtmans2012-09-072-0/+0
| |
* | Add 64-bit build of zlib1.dll, and use it for the dynamic mingw-w64 buildjan.nijtmans2012-08-132-0/+0
| |
* | upgrade to 1.2.7 build of dlljan.nijtmans2012-06-151-0/+0
| |
* | some more removals from zlib1.2.7jan.nijtmans2012-05-043-820/+0
| |
* | files removed from zlib-1.2.7jan.nijtmans2012-05-0437-10456/+0
| |
* | zlib-1.2.7jan.nijtmans2012-05-0396-1703/+6048
| |
* | Now that we're no longer using SCM based on RCS, the RCS Keyword linesdgp2011-03-0221-43/+0
|\ \ | |/ | | cause more harm than good. Purged them (except in zlib files).
| * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-0219-38/+0
| |\ | | | | | | more harm than good. Purged them.
| | * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-0124-53/+0
| | | | | | | | | more harm than good. Purged them.
| | * Fixed obvious stupid error. [Bug 1786647]dkf2007-09-061-1/+1
| | |
| | * * compat/memcmp.c (memcmp): Fixed the VOID / CONST typo introducedandreas_kupries2007-01-221-2/+2
| | | | | | | | | | | | by the last checkin.
| | * Fix [Bug 1631017]dkf2007-01-221-4/+5
| | |
| | * Bug 1317477Kevin B Kenny2005-11-041-12/+20
| | |
| | * * compat/string.h: fixed memchr() protoype for __APPLE__ so that wedas2005-04-261-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | build on Mac OS X 10.1 again. * generic/tclNotify.c (TclFinalizeNotifier): fixed notifier not being finalized in unthreaded core (was testing for notifier initialization in current thread by checking thread id != 0 but thread id is always 0 in untreaded core). * unix/tclUnixNotfy.c (Tcl_WaitForEvent): sync with HEAD: only declare and use timeout var in unthreaded core. * unix/Makefile.in: added @PLAT_SRCS@ to SRCS and split out NOTIFY_SRCS from UNIX_SRCS for parity with UNIX_OBJS & NOTIFY_OBJS. * unix/configure.in: only run check for broken strstr implementation if AC_REPLACE_FUNCS(strstr) hasn't already determined that strstr is unavailable, otherwise compat/strstr.o will be used twice (resulting in duplicate symbol link errors on Mac OS X 10.1) * unix/tcl.m4 (Darwin): added configure checks for recently added linker flags -single_module and -search_paths_first to allow building with older tools (and on Mac OS X 10.1), use -single_module in SHLIB_LD and not just T{CL,K}_SHLIB_LD_EXTRAS, added unexporting from Tk of symbols from libtclstub to avoid duplicate symbol warnings, added PLAT_SRCS definition for Mac OS X. (SC_MISSING_POSIX_HEADERS): added caching of dirent.h check. (SC_TCL_64BIT_FLAGS): fixed 'checking for off64_t' message output. * unix/configure: autoconf-2.13
| | * added definition of NULL to strstr.c for Bug 1175161Kevin B Kenny2005-04-121-1/+6
| | |
| | * * compat/strftime.c (_conv): Corrected a problem where hour 0Kevin B Kenny2004-09-081-4/+10
| | | | | | | | | | | | | | | | | | would format as a blank format group with %k. * tests/clock.test (clock-41.1): Added regression test case for %k at the zero hour.
| | * * compat/strftime.c (_fmt, ISO8601Week): Kevin B Kenny2004-05-181-21/+77
| | | | | | | | | | | | | | | | | | | | | * doc/clock.n: * tests/clock.test: Major rework to the handling of ISO8601 week numbers. Now passes all the %G and %V test cases on Windows, Linux and Solaris [Bugs #500285, #500389, and #852944]
* | | Implement TIP#162rmax2010-09-282-0/+438
| | |
* | | Remove mslu completely, see Feature Req #2819611nijtmans2010-08-143-182/+0
| | |
* | | Official build of zlib1.dll 1.2.5 is finally available, so put it innijtmans2010-07-293-0/+148
| | |