summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* test Tcl_GetErrorLine() forwards/backwards compatibility in pkgb.so as well. jan.nijtmans2013-01-021-13/+18
|\ | | | | | | Marked some string subcommands as obsolete, following discussion on tcl-core. Don't free ctrl.script if thread creation fails: it is a constant string "testthread wait" normally.
| * Marked some string subcommands as obsolete, following discussion on tcl-core.jan.nijtmans2013-01-021-29/+34
| |
* | Doc fix in TCL_MEM_DEBUG.3jan.nijtmans2012-11-161-1/+1
|\ \ | |/
| * Fix msgcat.test (in case a higher msgcat version is encountered, which is ↵jan.nijtmans2012-11-161-1/+1
| | | | | | | | | | not included with Tcl 8.4) <p>Doc fix in TCL_MEM_DEBUG.3
| * More complete purge of things only present for supporting long-dead Mac 9 ↵dgp2012-11-1515-450/+15
| | | | | | | | systems.
| * Add tn, ro_MO and ru_MO to msgcat. jan.nijtmans2012-06-291-1/+1
| | | | | | | | Make it work on cygwin (backported) Bump msgcat to 1.3.5
* | changed msgcat version from 1.4 to 1.5 in doc/msgcat.n, tests/clock.test, ↵oehhar2012-11-081-1/+1
| | | | | | | | library/clock.tcl, win/makefile.bc and tools/tcl.wse.in
* | tip#404 file locale mcset: mc(fl)(m)set backport from 8.6oehhar2012-09-121-18/+73
| |
* | Minor clarification of description; all traces use a command prefix for theirdkf2012-09-051-1/+1
| | | | | | callbacks.
* | translate script parameters for msgcatbug_3536888jan.nijtmans2012-06-291-6/+9
| | | | | | update msgcat doc
* | Reinforced the description of the requirement for the tables of names for ↵dkf2012-06-291-2/+8
|\ \ | |/ | | | | Tcl_GetIndexFromObj to index over to be static, following posting to tcl-core by Brian Griffin about a bug caused by not obeying this rule correctly.
| * Reinforced the description of the requirement for the tables of names for ↵dkf2012-06-291-2/+8
| | | | | | | | Tcl_GetIndexFromObj to index over to be static, following posting to tcl-core by Brian Griffin about a bug caused by not obeying this rule correctly.
* | [Bug 1997845]: Corrected formatting so that generated HTML can link properly.dkf2012-05-311-1/+1
| |
* | [Bug 2931407]: Clarified semantics of division and remainder operators.dkf2012-05-292-6/+25
| |
* | [Bug 3528418]: Document what is going on with respect to qualification ofdkf2012-05-252-1/+6
| | | | | | command prefixes in ensemble subcommand maps.
* | Take cygwin handling of X11 into accountjan.nijtmans2012-05-241-2/+2
|\ \ | |/ | | | | Implement TclpIsAtty, Cygwin only doc/dde.n: doc fix
| * Take cygwin handling of X11 into accountjan.nijtmans2012-05-241-2/+2
| | | | | | | | Implement TclpIsAtty, Cygwin only doc/dde.n: doc fix
* | [Bug 3525462]: Document what relational operators really do with string args.dkf2012-05-161-3/+3
|\ \ | |/
| * [Bug 3525462]: Document what relational operators really do with string args.dkf2012-05-161-3/+3
| |
* | * doc/FileSystem.3 (Tcl_FSOpenFileChannelProc): [Bug 3518244]: Fixeddkf2012-04-161-3/+4
|\ \ | |/ | | | | | | documentation of this filesystem callback function; it must not register its created channel - that's the responsibility of the caller of Tcl_FSOpenFileChannel - as that leads to reference leaks.
| * * doc/FileSystem.3 (Tcl_FSOpenFileChannelProc): [Bug 3518244]: Fixeddkf2012-04-161-3/+4
| | | | | | | | | | documentation of this filesystem callback function; it must not register its created channel - that's the responsibility of the caller of Tcl_FSOpenFileChannel - as that leads to reference leaks.
| * [Bug 3464428] string is graph \u0120 is wrongjan.nijtmans2012-01-091-1/+1
| |
* | [Bug 3482614]: Documentation nit.dkf2012-02-011-1/+1
| |
* | * doc/dict.n (dict with): [Bug 3474512]: Explain better what is going on ↵dkf2012-01-171-0/+19
| | | | | | | | when a dictionary key and the dictionary variable collide.
* | [Bug 3472316] Document the destructive semantics of [fconfigure -error] on ↵ferrieux2012-01-121-0/+3
| | | | | | | | sockets.
* | Use the same shebang comment everywherejan.nijtmans2011-11-301-1/+1
|\ \ | |/ | | | | don't install tommath_(super)?class.h don't install directories like 8.2 and 8.3
| * Use the same shebang comment everywherejan.nijtmans2011-11-291-1/+1
| |
* | [FRQ 3358415]: Minor doc improvementdkf2011-07-081-1/+2
| |
* | Corrected statements about ctime field of 'struct stat'; that was always thedkf2011-07-031-6/+6
|\ \ | |/ | | time of the last metadata change, not the time of creation.
| * Corrected statements about ctime field of 'struct stat'; that was always thedkf2011-07-031-6/+6
| | | | | | time of the last metadata change, not the time of creation.
* | Re-add ".so man.macros", which got removed inadvertently along with the RCS ↵max2011-06-222-0/+2
| | | | | | | | Keyword lines.
* | merge 8.4dgp2011-03-145-5/+5
|\ \ | |/
| * whitespace tidydgp2011-03-145-5/+5
| |
* | * doc/tclvars.n: Formatting fix. Thanks to Pat Thotys.patthoyts2011-03-091-3/+3
| |
* | Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-02208-408/+2
|\ \ | |/ | | more harm than good. Purged them.
| * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-01193-376/+0
| | | | | | more harm than good. Purged them.
| * * doc/unset.n: [Bug 2988940]: Fix typo.dkf2010-04-181-2/+3
| |
| * * doc/Alloc.3: Size argument is "unsigned int". [Bug 2556263]dgp2009-03-301-2/+2
| |
| * typodgp2009-01-141-2/+2
| |
| * * doc/global.n: Correct false claim about [info locals].dgp2008-09-251-3/+4
| |
| * Backport http 2.5.5 changes from HEADpatthoyts2008-02-271-1/+8
| |
| * * doc/filename.n: Typocore_8_4_17dgp2007-12-311-2/+2
| |
| * typo fixesdgp2007-11-051-2/+2
| |
| * * doc/load.n: Backport corrected example.dgp2007-09-201-4/+4
| |
| * * doc/tcltest.n: Typo fix. [Bug 1663539]dgp2007-02-201-2/+2
| |
| * * doc/fcopy.n: Typo fix. [Bug 1630627]dgp2007-01-291-2/+2
| |
| * Fix example. [Bug 1615277]dkf2006-12-141-2/+2
| |
| * Fix [Bug 1606454]dkf2006-12-041-2/+2
| |
| * * generic/tcl.decls: Implemented TIP #268, conditionally.andreas_kupries2006-09-221-3/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * generic/tclBasic.c: Define TCL_TIP268 to activate the new * generic/tclDecls.h: features. * generic/tclInt.h: * generic/tclPkg.c: * generic/tclStubInit.c: * generic/tclTest.c: * library/init.tcl * library/package.tcl: * tests/pkg.test: * tests/platform.test: * tests/safe.test: * doc/PkgRequire.3:
| * * tests/msgcat.test: Bumped version in auxiliary files as well.andreas_kupries2006-09-111-1/+1
| | | | | | | | * doc/msgcat.n: