Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | improved test fixes | dgp | 2009-01-30 | 1 | -13/+7 |
| | |||||
* | Added another example. [Bug 1216074] | dkf | 2009-01-30 | 2 | -2/+42 |
| | |||||
* | Added example. | dkf | 2009-01-30 | 2 | -2/+40 |
| | |||||
* | Fix [Bug 2006888] | dkf | 2009-01-29 | 2 | -46/+49 |
| | |||||
* | * generic/tclInterp.c: Convert the [interp] command into a | dgp | 2009-01-29 | 3 | -18/+22 |
| | | | | | | * tests/interp.test: [namespace ensemble]. Work in progress * tests/nre.test: to NRE-enable the [interp invokehidden] subcommand. | ||||
* | Fix [Bug 2519474] | dkf | 2009-01-29 | 3 | -3/+19 |
| | |||||
* | Fix [Bug 2537839] | dkf | 2009-01-29 | 2 | -9/+11 |
| | |||||
* | * generic/tclInterp.c: Convert the [interp] command into a | dgp | 2009-01-29 | 2 | -441/+962 |
| | | | | | [namespace ensemble]. Work in progress to NRE-enable the [interp invokehidden] subcommand. | ||||
* | Fix [Bug 2529117] | dkf | 2009-01-29 | 2 | -21/+46 |
| | |||||
* | Apply resolution for [Bug 2529157]. Fix another location in tclBasic.c where | dkf | 2009-01-28 | 4 | -66/+69 |
| | | | | only the objProc case was handled and not the nreProc case. | ||||
* | Fix [Bug 2531577] | dkf | 2009-01-27 | 3 | -9/+50 |
| | |||||
* | Fix [Bug 1028264]: WSACleanup() too early. The fix introduces "late exit ↵ | ferrieux | 2009-01-27 | 4 | -5/+115 |
| | | | | handlers" for similar late process-wide cleanups. | ||||
* | Fix [Bug 2446662]: resync Win behavior on RST with that of unix (EOF). | ferrieux | 2009-01-26 | 2 | -2/+19 |
| | |||||
* | minor formatting improvements | dkf | 2009-01-26 | 1 | -4/+5 |
| | |||||
* | Fix [Bug 2536400] | dkf | 2009-01-26 | 2 | -5/+14 |
| | |||||
* | Added a note that 'zlib push' is reversed by 'chan pop'. | dkf | 2009-01-24 | 2 | -33/+37 |
| | |||||
* | CONSTify TclPrintInstruction and TclpNativeJoinPath (TIP #27) | nijtmans | 2009-01-22 | 11 | -269/+47 |
| | | | | | {unix win} in *.decls is equivalent to {generic} tclGetDate.y, tclDate.c: single internal const decoration | ||||
* | typo | dgp | 2009-01-22 | 1 | -1/+1 |
| | |||||
* | * unix/tcl.m4: Corrected a typo ($(SHLIB_VEERSION) should be ${SHLIB_VERSION}). | Kevin B Kenny | 2009-01-22 | 3 | -2/+8 |
| | | | | * unix/configure: Autoconf 2.59 | ||||
* | * generic/tclIORChan.c (ReflectClose): Fix for [Bug 2458202]. | andreas_kupries | 2009-01-22 | 3 | -13/+31 |
| | | | | | | | * generic/tclIORTrans.c (ReflectClose): Closing a channel may supply NULL for the 'interp'. Test for finalization needs to be different, and one place has to pull the interp out of the channel instead. | ||||
* | * generic/tclStringObj.c: New fix for [Bug 2494093] replaces the | dgp | 2009-01-21 | 2 | -24/+35 |
| | | | | flawed attempt committed 2009-01-09. | ||||
* | Patch 907924 | Kevin B Kenny | 2009-01-20 | 4 | -12/+40 |
| | |||||
* | no message | davygrvy | 2009-01-19 | 1 | -1/+4 |
| | |||||
* | Addressed the over-building nature of the htmlhelp target by moving from a | davygrvy | 2009-01-19 | 1 | -10/+9 |
| | | | | | pseudo target to a real target dependent on the entire docs/ directory contents. | ||||
* | no message | davygrvy | 2009-01-19 | 1 | -0/+10 |
| | |||||
* | * win/build.vc.bat: Improved tools detection and error message. | davygrvy | 2009-01-19 | 3 | -116/+67 |
| | | | | | | | | | * win/makefile.vc: Reorganized the $(TCLOBJ) file list into seperate parts for easier maintenance. Matched all source built using -GL to both $(lib) and $(link) to use -LTCG and avoid a warning message. * win/nmakehlp.c: Removed -g option and GrepForDefine() func as it isn't being used anymore. The -V option method is much better. | ||||
* | The converter author should not be assigned copyright for transformed documents | patthoyts | 2009-01-18 | 1 | -1/+0 |
| | |||||
* | correct the commit message | dgp | 2009-01-16 | 1 | -2/+3 |
| | |||||
* | * generic/tcl.h: Bump patchlevel to 8.6b1.1 to distinguish | dgp | 2009-01-16 | 7 | -10/+20 |
| | | | | | | | | * library/init.tcl: CVS snapshots from the 8.6b1 and 8.6b2 releases * unix/configure.in: and to deal with the fact that the HEAD of * win/configure.in: init.tcl will not [source] in Tcl 8.6b1 . * unix/configure: autoconf-2.59 | ||||
* | [Bug 2512659] patch for typo applied | patthoyts | 2009-01-16 | 1 | -2/+3 |
| | |||||
* | typo | dgp | 2009-01-14 | 1 | -2/+2 |
| | |||||
* | * generic/tclBasic.c (Tcl_DeleteCommandFromToken): Reverted | dgp | 2009-01-14 | 2 | -1/+19 |
| | | | | | | | | most of the substance of my 2009-01-12 commit. NULLing the objProc field of a Command when deleting it is important so that tests for certain classes of commands don't return false positives when applied to deleted command tokens. Overall change is now just replacement of a false comment with a true one. | ||||
* | fix [tcl-Bug 2502365] Building of head on | nijtmans | 2009-01-13 | 3 | -2/+8 |
| | | | | HPUX is broken when using the native CC | ||||
* | Move [throw] implementation into C. | dkf | 2009-01-13 | 6 | -35/+144 |
| | |||||
* | * generic/tclBasic.c (Tcl_DeleteCommandFromToken): One consequence | dgp | 2009-01-12 | 2 | -11/+14 |
| | | | | | | | | | | | | of the NRE rewrite is that there are now situations where a NULL objProc field in a Command struct is perfectly normal. Removed an outdated comment in Tcl_DeleteCommandFromToken that claimed we use (cmdPtr->objPtr == NULL) as a test of command validity. In fact we use (cmdPtr->flags & CMD_IS_DELETED) to perform that test. Also removed the setting to NULL, since any extension following the advice of the old comment is going to be broken by NRE anyway, and needs to shift to flag-based testing (or stop intruding into such internal matters). Part of [Bug 2486550]. | ||||
* | * generic/tclStringObj.c (STRING_SIZE): Corrected failure to limit | dgp | 2009-01-09 | 2 | -4/+13 |
| | | | | | memory allocation requests to the sizes that can be supported by Tcl's memory allocation routines. [Bug 2494093]. | ||||
* | Fix [Bug 1558654] | dkf | 2009-01-09 | 3 | -15/+18 |
| | |||||
* | Style fixes (unfouling whitespace, sorting comments, removing useless casts, ↵ | dkf | 2009-01-09 | 45 | -1538/+1611 |
| | | | | etc.) | ||||
* | * generic/tclStringObj.c (STRING_UALLOC): Added missing parens | dgp | 2009-01-08 | 2 | -2/+8 |
| | | | | | required to get correct results out of things like STRING_UALLOC(num + append). [Bug 2494093]. | ||||
* | Generate errorcodes for more cases. | dkf | 2009-01-08 | 14 | -159/+191 |
| | |||||
* | Added more examples. [Tk Bug 2491235] | dkf | 2009-01-07 | 2 | -1/+29 |
| | |||||
* | Narrow the focus of a failing test so that it succeeds (by only testing that | dkf | 2009-01-07 | 2 | -2/+9 |
| | | | | which is supposed to be tested...) | ||||
* | * tests/stringObj.test: Revise tests that demand a NULL Tcl_ObjType | dgp | 2009-01-06 | 2 | -13/+33 |
| | | | | | | in certain values to construct those values with [testdstring] so there's no lack of robustness depending on the shimmer history of shared literals. | ||||
* | Corrected twiddling in internals of dictionaries so that literals can't get | dkf | 2009-01-06 | 2 | -2/+6 |
| | | | | destroyed. | ||||
* | Fix [Bug 2006879] | dkf | 2009-01-06 | 2 | -2/+4 |
| | |||||
* | Fix [Bug 2489836] | dkf | 2009-01-06 | 3 | -4/+27 |
| | |||||
* | Fix [Bug 2481109] | dkf | 2009-01-06 | 3 | -6/+18 |
| | |||||
* | Formatting improvements (comments, whitespace) | dkf | 2009-01-06 | 1 | -28/+32 |
| | |||||
* | Comment formatting improvements. | dkf | 2009-01-06 | 2 | -147/+159 |
| | |||||
* | Convert tabs to spaces for reliable display with nroff | dkf | 2009-01-05 | 1 | -6/+6 |
| |