summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
...
* * library/msgcat/msgcat.tcl (msgcat::Init): on Darwin, add fallback ofdas2006-09-101-2/+4
| | | | | | | | | | | | | | | | | | * tests/msgcat.test: default msgcat locale to * unix/tclUnixInit.c (TclpSetVariables): current CFLocale identifier if available (via private ::tcl::mac::locale global, set at interp init when on Mac OS X 10.3 or later with CoreFoundation). * library/tcltest/tcltest.tcl: add 'line' verbose level: prints source * doc/tcltest.n: file line information of failing tests. * macosx/Tcl.xcodeproj/project.pbxproj: add new tclUnixCompat.c file; revise tests target to use new tcltest 'line' verbose level. * unix/configure.in: add descriptions to new AC_DEFINEs for MT-safe. * unix/tcl.m4: add caching to new SC_TCL_* macros for MT-safe wrappers. * unix/configure: autoconf-2.59 * unix/tclConfig.h.in: autoheader-2.59
* typodgp2006-09-051-1/+1
|
* correct package examplehobbs2006-09-041-3/+4
|
* bugfix, docs clarification and new tests for 'namespace upvar' [Bug 1546833]Miguel Sofer2006-08-261-3/+6
|
* Make [expr] use in examples more idiomatic [Bug 1526581]dkf2006-08-096-30/+30
|
* fix indenting with spaces i.s.o tabsnijtmans2006-08-031-2/+2
|
* two minor doc fixesnijtmans2006-08-032-4/+4
|
* Bug 1426279Kevin B Kenny2006-07-311-0/+9
|
* Fix typo [Bug 1496886]jenglish2006-07-301-2/+2
|
* fix errors from 'make html'das2006-07-282-4/+4
|
* One stray CONST that escaped the CONST->const conversion.dgp2006-06-201-2/+2
|
* Added examples after prompting on the Tcler's chat.dkf2006-06-142-2/+15
|
* * doc/GetStdChan.3: Added recommendation that each call todgp2006-06-061-1/+11
| | | | Tcl_SetStdChannel() be accompanied by a call to Tcl_RegisterChannel().
* Documentation improvements (including Tcl_Realloc(NULL,x) behaviour)dkf2006-06-051-4/+6
|
* Typo. [Bug 1494160]dkf2006-05-241-2/+2
|
* Minor doc improvementsdkf2006-05-232-39/+39
|
* * generic/tclBasic.c (ExprSrandFunc): Restore acceptance of wide/bigdgp2006-05-041-4/+3
| | | | * doc/mathfunc.n: integer values by srand() [Bug 1480509].
* * doc/DoubleObj.3: More doc updates for TIP 237.dgp2006-04-264-60/+98
| | | | | | | | * doc/expr.n: * doc/format.n: * doc/mathfunc.n: * doc/scan.n: * doc/string.n:
* * doc/DoubleObj.3: More doc updates for TIP 237.dgp2006-04-251-38/+28
| | | | | * doc/format.n: * doc/scan.n:
* * doc/DoubleObj.3: More doc updates for TIP 237.dgp2006-04-252-100/+104
| | | | | | | | * doc/scan.n: * generic/tclScan.c: [scan $s %u] is documented to accept only * tests/scan.test: decimal formatted integers. Fixed code to match.
* more fine-tuning of the revised docsdgp2006-04-181-14/+11
|
* formatting fixes and note change that ::tcl_precision is now per-threaddgp2006-04-181-2/+11
| | | | instead of per-process.
* Minor fixes post-review.dkf2006-04-181-5/+8
|
* * doc/IntObj.3: Documentation changes to account for TIP 237 changes.dgp2006-04-172-70/+97
| | | | * doc/Object.3: [Bug 1446971]
* fix make html errorsdas2006-04-123-8/+8
|
* * generic/tclIndexObj.c (Tcl_GetIndexFromObjStruct): It seemsdgp2006-04-061-2/+2
| | | | | | | * tests/indexObj.test: there are extensions that rely on the prior * doc/GetIndex.3: behavior that the empty string cannot succeed as a unique prefix matcher, so I'm restoring Donal Fellow's solution. Added mention of this detail to the documentation. [Bug 1464039]
* * doc/CrtChannel.3: Added TCL_CHANNEL_VERSION_5, made itandreas_kupries2006-03-271-5/+8
| | | | | | | | | | | | | | * generic/tcl.h: the version where the "truncateProc" * generic/tclIO.c: is defined at, and moved all channel * generic/tclIOGT.c: drivers of Tcl to v5. * generic/tclIORChan.c: * unix/tclUnixChan.c: * unix/tclUnixPipe.c: * win/tclWinChan.c: * win/tclWinConsole.c: * win/tclWinPipe.c: * win/tclWinSerial.c: * win/tclWinSock.c:
* fix to two filesystem issuesvincentdarley2006-03-191-2/+3
|
* * doc/chan.n: Updated with documentation for the commands 'chanandreas_kupries2006-03-172-6/+377
| | | | | | | create' and 'chan postevent' (TIP #219). * doc/refchan.n: New file. Documentation of the command handler API for reflected channels (TIP #219).
* * doc/open.n: Documented the changed behaviour of 'a'ppend mode.andreas_kupries2006-03-161-2/+2
|
* * doc/fconfigure.n: Clarified that -translation is binary isandreas_kupries2006-03-141-1/+8
| | | | | | reported as lf when queried, because it is identical to lf, except for the special additional behaviour when setting it. [Bug 666770].
* * doc/clock.n: Removed double-quotes around section title NAME. not needed.andreas_kupries2006-03-141-1/+1
| | | | | * unix/installManpage: Reverted part to handle double-quotes in section NAME, chokes older sed installations.
* TIP#215 IMPLEMENTATIONdgp2006-02-091-2/+8
| | | | | | | | | | * doc/incr.n: Revised [incr] to auto-initialize when varName * generic/tclExecute.c: argument is unset. [Patch 1413115]. * generic/tclVar.c: * tests/compile.test: * tests/incr-old.test: * tests/incr.test: * tests/set.test:
* typodgp2006-02-081-2/+2
|
* Updates post-reviewdkf2006-02-082-34/+22
|
* TIP#258 IMPLEMENTATIONdgp2006-02-082-7/+106
| | | | | | | | | | | | | | | | | | | | | * doc/Encoding.3: New subcommand [encoding dirs]. * doc/encoding.n: New routine Tcl_GetEncodingNameFromEnvironment. * generic/tcl.decls: Made public: * generic/tclBasic.c: TclGetEncodingFromObj * generic/tclCmdAH.c: -> Tcl_GetEncodingFromObj * generic/tclEncoding.c:TclGetEncodingSearchPath * generic/tclInt.decls: -> Tcl_GetEncodingSearchPath * generic/tclInt.h: TclSetEncodingSearchPath * generic/tclTest.c: -> Tcl_SetEncodingSearchPath * library/init.tcl: Removed commands: * tests/cmdAH.test: [tcl::unsupported::EncodingDirs] * tests/encoding.test: [testencoding path] (Tcltest) * unix/tclUnixInit.c: [Patch 1413934]. * win/tclWinInit.c: * generic/tclDecls.h: make genstubs * generic/tclIntDecls.h: * generic/tclStubInit.c:
* TIP#194 IMPLEMENTATIONdgp2006-02-012-5/+72
| | | | | | | | | | | * doc/apply.n: (New file) New command [apply]. [Patch 944803]. * doc/uplevel.n: * generic/tclBasic.c: * generic/tclInt.h: * generic/tclProc.c: * tests/apply.test: (New file) * tests/proc-old.test: * tests/proc.test:
* TIP#181 IMPLEMENTATIONdgp2006-02-013-12/+42
| | | | | | | | | | | | | * doc/Namespace.3: New command [namespace unknown]. New public * doc/namespace.n: C routines Tcl_(Get|Set)NamespaceUnknownHandler. * doc/unknown.n: [Patch 958222]. * generic/tcl.decls: * generic/tclBasic.c: * generic/tclInt.h: * generic/tclNamesp.c: * tests/namespace.test: * generic/tclDecls.h: make genstubs * generic/tclStubInit.c:
* TIP#250 IMPLEMENTATIONdgp2006-02-011-2/+9
| | | | | | | | | * doc/namespace.n: New command [namespace upvar]. [Patch 1275435] * generic/tclInt.h: * generic/tclNamesp.c: * generic/tclVar.c: * tests/namespace.test: * tests/upvar.test:
* Fix [Bug 1415725]dkf2006-01-261-2/+2
|
* Clarify doc of variable substitutiondkf2005-12-191-2/+3
|
* Minor clarificationdkf2005-12-161-2/+4
|
* Bug 1378818Kevin B Kenny2005-12-121-3/+3
|
* Improved documentation on topic of asynch sockets in response to queries ondkf2005-12-072-4/+14
| | | | the Tcler's Chat.
* Bug 1359183Kevin B Kenny2005-11-181-0/+7
|
* doc changes with 1162286 fixdgp2005-11-091-8/+1
|
* Improve the documentation of [binary scan] a little.dkf2005-10-211-18/+20
|
* * doc/CrtChannel.3: Fixed [SF Tcl Bug 1104682], by application ofandreas_kupries2005-10-051-9/+11
| | | | | David Welton's patch for it, and added a note about wideSeekProc.
* scan %[] requires "one or more chars" [Bug 1277503]hobbs2005-10-051-5/+3
|
* Fixed a typo.davidw2005-10-011-2/+2
|