| Commit message (Expand) | Author | Age | Files | Lines |
* | * unix/tclUnixInit.c: simplify non-crosscompiled case. | das | 2007-11-11 | 1 | -11/+13 |
|
|
* | autoheader-2.59 | das | 2007-11-11 | 1 | -0/+6 |
|
|
* | autoconf-2.59 | das | 2007-11-11 | 1 | -6109/+6076 |
|
|
* | * unix/configure: autoconf 2.61 | Miguel Sofer | 2007-11-10 | 1 | -6067/+6172 |
|
|
* | * generic/tclBasic.c: | Miguel Sofer | 2007-11-10 | 2 | -4/+42 |
|
|
* | * unix/tclUnixTime.c (TclpWideClicksToNanoseconds): fix issues with | das | 2007-11-10 | 1 | -5/+5 |
|
|
* | fix typos | das | 2007-11-10 | 1 | -6/+6 |
|
|
* | * generic/tclBasic.c: | Miguel Sofer | 2007-11-10 | 1 | -32/+45 |
|
|
* | * generic/tclBasic.c: | Miguel Sofer | 2007-11-10 | 2 | -81/+26 |
|
|
* | fix formatting and inverted test in TclpCheckStackSpace() | das | 2007-11-10 | 1 | -19/+20 |
|
|
* | fixed stupid bug in last commit that made it not work in threaded builds | Miguel Sofer | 2007-11-09 | 1 | -3/+3 |
|
|
* | * generic/tclAsync.c: | Miguel Sofer | 2007-11-09 | 2 | -41/+81 |
|
|
* | * unix/tclUnixChan.c (TtyGetOptionProc): Accepted [SF Tcl Patch | andreas_kupries | 2007-11-05 | 1 | -8/+22 |
|
|
* | * generic/tcl.h: Bump version number to 8.5b2.1 to distinguish | dgp | 2007-10-30 | 3 | -5/+5 |
|
|
* | * README: Bump version number to 8.5b2. | dgp | 2007-10-26 | 3 | -5/+5 |
|
|
* | autoheader-2.59 | das | 2007-10-24 | 1 | -3/+0 |
|
|
* | * compat/tmpnam.c (removed): The routine tmpnam() is no longer | dgp | 2007-10-18 | 3 | -8/+4 |
|
|
* | * generic/tclIOCmd.c: Revise [open] so that it interprets leading | dgp | 2007-10-15 | 1 | -5/+18 |
|
|
* | autoheader-2.59 | das | 2007-10-12 | 1 | -6/+0 |
|
|
* | * generic/tclCmdMZ.c: Correct [string is (wide)integer] failure | dgp | 2007-10-11 | 4 | -20/+5 |
|
|
* | * generic/tcl.h: Bump version number to 8.5b1.1 to distinguish | dgp | 2007-10-02 | 3 | -5/+5 |
|
|
* | document --enable-dtrace configure option | das | 2007-09-20 | 1 | -1/+5 |
|
|
* | * README: Bump version number to 8.5b1 | dgp | 2007-09-19 | 3 | -5/+5 |
|
|
* | autoconf-2.59 | das | 2007-09-18 | 1 | -153/+297 |
|
|
* | fix quoting of new FreeBSD SHLIB_LD | das | 2007-09-18 | 1 | -1/+1 |
|
|
* | Use '${CC} -shared' instead of 'ld -Bshareable' to build shared libraries | jenglish | 2007-09-17 | 2 | -320/+164 |
|
|
* | * unix/Makefile.in: Update `make dist` so that tclDTrace.d is | dgp | 2007-09-17 | 1 | -2/+2 |
|
|
* | coverity id 102 | das | 2007-09-17 | 1 | -13/+4 |
|
|
* | coverity id 100 | das | 2007-09-17 | 1 | -4/+4 |
|
|
* | * unix/tcl.m4: replace all direct references to compiler by ${CC} to | das | 2007-09-15 | 2 | -71/+77 |
|
|
* | * generic/tclDTrace.d (new file): add DTrace provider for Tcl; allows | das | 2007-09-13 | 4 | -8/+291 |
|
|
* | * unix/Makefile.in: Perform missing updates of the tcltest Tcl | dgp | 2007-09-12 | 1 | -3/+3 |
|
|
* | header cleanup | dgp | 2007-09-07 | 1 | -2/+1 |
|
|
* | replace (ab)use of GENERIC_FLAGS as a unix/Makefile override by dedicated EXT... | das | 2007-09-06 | 1 | -5/+5 |
|
|
* | * generic/tclBasic.c: Removed support for the unmaintained | dgp | 2007-09-05 | 1 | -18/+10 |
|
|
* | correct autoconf/autoheader dependencies | das | 2007-09-05 | 1 | -9/+8 |
|
|
* | fix building on Panther | das | 2007-09-05 | 1 | -1/+2 |
|
|
* | * unix/Makefile.in: It's unreliable to count on the release | dgp | 2007-09-04 | 1 | -2/+2 |
|
|
* | * unix/Makefile.in: Corrections to `make dist` dependencies to be | dgp | 2007-09-04 | 1 | -2/+2 |
|
|
* | * unix/Makefile.in: Corrections to `make dist` dependencies to be | dgp | 2007-09-04 | 1 | -3/+5 |
|
|
* | * unix/tclLoadDyld.c: use dlfcn API on Mac OS X 10.4 and later; fix | das | 2007-08-14 | 1 | -171/+368 |
|
|
* | * unix/dltest/pkga.c: whitespace & comment cleanup, remove | das | 2007-08-14 | 6 | -64/+21 |
|
|
* | * unix/Makefile.in: add support for compile flags specific to | das | 2007-08-07 | 3 | -31/+40 |
|
|
* | * generic/tclEnv.c: improve environ handling on Mac OS X (adapted | das | 2007-08-07 | 1 | -4/+10 |
|
|
* | Tidying up. | dkf | 2007-08-03 | 1 | -3/+2 |
|
|
* | autoheader-2.59 | das | 2007-08-02 | 1 | -0/+6 |
|
|
* | Regenerated configure using autoconf 2.59. Autoconf 2.61 changed | andreas_kupries | 2007-08-01 | 1 | -6019/+5991 |
|
|
* | Regen with autoconf 2.61 | Miguel Sofer | 2007-07-31 | 1 | -5953/+6052 |
|
|
* | * unix/configure.in: allow use of 'inline' in Tcl sources | Miguel Sofer | 2007-07-31 | 1 | -1/+2 |
|
|
* | Whitespace/format cleanup | dkf | 2007-07-31 | 2 | -64/+61 |
|
|