Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-01 | 39 | -77/+0 |
| | | | more harm than good. Purged them. | ||||
* | .cvsignore | nijtmans | 2010-10-23 | 2 | -0/+8 |
| | |||||
* | backport darwin vfork fix | das | 2010-05-19 | 1 | -1/+7 |
| | |||||
* | [backported] Refrain from a possibly lengthy reverse-DNS lookup on 0.0.0.0 when | ferrieux | 2010-03-01 | 1 | -5/+24 |
| | | | | | calling [fconfigure -sockname] on an universally-bound (default) server socket. | ||||
* | * library/platform/pkgIndex.tcl: Backported the platform packages | andreas_kupries | 2009-10-23 | 1 | -2/+7 |
| | | | | | | | * library/platform/platform.tcl: from head and8.5 into the 8.4 * library/platform/shell.tcl: branch. Updated makefiles to install * unix/Makfile.in: the packages. * win/Makefile.in: | ||||
* | * macosx/tclMacOSXBundle.c: Workaround CF memory managment bug in | das | 2009-10-05 | 1 | -5/+6 |
| | | | | * unix/tclUnixInit.c: Mac OS X 10.4 & earlier. [Bug 2569449] | ||||
* | * unix/tcl.m4, unix/configure (SC_CONFIG_CFLAGS): harden the check | hobbs | 2009-04-28 | 2 | -357/+359 |
| | | | | to add _r to CC on AIX with threads. | ||||
* | Regen unix/configure | stwo | 2009-04-14 | 1 | -1/+1 |
| | |||||
* | Removed -Wno-implicit-int from CFLAGS_WARNING. | stwo | 2009-04-14 | 1 | -1/+1 |
| | |||||
* | autoconf-2.13 | das | 2008-08-13 | 1 | -1/+5 |
| | |||||
* | * unix/Makefile.in: ensure Makefile shell is /bin/bash for | das | 2008-08-13 | 2 | -3/+6 |
| | | | | | * unix/configure.in (SunOS): DTrace-enabled build on Solaris. (followup to 2008-06-12) [Bug 2016584] | ||||
* | * unix/tcl.m4 (SC_PATH_X): check for libX11.dylib in addition to | das | 2008-08-13 | 1 | -1/+1 |
| | | | | libX11.so et al. | ||||
* | * unix/Makefile.in: add complete deps on tclDTrace.h. | das | 2008-06-12 | 1 | -4/+4 |
| | |||||
* | autoconf-2.13 | das | 2008-06-12 | 1 | -307/+308 |
| | |||||
* | duh, fix missing 'fi', thanks aku! | das | 2008-06-12 | 1 | -1/+2 |
| | |||||
* | * unix/Makefile.in: clean generated tclDTrace.h file. | das | 2008-06-12 | 1 | -2/+2 |
| | |||||
* | * unix/configure: autoconf-2.13 | das | 2008-06-12 | 1 | -348/+354 |
| | |||||
* | * unix/configure.in: fix static DTrace-enabled build on Solaris. | das | 2008-06-12 | 1 | -1/+10 |
| | |||||
* | * unix/tcl.m4 (SunOS-5.11): fix 64bit amd64 support with gcc & Sun cc. | das | 2008-06-12 | 1 | -14/+30 |
| | |||||
* | * unix/tclUnixTime.c (TclpGetClicks, Tcl_GetTime): Removed | Kevin B Kenny | 2008-04-14 | 1 | -5/+3 |
| | | | | | obsolete use of 'struct timezone' in the call to 'gettimeofday'. [Bug 1942197]. | ||||
* | * README: Bump version number to 8.4.19 | dgp | 2008-04-11 | 3 | -14/+33 |
| | | | | | | | | | | | | | | * generic/tcl.h: * tools/tcl.wse.in: * unix/configure.in: * unix/tcl.spec: * win/README.binary: * win/configure.in: * unix/configure: autoconf-2.13 * win/configure: * changes: updates for 8.4.19 release. | ||||
* | * unix/configure: autoconf-2.13 | das | 2008-03-27 | 1 | -29/+10 |
| | |||||
* | * unix/dltest/Makefile.in: support use of LDFLAGS in SHLIB_LD. | das | 2008-03-27 | 1 | -2/+5 |
| | |||||
* | * unix/tcl.m4 (SunOS-5.1x): fix 64bit support for Sun cc. [Bug 1921166] | das | 2008-03-27 | 1 | -1/+1 |
| | |||||
* | Fix mark and space parity on Linux | rmax | 2008-03-03 | 1 | -1/+4 |
| | |||||
* | fix dltest dependency for parallel make | das | 2008-02-27 | 1 | -2/+2 |
| | |||||
* | *** 8.4.18 TAGGED FOR RELEASE ***core_8_4_18 | dgp | 2008-02-06 | 3 | -14/+33 |
| | | | | | | | | | | | | | | | * README: Bump version number to 8.4.18 * generic/tcl.h: * tools/tcl.wse.in: * unix/configure.in: * unix/tcl.spec: * win/README.binary: * win/configure.in: * unix/configure: autoconf-2.13 * win/configure: * changes: updates for 8.4.18 release. | ||||
* | * unix/configure.in (Darwin): correct Info.plist year substitution in | das | 2008-02-02 | 2 | -5/+5 |
| | | | | | | non-framework builds. * unix/configure: autoconf-2.13 | ||||
* | TclpGetHostByName: The six-argument form of getaddressbyname_r() uses | vasiljevic | 2007-12-14 | 1 | -5/+6 |
| | | | | | the fifth argument to indicate whether the lookup succeeded or not on at least one platform. [Bug 1618235] | ||||
* | The six-argument form of getaddressbyname_r() uses the fifth argument to | dkf | 2007-11-13 | 1 | -2/+2 |
| | | | | | indicate whether the lookup succeeded or not on at least one platform. [Bug 1618235] | ||||
* | autoconf-2.13 | das | 2007-11-09 | 1 | -28/+9 |
| | |||||
* | typo fixes | dgp | 2007-11-05 | 1 | -1/+1 |
| | |||||
* | * README: Bump version number to 8.4.17 | dgp | 2007-10-02 | 3 | -14/+33 |
| | | | | | | | | | | | | * generic/tcl.h: * tools/tcl.wse.in: * unix/configure.in: * unix/tcl.spec: * win/README.binary: * win/configure.in: * unix/configure: autoconf-2.13 * win/configure: | ||||
* | document --enable-dtrace configure optioncore_8_4_16 | das | 2007-09-20 | 1 | -1/+5 |
| | |||||
* | * unix/Makefile.in: Update `make dist` so that tclDTrace.d is | dgp | 2007-09-19 | 1 | -2/+2 |
| | | | | included in the source code distribution. | ||||
* | * unix/tcl.m4 (SunOS-5.1x): replace direct use of '/usr/ccs/bin/ld' | das | 2007-09-15 | 2 | -308/+318 |
| | | | | | in SHLIB_LD by 'cc' compiler driver. * unix/configure: autoconf-2.13 | ||||
* | * generic/tclDTrace.d (new file): add DTrace provider for Tcl; allows | das | 2007-09-13 | 3 | -473/+633 |
| | | | | | | | | | | | | | | | * generic/tclCompile.h: tracing of proc and command entry & * generic/tclBasic.c: return, bytecode execution, object * generic/tclExecute.c: allocation and more; with essentially * generic/tclInt.h: zero cost when tracing is inactive; * generic/tclObj.c: enable with --enable-dtrace configure * generic/tclProc.c: arg (disabled by default, will only * unix/Makefile.in: enable if DTrace is present). * unix/configure.in: [Patch 1793984] * macosx/Makefile: enable DTrace support. * unix/configure: autoconf-2.13 | ||||
* | fix building on Panther | das | 2007-09-05 | 1 | -1/+2 |
| | |||||
* | * unix/tclLoadDyld.c: use dlfcn API on Mac OS X 10.4 and later; fix | das | 2007-08-14 | 1 | -175/+368 |
| | | | | | | issues with loading from memory on intel and 64bit; add debug messages. * tests/load.test: add test load-10.1 for loading from vfs. | ||||
* | * unix/Makefile.in: add support for compile flags specific to | das | 2007-08-07 | 3 | -29/+35 |
| | | | | | | | | | | object files linked directly into executables. * unix/configure.in (Darwin): only use -seg1addr flag when prebinding; use -mdynamic-no-pic flag for object files linked directly into exes; support overriding TCL_PACKAGE_PATH in environment. * unix/configure: autoconf-2.13 | ||||
* | * generic/tclEnv.c: improve environ handling on Mac OS X (adapted | das | 2007-08-07 | 1 | -4/+10 |
| | | | | * unix/tclUnixPort.h: from Apple changes in Darwin tcl-64). | ||||
* | * unix/configure.in (Darwin): add plist for tclsh; link the | das | 2007-06-06 | 4 | -356/+354 |
| | | | | | | | | * unix/Makefile.in (Darwin): Tcl and tclsh plists into their * macosx/Tclsh-Info.plist.in (new): binaries in all cases. * unix/tcl.m4 (Darwin): fix CF checks in fat 32&64bit builds. * unix/configure: autoconf-2.13 | ||||
* | * README: Bump version number to 8.4.16 | dgp | 2007-05-30 | 3 | -14/+33 |
| | | | | | | | | | | | | * generic/tcl.h: * tools/tcl.wse.in: * unix/configure.in: * unix/tcl.spec: * win/README.binary: * win/configure.in: * unix/configure: autoconf-2.13 * win/configure: | ||||
* | * unix/tclUnixThrd.c (Tcl_JoinThread): fix for 64-bit handling of | hobbs | 2007-05-29 | 1 | -1/+5 |
| | | | | pthread_join exit return code storage. [Bug 1712723] | ||||
* | * unix/Makefile.in: add 'tclsh' dependency to install targets that rely | das | 2007-04-30 | 1 | -4/+4 |
| | | | | on tclsh, fixes parallel 'make install' from empty build dir. | ||||
* | * unix/Makefile.in (dist): copy license.terms to dist macosx dir. | das | 2007-04-29 | 3 | -12/+15 |
| | | | | | * unix/configure.in: install license.terms into Tcl.framework. * unix/configure: autoconf-2.13 | ||||
* | * unix/tclLoadDyld.c (TclpLoadMemory): fix (void*) arithmetic. | das | 2007-04-29 | 1 | -42/+48 |
| | |||||
* | * unix/tclUnixFCmd.c: add workaround for crashing bug in fts_open() | das | 2007-04-29 | 2 | -18/+34 |
| | | | | * unix/tclUnixInit.c: without FTS_NOSTAT on 64bit Darwin 8 or earlier. | ||||
* | Restored Cygwin buildability [Bug 1387154] | Kevin B Kenny | 2007-04-21 | 1 | -1/+9 |
| | |||||
* | * generic/tclInt.decls: Yet another round of attempting | Kevin B Kenny | 2007-04-21 | 2 | -8/+8 |
| | | | | | | | | | * generic/tclInt.h: to get the correct type signature * unix/tclUnixPort.h: for TclpLocaltime and TclpGmtime. * unix/tclUnixTime.c: CONST TclpTime_t is a 'time_t *CONST' * win/tclWinTime.c: and not a 'CONST time_t*'! * generic/tclIntDecls.h: [Bug 1677275] * generic/tclIntPlatDecls.h: Regenerated. |