summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Merge novemnovem_bighashjan.nijtmans2016-07-133-7/+7
|\
| * Merge trunkjan.nijtmans2016-07-121-1/+1
| |\
| | * Make hash type changable by compiling with -DTCL_HASH_TYPE=size_t (for ↵jan.nijtmans2016-07-121-1/+1
| | | | | | | | | | | | example). Default (unsigned) cannot be changed in Tcl 8.x, that must wait until Tcl 9.
| * | merge trunkdgp2016-07-092-6/+6
| |\ \ | | |/
| | * merge 8.6dgp2016-07-092-6/+6
| | |\
| | | * Fixed docs for prior check-in (exec of .CMD files on Windows)ashok2016-07-091-2/+3
| | | |
| | | * Bugfix [3613671]. file owned implementation for Windows.ashok2016-07-091-4/+3
| | | |
* | | | Adapt hash-function and hash-table to allow hash-tables to grow >1Gb on ↵jan.nijtmans2016-07-081-2/+2
|/ / / | | | | | | | | | 64-bit platforms.
* | | merge trunkjan.nijtmans2016-07-071-1/+3
|\ \ \ | |/ /
| * | Merge core-8-6-branch: jan.nijtmans2016-07-071-1/+3
| |\ \ | | |/ | | | | | | | | | | | | | | | New tests to demo the remaining flaw in ensemble dispatch revisions. Itcl 4 also demonstrated these [bd7f17bce8] Revise ensemble dispatch to call TclNREvalObjv() which supports the TCL_EVAL_INVOKE Simplify all the Tcl_NRPostProc declarations Create and use a utility Tcl_NRPostProc when decr ref count of values is all that is needed Bugfix [5d7ea04580]. Treat .cmd and .ps1 files are executable on Windows
| | * Bugfix [5d7ea04580]. Treat .cmd and .ps1 files are executable on Windows.ashok2016-07-071-1/+3
| | |
* | | Merge trunkjan.nijtmans2016-07-042-20/+3
|\ \ \ | |/ /
| * | Use conventional list operations for ensemble dispatchjan.nijtmans2016-07-041-1/+1
| |\ \ | | |/ | | | Add ability to disassemble TclOO constructors and destructors
| | * typo and end-of-line spacingjan.nijtmans2016-07-041-1/+1
| | |
* | | Merge trunkjan.nijtmans2016-06-291-1/+1
|\ \ \ | |/ /
| * | Tcl_SetVar -> Tcl_SetVar2 and comparable replacements, eliminating functions ↵jan.nijtmans2016-06-291-1/+1
| | | | | | | | | | | | which are deprecated.
* | | merge trunkdgp2016-06-272-11/+35
|\ \ \ | |/ /
| * | [dd260aaf72] Allow the -dictionary option to be read from a pushed transform.dkf2016-06-271-6/+12
| |\ \ | | |/
| | * [dd260aaf72] Allow the -dictionary option to be read from a pushed transform.dkf2016-06-271-6/+12
| | |
| | * [c3d956be5b] Clearer text about positioning of optional arguments.dkf2016-06-271-5/+23
| | |
| | * (cherry-pick) Merge TIP #447: Execution Time Verbosity Levels in ↵jan.nijtmans2016-06-021-2/+12
| | | | | | | | | | | | tcltest::configure. Tcltest 2.3.8 -> 2.4.0.
| * | [c3d956be5b] Clearer text about positioning of optional arguments.dkf2016-06-271-5/+23
| | |
* | | Merge trunkjan.nijtmans2016-06-012-3/+13
|\ \ \ | |/ /
| * | Merge TIP #447: Execution Time Verbosity Levels in tcltest::configuregahr2016-06-011-2/+12
| |\ \
| | * | Add a note in tcltest manual page to betray false expectations on msec and usec.gahr2016-05-041-0/+6
| | | |
| | * | Implement msec and usec verbosity levels in tcltest::configuregahr2016-04-201-2/+6
| | | |
| * | | Change "integer string" to "integer" in documentation for [tell]. It's not ↵andy2016-05-261-1/+1
| |/ / | | | | | | | | | necessary to emphasize EIAS in every man page. The phrase "integer string" dates back to 1999 [ee1e5d143e], previous was "decimal string" which dates back to 1998, in fact the oldest version in Fossil [196f92fd17].
* | | merge trunkdgp2016-04-041-7/+6
|\ \ \ | |/ /
| * | merge trunktip_444gahr2016-04-0490-93/+93
| |\ \
| * \ \ merge trunkgahr2016-03-03111-399/+399
| |\ \ \ | | | |/ | | |/|
| * | | Clarify that weekends are intended as Saturdays and Sundaysgahr2016-03-031-1/+1
| | | |
| * | | [5f71353740] Support the "weekdays" unit in [clock add]gahr2016-02-171-7/+6
| | | |
* | | | Merge trunk. Remove excess spacing.jan.nijtmans2016-04-012-2/+2
|\ \ \ \ | | |_|/ | |/| |
* | | | merge trunkjan.nijtmans2016-03-1189-92/+92
|\ \ \ \ | |/ / /
| * | | Allow unstable Tcl releases to use unstable packages by default (this makes ↵jan.nijtmans2016-03-111-2/+2
| | | | | | | | | | | | | | | | "package require Tk" find the expected 8.7a0 version in stead of 8.6). Make many "package" test-cases work even when the environment variable TCL_PKG_PREFER_LATEST is set.
| * | | Eliminate exess spacings in remaining doc pagesjan.nijtmans2016-03-0889-91/+91
| | |/ | |/|
* | | Merge trunkjan.nijtmans2016-03-02109-400/+400
|\ \ \ | |/ /
| * | Eliminate exess spacings in many doc pages.jan.nijtmans2016-03-02111-399/+399
| |/
| * Fix a few more very minor formatting glitches.dkf2016-02-111-3/+3
| |
| * Fix minor formatting glitchdkf2016-02-111-3/+3
| |
* | merge trunkdgp2016-02-091-0/+5
|\ \ | |/
| * Add docs and tests.Joe Mistachkin2016-01-151-0/+5
| |
* | merge trunkjan.nijtmans2016-01-061-5/+13
|\ \ | |/
| * Document the Tcl_CancelEval function correctly. It was missing its second ↵dkf2016-01-011-5/+13
| | | | | | | | argument, making using it correctly impossible, especially from C++.
* | Merge trunk.jan.nijtmans2015-11-241-1/+1
|\ \ | |/ | | Use "tcl9" in stead of "tcl8" in various Makefiles, which (finally) allows to remove the hack in tm.tcl introduced in [387d3899e088f9e4]
| * Spanish translation of example correctedoehhar2015-11-171-1/+1
| |
* | merge trunkjan.nijtmans2015-10-241-1/+2
|\ \ | |/
| * [154f0982f2] Document that Tcl_NewObjectInstance() really needs to make a ↵dkf2015-10-191-1/+2
| | | | | | | | namespace.
* | merge trunkdgp2015-10-081-13/+13
|\ \ | |/
| * Fix [8587cb648c445f7]: clock default format incorrectjan.nijtmans2015-10-071-13/+13
| |\