summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Clarify the rules for resolution of what forwarded methods forward to.dkf2009-04-111-14/+18
|
* Fix for immediate problem in [Bug 2089279].dkf2009-04-101-3/+3
|
* * library/platform/platform.tcl: Extended the darwin sections toandreas_kupries2009-04-081-3/+3
| | | | | | | | | * library/platform/pkgIndex.tcl: add a kernel version number to * unix/Makefile.in: the identifier for anything from Leopard (10.5) * win/Makefile.in: on up. Extended patterns for same. Extended cpu * doc/platform.n: recognition for 64bit Tcl running on a 32bit kernel on a 64bit processor (By Daniel Steffen). Bumped version to 1.0.4. Updated Makefiles.
* Fix [Bug 1910136].dkf2009-04-041-5/+27
|
* * doc/Alloc.3: Size argument is "unsigned int". [Bug 2556263]dgp2009-03-301-2/+2
|
* Some small improvements to the last exampledkf2009-03-261-7/+13
|
* bring doc and tools in line with http://wiki.tcl.tk/812nijtmans2009-03-251-2/+2
|
* Documented [coroutine] and [yield]. [Bug 2152285]dkf2009-03-251-0/+108
|
* Fix [Bug 2704302]dkf2009-03-241-4/+5
|
* Added documentation for tailcall.dkf2009-03-191-0/+69
|
* General minor documentation improvements.dkf2009-02-248-50/+68
|
* remove accidental typodkf2009-01-311-2/+2
|
* Added another example. [Bug 1216074]dkf2009-01-301-2/+40
|
* Added example.dkf2009-01-301-2/+36
|
* Added a note that 'zlib push' is reversed by 'chan pop'.dkf2009-01-241-2/+4
|
* typodgp2009-01-141-2/+2
|
* Added more examples. [Tk Bug 2491235]dkf2009-01-071-1/+27
|
* Convert tabs to spaces for reliable display with nroffdkf2009-01-051-6/+6
|
* Assorted minor corrections to the Zlib C API to make it work with the PNGdkf2008-12-271-14/+25
| | | | implementation better.
* Fix minor typo. [Bug 2455165]dkf2008-12-211-2/+2
|
* * doc/NRE.3: Formatting errors found by `make html`dgp2008-12-193-13/+11
| | | | | * doc/Tcl_Main.3: * doc/zlib.n:
* Formatting cleanup.dkf2008-12-1812-84/+83
|
* Compressing and decompressing channel transformation support.dkf2008-12-181-4/+41
| | | | Note that there may be "quality-of-implementation" issues left...
* TIP #332 IMPLEMENTATION - Half-Close for Bidirectional Channelsferrieux2008-12-181-5/+15
|
* General improvements.dkf2008-12-171-84/+71
|
* Docs for TIP 329.dkf2008-12-162-0/+154
|
* Fix line endings damaged by last commitpatthoyts2008-12-151-303/+303
|
* * doc/AddErrInfo.3: Documented Tcl_(Set|Get)ErrorLine (TIP 336).dgp2008-12-155-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.ferrieux2008-12-151-7/+4
|
* TIP #338 IMPLEMENTATIONdgp2008-12-152-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]dkf2008-12-132-2/+186
|
* Many improvements to docsdkf2008-12-131-27/+222
|
* Document new DST fallback rules.nijtmans2008-12-121-0/+17
| | | | | Fix time change in Eastern Europe (not 3:00 but 4:00 local time) [Bug 2207436]
* Added some more docsdkf2008-12-121-3/+18
|
* TIP #322 IMPLEMENTATIONKevin B Kenny2008-12-121-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!dkf2008-12-111-0/+102
|
* TIP #343 IMPLEMENTATION - A Binary Specifier for [format/scan]ferrieux2008-12-102-2/+14
|
* Implement TIP#341.dkf2008-12-101-8/+10
|
* TIP #337 IMPLEMENTATIONdgp2008-12-092-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#335dkf2008-12-051-2/+23
|
* fix Tcl_AppendElement documentation: signature in doc did notnijtmans2008-12-051-2/+2
| | | | match with real signature in header file
* minor improvements derived from [Patch 1723738]dkf2008-12-051-2/+3
|
* Implement TIP#307.dkf2008-12-051-7/+31
|
* Implementation of TIP #210.dkf2008-11-291-1/+18
|
* * library/tclIndex: Removed reference to no-longer-extant procedureKevin B Kenny2008-11-261-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,nijtmans2008-11-171-2/+2
| | | | such that it conforms to the documentation.
* * doc/platform_shell.n: Fixed [Bug 2255235], reported by Ulrichandreas_kupries2008-11-101-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 codepatthoyts2008-11-071-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].dkf2008-10-191-1/+8
|
* Improve documentation of [tcl::prefix].dkf2008-10-192-26/+31
|