summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add to exclusions, remove list-syntax problemdkf2010-01-132-1/+7
|
* Adjust the link suppressiondkf2010-01-131-2/+3
|
* Improve choice of keywordsdkf2010-01-1326-51/+55
|
* Another useless special case removeddkf2010-01-131-1/+0
|
* No need for regexp(n) to get special treatmentdkf2010-01-131-1/+0
|
* Some small formatting tweaksdkf2010-01-131-7/+7
|
* No need for return(n) to get special treatmentdkf2010-01-131-1/+0
|
* Formattingdkf2010-01-131-2/+2
|
* Tweak to generate better linksdkf2010-01-131-2/+2
|
* More factoring out of special cases in the nroff->HTML code.dkf2010-01-133-134/+100
|
* Improve NAME for better HTML generationdkf2010-01-131-2/+2
|
* Don't break a command reference over a linedkf2010-01-131-3/+4
|
* Fix TCL_LL_MODIFIER for Cygwinnijtmans2010-01-1313-53/+75
| | | | | and various other minor CYGWIN compilation problems
* Simplification/refactoring of nroff->HTML.dkf2010-01-122-83/+146
|
* Fix parameter name confusion for server sockets.ferrieux2010-01-121-2/+2
|
* * win/tclWinDde.c: VC++ 6.0 doesn't havenijtmans2010-01-1018-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.dkf2010-01-103-22/+28
|
* Record that [Bug 2898722] is lurking.dkf2010-01-102-12/+55
|
* Split man2html converter up for ease of maintenance.dkf2010-01-103-1388/+1492
|
* Added documentation for argument.dkf2010-01-101-1/+3
|
* Add more troff macros to ignoredkf2010-01-101-1/+2
|
* Small tweaks to improve reporting and quell some unimportant messagesdkf2010-01-091-3/+3
|
* Added the contributed packages to the code to build HTML docs.dkf2010-01-092-9/+32
|
* * generic/tclPathObj.c (TclPathPart): Correct inconsistency betweendgp2010-01-053-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]
* regendkf2010-01-031-1/+1
|
* Fix quoting problemdkf2010-01-031-1/+1
|
* regendkf2010-01-031-1/+31
|
* Missed a bitdkf2010-01-031-2/+3
|
* [Bug 1636685]: Use the configuration for modern FreeBSD suggested by thedkf2010-01-032-5/+33
| | | | FreeBSD porter.
* fix Changelog typo and c/p errorMiguel Sofer2010-01-031-4/+1
|
* * generic/tclBasic.c: Fix lerak of coroutines on namespaceMiguel Sofer2010-01-036-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.dkf2009-12-311-12/+15
|
* [Bug 2923613]: Make the safer [source] handle a [return] at the end of thedkf2009-12-303-14/+33
| | | | file correctly.
* * library/init.tcl (unknown): fix infinite recursion of ::unknownMiguel Sofer2009-12-302-3/+13
| | | | when [set] is undefined [Bug 2824981].
* Minor optimization for Tcl_RecordAndEvalObjdkf2009-12-292-15/+79
|
* Simplify the logic in Tcl_GetCommandFromObjdkf2009-12-292-185/+212
|
* [Bug 2895741]: Make min() and max() supported in safe interpreters.dkf2009-12-294-255/+293
|
* Handle completely invalid input to the decode methods [Bug 2922555]patthoyts2009-12-293-7/+24
|
* [FRQ 1083288]: Added targets to allow easier tracing of shell/test invokationsdkf2009-12-282-18/+30
|
* regen with autconf 2.61dkf2009-12-281-6273/+6274
|
* [Bug 942170]: Detect the st_blocks field of 'struct stat' correctly.dkf2009-12-286-34/+37
|
* Correct failing testdkf2009-12-281-2/+2
|
* Slight improvement of test so it shouldn't block forever if it failsdkf2009-12-281-2/+6
|
* [Bug 2891362]: Make time limits work better with the event loop.dkf2009-12-283-84/+41
|
* Minor formatting issuesdkf2009-12-281-7/+6
|
* [Bug 2921538]: Updated example to not be quite so ancient.dkf2009-12-272-3/+9
|
* CONST -> constnijtmans2009-12-253-4/+9
|
* Tweak exclusionsdkf2009-12-241-1/+3
|
* Move declarations to the top of the file, add boilerplate comments to somedkf2009-12-241-190/+203
| | | | functions
* Fix up a few stray spaces.dkf2009-12-231-32/+31
|