Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * tests/http.test: do not URI encode -._~ according | hobbs | 2005-10-05 | 3 | -7/+14 |
| | | | | * library/http/http.tcl (init): to RFC3986. [Bug 1182373] (aho) | ||||
* | * unix/tclLoadShl.c (TclpDlopen): use DYNAMIC_PATH on second | hobbs | 2005-10-05 | 2 | -2/+5 |
| | | | | shl_load only. [Bug 1204237] | ||||
* | scan %[] requires "one or more chars" [Bug 1277503] | hobbs | 2005-10-05 | 2 | -5/+5 |
| | |||||
* | * tests/winFile.test (getuser): allow valid Windows usernames. | hobbs | 2005-10-05 | 2 | -4/+7 |
| | | | | [Bug 1311285] | ||||
* | * generic/tclParse.c (Tcl_ParseCommand): add code that recognizes | hobbs | 2005-10-04 | 2 | -15/+29 |
| | | | | | {} in addition to {expand} for word expansion (make with -DALLOW_EMPTY_EXPAND). | ||||
* | See file. | vasiljevic | 2005-10-04 | 1 | -0/+9 |
| | |||||
* | Tcl_DeleteTimerHandler(): bail out early if passed NULL argument. | vasiljevic | 2005-10-04 | 1 | -3/+6 |
| | |||||
* | Tcl_ClearChannelHandlers(): now deletes any outstanding | vasiljevic | 2005-10-04 | 1 | -6/+18 |
| | | | | | timer for the channel. Also, prevents events still in the event queue from triggering on the current channel. | ||||
* | fixed test cases for new US DST rules. | Kevin B Kenny | 2005-10-03 | 3 | -1124/+1126 |
| | |||||
* | Rebuild tzdata from Olson's tzdata2005n.tar.gz | Kevin B Kenny | 2005-10-03 | 48 | -3630/+4077 |
| | |||||
* | Fixed a typo. | davidw | 2005-10-01 | 1 | -2/+2 |
| | |||||
* | * generic/tclMain.c: Separate encoding conversion of command line | dgp | 2005-09-30 | 2 | -28/+28 |
| | | | | arguments from list formatting. [Bug 1306162]. | ||||
* | fix comment typo | hobbs | 2005-09-30 | 1 | -3/+3 |
| | |||||
* | init value to (-)Inf for min/max expr functions to simplify code | hobbs | 2005-09-30 | 1 | -15/+9 |
| | |||||
* | implementation for TIP #255, expr min/max | hobbs | 2005-09-29 | 5 | -13/+114 |
| | |||||
* | Test for [Bug 1116542] | dkf | 2005-09-27 | 2 | -250/+258 |
| | |||||
* | Formatting fixes | dkf | 2005-09-27 | 1 | -127/+126 |
| | |||||
* | update tclTomMath.h for bug 1263012 | Kevin B Kenny | 2005-09-26 | 2 | -3/+17 |
| | |||||
* | Regen tommath.h from release 0.36 | Kevin B Kenny | 2005-09-26 | 2 | -11/+33 |
| | |||||
* | merge tommath 0.36 changes into HEAD | Kevin B Kenny | 2005-09-26 | 5 | -26/+28 |
| | |||||
* | re-import of three damaged PDF's | Kevin B Kenny | 2005-09-26 | 3 | -0/+0 |
| | |||||
* | Import of libtommath 0.36 | Kevin B Kenny | 2005-09-26 | 153 | -434/+1562 |
| | |||||
* | silence compiler warning | dgp | 2005-09-16 | 1 | -2/+1 |
| | |||||
* | * doc/ParseCmd.3: copy/paste fix [Bug 1292427] | Miguel Sofer | 2005-09-15 | 2 | -2/+6 |
| | |||||
* | * generic/tclStringObj.c (TclAppendFormattedObjs): Revisionkennykb_numerics_branch_20050915 | dgp | 2005-09-15 | 2 | -9/+10 |
| | | | | to eliminate one round of string copying. | ||||
* | * generic/tclBasic.c: More callers of TclObjPrintf and | dgp | 2005-09-15 | 12 | -64/+194 |
| | | | | | | | | | | | | | | * generic/tclCkalloc.c: TclFormatToErrorInfo. * generic/tclCmdMZ.c: * generic/tclExecute.c: * generic/tclIORChan.c: * generic/tclMain.c: * generic/tclProc.c: * generic/tclTimer.c: * generic/tclUtil.c: * unix/tclUnixFCmd.c * unix/configure: autoconf-2.59 | ||||
* | More flags hacking, this time for open64 under RHEL3. [Bug 1287638] | dkf | 2005-09-15 | 2 | -0/+7 |
| | |||||
* | * generic/tclStringObj.c: Bug fixes: ObjPrintfVA needed to | dgp | 2005-09-14 | 10 | -97/+67 |
| | | | | | | | | | | | | | | | | | | support "*" fields and needed to interpret precision limits on %s conversions as a maximum number of bytes, not Tcl_UniChars, to take from the (char *) argument. * generic/tclBasic.c: Updated several callers to use * generic/tclCkalloc.c: TclFormatToErrorInfo() and/or * generic/tclCmdAH.c: TclObjPrintf(). * generic/tclCmdIL.c: * generic/tclCmdMZ.c: * generic/tclDictObj.c: * generic/tclExecute.c: * generic/tclIORChan.c: * generic/tclIOUtil.c: * generic/tclNamesp.c: * generic/tclProc.c: | ||||
* | * generic/tclBasic.c: Updated several callers to use | dgp | 2005-09-14 | 3 | -49/+33 |
| | | | | | | | * generic/tclCmdMZ.c: TclFormatToErrorInfo(). * generic/tclIOUtil.c: * generic/tclNamesp.c: * generic/tclProc.c: | ||||
* | * generic/tclStringObj.c: Bug fixes: ObjPrintfVA needed to | dgp | 2005-09-14 | 6 | -47/+70 |
| | | | | | | | | | | | | | support "*" fields and needed to interpret precision limits on %s conversions as a number of bytes, not Tcl_UniChars, to take from the (char *) argument. * generic/tclBasic.c: Updated several callers to use * generic/tclCmdMZ.c: TclFormatToErrorInfo(). * generic/tclIOUtil.c: * library/init.tcl: Keep [unknown] in sync with errorInfo formatting rules. | ||||
* | * generic/tclBasic.c: First caller of TclFormatToErrorInfo. | dgp | 2005-09-14 | 4 | -55/+67 |
| | | | | | | * generic/tclInt.h: Using stdarg.h conventions, add more * generic/tclStringObj.c: fixed arguments to TclFormatObj() and TclObjPrintf(). Added new routine TclFormatToErrorInfo(). | ||||
* | * generic/tcl.h: Explicitly standardized on the use of stdarg.h | dgp | 2005-09-13 | 14 | -78/+86 |
| | | | | | | | | | | | | | | | | | * generic/tclBasic.c: conventions for functions with variable number * generic/tclInt.h: of arguments. Support for varargs.h has been * generic/tclPanic.c: implicitly gone for some time now. All * generic/tclResult.c: TCL_VARARGS* macros purged from Tcl sources, * generic/tclStringObj.c: leaving only some deprecated #define's * tools/genStubs.tcl: in tcl.h for the sake of older extensions. * generic/tclDecls.h: make genstubs * doc/AddErrInfo.3: Replaced all documented requirement for use * doc/Eval.3: of TCL_VARARGS_START() with requirement for * doc/Panic.3: use of va_start(). * doc/SetResult.3: * doc/StringObj.3: | ||||
* | 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. |