Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | merge core-8-6-branch | jan.nijtmans | 2017-01-17 | 1 | -0/+0 | |
| |\ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ | Merge core-8-6-branch. Better deal with patterns regarding hidden files in ↵ | jan.nijtmans | 2017-01-16 | 46 | -98/+92 | |
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ZIP filesystem (taken over from upstream androwish) | |||||
* | \ \ \ \ \ \ \ \ | Change ckalloc and friends to Tcl_Alloc and friends. Add two defines, ↵ | jan.nijtmans | 2018-09-01 | 2 | -2/+2 | |
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | TCL_IO_FAILURE and TCL_NO_LENGTH (experimental, still open to be renamed following discussion) | |||||
* | | | | | | | | | | merge trunk | jan.nijtmans | 2017-12-15 | 2 | -2/+2 | |
|/ / / / / / / / / | ||||||
* | | | | | | | | | Remove compat/float.h and related machinery. The last system known where ↵ | jan.nijtmans | 2017-11-15 | 1 | -14/+0 | |
| |_|_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | this was needed was SunOS-4, which is not supported by Tcl any more for a long ... long time .... Also, fix a typo in generic/tclInt.h and remove some end-of-line spacing. | |||||
* | | | | | | | | Fix [e14d152114efee10394a7e0b4b1c0478efff52c5|e14d152114]: bundled zlib ↵ | jan.nijtmans | 2017-03-07 | 5 | -2565/+0 | |
|\ \ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | / | |_|_|_|_|_|/ |/| | | | | | | documentation is under a potentially non-free license | |||||
| * | | | | | | Fix [e14d152114efee10394a7e0b4b1c0478efff52c5|e14d152114]: bundled zlib ↵ | jan.nijtmans | 2017-03-07 | 5 | -2565/+0 | |
| | |_|/ / / | |/| | | | | | | | | | | | | | | | | documentation is under a potentially non-free license | |||||
* | | | | | | merge core-8-6-branch | jan.nijtmans | 2017-01-17 | 1 | -0/+0 | |
|\ \ \ \ \ \ | |/ / / / / | ||||||
| * | | | | | Hm. 32-bit zlib dll still was the 1.2.10 version. Corrected now. | jan.nijtmans | 2017-01-17 | 1 | -0/+0 | |
| | |/ / / | |/| | | | ||||||
* | | | | | Update zlib to version 1.2.11 | jan.nijtmans | 2017-01-16 | 46 | -98/+92 | |
|\ \ \ \ \ | |/ / / / | | | | / | |_|_|/ |/| | | | ||||||
| * | | | Update zlib to version 1.2.11 | jan.nijtmans | 2017-01-16 | 46 | -98/+92 | |
| |/ / | ||||||
* | | | Complete the upgrade to Zlib 1.2.10: Now add the *.lib and *.dll files | jan.nijtmans | 2017-01-06 | 6 | -3/+3 | |
|\ \ \ | |/ / | ||||||
| * | | Complete the upgrade to Zlib 1.2.10: Now add the *.lib and *.dll files. | jan.nijtmans | 2017-01-06 | 6 | -3/+3 | |
| | | | ||||||
* | | | merge core-8-6-branch | jan.nijtmans | 2017-01-04 | 29 | -93/+111 | |
|\ \ \ | |/ / | ||||||
| * | | Update zlib to version 1.2.10. Dll's and *.lib files not updated yet | jan.nijtmans | 2017-01-03 | 29 | -93/+111 | |
| | | | ||||||
| * | | (cherry-pick): Update zlib to version 1.2.9. Dll's and *.lib files not ↵ | jan.nijtmans | 2017-01-01 | 98 | -1810/+8661 | |
| | | | | | | | | | | | | updated yet | |||||
* | | | Update zlib to version 1.2.9. Dll's and *.lib files not updated yet | jan.nijtmans | 2017-01-01 | 98 | -1810/+8661 | |
| |/ |/| | ||||||
* | | Use more "size_t" in stead of "int" internall. Also eliminate a lot of ↵ | jan.nijtmans | 2016-11-16 | 2 | -2/+2 | |
|/ | | | | type-casts which are not necessary any more. | |||||
* | Remove unnecessary end-of-line spacing in compat/*.c | jan.nijtmans | 2015-07-02 | 11 | -30/+30 | |
| | ||||||
* | Member field which should not have been const, because it is dynamically ↵ | jan.nijtmans | 2015-06-23 | 2 | -6/+6 | |
|\ | | | | | | | allocated. Some end-of-line spacing in header files. | |||||
* | | Tcl source code already assumes the <limits.h> file is available. | dgp | 2015-03-24 | 1 | -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.nijtmans | 2013-10-31 | 2 | -0/+0 | |
| | | ||||||
* | | Workaround for mingw-w64 (AMD64-only) bug: It appears that zdll.lib (as ↵ | jan.nijtmans | 2013-06-12 | 1 | -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.8 | jan.nijtmans | 2013-05-13 | 93 | -494/+3764 | |
| | | ||||||
* | | Bug [3599194]: compat/fake-rfc2553.c is broken | jan.nijtmans | 2013-02-23 | 1 | -3/+3 | |
| | | ||||||
* | | eliminate dependancy of compat/*.h on tcl.h | jan.nijtmans | 2012-12-26 | 4 | -7/+0 | |
|\ \ | |/ | ||||||
| * | eliminate dependancy of compat/*.h on tcl.h | jan.nijtmans | 2012-12-26 | 5 | -151/+115 | |
| | | ||||||
* | | Experiment: MSVC build now links with 64-bit zlib1.dll | jan.nijtmans | 2012-09-07 | 2 | -0/+0 | |
| | | ||||||
* | | Add 64-bit build of zlib1.dll, and use it for the dynamic mingw-w64 build | jan.nijtmans | 2012-08-13 | 2 | -0/+0 | |
| | | ||||||
* | | upgrade to 1.2.7 build of dll | jan.nijtmans | 2012-06-15 | 1 | -0/+0 | |
| | | ||||||
* | | some more removals from zlib1.2.7 | jan.nijtmans | 2012-05-04 | 3 | -820/+0 | |
| | | ||||||
* | | files removed from zlib-1.2.7 | jan.nijtmans | 2012-05-04 | 37 | -10456/+0 | |
| | | ||||||
* | | zlib-1.2.7 | jan.nijtmans | 2012-05-03 | 96 | -1703/+6048 | |
| | | ||||||
* | | Now that we're no longer using SCM based on RCS, the RCS Keyword lines | dgp | 2011-03-02 | 21 | -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 cause | dgp | 2011-03-02 | 19 | -38/+0 | |
| |\ | | | | | | | more harm than good. Purged them. | |||||
| | * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-01 | 24 | -53/+0 | |
| | | | | | | | | | more harm than good. Purged them. | |||||
| | * | Fixed obvious stupid error. [Bug 1786647] | dkf | 2007-09-06 | 1 | -1/+1 | |
| | | | ||||||
| | * | * compat/memcmp.c (memcmp): Fixed the VOID / CONST typo introduced | andreas_kupries | 2007-01-22 | 1 | -2/+2 | |
| | | | | | | | | | | | | by the last checkin. | |||||
| | * | Fix [Bug 1631017] | dkf | 2007-01-22 | 1 | -4/+5 | |
| | | | ||||||
| | * | Bug 1317477 | Kevin B Kenny | 2005-11-04 | 1 | -12/+20 | |
| | | | ||||||
| | * | * compat/string.h: fixed memchr() protoype for __APPLE__ so that we | das | 2005-04-26 | 1 | -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 1175161 | Kevin B Kenny | 2005-04-12 | 1 | -1/+6 | |
| | | | ||||||
| | * | * compat/strftime.c (_conv): Corrected a problem where hour 0 | Kevin B Kenny | 2004-09-08 | 1 | -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 Kenny | 2004-05-18 | 1 | -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#162 | rmax | 2010-09-28 | 2 | -0/+438 | |
| | | | ||||||
* | | | Remove mslu completely, see Feature Req #2819611 | nijtmans | 2010-08-14 | 3 | -182/+0 | |
| | | | ||||||
* | | | Official build of zlib1.dll 1.2.5 is finally available, so put it in | nijtmans | 2010-07-29 | 3 | -0/+148 | |
| | | | ||||||
* | | | Include "tcl.h", not <tcl.h>, | nijtmans | 2010-04-29 | 5 | -19/+10 | |
| | | | | | | | | | | | | | | | | | | | | | like everywhere else, to insure that the version in the Tcl distribution is used, not some version from somewhere else. | |||||
* | | | If tclInt.h or tclPort.h is already | nijtmans | 2010-04-27 | 2 | -4/+2 | |
| | | | | | | | | | | | | | | | | | | | | | included, don't include <limits.h> again. Follow-up to [Bug 2991415]: tclport.h #included before limits.h See comments in [Bug 2991415] | |||||
* | | | Upgrade to zlib 1.2.5 | nijtmans | 2010-04-20 | 116 | -15108/+15386 | |
| | | |