Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 2005-09-12 Don Porter <dgp@users.sourceforge.net> | dgp | 2005-09-12 | 2 | -4/+12 |
| | | | | | | * generic/tclStringObj.c (TclAppendFormattedObjs): Bug fix: make sure %ld formats force the collection of a wide value, when the value could be a different long. | ||||
* | silence compiler warnings | dgp | 2005-09-09 | 1 | -5/+2 |
| | |||||
* | * generic/tclIORChan.c (RcDecodeEventMask): Added missing type | andreas_kupries | 2005-09-09 | 2 | -1/+9 |
| | | | | | | declaration for the parameter 'mask'. This fixes the [SF Tcl Bug 1286256]. The other warning can be removed only by removing the panic/return code. | ||||
* | typo | dgp | 2005-09-09 | 1 | -1/+1 |
| | |||||
* | * generic/tclInt.h: New internal routine TclObjPrintf() | dgp | 2005-09-09 | 3 | -2/+136 |
| | | | | | * generic/tclStringObj.c: is similar to TclFormatObj() but accepts arguments in non-Tcl_Obj format. | ||||
* | added missing casts in tclStringObj.c | Kevin B Kenny | 2005-09-09 | 2 | -3/+8 |
| | |||||
* | * generic/tclInt.h: New internal routines TclFormatObj() | dgp | 2005-09-09 | 4 | -3/+633 |
| | | | | | | | | | | * generic/tclStringObj.c: and TclAppendFormattedObjs() to offer sprintf()-like means to append to Tcl_Obj. Work in progress toward [RFE 572392]. * generic/tclCmdAH.c: Compiler directive NEW_FORMAT when #define'd directs the [format] command to be implemented in terms of the new TclAppendFormattedObjs() routine. | ||||
* | D'oh, missed a spot | dkf | 2005-09-08 | 1 | -2/+2 |
| | |||||
* | Final fixes | dkf | 2005-09-08 | 1 | -3/+3 |
| | |||||
* | Squelch warning | dkf | 2005-09-08 | 1 | -2/+2 |
| | |||||
* | Test suite about fixed up for TIP#254 | dkf | 2005-09-08 | 3 | -8/+7 |
| | |||||
* | Closer to being right... | dkf | 2005-09-08 | 1 | -11/+29 |
| | |||||
* | More fixing | dkf | 2005-09-08 | 1 | -17/+17 |
| | |||||
* | A bit more fixing... | dkf | 2005-09-08 | 1 | -15/+17 |
| | |||||
* | First step to fixing test suite | dkf | 2005-09-08 | 1 | -20/+20 |
| | |||||
* | Oops! | dkf | 2005-09-08 | 1 | -19/+19 |
| | |||||
* | Added support machinery for TIP#254 tests | dkf | 2005-09-08 | 2 | -9/+271 |
| | |||||
* | TIP #254 implementation | dkf | 2005-09-08 | 4 | -967/+1233 |
| | | | | Still missing additional tests. | ||||
* | * generic/tclUtf.c (Tcl_UniCharToUtf): Corrected handling of negative | dgp | 2005-09-07 | 3 | -37/+49 |
| | | | | | | * tests/utf.test (utf-1.5): Tcl_UniChar input value. Incorrect handling was producing byte sequences outside of Tcl's legal internal encoding. [Bug 1283976]. | ||||
* | Add flag to lists so that evaluating contexts can handle them efficiently much | dkf | 2005-09-06 | 6 | -964/+1071 |
| | | | | | of the time even when they are not pure. The flag works by keeping track of when the string rep was derived from the internal rep. | ||||
* | Make symbol static to stop it from being visible outside the Tcl library on | dkf | 2005-09-05 | 2 | -2/+7 |
| | | | | traditional Unix platforms. [Bug 1263012] | ||||
* | * unix/tclUnixSock.c (InitializeHostName): Synchronized use of | andreas_kupries | 2005-09-02 | 7 | -13/+37 |
| | | | | | | | | | | | | | | | | | | | | | | | static modifier in declaration and definition of function. * unix/tclUnixChan.c (FileTruncateProc): Synchronized use of static modifier in declaration and definition of function. * generic/tclResult.c (ReleaseKeys): Synchronized use of static modifier in declaration and definition of function. * generic/tclListObj.c (NewListIntRep): Synchronized use of static modifier in declaration and definition of function. * generic/tclEncoding.c (InitializeEncodingSearchPath): Synchronized use of static modifier in declaration and definition of function. * generic/tclEncoding.c (FillEncodingFileMap): Synchronized use of static modifier in declaration and definition of function. * generic/tclIORChan.c (RcNewHandle): Synchronized use of static modifier in declaration and definition of function. | ||||
* | fix date | vincentdarley | 2005-08-31 | 1 | -1/+1 |
| | |||||
* | allow NULL interp in Tcl_FSMatchInDirectory | vincentdarley | 2005-08-31 | 5 | -18/+34 |
| | |||||
* | * 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 |
| |