| Commit message (Expand) | Author | Age | Files | Lines |
* | When moving http TM install from 8.2 to 8.4, overlooked changing the mkdirs | dgp | 2006-03-10 | 1 | -2/+2 |
|
|
* | * unix/Makefile.in: Package http 2.5.2 requires Tcl 8.4, so | dgp | 2006-03-07 | 1 | -3/+3 |
|
|
* | * library/http/http.tcl: Bump to version 2.5.3 to cover bug fix | dgp | 2006-03-07 | 1 | -3/+3 |
|
|
* | * macosx/Tcl.xcode/project.pbxproj: | das | 2005-12-14 | 1 | -3/+4 |
|
|
* | Export stubs for libtommath; fix mingw compiler warnings | Kevin B Kenny | 2005-12-13 | 1 | -5/+10 |
|
|
* | Bug 1371446 plus buildability on ancient Solaris | Kevin B Kenny | 2005-12-02 | 1 | -3/+3 |
|
|
* | Add remaining dependency info for UNIX | dkf | 2005-12-01 | 1 | -87/+93 |
|
|
* | Add compiler-related dependency information to prevent problems when developing | dkf | 2005-11-30 | 1 | -9/+9 |
|
|
* | * unix/tcl.m4 (Darwin): add 64bit support, check for Tiger copyfile(), | das | 2005-11-27 | 1 | -21/+31 |
|
|
* | * unix/Makefile.in (install-libraries): Updated Makefile to new | andreas_kupries | 2005-11-21 | 1 | -3/+3 |
|
|
* | Added target to make it easier to debug crashing tests. | dkf | 2005-11-09 | 1 | -1/+8 |
|
|
* | RFE 1333318 | Kevin B Kenny | 2005-11-04 | 1 | -2/+2 |
|
|
* | TIP#237 IMPLEMENTATION | dgp | 2005-10-08 | 1 | -15/+63 |
|
|
* | TIP#219 IMPLEMENTATION | andreas_kupries | 2005-08-24 | 1 | -2/+6 |
|
|
* | drop support of ancient BSD, IRIX4, RISCos, Ultrix, and ldAout.tcl | Kevin B Kenny | 2005-07-21 | 1 | -5/+1 |
|
|
* | * unix/Makefile.in: Purged use of TCLTESTARGS [RFE 1161550]. | dgp | 2005-07-05 | 1 | -3/+3 |
|
|
* | add libtommath to dist target | hobbs | 2005-06-04 | 1 | -1/+4 |
|
|
* | * unix/Makefile.in (html): add BUILD_HTML_FLAGS optional var | hobbs | 2005-06-02 | 1 | -3/+3 |
|
|
* | * macosx/Makefile: | das | 2005-05-23 | 1 | -26/+42 |
|
|
* | * generic/tclInt.decls: | das | 2005-05-14 | 1 | -3/+10 |
|
|
* | * generic/tclBasic.c: Dropped the TCL_NO_MATH configuration. | dgp | 2005-05-13 | 1 | -11/+4 |
|
|
* | Merged kennykb-numerics-branch back to the head; TIPs 132 and 232 | Kevin B Kenny | 2005-05-10 | 1 | -9/+250 |
|
|
* | * compat/string.h: fixed memchr() protoype for __APPLE__ so that we | das | 2005-04-26 | 1 | -4/+6 |
|
|
* | * library/tcltest/tcltest.tcl: Better use of [glob -types] to avoid | dgp | 2005-02-24 | 1 | -3/+3 |
|
|
* | * unix/Makefile.in: remove SHLIB_LD_FLAGS (only for AIX, inlined | hobbs | 2005-02-11 | 1 | -2/+1 |
|
|
* | Remove ${DBGX}, ${TCL_DBGX} from Tcl build system [Patch 1081595]. | jenglish | 2005-01-10 | 1 | -4/+1 |
|
|
* | Performance updates to http::mapReply [1020491] and fix version numbering. | dkf | 2005-01-06 | 1 | -3/+3 |
|
|
* | bugs 1090413, 1092789 fixed | Kevin B Kenny | 2004-12-29 | 1 | -1/+2 |
|
|
* | add library/tzdata,msgs to dist targetcore_8_5_a2 | hobbs | 2004-12-07 | 1 | -1/+7 |
|
|
* | Fix [Bug 1068171] though the fix is commented out for now. | dkf | 2004-11-24 | 1 | -2/+5 |
|
|
* | generated configure and fixed manpage installaton | rmax | 2004-11-18 | 1 | -7/+6 |
|
|
* | 2004-11-18 Reinhard Max <max@suse.de> | rmax | 2004-11-18 | 1 | -43/+22 |
|
|
* | * generic/tcl.h: | das | 2004-11-12 | 1 | -7/+8 |
|
|
* | * unix/Makefile.in: Be sure -I{BUILD_DIR} comes first so that | dgp | 2004-11-12 | 1 | -3/+3 |
|
|
* | UNIX_DIR, and SRC_DIR are always the same, so no need to -I them both. | rmax | 2004-11-12 | 1 | -4/+4 |
|
|
* | tclConfig.h.in also depends on tcl.m4. | rmax | 2004-11-12 | 1 | -2/+2 |
|
|
* | * unix/config.h.in: | rmax | 2004-11-12 | 1 | -8/+11 |
|
|
* | Adapt Tcl so it uses a config.h header instead of stuffing all #defs on the | dkf | 2004-11-12 | 1 | -19/+7 |
|
|
* | * library/tcltest/tcltest.tcl: Correct reaction to errors in the | dgp | 2004-10-30 | 1 | -3/+3 |
|
|
* | * unix/Makefile.in (install-libraries): Updated the installation | dgp | 2004-10-26 | 1 | -17/+8 |
|
|
* | make tclGetDate.y use bison instead of yacc | Kevin B Kenny | 2004-09-17 | 1 | -11/+15 |
|
|
* | * unix/Makefile.in (install-libraries): portable sh fix. | das | 2004-08-31 | 1 | -2/+2 |
|
|
* | * unix/Makefile.in: added customization of default module path roots | das | 2004-08-26 | 1 | -1/+9 |
|
|
* | TIP #173 and #209 implementation - see ChangeLog for details | Kevin B Kenny | 2004-08-18 | 1 | -3/+17 |
|
|
* | * unix/configure: | das | 2004-07-30 | 1 | -1/+3 |
|
|
* | * unix/Makefile.in: | das | 2004-07-20 | 1 | -1/+26 |
|
|
* | * unix/Makefile.in, unix/tcl.m4: move (C|LD)FLAGS after their | hobbs | 2004-07-16 | 1 | -3/+3 |
|
|
* | Version 5 of [Patch 976496] | Joe Mistachkin | 2004-06-24 | 1 | -3/+7 |
|
|
* | * unix/tclUnixInit.c: The routines Tcl_Init() and TclSourceRCFile() | dgp | 2004-06-11 | 1 | -2/+2 |
|
|
* | * unix/Makefile.in: Rework configure ordering to TCL_LINK_LIBS, | hobbs | 2004-05-26 | 1 | -2/+2 |
|
|