summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * unix/configure: Use FTS file APIs on Darwin if available.hobbs2005-12-054-24/+181
* documented macosx-only configure options.das2005-12-031-1/+6
* another puny speedup - no error thrown from ::tcl::clock::getenvKevin B Kenny2005-12-023-15/+13
* another little speedup to [clock format]Kevin B Kenny2005-12-022-5/+10
* eliminate test name duplicationdgp2005-12-023-12/+12
* Bug 1371446 plus buildability on ancient SolarisKevin B Kenny2005-12-023-15/+23
* another [clock format] performance boost - precompile formatsKevin B Kenny2005-12-012-328/+449
* remove redundant [mc] calls in [clock]Kevin B Kenny2005-12-011-18/+32
* remove redundant [mc] calls in [clock]Kevin B Kenny2005-12-012-48/+67
* Add remaining dependency info for UNIXdkf2005-12-012-89/+101
* Slightly better style (no _ANSI_ARGS_ even in comments, use void instead of V...dkf2005-12-011-13/+13
* * generic/tclClock.c: fix warning.das2005-12-012-3/+9
* * unix/tcl.m4 (Darwin): fixed error when MACOSX_DEPLOYMENT_TARGET unset.das2005-12-013-6/+9
* code rationalization - eliminate some duplication between Tcl and CKevin B Kenny2005-11-303-178/+221
* fix [clock format -timezone :localtime] for times before the Posix EpochKevin B Kenny2005-11-302-8/+15
* silenced compiler warning about big constantKevin B Kenny2005-11-302-3/+7
* Add compiler-related dependency information to prevent problems when developingdkf2005-11-302-9/+14
* New TEBC opcode, INST_JUMP_TABLE, for compiling the simple (and common) case ofdkf2005-11-305-35/+337
* fixed bad refcount that corrupted heapKevin B Kenny2005-11-302-1/+8
* make [clock format] go fasterKevin B Kenny2005-11-295-814/+1317
* Fix [Bug 1366683]dkf2005-11-293-7/+32
* Olson's tzdata2005oKevin B Kenny2005-11-287-592/+403
* Updated tclZIC.tcl to be bignum-safeKevin B Kenny2005-11-282-7/+6
* Corrected bug in DST transition times for locales that specify transition in ...Kevin B Kenny2005-11-2896-8998/+9033
* fix settings orderdas2005-11-271-1/+1
* add #include <libkern/OSByteOrder.h> for OSX 10.2das2005-11-272-2/+4
* * unix/tcl.m4 (Darwin): add 64bit support, check for Tiger copyfile(),das2005-11-2751-609/+12540
* Renamed Makefile to GNUmakefiledas2005-11-221-1/+1
* * unix/Makefile.in (install-libraries): Updated Makefile to newandreas_kupries2005-11-213-6/+18
* Don't set tclStubsPtr to 0 when Tcl_PkgRequireEx() failsjenglish2005-11-202-24/+10
* * tests/trace.test (trace-34.5): [Bug 1047286], added a secondMiguel Sofer2005-11-182-1/+20
* Bug 1359183Kevin B Kenny2005-11-182-0/+13
* * generic/tclIO.c (TclFinalizeIOSubsystem): preserve statePtrhobbs2005-11-182-5/+15
* more testsdgp2005-11-181-1/+17
* * generic/tclObj.c (GetBignumFromObj): replace NULL withMiguel Sofer2005-11-182-2/+9
* * generic/tclIO.c (TclFinalizeIOSubsystem): Applied Pat Thoyts'andreas_kupries2005-11-182-2/+14
* * generic/tclListObj.c: Restored the SetListFromAny routine todgp2005-11-183-3/+12
* Fix silly errors in REs, in variables, and in tests that were working withdkf2005-11-182-19/+19
* Improved URL validation that better describes why validation failed. [Bug 135...dkf2005-11-183-159/+249
* Whitespace/formatting fixesdkf2005-11-171-17/+17
* * tests/namespace.test: fix commentMiguel Sofer2005-11-172-2/+6
* Bump to http 2.5.2 to cover changing rules in [http::mapReply] [1182373]dgp2005-11-152-3/+3
* * generic/tclStrToD.c: More data in the "can't happen" Tcl_Panicdgp2005-11-142-2/+6
* * generic/tclBasic.c (CallCommandTraces): Save/restore thedgp2005-11-142-1/+14
* added comments to tests/namespace.testMiguel Sofer2005-11-141-1/+5
* * generic/tclInt.h:Miguel Sofer2005-11-145-12/+84
* fixing last commit, no Changelog entryMiguel Sofer2005-11-131-3/+9
* * generic/tclBasic.c (Tcl_DeleteCommandFromToken):Miguel Sofer2005-11-133-11/+12
* Use correct bug number :-}dkf2005-11-121-1/+1
* Partial fix for [Bug 1355342]dkf2005-11-122-350/+355