| Commit message (Expand) | Author | Age | Files | Lines |
* | * unix/tcl.m4, unix/configure: Fix sh quoting error reported in | hobbs | 2005-12-12 | 3 | -6/+10 |
|
|
* | Bug 1378818 | Kevin B Kenny | 2005-12-12 | 2 | -3/+9 |
|
|
* | * win/configure: Regen. | mdejong | 2005-12-10 | 3 | -0/+14 |
|
|
* | Fix [Bug 1374778] | dkf | 2005-12-09 | 3 | -5/+37 |
|
|
* | * win/Makefile.in, win/makefile.vc: Add Win x64 and CE build support | hobbs | 2005-12-08 | 6 | -69/+352 |
|
|
* | * generic/tcl.h: use struct __stat64 (not _stat64) for MSC_VER >= | hobbs | 2005-12-08 | 1 | -2/+2 |
|
|
* | Improved documentation on topic of asynch sockets in response to queries on | dkf | 2005-12-07 | 3 | -5/+22 |
|
|
* | * unix/tclUnixPort.h (Darwin): fix incorrect __DARWIN_UNIX03 configure | das | 2005-12-06 | 1 | -1/+3 |
|
|
* | * unix/tclUnixPort.h (Darwin): fix incorrect __DARWIN_UNIX03 configure | das | 2005-12-06 | 2 | -8/+15 |
|
|
* | adapt tclZIC.tcl to new C API and update to tzdata2005p | Kevin B Kenny | 2005-12-05 | 2 | -5/+14 |
|
|
* | * unix/configure.in: move check for fts API to configure.in and run it | das | 2005-12-05 | 6 | -92/+126 |
|
|
* | * unix/configure: Use FTS file APIs on Darwin if available. | hobbs | 2005-12-05 | 4 | -24/+181 |
|
|
* | documented macosx-only configure options. | das | 2005-12-03 | 1 | -1/+6 |
|
|
* | another puny speedup - no error thrown from ::tcl::clock::getenv | Kevin B Kenny | 2005-12-02 | 3 | -15/+13 |
|
|
* | another little speedup to [clock format] | Kevin B Kenny | 2005-12-02 | 2 | -5/+10 |
|
|
* | eliminate test name duplication | dgp | 2005-12-02 | 3 | -12/+12 |
|
|
* | Bug 1371446 plus buildability on ancient Solaris | Kevin B Kenny | 2005-12-02 | 3 | -15/+23 |
|
|
* | another [clock format] performance boost - precompile formats | Kevin B Kenny | 2005-12-01 | 2 | -328/+449 |
|
|
* | remove redundant [mc] calls in [clock] | Kevin B Kenny | 2005-12-01 | 1 | -18/+32 |
|
|
* | remove redundant [mc] calls in [clock] | Kevin B Kenny | 2005-12-01 | 2 | -48/+67 |
|
|
* | Add remaining dependency info for UNIX | dkf | 2005-12-01 | 2 | -89/+101 |
|
|
* | Slightly better style (no _ANSI_ARGS_ even in comments, use void instead of V... | dkf | 2005-12-01 | 1 | -13/+13 |
|
|
* | * generic/tclClock.c: fix warning. | das | 2005-12-01 | 2 | -3/+9 |
|
|
* | * unix/tcl.m4 (Darwin): fixed error when MACOSX_DEPLOYMENT_TARGET unset. | das | 2005-12-01 | 3 | -6/+9 |
|
|
* | code rationalization - eliminate some duplication between Tcl and C | Kevin B Kenny | 2005-11-30 | 3 | -178/+221 |
|
|
* | fix [clock format -timezone :localtime] for times before the Posix Epoch | Kevin B Kenny | 2005-11-30 | 2 | -8/+15 |
|
|
* | silenced compiler warning about big constant | Kevin B Kenny | 2005-11-30 | 2 | -3/+7 |
|
|
* | Add compiler-related dependency information to prevent problems when developing | dkf | 2005-11-30 | 2 | -9/+14 |
|
|
* | New TEBC opcode, INST_JUMP_TABLE, for compiling the simple (and common) case of | dkf | 2005-11-30 | 5 | -35/+337 |
|
|
* | fixed bad refcount that corrupted heap | Kevin B Kenny | 2005-11-30 | 2 | -1/+8 |
|
|
* | make [clock format] go faster | Kevin B Kenny | 2005-11-29 | 5 | -814/+1317 |
|
|
* | Fix [Bug 1366683] | dkf | 2005-11-29 | 3 | -7/+32 |
|
|
* | Olson's tzdata2005o | Kevin B Kenny | 2005-11-28 | 7 | -592/+403 |
|
|
* | Updated tclZIC.tcl to be bignum-safe | Kevin B Kenny | 2005-11-28 | 2 | -7/+6 |
|
|
* | Corrected bug in DST transition times for locales that specify transition in ... | Kevin B Kenny | 2005-11-28 | 96 | -8998/+9033 |
|
|
* | fix settings order | das | 2005-11-27 | 1 | -1/+1 |
|
|
* | add #include <libkern/OSByteOrder.h> for OSX 10.2 | das | 2005-11-27 | 2 | -2/+4 |
|
|
* | * unix/tcl.m4 (Darwin): add 64bit support, check for Tiger copyfile(), | das | 2005-11-27 | 51 | -609/+12540 |
|
|
* | Renamed Makefile to GNUmakefile | das | 2005-11-22 | 1 | -1/+1 |
|
|
* | * unix/Makefile.in (install-libraries): Updated Makefile to new | andreas_kupries | 2005-11-21 | 3 | -6/+18 |
|
|
* | Don't set tclStubsPtr to 0 when Tcl_PkgRequireEx() fails | jenglish | 2005-11-20 | 2 | -24/+10 |
|
|
* | * tests/trace.test (trace-34.5): [Bug 1047286], added a second | Miguel Sofer | 2005-11-18 | 2 | -1/+20 |
|
|
* | Bug 1359183 | Kevin B Kenny | 2005-11-18 | 2 | -0/+13 |
|
|
* | * generic/tclIO.c (TclFinalizeIOSubsystem): preserve statePtr | hobbs | 2005-11-18 | 2 | -5/+15 |
|
|
* | more tests | dgp | 2005-11-18 | 1 | -1/+17 |
|
|
* | * generic/tclObj.c (GetBignumFromObj): replace NULL with | Miguel Sofer | 2005-11-18 | 2 | -2/+9 |
|
|
* | * generic/tclIO.c (TclFinalizeIOSubsystem): Applied Pat Thoyts' | andreas_kupries | 2005-11-18 | 2 | -2/+14 |
|
|
* | * generic/tclListObj.c: Restored the SetListFromAny routine to | dgp | 2005-11-18 | 3 | -3/+12 |
|
|
* | Fix silly errors in REs, in variables, and in tests that were working with | dkf | 2005-11-18 | 2 | -19/+19 |
|
|
* | Improved URL validation that better describes why validation failed. [Bug 135... | dkf | 2005-11-18 | 3 | -159/+249 |
|
|