Skip to content

Commit a910049

Browse files
committed
Update tcl to version 8.5.8
Signed-off-by: Pat Thoyts <[email protected]>
1 parent a702d7f commit a910049

36 files changed

Lines changed: 1039 additions & 1312 deletions

mingw/bin/tcl85.dll

-286 KB
Binary file not shown.

mingw/bin/tclpip85.dll

-13.3 KB
Binary file not shown.

mingw/bin/tclsh.exe

-5.42 KB
Binary file not shown.

mingw/bin/tclsh85.exe

-5.42 KB
Binary file not shown.

mingw/include/tcl.h

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
* See the file "license.terms" for information on usage and redistribution of
1414
* this file, and for a DISCLAIMER OF ALL WARRANTIES.
1515
*
16-
* RCS: @(#) $Id: tcl.h,v 1.254.2.9 2009/04/10 16:54:51 dgp Exp $
16+
* RCS: @(#) $Id: tcl.h,v 1.254.2.13 2009/11/03 19:21:37 dgp Exp $
1717
*/
1818

1919
#ifndef _TCL
@@ -60,10 +60,10 @@ extern "C" {
6060
#define TCL_MAJOR_VERSION 8
6161
#define TCL_MINOR_VERSION 5
6262
#define TCL_RELEASE_LEVEL TCL_FINAL_RELEASE
63-
#define TCL_RELEASE_SERIAL 7
63+
#define TCL_RELEASE_SERIAL 8
6464

6565
#define TCL_VERSION "8.5"
66-
#define TCL_PATCH_LEVEL "8.5.7"
66+
#define TCL_PATCH_LEVEL "8.5.8"
6767

6868
/*
6969
* The following definitions set up the proper options for Windows compilers.
@@ -2179,14 +2179,10 @@ typedef void (Tcl_LimitHandlerProc) _ANSI_ARGS_((ClientData clientData,
21792179
Tcl_Interp *interp));
21802180
typedef void (Tcl_LimitHandlerDeleteProc) _ANSI_ARGS_((ClientData clientData));
21812181

2182-
#ifndef MP_INT_DECLARED
21832182
typedef struct mp_int mp_int;
21842183
#define MP_INT_DECLARED
2185-
#endif
2186-
#ifndef MP_DIGIT_DECLARED
2187-
typedef unsigned long mp_digit;
2184+
typedef unsigned int mp_digit;
21882185
#define MP_DIGIT_DECLARED
2189-
#endif
21902186

21912187
/*
21922188
* The following constant is used to test for older versions of Tcl in the

mingw/include/tclTomMath.h

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@
2626
#include <ctype.h>
2727
#include <limits.h>
2828

29-
#include <tommath_class.h>
30-
3129
#ifndef MIN
3230
#define MIN(x,y) ((x)<(y)?(x):(y))
3331
#endif
@@ -840,6 +838,6 @@ MODULE_SCOPE const char *mp_s_rmap;
840838

841839
/* $Source: /cvsroot/tcl/tcl/generic/tclTomMath.h,v $ */
842840
/* Based on Tom's version 1.8 */
843-
/* $Revision: 1.10 $ */
844-
/* $Date: 2007/02/14 17:59:21 $ */
841+
/* $Revision: 1.10.4.1 $ */
842+
/* $Date: 2009/10/06 16:30:39 $ */
845843

mingw/lib/dde1.3/tcldde13.dll

-15.4 KB
Binary file not shown.

mingw/lib/dde1.3/tcldde13.lib

2.08 KB
Binary file not shown.

mingw/lib/libtcl85.a

-490 KB
Binary file not shown.

mingw/lib/libtclstub85.a

-2.01 KB
Binary file not shown.

0 commit comments

Comments
 (0)