Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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.dllmsvc_with_64bit_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 |
| | | | |||||
* | | | Upgrade zlib to version 1.2.4 | nijtmans | 2010-03-16 | 185 | -11133/+29186 |
| | | | |||||
* | | | Split tommath stub lib source file | nijtmans | 2010-03-04 | 3 | -9/+10 |
| | | | | | | | | | | | | | | | in separate file. Don't use -fvisibility=hidden for cygwin | ||||
* | | | reverted earlier rename from tcl*Stubs to | nijtmans | 2010-02-15 | 3 | -0/+182 |
| | | | | | | | | | | | | | | | | | | | | | | | | tcl*ConstStubs, it's not necessary at all. tclEnsemble.c: Fix signed-unsigned mismatch make tclWinProcs "const" Add first part of mslu support, See [Feature Request #2819611] | ||||
* | | | Minor whitespace cleanup... nothing to see here | dkf | 2009-12-10 | 1 | -4/+4 |
| | | | |||||
* | | | Fix [Bug 2819227] by using a function from C89 rather than POSIX. | dkf | 2009-07-09 | 1 | -2/+2 |
| | | | |||||
* | | | Make our mkstemp() replacement build on IRIX 6.5. | dkf | 2009-05-12 | 1 | -1/+3 |
| | | | |||||
* | | | fix [Feature Request 2605263] use official | nijtmans | 2009-02-16 | 2 | -0/+0 |
| | | | | | | | | | | | | zlib build. | ||||
* | | | Fix various mkstemp()-related issues. [Bugs 741967,878333] | dkf | 2009-01-02 | 1 | -0/+78 |
| | | | |||||
* | | | - add more missing symbols from zlib.def | nijtmans | 2008-12-22 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | - mark dll build as being a modified verson Both changes backported from (unreleased) zlib-1.2.3.3 | ||||
* | | | - add more missing symbols from zlib.def | nijtmans | 2008-12-22 | 3 | -6/+16 |
| | | | | | | | | | | | | | | | - mark dll build as being a modified verson Both changes backported from (unreleased) zlib-1.2.3.3 | ||||
* | | | Add previously omitted files so we have a complete zlib 1.2.3 distro... | dkf | 2008-12-19 | 150 | -0/+38641 |
| | | | |||||
* | | | add symbols deflateSetHeader and inflateGetHeader to win32/zlib.def | nijtmans | 2008-12-19 | 4 | -5/+15 |
| | | | | | | | | | | | | | | | Modify ChangeLog, README and zlib.h, documenting this change, so we comply with the zlib requirements of clearly marking the modification. | ||||
* | | | Import of zlib 1.2.3 | dkf | 2008-12-18 | 52 | -0/+16012 |
| | | | |||||
* | | | VOID -> void | nijtmans | 2008-12-18 | 1 | -4/+4 |
| | | | |||||
* | | | * generic/tcl.h: Stripped "callers" of the _ANSI_ARGS_ macro | dgp | 2008-09-03 | 2 | -11/+11 |
| | | | | | | | | | | | | | | | | | | * compat/dirent2.h: to support a TCL_NO_DEPRECATED build. * compat/dlfcn.h: * unix/tclUnixPort.h: | ||||
* | | | CONST -> const | nijtmans | 2008-05-04 | 1 | -2/+2 |
| | | | |||||
* | | | More elimination of pre-C89-isms. | dkf | 2008-05-02 | 3 | -127/+108 |
| | | | |||||
* | | | Get rid of pre-C89-isms (esp. CONST vs const). | dkf | 2008-04-27 | 5 | -23/+23 |
|/ / |