summaryrefslogtreecommitdiffstats
path: root/compat
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary end-of-line spacing in compat/*.cnijtmans@users.sourceforge.net2015-07-0211-30/+30
* Member field which should not have been const, because it is dynamically allo...nijtmans@users.sourceforge.net2015-06-232-6/+6
|\
* | Tcl source code already assumes the <limits.h> file is available.dgp@users.sourceforge.net2015-03-241-22/+0
* | Windows dll's should be executable.nijtmans@users.sourceforge.net2013-10-312-0/+0
* | Workaround for mingw-w64 (AMD64-only) bug: It appears that zdll.lib (as produ...nijtmans@users.sourceforge.net2013-06-121-0/+0
* | Upgrade to zlib 1.2.8nijtmans@users.sourceforge.net2013-05-1393-494/+3764
* | Bug [3599194]: compat/fake-rfc2553.c is brokennijtmans@users.sourceforge.net2013-02-231-3/+3
* | eliminate dependancy of compat/*.h on tcl.hnijtmans@users.sourceforge.net2012-12-264-7/+0
|\ \ | |/
| * eliminate dependancy of compat/*.h on tcl.hnijtmans@users.sourceforge.net2012-12-265-151/+115
* | Experiment: MSVC build now links with 64-bit zlib1.dllnijtmans@users.sourceforge.net2012-09-072-0/+0
* | Add 64-bit build of zlib1.dll, and use it for the dynamic mingw-w64 buildnijtmans@users.sourceforge.net2012-08-132-0/+0
* | upgrade to 1.2.7 build of dllnijtmans@users.sourceforge.net2012-06-151-0/+0
* | some more removals from zlib1.2.7nijtmans@users.sourceforge.net2012-05-043-820/+0
* | files removed from zlib-1.2.7nijtmans@users.sourceforge.net2012-05-0437-10456/+0
* | zlib-1.2.7nijtmans@users.sourceforge.net2012-05-0396-1703/+6048
* | Now that we're no longer using SCM based on RCS, the RCS Keyword linesdgp@users.sourceforge.net2011-03-0221-43/+0
|\ \ | |/
| * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp@users.sourceforge.net2011-03-0219-38/+0
| |\
| | * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp@users.sourceforge.net2011-03-0124-53/+0
| | * Fixed obvious stupid error. [Bug 1786647]donal.k.fellows@manchester.ac.uk2007-09-061-1/+1
| | * * compat/memcmp.c (memcmp): Fixed the VOID / CONST typo introducedakupries@shaw.ca2007-01-221-2/+2
| | * Fix [Bug 1631017]donal.k.fellows@manchester.ac.uk2007-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
| | * 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
| | * * compat/strftime.c (_fmt, ISO8601Week): Kevin B Kenny2004-05-181-21/+77
* | | 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
* | | Include "tcl.h", not <tcl.h>,nijtmans2010-04-295-19/+10
* | | If tclInt.h or tclPort.h is alreadynijtmans2010-04-272-4/+2
* | | Upgrade to zlib 1.2.5nijtmans2010-04-20116-15108/+15386
* | | Upgrade zlib to version 1.2.4nijtmans2010-03-16185-11133/+29186
* | | Split tommath stub lib source filenijtmans2010-03-043-9/+10
* | | reverted earlier rename from tcl*Stubs tonijtmans2010-02-153-0/+182
* | | Minor whitespace cleanup... nothing to see heredonal.k.fellows@manchester.ac.uk2009-12-101-4/+4
* | | Fix [Bug 2819227] by using a function from C89 rather than POSIX.donal.k.fellows@manchester.ac.uk2009-07-091-2/+2
* | | Make our mkstemp() replacement build on IRIX 6.5.donal.k.fellows@manchester.ac.uk2009-05-121-1/+3
* | | fix [Feature Request 2605263] use officialnijtmans2009-02-162-0/+0
* | | Fix various mkstemp()-related issues. [Bugs 741967,878333]donal.k.fellows@manchester.ac.uk2009-01-021-0/+78
* | | - add more missing symbols from zlib.defnijtmans2008-12-221-1/+0
* | | - add more missing symbols from zlib.defnijtmans2008-12-223-6/+16
* | | Add previously omitted files so we have a complete zlib 1.2.3 distro...donal.k.fellows@manchester.ac.uk2008-12-19150-0/+38641
* | | add symbols deflateSetHeader and inflateGetHeader to win32/zlib.defnijtmans2008-12-194-5/+15
* | | Import of zlib 1.2.3donal.k.fellows@manchester.ac.uk2008-12-1852-0/+16012
* | | VOID -> voidnijtmans2008-12-181-4/+4
* | | * generic/tcl.h: Stripped "callers" of the _ANSI_ARGS_ macrodgp@users.sourceforge.net2008-09-032-11/+11
* | | CONST -> constnijtmans2008-05-041-2/+2
* | | More elimination of pre-C89-isms.donal.k.fellows@manchester.ac.uk2008-05-023-127/+108
* | | Get rid of pre-C89-isms (esp. CONST vs const).donal.k.fellows@manchester.ac.uk2008-04-275-23/+23
|/ /