Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Simplification/refactoring of nroff->HTML. | dkf | 2010-01-12 | 2 | -83/+146 |
| | |||||
* | Fix parameter name confusion for server sockets. | ferrieux | 2010-01-12 | 1 | -2/+2 |
| | |||||
* | * win/tclWinDde.c: VC++ 6.0 doesn't have | nijtmans | 2010-01-10 | 18 | -6292/+6423 |
| | | | | | | | | | | | | | | | | | | | | * 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. | ||||
* | Small cleanups to improve HTML generation. | dkf | 2010-01-10 | 3 | -22/+28 |
| | |||||
* | Record that [Bug 2898722] is lurking. | dkf | 2010-01-10 | 2 | -12/+55 |
| | |||||
* | Split man2html converter up for ease of maintenance. | dkf | 2010-01-10 | 3 | -1388/+1492 |
| | |||||
* | Added documentation for argument. | dkf | 2010-01-10 | 1 | -1/+3 |
| | |||||
* | Add more troff macros to ignore | dkf | 2010-01-10 | 1 | -1/+2 |
| | |||||
* | Small tweaks to improve reporting and quell some unimportant messages | dkf | 2010-01-09 | 1 | -3/+3 |
| | |||||
* | Added the contributed packages to the code to build HTML docs. | dkf | 2010-01-09 | 2 | -9/+32 |
| | |||||
* | * generic/tclPathObj.c (TclPathPart): Correct inconsistency between | dgp | 2010-01-05 | 3 | -27/+33 |
| | | | | | | * 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] | ||||
* | regen | dkf | 2010-01-03 | 1 | -1/+1 |
| | |||||
* | Fix quoting problem | dkf | 2010-01-03 | 1 | -1/+1 |
| | |||||
* | regen | dkf | 2010-01-03 | 1 | -1/+31 |
| | |||||
* | Missed a bit | dkf | 2010-01-03 | 1 | -2/+3 |
| | |||||
* | [Bug 1636685]: Use the configuration for modern FreeBSD suggested by the | dkf | 2010-01-03 | 2 | -5/+33 |
| | | | | 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 | 6 | -7/+90 |
| | | | | | | | * 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: | ||||
* | Minor stylistic improvements. | dkf | 2009-12-31 | 1 | -12/+15 |
| | |||||
* | [Bug 2923613]: Make the safer [source] handle a [return] at the end of the | dkf | 2009-12-30 | 3 | -14/+33 |
| | | | | file correctly. | ||||
* | * library/init.tcl (unknown): fix infinite recursion of ::unknown | Miguel Sofer | 2009-12-30 | 2 | -3/+13 |
| | | | | when [set] is undefined [Bug 2824981]. | ||||
* | Minor optimization for Tcl_RecordAndEvalObj | dkf | 2009-12-29 | 2 | -15/+79 |
| | |||||
* | Simplify the logic in Tcl_GetCommandFromObj | dkf | 2009-12-29 | 2 | -185/+212 |
| | |||||
* | [Bug 2895741]: Make min() and max() supported in safe interpreters. | dkf | 2009-12-29 | 4 | -255/+293 |
| | |||||
* | Handle completely invalid input to the decode methods [Bug 2922555] | patthoyts | 2009-12-29 | 3 | -7/+24 |
| | |||||
* | [FRQ 1083288]: Added targets to allow easier tracing of shell/test invokations | dkf | 2009-12-28 | 2 | -18/+30 |
| | |||||
* | regen with autconf 2.61 | dkf | 2009-12-28 | 1 | -6273/+6274 |
| | |||||
* | [Bug 942170]: Detect the st_blocks field of 'struct stat' correctly. | dkf | 2009-12-28 | 6 | -34/+37 |
| | |||||
* | Correct failing test | dkf | 2009-12-28 | 1 | -2/+2 |
| | |||||
* | Slight improvement of test so it shouldn't block forever if it fails | dkf | 2009-12-28 | 1 | -2/+6 |
| | |||||
* | [Bug 2891362]: Make time limits work better with the event loop. | dkf | 2009-12-28 | 3 | -84/+41 |
| | |||||
* | Minor formatting issues | dkf | 2009-12-28 | 1 | -7/+6 |
| | |||||
* | [Bug 2921538]: Updated example to not be quite so ancient. | dkf | 2009-12-27 | 2 | -3/+9 |
| | |||||
* | CONST -> const | nijtmans | 2009-12-25 | 3 | -4/+9 |
| | |||||
* | Tweak exclusions | dkf | 2009-12-24 | 1 | -1/+3 |
| | |||||
* | Move declarations to the top of the file, add boilerplate comments to some | dkf | 2009-12-24 | 1 | -190/+203 |
| | | | | functions | ||||
* | Fix up a few stray spaces. | dkf | 2009-12-23 | 1 | -32/+31 |
| | |||||
* | [Bug 2913625]: Stop information about paths from leaking through [info script] | dkf | 2009-12-23 | 2 | -20/+55 |
| | | | | and [info nameofexecutable]. | ||||
* | Cygwin: Install libtcl8.6.dll in bin directory | nijtmans | 2009-12-23 | 4 | -45/+71 |
| | |||||
* | [Bug 2918962]: Stop crash when -index and -stride are used together in [lsort]. | dkf | 2009-12-22 | 3 | -34/+51 |
| | |||||
* | Various CYGWIN-related fixes. In the win32 configure script, CYGWIN is still ↵ | nijtmans | 2009-12-21 | 20 | -107/+204 |
| | | | | 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 | 3 | -2/+19 |
| | | | | | * tests/coroutine.test: [Bug #2917627]. Thanks to schelte for finding it. | ||||
* | bump to msgcat 1.4.3 to account for commits | dgp | 2009-12-17 | 4 | -9/+9 |
| | |||||
* | Fix gcc warning: ignoring return value of ‘write’, | nijtmans | 2009-12-17 | 1 | -3/+3 |
| | | | | declared with attribute warn_unused_result | ||||
* | Upgrade to Safe Base's handling of [glob] to be more permissive with the | dkf | 2009-12-16 | 3 | -34/+126 |
| | | | | | 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 | 10 | -28/+67 |
| | | | | | | 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 | 2 | -11/+18 |
| | | | | the HTML documentation. | ||||
* | Force this file to be interpreted as a Tcl script by Emacs | dkf | 2009-12-16 | 1 | -0/+4 |
| | |||||
* | [Bug 2913616]: Make msgcat package work in safe interpreters. | dkf | 2009-12-16 | 2 | -10/+18 |
| | |||||
* | Document that [file tempfile] always works on the native filesystem by design. | dkf | 2009-12-14 | 2 | -6/+17 |
| | | | | [Bug 2388866] |