| Commit message (Expand) | Author | Age | Files | Lines |
* | * doc/ParseCmd.3: copy/paste fix [Bug 1292427] | Miguel Sofer | 2005-09-15 | 1 | -0/+4 |
|
|
* | * generic/tclStringObj.c (TclAppendFormattedObjs): Revisionkennykb_numerics_branch_20050915 | dgp | 2005-09-15 | 1 | -0/+3 |
|
|
* | * generic/tclBasic.c: More callers of TclObjPrintf and | dgp | 2005-09-15 | 1 | -1/+16 |
|
|
* | More flags hacking, this time for open64 under RHEL3. [Bug 1287638] | dkf | 2005-09-15 | 1 | -0/+5 |
|
|
* | * generic/tclStringObj.c: Bug fixes: ObjPrintfVA needed to | dgp | 2005-09-14 | 1 | -4/+10 |
|
|
* | * generic/tclBasic.c: Updated several callers to use | dgp | 2005-09-14 | 1 | -0/+2 |
|
|
* | * generic/tclStringObj.c: Bug fixes: ObjPrintfVA needed to | dgp | 2005-09-14 | 1 | -0/+14 |
|
|
* | * generic/tclBasic.c: First caller of TclFormatToErrorInfo. | dgp | 2005-09-14 | 1 | -0/+6 |
|
|
* | * generic/tcl.h: Explicitly standardized on the use of stdarg.h | dgp | 2005-09-13 | 1 | -0/+18 |
|
|
* | 2005-09-12 Don Porter <dgp@users.sourceforge.net> | dgp | 2005-09-12 | 1 | -0/+6 |
|
|
* | * generic/tclIORChan.c (RcDecodeEventMask): Added missing type | andreas_kupries | 2005-09-09 | 1 | -0/+7 |
|
|
* | typo | dgp | 2005-09-09 | 1 | -1/+1 |
|
|
* | * generic/tclInt.h: New internal routine TclObjPrintf() | dgp | 2005-09-09 | 1 | -0/+4 |
|
|
* | added missing casts in tclStringObj.c | Kevin B Kenny | 2005-09-09 | 1 | -0/+5 |
|
|
* | * generic/tclInt.h: New internal routines TclFormatObj() | dgp | 2005-09-09 | 1 | -0/+11 |
|
|
* | Test suite about fixed up for TIP#254 | dkf | 2005-09-08 | 1 | -1/+2 |
|
|
* | Added support machinery for TIP#254 tests | dkf | 2005-09-08 | 1 | -1/+2 |
|
|
* | TIP #254 implementation | dkf | 2005-09-08 | 1 | -0/+9 |
|
|
* | * generic/tclUtf.c (Tcl_UniCharToUtf): Corrected handling of negative | dgp | 2005-09-07 | 1 | -0/+7 |
|
|
* | Add flag to lists so that evaluating contexts can handle them efficiently much | dkf | 2005-09-06 | 1 | -0/+9 |
|
|
* | Make symbol static to stop it from being visible outside the Tcl library on | dkf | 2005-09-05 | 1 | -0/+5 |
|
|
* | * unix/tclUnixSock.c (InitializeHostName): Synchronized use of | andreas_kupries | 2005-09-02 | 1 | -0/+24 |
|
|
* | fix date | vincentdarley | 2005-08-31 | 1 | -1/+1 |
|
|
* | allow NULL interp in Tcl_FSMatchInDirectory | vincentdarley | 2005-08-31 | 1 | -0/+9 |
|
|
* | * library/tm.tcl (::tcl::tm::roots): Accepted Don Porter's patch | andreas_kupries | 2005-08-29 | 1 | -0/+6 |
|
|
* | renumber expr-39.* to expr-46.* | Kevin B Kenny | 2005-08-29 | 1 | -1/+1 |
|
|
* | Bug 1275043 | Kevin B Kenny | 2005-08-29 | 1 | -0/+8 |
|
|
* | * generic/tclIO.c: Moved Tcl_{Cut,Splice}Channel to | andreas_kupries | 2005-08-26 | 1 | -0/+10 |
|
|
* | Fix crashes when running Snit's test suite caused by traces forcing the interp | dkf | 2005-08-26 | 1 | -0/+7 |
|
|
* | Better to panic sanely than to crash with a bad memory access. [Bug 1267380] | dkf | 2005-08-25 | 1 | -0/+4 |
|
|
* | Fix memory leak caused by throwing away a duplicated object | dkf | 2005-08-25 | 1 | -7/+13 |
|
|
* | TIP#219 IMPLEMENTATION | andreas_kupries | 2005-08-24 | 1 | -0/+28 |
|
|
* | fix formatting of fp number with smallest significand | Kevin B Kenny | 2005-08-24 | 1 | -0/+7 |
|
|
* | * unix/configure.in: | mdejong | 2005-08-23 | 1 | -0/+7 |
|
|
* | * unix/tclConfig.h.in: autoheader-2.59. | das | 2005-08-22 | 1 | -2/+6 |
|
|
* | updated entry with another clash | georgeps | 2005-08-17 | 1 | -0/+3 |
|
|
* | new entry. fixed the dates on KBK's entries. | georgeps | 2005-08-17 | 1 | -3/+8 |
|
|
* | fixed bad clock test, removed duplicated code in Tcl_Finalize | Kevin B Kenny | 2005-08-17 | 1 | -0/+9 |
|
|
* | bug 1257830 | Kevin B Kenny | 2005-08-12 | 1 | -0/+11 |
|
|
* | radical refactoring of thread storage to untangle dependencies | Kevin B Kenny | 2005-08-11 | 1 | -0/+16 |
|
|
* | further untangling of Tcl_Finalize, and test cleanup on Win32 threaded | Kevin B Kenny | 2005-08-10 | 1 | -0/+13 |
|
|
* | file rootname bug fix | vincentdarley | 2005-08-08 | 1 | -0/+5 |
|
|
* | Stop exposing the thread storage guts. Non-core code should never touch it. | dkf | 2005-08-05 | 1 | -0/+6 |
|
|
* | Solaris mis-names the cp1251 encoding. | dkf | 2005-08-05 | 1 | -7/+13 |
|
|
* | Handle abs(-0x80000000) [Bug 1241572] | Kevin B Kenny | 2005-08-05 | 1 | -4/+8 |
|
|
* | Cleaned up [binary scan] testing for NaN [Bug 1246264] | Kevin B Kenny | 2005-08-05 | 1 | -3/+6 |
|
|
* | removed refs to ldAout.tcl [Bug 1244361] | Kevin B Kenny | 2005-08-05 | 1 | -0/+5 |
|
|
* | * generic/tclIO.c (CloseChannel): Fixed comment nit, added | andreas_kupries | 2005-08-04 | 1 | -0/+8 |
|
|
* | Deleted the UpdateStringOfBoolean() routine, that can never be called. | dgp | 2005-08-04 | 1 | -0/+1 |
|
|
* | * generic/tclObj.c: Simplified routines that manage the typeTable. | dgp | 2005-08-04 | 1 | -0/+4 |
|
|