summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* TIP#258 IMPLEMENTATIONdgp2006-02-0810-96/+122
* Minor style fixesdkf2006-02-021-16/+15
* Style/comment fixesdkf2006-02-021-83/+81
* Space/style improvementsdkf2006-02-021-107/+139
* Restore formatting goodnessdkf2006-02-011-276/+346
* * generic/tclProc.c: minor improvements to [apply]Miguel Sofer2006-02-011-27/+27
* TIP#194 IMPLEMENTATIONdgp2006-02-013-18/+263
* TIP#181 IMPLEMENTATIONdgp2006-02-016-20/+283
* TIP#250 IMPLEMENTATIONdgp2006-02-013-24/+149
* * generic/tclStringObj.c: fixed incorrect handling of internal repMiguel Sofer2006-01-231-2/+2
* * generic/tclProc.c: fixed args handling for precompiled bodiesMiguel Sofer2006-01-231-7/+7
* * generic/tclPipe.c (FileForRedirect): Prevent nameString fromrmax2006-01-161-5/+4
* Fixed potential overwriting of already freed memoryvasiljevic2006-01-121-3/+7
* * generic/tclBasic.c: Moved Tcl_LogCommandInfo from tclBasic.c todgp2006-01-112-62/+83
* * generic/tclNamesp.c (NamespaceInscopeCmd): [namespace inscope]dgp2006-01-091-4/+6
* Minor cleanup to stop exporting functions that do not need to be. [Bug 971336]dkf2006-01-091-16/+16
* Fix typo in missing stub table pointerKevin B Kenny2005-12-311-2/+2
* Export Tcl_InitBignumFromDoubleKevin B Kenny2005-12-277-18/+36
* Corrected bugs in tommath installation, improved tommath square root performa...Kevin B Kenny2005-12-275-28/+13
* Use %ld instead of %d in Tcl_GetMemoryInfodkf2005-12-201-9/+9
* 2005-12-19 Don Porter <dgp@users.sourceforge.net>dgp2005-12-195-26/+34
* Fix [Bug 1382528]; thanks to Anton Kovalenko for finding this.dkf2005-12-181-13/+16
* A little bit of tidying up in INST_DICT_DONE (fewer type puns, faster).dkf2005-12-181-12/+19
* * generic/tclIOUtil.c: workaround gcc warning "comparison is alwaysdas2005-12-152-2/+24
* * macosx/Tcl.xcode/project.pbxproj:das2005-12-141-2/+2
* Export stubs for libtommath; fix mingw compiler warningsKevin B Kenny2005-12-1323-838/+2139
* Fix [Bug 1379349]dkf2005-12-131-4/+7
* change "procedure" to "function" for (slightly) greater claritydkf2005-12-121-8/+8
* Fix [Bug 1374778]dkf2005-12-091-4/+18
* * win/Makefile.in, win/makefile.vc: Add Win x64 and CE build supporthobbs2005-12-081-15/+4
* * generic/tcl.h: use struct __stat64 (not _stat64) for MSC_VER >=hobbs2005-12-081-2/+2
* another puny speedup - no error thrown from ::tcl::clock::getenvKevin B Kenny2005-12-021-7/+4
* 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-011-3/+7
* code rationalization - eliminate some duplication between Tcl and CKevin B Kenny2005-11-301-3/+191
* fix [clock format -timezone :localtime] for times before the Posix EpochKevin B Kenny2005-11-301-4/+9
* silenced compiler warning about big constantKevin B Kenny2005-11-301-2/+4
* New TEBC opcode, INST_JUMP_TABLE, for compiling the simple (and common) case ofdkf2005-11-304-26/+314
* fixed bad refcount that corrupted heapKevin B Kenny2005-11-301-1/+2
* make [clock format] go fasterKevin B Kenny2005-11-293-230/+1216
* Fix [Bug 1366683]dkf2005-11-291-3/+17
* * unix/tcl.m4 (Darwin): add 64bit support, check for Tiger copyfile(),das2005-11-2723-166/+230
* Don't set tclStubsPtr to 0 when Tcl_PkgRequireEx() failsjenglish2005-11-201-24/+4
* * generic/tclIO.c (TclFinalizeIOSubsystem): preserve statePtrhobbs2005-11-181-5/+10
* * generic/tclObj.c (GetBignumFromObj): replace NULL withMiguel Sofer2005-11-181-2/+2
* * generic/tclIO.c (TclFinalizeIOSubsystem): Applied Pat Thoyts'andreas_kupries2005-11-181-2/+6
* * generic/tclListObj.c: Restored the SetListFromAny routine todgp2005-11-182-3/+4
* * generic/tclStrToD.c: More data in the "can't happen" Tcl_Panicdgp2005-11-141-2/+3
* * generic/tclBasic.c (CallCommandTraces): Save/restore thedgp2005-11-141-1/+9
* * generic/tclInt.h:Miguel Sofer2005-11-142-6/+14