summaryrefslogtreecommitdiffstats
path: root/config/site-specific
Commit message (Expand)AuthorAgeFilesLines
* [svn-r11614] Frank Baker2005-10-281-1/+1
* [svn-r11592] Frank Baker2005-10-211-0/+13
* [svn-r2628] Purpose:Bill Wendling2000-10-031-0/+33
b8433707 Tcl is a high-level, general-purpose, interpreted, dynamic programming language. It was designed with the goal of being very simple but powerful.
summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | * unix/tclUnixPort.h (Darwin): fix incorrect __DARWIN_UNIX03 configuredas2005-12-061-1/+3
| | | | | | | | | | | | overrides that were originally copied from Darwin CVS (rdar://3693001).
| * | * unix/tclUnixPort.h (Darwin): fix incorrect __DARWIN_UNIX03 configuredas2005-12-062-8/+15
| | | | | | | | | | | | overrides that were originally copied from Darwin CVS (rdar://3693001).
| * | adapt tclZIC.tcl to new C API and update to tzdata2005pKevin B Kenny2005-12-052-5/+14
| | |
| * | * unix/configure.in: move check for fts API to configure.in and run itdas2005-12-056-92/+126
| | | | | | | | | | | | | | | | | | | | | | | | | | | * unix/tcl.m4: on all platforms, since Linux glibc2 and *BSDs also have this; using fts is more efficient than recursive opendir/readdir. * unix/tclUnixFCmd.c (TraverseUnixTree): add support to fts code for platforms with stat64. * unix/configure: * unix/tclConfig.h.in: regen.
| * | * unix/configure: Use FTS file APIs on Darwin if available.hobbs2005-12-054-24/+181
| | | | | | | | | | | | | | | | | | * unix/tcl.m4: Addresses file delete issues in readdir noted * unix/tclUnixFCmd.c: in [Bug 1034337]. (steffen) Reduce on stat call in DoCopyFile. (steffen)
| * | 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 ↵dkf2005-12-011-13/+13
| | | | | | | | | | | | VOID)
| * | * 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
| | | | | | | | | | | | * unix/configure: regen.
| * | 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
| | | | | | | | | | | | the bytecode compiler. They've bitten me one time more than I can stand!
| * | New TEBC opcode, INST_JUMP_TABLE, for compiling the simple (and common) case ofdkf2005-11-305-35/+337
| | | | | | | | | | | | | | | [switch] into a jump-table. Much faster for long switches. Also compiler support for generating the new instruction where appropriate.
| * | fixed bad refcount that corrupted heapKevin B Kenny2005-11-302-1/+8
| | |
| * | make [clock format] go fasterKevin B Kenny2005-11-29