Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make things compile... D'oh! | dkf | 2010-01-28 | 2 | -5/+7 |
| | |||||
* | Improvements to destructor handling. | dkf | 2010-01-28 | 5 | -166/+362 |
| | | | | Stop crashes from odd destruction routes. | ||||
* | Remove double includes (which causes a | nijtmans | 2010-01-25 | 4 | -5/+9 |
| | | | | | warning in CYGWIN compiles) Add confdefs.h to unix/.cvsignore | ||||
* | [Bug 1970629]: Define a bit better what the current namespace of a procedure is | dkf | 2010-01-22 | 2 | -9/+21 |
| | |||||
* | Revert [2009-12-21] change in tcl.h, in stead | nijtmans | 2010-01-22 | 1 | -8/+2 |
| | | | | | | | | resolve the CYGWIN inclusion problems by re-arranging the inclusions at other places. Make cygwin configuration error into a warning: CYGWIN compilation works although there still are test failures. | ||||
* | Revert [2009-12-21] change in tcl.h, in stead | nijtmans | 2010-01-22 | 11 | -125/+131 |
| | | | | | | | | resolve the CYGWIN inclusion problems by re-arranging the inclusions at other places. Make cygwin configuration error into a warning: CYGWIN compilation works although there still are test failures. | ||||
* | Improve error code generation from some of the tailcall-related bits of TEBC. | dkf | 2010-01-22 | 3 | -50/+79 |
| | |||||
* | * generic/tclCompile.h: NRE-enable direct eval on BC spoilage | Miguel Sofer | 2010-01-21 | 4 | -26/+54 |
| | | | | | * generic/tclExecute.c: [Bug 2910748] * tests/nre.test: | ||||
* | Use a consistent indentation of 4 for code examples. | dkf | 2010-01-20 | 29 | -388/+434 |
| | |||||
* | Split up and extended the examples for more clarity | dkf | 2010-01-20 | 1 | -22/+73 |
| | |||||
* | Document that [tailcall] doesn't work inside [catch] | dkf | 2010-01-20 | 1 | -3/+5 |
| | |||||
* | [Bug 2929546]: Improve the dict documentation. | dkf | 2010-01-19 | 2 | -4/+63 |
| | |||||
* | * generic/tclIO.c (CreateScriptRecord): [Bug 2918110]: Initialize | andreas_kupries | 2010-01-18 | 2 | -6/+32 |
| | | | | | | | | the EventScriptRecord (esPtr) fully before handing it to Tcl_CreateChannelHandler for registration. Otherwise a reflected channel calling 'chan postevent' (== Tcl_NotifyChannel) in its 'watchProc' will cause the function 'TclChannelEventScriptInvoker' to be run on an uninitialized structure. | ||||
* | Ensure that objects are released in all cases (hard to test this particular | dkf | 2010-01-18 | 1 | -1/+4 |
| | | | | one without a very large system, but the leak path existed) | ||||
* | [Bug 2932421]: Make [format] less likely to smash intreps. | dkf | 2010-01-18 | 3 | -47/+65 |
| | |||||
* | Yet another exclusion | dkf | 2010-01-14 | 1 | -2/+3 |
| | |||||
* | Another link suppression | dkf | 2010-01-14 | 1 | -2/+3 |
| | |||||
* | Stop breaking of highlightable over a line for ease of scraping | dkf | 2010-01-14 | 1 | -3/+3 |
| | |||||
* | Improve keyword lists. | dkf | 2010-01-14 | 2 | -5/+5 |
| | |||||
* | More tinkering with the conversion special cases. | dkf | 2010-01-14 | 2 | -20/+45 |
| | |||||
* | Improve linking between pages, put Tk variables in Tk docs. | dkf | 2010-01-14 | 10 | -82/+83 |
| | |||||
* | Add link remapping capability. | dkf | 2010-01-14 | 2 | -7/+17 |
| | |||||
* | Add copyrights/version trackers. | dkf | 2010-01-13 | 2 | -0/+7 |
| | |||||
* | Add to exclusions, remove list-syntax problem | dkf | 2010-01-13 | 2 | -1/+7 |
| | |||||
* | Adjust the link suppression | dkf | 2010-01-13 | 1 | -2/+3 |
| | |||||
* | Improve choice of keywords | dkf | 2010-01-13 | 26 | -51/+55 |
| | |||||
* | Another useless special case removed | dkf | 2010-01-13 | 1 | -1/+0 |
| | |||||
* | No need for regexp(n) to get special treatment | dkf | 2010-01-13 | 1 | -1/+0 |
| | |||||
* | Some small formatting tweaks | dkf | 2010-01-13 | 1 | -7/+7 |
| | |||||
* | No need for return(n) to get special treatment | dkf | 2010-01-13 | 1 | -1/+0 |
| | |||||
* | Formatting | dkf | 2010-01-13 | 1 | -2/+2 |
| | |||||
* | Tweak to generate better links | dkf | 2010-01-13 | 1 | -2/+2 |
| | |||||
* | More factoring out of special cases in the nroff->HTML code. | dkf | 2010-01-13 | 3 | -134/+100 |
| | |||||
* | Improve NAME for better HTML generation | dkf | 2010-01-13 | 1 | -2/+2 |
| | |||||
* | Don't break a command reference over a line | dkf | 2010-01-13 | 1 | -3/+4 |
| | |||||
* | Fix TCL_LL_MODIFIER for Cygwin | nijtmans | 2010-01-13 | 13 | -53/+75 |
| | | | | | and various other minor CYGWIN compilation problems | ||||
* | 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 |
| |