Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | More factoring out of special cases in the nroff->HTML code. | dkf | 2010-01-13 | 1 | -26/+33 |
| | |||||
* | Fix TCL_LL_MODIFIER for Cygwin | nijtmans | 2010-01-13 | 1 | -0/+17 |
| | | | | | and various other minor CYGWIN compilation problems | ||||
* | Simplification/refactoring of nroff->HTML. | dkf | 2010-01-12 | 1 | -0/+6 |
| | |||||
* | * win/tclWinDde.c: VC++ 6.0 doesn't have | nijtmans | 2010-01-10 | 1 | -0/+21 |
| | | | | | | | | | | | | | | | | | | | | * win/tclWinReg.c PDWORD_PTR * win/tclWinThrd.c: Fix various minor gcc warnings. * win/tclWinTime.c * win/tclWinConsole.c Put channel type definitions * win/tclWinChan.c in static const memory * win/tclWinPipe.c * win/tclWinSerial.c * win/tclWinSock.c * generic/tclIOGT.c * generic/tclIORChan.c * generic/tclIORTrans.c * unix/tclUnixChan.c * unix/tclUnixPipe.c * unix/tclUnixSock.c * unix/configure (regenerated with autoconf 2.59) * tests/info.test: Make test independant from tcltest implementation. | ||||
* | Record that [Bug 2898722] is lurking. | dkf | 2010-01-10 | 1 | -0/+4 |
| | |||||
* | Split man2html converter up for ease of maintenance. | dkf | 2010-01-10 | 1 | -0/+6 |
| | |||||
* | Added the contributed packages to the code to build HTML docs. | dkf | 2010-01-09 | 1 | -4/+11 |
| | |||||
* | * generic/tclPathObj.c (TclPathPart): Correct inconsistency between | dgp | 2010-01-05 | 1 | -0/+7 |
| | | | | | | * tests/fileName.test (filename-14.31): the string rep and the intrep of a path value created by [file rootname]. Thanks to Vitaly Magerya for reporting. [Bug 2918610] | ||||
* | [Bug 1636685]: Use the configuration for modern FreeBSD suggested by the | dkf | 2010-01-03 | 1 | -4/+9 |
| | | | | FreeBSD porter. | ||||
* | fix Changelog typo and c/p error | Miguel Sofer | 2010-01-03 | 1 | -4/+1 |
| | |||||
* | * generic/tclBasic.c: Fix lerak of coroutines on namespace | Miguel Sofer | 2010-01-03 | 1 | -0/+11 |
| | | | | | | | * generic/tclCompile.h: deletion, [Bug 2724403]. Added a test * generic/tclNamesp.c: for this leak, and also a test for * tests/coroutine.test: leaks on namespace deletion. * tests/namespace.test: | ||||
* | [Bug 2923613]: Make the safer [source] handle a [return] at the end of the | dkf | 2009-12-30 | 1 | -7/+13 |
| | | | | file correctly. | ||||
* | * library/init.tcl (unknown): fix infinite recursion of ::unknown | Miguel Sofer | 2009-12-30 | 1 | -0/+5 |
| | | | | when [set] is undefined [Bug 2824981]. | ||||
* | Minor optimization for Tcl_RecordAndEvalObj | dkf | 2009-12-29 | 1 | -2/+6 |
| | |||||
* | Simplify the logic in Tcl_GetCommandFromObj | dkf | 2009-12-29 | 1 | -0/+4 |
| | |||||
* | [Bug 2895741]: Make min() and max() supported in safe interpreters. | dkf | 2009-12-29 | 1 | -0/+5 |
| | |||||
* | Handle completely invalid input to the decode methods [Bug 2922555] | patthoyts | 2009-12-29 | 1 | -0/+5 |
| | |||||
* | [FRQ 1083288]: Added targets to allow easier tracing of shell/test invokations | dkf | 2009-12-28 | 1 | -0/+3 |
| | |||||
* | [Bug 942170]: Detect the st_blocks field of 'struct stat' correctly. | dkf | 2009-12-28 | 1 | -0/+5 |
| | |||||
* | [Bug 2891362]: Make time limits work better with the event loop. | dkf | 2009-12-28 | 1 | -0/+6 |
| | |||||
* | [Bug 2921538]: Updated example to not be quite so ancient. | dkf | 2009-12-27 | 1 | -0/+5 |
| | |||||
* | CONST -> const | nijtmans | 2009-12-25 | 1 | -0/+5 |
| | |||||
* | [Bug 2913625]: Stop information about paths from leaking through [info script] | dkf | 2009-12-23 | 1 | -3/+9 |
| | | | | and [info nameofexecutable]. | ||||
* | Cygwin: Install libtcl8.6.dll in bin directory | nijtmans | 2009-12-23 | 1 | -0/+6 |
| | |||||
* | [Bug 2918962]: Stop crash when -index and -stride are used together in [lsort]. | dkf | 2009-12-22 | 1 | -22/+29 |
| | |||||
* | Various CYGWIN-related fixes. In the win32 configure script, CYGWIN is still ↵ | nijtmans | 2009-12-21 | 1 | -2/+24 |
| | | | | not enabled yet, but at least it is a step in the right direction. | ||||
* | * generic/tclBasic.c: Fix for bad cmd resolution by coroutines | Miguel Sofer | 2009-12-19 | 1 | -0/+6 |
| | | | | | * tests/coroutine.test: [Bug #2917627]. Thanks to schelte for finding it. | ||||
* | Upgrade to Safe Base's handling of [glob] to be more permissive with the | dkf | 2009-12-16 | 1 | -8/+14 |
| | | | | | feature set supported, but stricter with path management. It also now has an error pattern more like the standard [glob] command. | ||||
* | Fix gcc warning: ignoring return value of ‘write’, | nijtmans | 2009-12-16 | 1 | -0/+11 |
| | | | | | | declared with attribute warn_unused_result CONSTify functions TclpGetUserHome and TclSetPreInitScript (TIP #27) | ||||
* | [Bug 1911342]: Rewrite formatting to avoid bogus link from tm.n to list.n in | dkf | 2009-12-16 | 1 | -0/+3 |
| | | | | the HTML documentation. | ||||
* | [Bug 2913616]: Make msgcat package work in safe interpreters. | dkf | 2009-12-16 | 1 | -0/+5 |
| | |||||
* | Document that [file tempfile] always works on the native filesystem by design. | dkf | 2009-12-14 | 1 | -5/+10 |
| | | | | [Bug 2388866] | ||||
* | * generic/tclBasic.c: Release TclPopCallFrame() from its | Miguel Sofer | 2009-12-13 | 1 | -0/+4 |
| | | | | | * generic/tclExecute.c: tailcall-management duties * generic/tclNamesp.c: | ||||
* | * generic/tclBasic.c: Moving TclBCArgumentRelease call | Miguel Sofer | 2009-12-13 | 1 | -0/+6 |
| | | | | | * generic/tclExecute.c: from TclNRTailcallObjCmd to TEBC, so that the pairing of the Enter and Release calls is clearer. | ||||
* | Plug testing memleak. [Bug 2895367] | dkf | 2009-12-12 | 1 | -7/+13 |
| | |||||
* | Fix gcc warning: signed and unsigned type in conditional expression | nijtmans | 2009-12-11 | 1 | -0/+2 |
| | |||||
* | Fix gcc warning, using gcc-4.3.4 on cygwin | nijtmans | 2009-12-11 | 1 | -0/+8 |
| | | | | | warning: array subscript has type 'char' win/makefile.vc Revert to version 1.203 [Bug #2912773] | ||||
* | [FRQ 2897296]: Cross-links to sections within a manpage when in HTML. | dkf | 2009-12-11 | 1 | -43/+46 |
| | |||||
* | code comments | Miguel Sofer | 2009-12-11 | 1 | -0/+1 |
| | |||||
* | * generic/tclBasic.c: Full nre-enabling of coroutines | Miguel Sofer | 2009-12-10 | 1 | -0/+3 |
| | | | | * generic/tclExecute.c: [Bug 2806407] | ||||
* | * generic/tclBasic.c: small cleanup | Miguel Sofer | 2009-12-10 | 1 | -0/+2 |
| | |||||
* | * generic/tclExecute.c: fix panic in http11.test caused by buggy | Miguel Sofer | 2009-12-10 | 1 | -0/+5 |
| | | | | earlier commits in coroutine management. | ||||
* | * generic/tclObj.c (TclContinuationsEnter): [Bug 2895323]: Updated | andreas_kupries | 2009-12-10 | 1 | -0/+9 |
| | | | | | | | | comments to describe when the function can be entered for the same Tcl_Obj* multiple times. This is a continuation of the 2009-11-10 entry where a memory leak was plugged, but where not sure if that was just a band-aid to paper over some other error. It isn't, this is a legal situation. | ||||
* | * generic/tclBasic.c: Reducing the # of moving parts for | Miguel Sofer | 2009-12-10 | 1 | -1/+2 |
| | | | | | * generic/tclExecute.c: coroutines by delegating more to tebc; eliminate the special coroutine CallFrame. | ||||
* | * generic/tclBasic.c: Reducing the # of moving parts for | Miguel Sofer | 2009-12-10 | 1 | -0/+5 |
| | | | | * generic/tclExecute.c: coroutines | ||||
* | * generic/tclIO.c: [Bug 2901998]: Applied Alexandre Ferrieux's | andreas_kupries | 2009-12-09 | 1 | -0/+7 |
| | | | | | | patch fixing the inconsistent buffered I/O. Tcl's I/O now flushes buffered output before reading, discards buffered input before writing, etc. | ||||
* | * generic/tclBasic.c: Insure correct lifetime of varFrame's | Miguel Sofer | 2009-12-09 | 1 | -0/+7 |
| | | | | | | (objc,objv)for coroutines. * generic/tclExecute.c: Code regrouping | ||||
* | Add missing Tcl_SetErrorCode calls. | dkf | 2009-12-09 | 1 | -0/+5 |
| | |||||
* | * generic/tclExecute.c (TclStackFree): Improved panic msg | Miguel Sofer | 2009-12-09 | 1 | -0/+4 |
| | |||||
* | * generic/tclBasic.c: Partial nre-enabling of coroutines. | Miguel Sofer | 2009-12-08 | 1 | -0/+5 |
| | | | | | | * generic/tclExecute.c: The initial call still requires its * generic/tclInt.h: own instance of tebc, but on resume coros can execute in the caller's tebc. |