summaryrefslogtreecommitdiffstats
path: root/compat
Commit message (Expand)AuthorAgeFilesLines
* 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 heredkf2009-12-101-4/+4
* Fix [Bug 2819227] by using a function from C89 rather than POSIX.dkf2009-07-091-2/+2
* Make our mkstemp() replacement build on IRIX 6.5.dkf2009-05-121-1/+3
* fix [Feature Request 2605263] use officialnijtmans2009-02-162-0/+0
* Fix various mkstemp()-related issues. [Bugs 741967,878333]dkf2009-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...dkf2008-12-19150-0/+38641
* add symbols deflateSetHeader and inflateGetHeader to win32/zlib.defnijtmans2008-12-194-5/+15
* Import of zlib 1.2.3dkf2008-12-1852-0/+16012
* VOID -> voidnijtmans2008-12-181-4/+4
* * generic/tcl.h: Stripped "callers" of the _ANSI_ARGS_ macrodgp2008-09-032-11/+11
* CONST -> constnijtmans2008-05-041-2/+2
* More elimination of pre-C89-isms.dkf2008-05-023-127/+108
* Get rid of pre-C89-isms (esp. CONST vs const).dkf2008-04-275-23/+23
* * compat/tmpnam.c (removed): The routine tmpnam() is no longerdgp2007-10-181-42/+0
* * generic/tclCmdMZ.c: Correct [string is (wide)integer] failuredgp2007-10-112-362/+0
* Complete the purge of K&R function definitions from manually-written code.dkf2007-04-1612-317/+299
* Fix [Bug 1631017]dkf2007-01-221-22/+28
* * compat/tclErrno.h: Removed obsolete file.dgp2005-10-131-99/+0
* Merged kennykb-numerics-branch back to the head; TIPs 132 and 232Kevin B Kenny2005-05-104-4/+4
* * 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/+4
* many more TIP 173 changesKevin B Kenny2004-09-271-538/+0
* * 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
* Patch 922727 committed. Implements three changes:dgp2004-04-0611-21/+13
* Made HEAD build on Windows VC++ again.Kevin B Kenny2004-03-192-4/+4
* Removed support for Mac OS Classic platform [Patch 918142]das2004-03-171-3/+1
* Added missing CONST'ification usage.davygrvy2003-08-271-11/+11
* Changed Win32 platform #define from 'WIN32' to '__WIN32__' as thisdavygrvy2003-08-271-4/+4
* * compat/strftime.c (_fmt): Fixed syst array intializer thatdavygrvy2003-08-271-12/+11
* * compat/strftime.c: Modified TclpStrftime to return its Kevin B Kenny2003-05-181-16/+43
* Make sure EOVERFLOW is defined on Unix.dkf2002-06-071-84/+83
* * tests/clock.test: added clock-9.1hobbs2002-05-291-4/+13
* * doc/clock.n:hobbs2002-04-221-7/+56
* * compat/strtod.c (strtod): simplified #includesdgp2002-02-251-2/+2
* simplified the #include linesdgp2002-02-251-8/+2
* Minor cleanup of compat functions to get rid of GCC warnings.dkf2002-02-253-11/+13
* * compat/strtoull.c (strtoull):dgp2002-02-243-14/+58
* Const-ifying declarations of strtoll/strtoull and new compat code.dkf2002-02-222-12/+12