Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge core-8-6-branch: | jan.nijtmans | 2016-07-07 | 1 | -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. | ashok | 2016-07-07 | 1 | -1/+3 |
| | | |||||
* | | Use conventional list operations for ensemble dispatch | jan.nijtmans | 2016-07-04 | 1 | -1/+1 |
|\ \ | |/ | | | Add ability to disassemble TclOO constructors and destructors | ||||
| * | typo and end-of-line spacing | jan.nijtmans | 2016-07-04 | 1 | -1/+1 |
| | | |||||
* | | Tcl_SetVar -> Tcl_SetVar2 and comparable replacements, eliminating functions ↵ | jan.nijtmans | 2016-06-29 | 1 | -1/+1 |
| | | | | | | | | which are deprecated. | ||||
* | | [dd260aaf72] Allow the -dictionary option to be read from a pushed transform. | dkf | 2016-06-27 | 1 | -6/+12 |
|\ \ | |/ | |||||
| * | [dd260aaf72] Allow the -dictionary option to be read from a pushed transform. | dkf | 2016-06-27 | 1 | -6/+12 |
| | | |||||
| * | [c3d956be5b] Clearer text about positioning of optional arguments. | dkf | 2016-06-27 | 1 | -5/+23 |
| | | |||||
| * | (cherry-pick) Merge TIP #447: Execution Time Verbosity Levels in ↵ | jan.nijtmans | 2016-06-02 | 1 | -2/+12 |
| | | | | | | | | tcltest::configure. Tcltest 2.3.8 -> 2.4.0. | ||||
* | | [c3d956be5b] Clearer text about positioning of optional arguments. | dkf | 2016-06-27 | 1 | -5/+23 |
| | | |||||
* | | Merge TIP #447: Execution Time Verbosity Levels in tcltest::configure | gahr | 2016-06-01 | 1 | -2/+12 |
|\ \ | |||||
| * | | Add a note in tcltest manual page to betray false expectations on msec and usec. | gahr | 2016-05-04 | 1 | -0/+6 |
| | | | |||||
| * | | Implement msec and usec verbosity levels in tcltest::configure | gahr | 2016-04-20 | 1 | -2/+6 |
| | | | |||||
* | | | Change "integer string" to "integer" in documentation for [tell]. It's not ↵ | andy | 2016-05-26 | 1 | -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 trunktip_444 | gahr | 2016-04-04 | 90 | -93/+93 |
|\ \ | |||||
| * | | Allow unstable Tcl releases to use unstable packages by default (this makes ↵ | jan.nijtmans | 2016-03-11 | 1 | -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 pages | jan.nijtmans | 2016-03-08 | 89 | -91/+91 |
| |/ | |||||
* | | merge trunk | gahr | 2016-03-03 | 111 | -399/+399 |
|\ \ | |/ | |||||
| * | Eliminate exess spacings in many doc pages. | jan.nijtmans | 2016-03-02 | 111 | -399/+399 |
| | | |||||
* | | Clarify that weekends are intended as Saturdays and Sundays | gahr | 2016-03-03 | 1 | -1/+1 |
| | | |||||
* | | [5f71353740] Support the "weekdays" unit in [clock add] | gahr | 2016-02-17 | 1 | -7/+6 |
|/ | |||||
* | Fix a few more very minor formatting glitches. | dkf | 2016-02-11 | 1 | -3/+3 |
| | |||||
* | Fix minor formatting glitch | dkf | 2016-02-11 | 1 | -3/+3 |
| | |||||
* | Add docs and tests. | Joe Mistachkin | 2016-01-15 | 1 | -0/+5 |
| | |||||
* | Document the Tcl_CancelEval function correctly. It was missing its second ↵ | dkf | 2016-01-01 | 1 | -5/+13 |
| | | | | argument, making using it correctly impossible, especially from C++. | ||||
* | Spanish translation of example corrected | oehhar | 2015-11-17 | 1 | -1/+1 |
| | |||||
* | [154f0982f2] Document that Tcl_NewObjectInstance() really needs to make a ↵ | dkf | 2015-10-19 | 1 | -1/+2 |
| | | | | namespace. | ||||
* | Fix [8587cb648c445f7]: clock default format incorrect | jan.nijtmans | 2015-10-07 | 1 | -13/+13 |
|\ | |||||
| * | Fix [8587cb648c445f7]: clock default format incorrect | jan.nijtmans | 2015-10-07 | 1 | -13/+13 |
| | | |||||
* | | Fix [b1f19286f0]: for command documentation. | jan.nijtmans | 2015-09-30 | 1 | -2/+2 |
|\ \ | |/ | | | Minor addendum to previous commit: Make OS version number available in ::platform::generic for Cygwin | ||||
| * | Fix [b1f19286f0]: for command documentation. | jan.nijtmans | 2015-09-30 | 1 | -1/+1 |
| | | | | | | Minor addendum to previous commit: Make OS version number available in ::platform::generic for Cygwin | ||||
* | | Document that multi-threading is on by default since 8.6 | jan.nijtmans | 2015-09-04 | 1 | -5/+6 |
| | | |||||
* | | Remove unnecessary end-of-line spacing (preparing for some further ↵ | jan.nijtmans | 2015-09-04 | 9 | -71/+71 |
| | | | | | | | | documentation updates) | ||||
* | | [7703ff1082] Improved wording. | dkf | 2015-08-30 | 1 | -4/+5 |
|\ \ | |/ | |||||
| * | [7703ff1082] Improved wording. | dkf | 2015-08-30 | 1 | -4/+5 |
| | | |||||
* | | Fix [7703ff1082]: extra argument ?pattern? of parray is not documented | jan.nijtmans | 2015-08-27 | 1 | -8/+9 |
|\ \ | |/ | |||||
| * | Fix [7703ff1082]: extra argument ?pattern? of parray is not documented | jan.nijtmans | 2015-08-27 | 1 | -8/+9 |
| | | |||||
* | | [465213d171] Documentation correction for Tcl_NewMethod. | dkf | 2015-08-18 | 1 | -1/+3 |
| | | |||||
* | | [2c509f6291] Minor documentation correction from Peter Lewerin. | dkf | 2015-08-18 | 1 | -1/+1 |
| | | |||||
* | | [d06b029d9d] next(n) documentation examples correction, from Peter Lewerin. | dkf | 2015-08-18 | 1 | -2/+2 |
| | | |||||
* | | [e424e31ac7]: Corrected documentation of [regexp -indices] to mention all ↵ | dkf | 2015-08-17 | 1 | -1/+1 |
| | | | | | | | | affected arguments. | ||||
* | | Fix [6f74ac47278f437a]: No man link to Tcl_UtfNcasecmp() during install on unix | jan.nijtmans | 2015-08-06 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Fix [6f74ac47278f437a]: No man link to Tcl_UtfNcasecmp() during install on unix | jan.nijtmans | 2015-08-06 | 1 | -1/+1 |
| | | |||||
* | | Spell out [info exists] in example code for [exit] command. | andy | 2015-07-14 | 1 | -1/+1 |
| | | |||||
* | | Documentation: source ignores BOM for unicode files | oehhar | 2015-07-07 | 1 | -0/+2 |
|\ \ | |/ | |||||
| * | Documentation: source ignores BOM for unicode files | oehhar | 2015-07-07 | 1 | -0/+2 |
| | | |||||
* | | [TIP 412] msgcat dynamic locale change and package private locale (msgcat 1.6.0) | oehhar | 2015-06-29 | 1 | -19/+285 |
|\ \ | |||||
| * | | Manpage, callback fail calls bgerror, clean catalog on packagelocale unset | oehhar | 2015-06-26 | 1 | -19/+285 |
| | | | |||||
| * | | Merge trunk | oehhar | 2015-06-22 | 2 | -2/+2 |
| |\ \ | |/ / |/| | | |||||
| * | | merge trunk | oehhar | 2015-05-31 | 231 | -1137/+1453 |
| |\ \ |