Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | * doc/Tcl.n (Variable substitution): [Bug 3099086]: Increase clarity | dkf | 2010-11-04 | 1 | -1/+9 | |
| | | | | | | | | | | | | | | | | | | of explanation of what characters are actually permitted in variable substitutions. Note that this does not constitute a change of behavior; it is just an improvement of explanation. | |||||
* | | | [Patch 2995655] Report inner contexts in [info errorstack] | ferrieux | 2010-10-20 | 1 | -8/+12 | |
| | | | ||||||
* | | | Document [info errostack] faithfully. | ferrieux | 2010-10-17 | 1 | -4/+14 | |
| | | | ||||||
* | | | * doc/socket.n: Document the changes to the [socket] and | rmax | 2010-09-28 | 1 | -50/+64 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [fconfiguyre] commands. * generic/tclInt.h: Introduce TclCreateSocketAddress() as a * generic/tclIOSock.c: replacement for the platform-dependent * unix/tclUnixSock.c: TclpCreateSocketAddress() functions. * unix/tclUnixChan.c: Extend the [socket] and [fconfigure] * unix/tclUnixPort.h: commands to behave as proposed in * win/tclWinSock.c: TIP #162. * win/tclWinPort.h: * compat/fake-rfc2553.c: A compat implementation of the APIs * compat/fake-rfc2553.h: defined in RFC-2553 (getaddrinfo() and friends) on top of the existing gethostbyname() etc. * unix/configure.in: Test whether the fake-implementation is * unix/tcl.m4: needed. * unix/Makefile.in: Add a compile target for fake-rfc2553. * win/configure.in: Allow cross-compilation by default * tests/socket.test: Improve the test suite to make more use of * tests/remote.tcl: randomized ports to reduce interference with tests running in parallel or other services on the machine. | |||||
* | | | * doc/file.n (file readlink): [Bug 3070580]: Typofix. | dkf | 2010-09-18 | 1 | -2/+2 | |
| | | | ||||||
* | | | * doc/regsub.n: [Bug 3063568]: Fix for gotcha in example due to Tcl's | dkf | 2010-09-10 | 1 | -5/+8 | |
| | | | | | | | | | | | | | | | special handling of backslash-newline. Makes example slightly less pure, but more useful. | |||||
* | | | * doc/tm.n: Added underscore to the set of characters accepted in | andreas_kupries | 2010-09-08 | 1 | -3/+3 | |
| | | | | | | | | | | | | | | | module names. This is true for quite some time in the code, this change catches up the documentation. | |||||
* | | | * doc/glob.n: Fixed documentation ambiguity regarding the handling | andreas_kupries | 2010-09-02 | 1 | -3/+4 | |
| | | | | | | | | | | | | of -join. | |||||
* | | | [Patch 2997642] many type casts needed when using Tcl_Pkg* API. Remaining ↵ | nijtmans | 2010-08-31 | 1 | -4/+4 | |
| | | | | | | | | | | | | part, doc. | |||||
* | | | [Patch 2997642] many type casts needed when using Tcl_Pkg* API. Partly. | nijtmans | 2010-08-30 | 1 | -3/+4 | |
| | | | ||||||
* | | | * doc/dict.n: [Bug 3046999]: Corrected cross reference to array | dkf | 2010-08-29 | 1 | -2/+2 | |
| | | | | | | | | | | | | manpage to refer to (correct) existing subcommand. | |||||
* | | | * doc/linsert.n: [Bug 3045123]: Make description of what is actually | dkf | 2010-08-21 | 1 | -5/+15 | |
| | | | | | | | | | | | | happening more accurate. | |||||
* | | | Fix definition of Tcl_MethodType | nijtmans | 2010-08-20 | 1 | -5/+5 | |
| | | | ||||||
* | | | [Patch 3009403] Signature of Tcl_GetHashKey, Tcl_(Create|Find)HashEntry | nijtmans | 2010-08-14 | 1 | -3/+3 | |
| | | | ||||||
* | | | [Patch #2994165] Change signature of Tcl_FSGetNativePath and TclpDeleteFile | nijtmans | 2010-08-14 | 1 | -10/+9 | |
| | | | ||||||
* | | | * doc/http.n: Corrected description of location of one of the entries | dkf | 2010-07-25 | 1 | -2/+2 | |
| | | | | | | | | | | | | in the state array. | |||||
* | | | * doc/mathop.n: [Bug 3023165]: Fix typo that was preventing proper | dkf | 2010-06-30 | 1 | -2/+3 | |
| | | | | | | | | | | | | rendering of the exclusive-or operator. | |||||
* | | | Simplify Tcl_AppInit and *_Init definitions. | nijtmans | 2010-06-16 | 2 | -8/+8 | |
| | | | | | | | | | | | | | | | | | | Change TclpThreadCreate and Tcl_CreateThread signature, making clear that "proc" is a function pointer, as in all other "proc" function parameters. | |||||
* | | | * doc/unset.n: [Bug 2988940]: Fix typo. | dkf | 2010-04-18 | 1 | -2/+7 | |
| | | | ||||||
* | | | * doc/try.n: [Bug 2987551]: Fix typo. | dkf | 2010-04-15 | 1 | -2/+2 | |
| | | | ||||||
* | | | Formatting improvements for error stack docs | dkf | 2010-04-07 | 3 | -43/+63 | |
| | | | ||||||
* | | | * doc/Load.3: Minor corrections of formatting and cross links. | dkf | 2010-04-06 | 1 | -6/+6 | |
| | | | ||||||
* | | | Fix signature of Tcl_LoadFile in documentation | nijtmans | 2010-04-06 | 1 | -2/+2 | |
| | | | ||||||
* | | | TIP #348 IMPLEMENTATION - Substituted error stack | ferrieux | 2010-04-05 | 3 | -19/+59 | |
| | | | ||||||
* | | | Added a first crack at documentation for TIP #357's Tcl_LoadFile et al. | dkf | 2010-04-04 | 2 | -7/+96 | |
| | | | ||||||
* | | | Added missing doc. Oops! | dkf | 2010-03-31 | 1 | -3/+14 | |
| | | | ||||||
* | | | * doc/package.n: [Bug 2980210]: Document the arguments taken by | dkf | 2010-03-31 | 1 | -2/+2 | |
| | | | | | | | | | | | | the [package present] command correctly. | |||||
* | | | Improve the documentation of how to make and use a thread. | dkf | 2010-03-31 | 1 | -1/+48 | |
| | | | ||||||
* | | | * generic/tclOOInfo.c (InfoObjectMethodTypeCmd) | dkf | 2010-03-24 | 1 | -1/+19 | |
| | | | | | | | | | | | | | | | (InfoClassMethodTypeCmd): Added introspection of method types so that it is possible to find this info out without using errors. | |||||
* | | | Clarify the use of '&' for backgrounding a pipeline. | dkf | 2010-03-20 | 1 | -2/+2 | |
| | | | ||||||
* | | | * generic/tclIORChan.c: [Bug 2936225]: Thanks to Alexandre Ferrieux | andreas_kupries | 2010-03-09 | 1 | -2/+36 | |
| | | | | | | | | | | | | | | | | | | * doc/refchan.n: <ferrieux@users.sourceforge.net> for debugging and fixing * tests/ioCmd.test: the problem. It is the write-side equivalent to the bug fixed 2009-08-06. | |||||
* | | | * doc/refchan.n: Followup to ChangeLog entry 2009-10-07 | andreas_kupries | 2010-03-03 | 1 | -5/+12 | |
| | | | | | | | | | | | | | | | | | | (generic/tclIORChan.c). Fixed the documentation to explain that errno numbers are operating system dependent, and reworked the associated example. | |||||
* | | | Cleanup doc/safe.n | rmax | 2010-02-26 | 1 | -8/+8 | |
| | | | ||||||
* | | | [Bug 2957688]: clarified [socket -server] docs | dkf | 2010-02-24 | 1 | -7/+13 | |
| | | | ||||||
* | | | More zlib documentation improvements. | dkf | 2010-02-10 | 2 | -20/+59 | |
| | | | ||||||
* | | | Improvements to zlib documentation (and formatting of it). | dkf | 2010-02-10 | 2 | -8/+67 | |
| | | | ||||||
* | | | - genStubs.tcl: No longer generate a space after "*" and | nijtmans | 2010-01-29 | 1 | -3/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | immediately after a function name, so the format of function definitions in tcl*Decls.h matches all other tcl*.h header files. - Change Tcl_ArgvFuncProc, Tcl_ArgvGenFuncProc and GetFrameInfoValueProc to be function definitions, not pointers, for consistency with all other Tcl function definitions. | |||||
* | | | [Bug 1970629]: Define a bit better what the current namespace of a procedure is | dkf | 2010-01-22 | 1 | -1/+7 | |
| | | | ||||||
* | | | 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 | 1 | -4/+58 | |
| | | | ||||||
* | | | 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 | |
| | | | ||||||
* | | | Improve linking between pages, put Tk variables in Tk docs. | dkf | 2010-01-14 | 10 | -82/+83 | |
| | | | ||||||
* | | | Improve choice of keywords | dkf | 2010-01-13 | 26 | -51/+55 | |
| | | | ||||||
* | | | Some small formatting tweaks | dkf | 2010-01-13 | 1 | -7/+7 | |
| | | | ||||||
* | | | Formatting | dkf | 2010-01-13 | 1 | -2/+2 | |
| | | | ||||||
* | | | Tweak to generate better links | dkf | 2010-01-13 | 1 | -2/+2 | |
| | | | ||||||
* | | | Improve NAME for better HTML generation | dkf | 2010-01-13 | 1 | -2/+2 | |
| | | |