Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * library/tm.tcl (::tcl::tm::roots): Accepted Don Porter's patch | andreas_kupries | 2005-08-29 | 3 | -3/+9 |
| | | | | | for [Tcl SF Bug 1189657]. Syncs the implementation to the specification (TIP #189). | ||||
* | renumber expr-39.* to expr-46.* | Kevin B Kenny | 2005-08-29 | 2 | -14/+14 |
| | |||||
* | fix test case bracing and numbering | Kevin B Kenny | 2005-08-29 | 1 | -10/+10 |
| | |||||
* | removed inappropriate swizzling of tcl_precision | Kevin B Kenny | 2005-08-29 | 1 | -3/+1 |
| | |||||
* | Bug 1275043 | Kevin B Kenny | 2005-08-29 | 3 | -17/+111 |
| | |||||
* | * generic/tclIO.c: Moved Tcl_{Cut,Splice}Channel to | andreas_kupries | 2005-08-26 | 3 | -10/+164 |
| | | | | | | | | | {Cut,Splice}Channel for internal use, and created new public functions for Tcl_{Cut,Splice}Channel which walk the whole stack of transformations and invoke the necessary thread actions. Added code to Tcl_(Un)StackChannel to properly invoke the thread actions when pushing and popping transformations on/from a channel. | ||||
* | Style systematization and _ANSI_ARGS_ removal | dkf | 2005-08-26 | 1 | -1423/+1335 |
| | |||||
* | Remove _ANSI_ARGS_ | dkf | 2005-08-26 | 1 | -20/+18 |
| | |||||
* | More whitespace cleansing and _ANSI_ARGS_ purging | dkf | 2005-08-26 | 3 | -522/+445 |
| | |||||
* | Remove _ANSI_ARGS_ and tidy up comments | dkf | 2005-08-26 | 1 | -236/+208 |
| | |||||
* | Fix crashes when running Snit's test suite caused by traces forcing the interp | dkf | 2005-08-26 | 2 | -2/+12 |
| | | | | result object to become shared. | ||||
* | Better to panic sanely than to crash with a bad memory access. [Bug 1267380] | dkf | 2005-08-25 | 2 | -1/+11 |
| | |||||
* | Fix memory leak caused by throwing away a duplicated object | dkf | 2005-08-25 | 2 | -12/+17 |
| | |||||
* | Remove extra blank lines between tests so groups go together better. | dkf | 2005-08-24 | 1 | -220/+1 |
| | |||||
* | TIP#219 IMPLEMENTATION | andreas_kupries | 2005-08-24 | 20 | -89/+7028 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | * doc/SetChanErr.3: ** New File **. Documentation of the new channel API functions. * generic/tcl.decls: Stub declarations of the new channel API. * generic/tclDecls.h: Regenerated * generic/tclStubInit.c: * tclIORChan.c: ** New File **. Implementation of the reflected channel. * generic/tclInt.h: Integration of reflected channel and new error * generic/tclIO.c: propagation into the generic I/O core. * generic/tclIOCmd.c: * generic/tclIO.h: * library/init.tcl: * tests/io.test: Extended testsuite. * tests/ioCmd.test: * tests/chan.test: * generic/tclTest.c: * generic/tclThreadTest.c: * unix/Makefile.in: Integration into the build machinery. * win/Makefile.in: * win/Makefile.vc: | ||||
* | fix formatting of fp number with smallest significand | Kevin B Kenny | 2005-08-24 | 3 | -3/+106 |
| | |||||
* | * unix/configure.in: | mdejong | 2005-08-23 | 4 | -10/+11 |
| | | | | | | * win/configure: Regen. * win/configure.in: Update minimum autoconf version to 2.59. | ||||
* | * unix/tclConfig.h.in: autoheader-2.59. | das | 2005-08-22 | 2 | -11/+6 |
| | |||||
* | updated entry with another clash | georgeps | 2005-08-17 | 1 | -0/+3 |
| | |||||
* | fix a namespace clash with pendingObjData. | georgeps | 2005-08-17 | 1 | -2/+2 |
| | |||||
* | new entry. fixed the dates on KBK's entries. | georgeps | 2005-08-17 | 1 | -3/+8 |
| | |||||
* | Added static to prevent a namespace clash with BuiltinFuncTable. | georgeps | 2005-08-17 | 1 | -2/+2 |
| | |||||
* | fixed bad clock test, removed duplicated code in Tcl_Finalize | Kevin B Kenny | 2005-08-17 | 3 | -41/+26 |
| | |||||
* | Changed message catalog file names to lowercase | Kevin B Kenny | 2005-08-17 | 67 | -0/+0 |
| | |||||
* | added /usr/lib/zoneinfo for antique glibc | Kevin B Kenny | 2005-08-12 | 1 | -1/+2 |
| | |||||
* | bug 1257830 | Kevin B Kenny | 2005-08-12 | 4 | -21/+72 |
| | |||||
* | regen unix/configure | Kevin B Kenny | 2005-08-11 | 1 | -994/+2421 |
| | |||||
* | radical refactoring of thread storage to untangle dependencies | Kevin B Kenny | 2005-08-11 | 13 | -1433/+694 |
| | |||||
* | further untangling of Tcl_Finalize, and test cleanup on Win32 threaded | Kevin B Kenny | 2005-08-10 | 4 | -23/+38 |
| | |||||
* | Squelch a message about an unused variable. | dkf | 2005-08-09 | 1 | -9/+8 |
| | |||||
* | More informative comment. | dkf | 2005-08-09 | 1 | -2/+6 |
| | |||||
* | added nul-termination missing from earlier commit today | dgp | 2005-08-09 | 1 | -1/+2 |
| | |||||
* | file rootname bug fix | vincentdarley | 2005-08-08 | 2 | -2/+10 |
| | |||||
* | remove obsolete comment | dgp | 2005-08-08 | 1 | -2/+1 |
| | |||||
* | regen | dkf | 2005-08-05 | 2 | -154/+54 |
| | |||||
* | Stop exposing the thread storage guts. Non-core code should never touch it. | dkf | 2005-08-05 | 4 | -158/+131 |
| | |||||
* | Typo (spotted by George Staplin) | dkf | 2005-08-05 | 1 | -2/+2 |
| | |||||
* | Solaris mis-names the cp1251 encoding. | dkf | 2005-08-05 | 2 | -8/+15 |
| | |||||
* | Further nonPortable [binary] test cleanup | Kevin B Kenny | 2005-08-05 | 1 | -10/+1 |
| | |||||
* | Handle abs(-0x80000000) [Bug 1241572] | Kevin B Kenny | 2005-08-05 | 3 | -7/+23 |
| | |||||
* | Cleaned up [binary scan] testing for NaN [Bug 1246264] | Kevin B Kenny | 2005-08-05 | 2 | -22/+22 |
| | |||||
* | removed refs to ldAout.tcl [Bug 1244361] | Kevin B Kenny | 2005-08-05 | 3 | -3/+6 |
| | |||||
* | typo fixes | dgp | 2005-08-05 | 1 | -6/+6 |
| | |||||
* | silence compiler warning | dgp | 2005-08-04 | 1 | -2/+2 |
| | |||||
* | * generic/tclIO.c (CloseChannel): Fixed comment nit, added | andreas_kupries | 2005-08-04 | 3 | -4/+12 |
| | | | | | | | apparently missing word to complete a sentence. * generic/tclObj.c (Tcl_DbDecrRefCount): Fixed whitespace nit in panic message. | ||||
* | Deleted the UpdateStringOfBoolean() routine, that can never be called. | dgp | 2005-08-04 | 2 | -34/+3 |
| | |||||
* | * generic/tclObj.c: Simplified routines that manage the typeTable. | dgp | 2005-08-04 | 2 | -36/+27 |
| | |||||
* | * generic/tclCompExpr.c: Untangled some dependencies in the | dgp | 2005-08-03 | 5 | -27/+49 |
| | | | | | | * generic/tclEvent.c: order of finalization routines. * generic/tclInt.h: [Bug 1251399] * generic/tclObj.c: | ||||
* | * unix/tclLoadDyld.c (TclpDlopen, TclpLoadMemory): workarounds | das | 2005-07-30 | 2 | -13/+40 |
| | | | | for bugs/changes in behaviour in Mac OS X 10.4 Tiger. | ||||
* | Take care with globals that have an entry in the var table but "don't exist" | dkf | 2005-07-29 | 3 | -21/+61 |
| |