Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Documented [coroutine] and [yield]. [Bug 2152285] | dkf | 2009-03-25 | 1 | -0/+108 |
| | |||||
* | Fix [Bug 2704302] | dkf | 2009-03-24 | 1 | -4/+5 |
| | |||||
* | Added documentation for tailcall. | dkf | 2009-03-19 | 1 | -0/+69 |
| | |||||
* | General minor documentation improvements. | dkf | 2009-02-24 | 8 | -50/+68 |
| | |||||
* | remove accidental typo | dkf | 2009-01-31 | 1 | -2/+2 |
| | |||||
* | Added another example. [Bug 1216074] | dkf | 2009-01-30 | 1 | -2/+40 |
| | |||||
* | Added example. | dkf | 2009-01-30 | 1 | -2/+36 |
| | |||||
* | Added a note that 'zlib push' is reversed by 'chan pop'. | dkf | 2009-01-24 | 1 | -2/+4 |
| | |||||
* | typo | dgp | 2009-01-14 | 1 | -2/+2 |
| | |||||
* | Added more examples. [Tk Bug 2491235] | dkf | 2009-01-07 | 1 | -1/+27 |
| | |||||
* | Convert tabs to spaces for reliable display with nroff | dkf | 2009-01-05 | 1 | -6/+6 |
| | |||||
* | Assorted minor corrections to the Zlib C API to make it work with the PNG | dkf | 2008-12-27 | 1 | -14/+25 |
| | | | | implementation better. | ||||
* | Fix minor typo. [Bug 2455165] | dkf | 2008-12-21 | 1 | -2/+2 |
| | |||||
* | * doc/NRE.3: Formatting errors found by `make html` | dgp | 2008-12-19 | 3 | -13/+11 |
| | | | | | * doc/Tcl_Main.3: * doc/zlib.n: | ||||
* | Formatting cleanup. | dkf | 2008-12-18 | 12 | -84/+83 |
| | |||||
* | Compressing and decompressing channel transformation support. | dkf | 2008-12-18 | 1 | -4/+41 |
| | | | | Note that there may be "quality-of-implementation" issues left... | ||||
* | TIP #332 IMPLEMENTATION - Half-Close for Bidirectional Channels | ferrieux | 2008-12-18 | 1 | -5/+15 |
| | |||||
* | General improvements. | dkf | 2008-12-17 | 1 | -84/+71 |
| | |||||
* | Docs for TIP 329. | dkf | 2008-12-16 | 2 | -0/+154 |
| | |||||
* | Fix line endings damaged by last commit | patthoyts | 2008-12-15 | 1 | -303/+303 |
| | |||||
* | * doc/AddErrInfo.3: Documented Tcl_(Set|Get)ErrorLine (TIP 336). | dgp | 2008-12-15 | 5 | -31/+57 |
| | | | | | | | | * doc/CrtCommand.3: Various other documentation updates to * doc/CrtInterp.3: reflect the lack of access to Tcl_Interp fields * doc/Interp.3: by default. * doc/SetResult.3: * doc/tcl.decls: | ||||
* | Fix [Bug 2380293]. Redefine non-strict decoding to ignore only whitespace. | ferrieux | 2008-12-15 | 1 | -7/+4 |
| | |||||
* | TIP #338 IMPLEMENTATION | dgp | 2008-12-15 | 2 | -20/+72 |
| | | | | | | | | | | | | | | * doc/AppInit.c: Made routines Tcl_SetStartupScript and * doc/Tcl_Main.3: Tcl_GetStartupScript public. Removed all * generic/tcl.h: internal stub access to Tcl*Startup* routines, * generic/tclInt.decls: and removed their implementations. Their * generic/tclMain.c: function can now be completely performed with the new public interface. *** POTENTIAL INCOMPATIBILITY for callers of the internal Tcl*Startup* routines. *** * generic/tclIntDecls.h: make genstubs * generic/tclStubInit.c: | ||||
* | Improve docs, start working towards implementing [zlib push] | dkf | 2008-12-13 | 2 | -2/+186 |
| | |||||
* | Many improvements to docs | dkf | 2008-12-13 | 1 | -27/+222 |
| | |||||
* | Document new DST fallback rules. | nijtmans | 2008-12-12 | 1 | -0/+17 |
| | | | | | Fix time change in Eastern Europe (not 3:00 but 4:00 local time) [Bug 2207436] | ||||
* | Added some more docs | dkf | 2008-12-12 | 1 | -3/+18 |
| | |||||
* | TIP #322 IMPLEMENTATION | Kevin B Kenny | 2008-12-12 | 1 | -0/+303 |
| | | | | | * doc/NRE.3 (new file): Added documentation of the published API for Non-Recursive Evaluation (NRE). | ||||
* | Document the zlib command. Not yet complete! | dkf | 2008-12-11 | 1 | -0/+102 |
| | |||||
* | TIP #343 IMPLEMENTATION - A Binary Specifier for [format/scan] | ferrieux | 2008-12-10 | 2 | -2/+14 |
| | |||||
* | Implement TIP#341. | dkf | 2008-12-10 | 1 | -8/+10 |
| | |||||
* | TIP #337 IMPLEMENTATION | dgp | 2008-12-09 | 2 | -39/+58 |
| | | | | | | | | | | | | | | | | | | | * doc/BackgdErr.3: Converted internal routine * doc/interp.n: TclBackgroundException() into public routine * generic/tcl.decls: Tcl_BackgroundException(). * generic/tclEvent.c: * generic/tclInt.decls: * generic/tclDecls.h: make genstubs * generic/tclIntDecls.h: * generic/tclStubInit.c: * generic/tclIO.c: Update callers. * generic/tclIOCmd.c: * generic/tclInterp.c: * generic/tclTimer.c: *** POTENTIAL INCOMPATIBILITY only for extensions using the converted internal routine *** | ||||
* | Implement TIP#335 | dkf | 2008-12-05 | 1 | -2/+23 |
| | |||||
* | fix Tcl_AppendElement documentation: signature in doc did not | nijtmans | 2008-12-05 | 1 | -2/+2 |
| | | | | match with real signature in header file | ||||
* | minor improvements derived from [Patch 1723738] | dkf | 2008-12-05 | 1 | -2/+3 |
| | |||||
* | Implement TIP#307. | dkf | 2008-12-05 | 1 | -7/+31 |
| | |||||
* | Implementation of TIP #210. | dkf | 2008-11-29 | 1 | -1/+18 |
| | |||||
* | * library/tclIndex: Removed reference to no-longer-extant procedure | Kevin B Kenny | 2008-11-26 | 1 | -2/+2 |
| | | | | | | 'tclLdAout'. * doc/library.n: Corrected mention of 'auto_exec' to 'auto_execok'. [Patch 2114900] thanks to Stu Cassoff <stwo@users.sf.net> | ||||
* | Fix signature and implementation of Tcl_HashStats, | nijtmans | 2008-11-17 | 1 | -2/+2 |
| | | | | such that it conforms to the documentation. | ||||
* | * doc/platform_shell.n: Fixed [Bug 2255235], reported by Ulrich | andreas_kupries | 2008-11-10 | 1 | -4/+4 |
| | | | | | | | | | * library/platform/pkgIndex.tcl: Ring <uring@users.sourceforge.net>. * library/platform/shell.tcl: Updated the LOCATE command in the * library/tm.tcl: package 'platform::shell' to handle the new form * unix/Makefile.in: of 'provide' commands generated by tm.tcl. Bumped * win/Makefile.in: package to version 1.1.4. Added cross-references to the relevant parts of the code to avoid future desynchronization. | ||||
* | patch #2215022: clean up the binary ensemble initialization code | patthoyts | 2008-11-07 | 1 | -5/+7 |
| | | | | | Applied a patch from Duoas which extends the TclMakeEnsemble command to handle sub-ensembles from tables. Cleaned up the original patch a bit. | ||||
* | Document [info coroutine]. | dkf | 2008-10-19 | 1 | -1/+8 |
| | |||||
* | Improve documentation of [tcl::prefix]. | dkf | 2008-10-19 | 2 | -26/+31 |
| | |||||
* | Improve clarity of formatting. | dkf | 2008-10-17 | 98 | -278/+807 |
| | |||||
* | Lots of very minor formatting fixes. | dkf | 2008-10-15 | 42 | -67/+293 |
| | |||||
* | Fix a bit of formatting. | dkf | 2008-10-14 | 1 | -2/+3 |
| | |||||
* | Made documentation *even more* clear... | dkf | 2008-10-14 | 2 | -7/+10 |
| | |||||
* | typocore_8_6_a3 | dgp | 2008-10-10 | 1 | -2/+2 |
| | |||||
* | Added better docs of [binary encode] and [binary decode] | dkf | 2008-10-07 | 1 | -2/+94 |
| | |||||
* | Corrected order of subcommands in a section to be alphabetic | dkf | 2008-10-07 | 1 | -8/+8 |
| |