Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge trunk | jan.nijtmans | 2017-03-29 | 1 | -1/+1 |
|\ | |||||
| * | In comments and documentation, distinguish between __int64 (a Microsoft ↵ | jan.nijtmans | 2017-03-29 | 1 | -1/+1 |
| |\ | | | | | | | | | | 64-bit integer type) and int64_t (C99 equivalent) | ||||
| | * | In comments and documentation, distinguish between __int64 (a Microsoft ↵ | jan.nijtmans | 2017-03-29 | 1 | -1/+1 |
| | | | | | | | | | | | | 64-bit integer type) and int64_t (C99 equivalent) | ||||
| | * | Remove "makefile.bc". Not updated for many-many years, most likely it ↵ | jan.nijtmans | 2017-03-07 | 1 | -1/+1 |
| | | | | | | | | | | | | doesn't work any more and it doesn't seem to care anyone. Let's see if someone complains ;-) | ||||
| | * | s/then/than/ in Eval.3 manpage | bch | 2017-02-06 | 1 | -1/+1 |
| | | | |||||
* | | | Merge trunk | jan.nijtmans | 2017-03-17 | 1 | -3/+3 |
|\ \ \ | |/ / | |||||
| * | | If Tcl is compiled with -DTCL_NO_DEPRECATED, make sure that ↵ | jan.nijtmans | 2017-03-17 | 1 | -2/+0 |
| | | | | | | | | | | | | iPtr->(resultSpace|appendResult|appendAvl|appendUsed) are not used any more. | ||||
| * | | Fixes to docs made possible by recent HTML rendering fixes for Tk. | dkf | 2017-03-16 | 1 | -3/+3 |
| | | | |||||
* | | | merge trunk | jan.nijtmans | 2017-03-13 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Add back missing significant character | dkf | 2017-03-13 | 1 | -1/+1 |
| | | | |||||
| * | | Fix error in formatting in info.n | fvogel | 2017-03-12 | 1 | -1/+1 |
| | | | |||||
* | | | merge trunk | jan.nijtmans | 2017-02-07 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | cherrypick typo fix. | bch | 2017-02-06 | 1 | -1/+1 |
| | | | |||||
* | | | merge trunk | jan.nijtmans | 2017-01-31 | 1 | -12/+36 |
|\ \ \ | |/ / | |||||
| * | | Update documentation on recent changes in Tcl_LinkVar. | jan.nijtmans | 2017-01-31 | 1 | -12/+36 |
| |\ \ | | |/ | | | | Minor code clean-up. No functional changes. | ||||
| | * | Update documentation on recent changes in Tcl_LinkVar. | jan.nijtmans | 2017-01-31 | 1 | -12/+36 |
| | | | | | | | | | | | | Don't use TCL_NO_DEPRECATED for disabling tests-cases: Those were not deprecated in 8.6 yet. Minor code clean-up. No functional changes. | ||||
* | | | merge trunk | jan.nijtmans | 2017-01-20 | 1 | -1/+2 |
|\ \ \ | |/ / | |||||
| * | | Fix [1f4bb8162f]: lsort -dictionary documentation to be improved | fvogel | 2017-01-19 | 1 | -1/+2 |
| |\ \ | | |/ | |||||
| | * | Fix [1f4bb8162f]: lsort -dictionary documentation to be improved | fvogel | 2017-01-19 | 1 | -1/+2 |
| | | | |||||
* | | | Merge trunk | jan.nijtmans | 2017-01-05 | 2 | -3/+12 |
|\ \ \ | |/ / | |||||
| * | | TIP [http://www.tcl.tk/cgi-bin/tct/tip/459|459] implementation, but (for ↵ | jan.nijtmans | 2017-01-04 | 2 | -3/+12 |
| |\ \ | | | | | | | | | | | | | now) without the "source -nopkg" part. | ||||
| | * | | Complete implementation, tests and documentation | jan.nijtmans | 2016-11-28 | 2 | -3/+12 |
| | | | | |||||
* | | | | merge trunk | jan.nijtmans | 2017-01-04 | 2 | -2/+26 |
|\ \ \ \ | |/ / / | |||||
| * | | | TIP [http://www.tcl.tk/cgi-bin/tct/tip/456|456] implementation: Extend the C ↵tip_456 | jan.nijtmans | 2017-01-04 | 2 | -2/+26 |
| |\ \ \ | | | | | | | | | | | | | | | | API to Support Passing Options to TCP Server Creation | ||||
| | * | | | Update the documentation | limeboy | 2016-12-14 | 1 | -1/+4 |
| | | | | | |||||
| | * | | | Windows support and minor touchups to the documentation. | limeboy | 2016-11-25 | 1 | -1/+1 |
| | | | | | |||||
| | * | | | Minor documentation touchups. | limeboy | 2016-11-25 | 1 | -3/+3 |
| | | | | | |||||
| | * | | | Merge trunk, and fix two socket test-cases. | jan.nijtmans | 2016-11-25 | 1 | -1/+1 |
| | |\ \ \ | | | |/ / | |||||
| | * | | | First round of documentation update. | limeboy | 2016-11-24 | 2 | -1/+22 |
| | |/ / | |||||
* | | | | Merge trunk | jan.nijtmans | 2016-12-21 | 1 | -3/+3 |
|\ \ \ \ | |/ / / | |||||
| * | | | Document that from the "exact" parameter of Tcl_InitStubs(), only bit 0 has ↵ | jan.nijtmans | 2016-12-20 | 1 | -3/+3 |
| |/ / | | | | | | | | | | meaning. | ||||
* | | | Merge trunk | jan.nijtmans | 2016-11-18 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Remove extra space in documentation for [file stat] | andy | 2016-11-18 | 1 | -1/+1 |
| | | | |||||
* | | | merge trunk | jan.nijtmans | 2016-11-04 | 1 | -5/+5 |
|\ \ \ | |/ / | |||||
| * | | Make packages msgcat and tcltest work unmodified in "novem". Make more ↵ | jan.nijtmans | 2016-11-04 | 1 | -5/+5 |
| |\ \ | | |/ | | | | | | | test-cases work unmodified in "novem". | ||||
* | | | merge trunk | dgp | 2016-11-01 | 1 | -1/+6 |
|\ \ \ | |/ / | |||||
| * | | [253ba6e818] Improved description of [variable] behaviour. | dkf | 2016-10-30 | 1 | -1/+6 |
| |\ \ | | |/ | |||||
| | * | [253ba6e818] Improved description of [variable] behaviour. | dkf | 2016-10-30 | 1 | -1/+6 |
| | | | |||||
* | | | merge trunk | dgp | 2016-10-12 | 1 | -1/+2 |
|\ \ \ | |/ / | |||||
| * | | [74bc0e44f5] Doc tweak. | dkf | 2016-10-12 | 1 | -1/+2 |
| |\ \ | | |/ | |||||
| | * | [74bc0e44f5] Doc tweak. | dkf | 2016-10-12 | 1 | -1/+2 |
| | |\ | |||||
| | | * | [74bc0e44f5] Doc tweak. | dkf | 2016-10-12 | 1 | -1/+2 |
| | | | | |||||
* | | | | merge trunk | dgp | 2016-10-11 | 4 | -18/+27 |
|\ \ \ \ | |/ / / | |||||
| * | | | [62b36e326c] Noted edge case in behaviour of [concat] with empty arguments. | dkf | 2016-10-09 | 1 | -0/+1 |
| |\ \ \ | | |/ / | |||||
| | * | | [62b36e326c] Noted edge case in behaviour of [concat] with empty arguments. | dkf | 2016-10-09 | 1 | -0/+1 |
| | |\ \ | | | |/ | |||||
| | | * | [62b36e326c] Noted edge case in behaviour of [concat] with empty arguments. | dkf | 2016-10-09 | 1 | -0/+1 |
| | | | | |||||
| * | | | [7114ac6141] Improve testing and docs of Tcl_GetInt and Tcl_GetDouble. No ↵ | dkf | 2016-10-09 | 1 | -8/+23 |
| |\ \ \ | | |/ / | | | | | | | | | behaviour change. | ||||
| | * | | [7114ac6141] Improve testing and docs of Tcl_GetInt and Tcl_GetDouble. No ↵ | dkf | 2016-10-09 | 1 | -8/+23 |
| | | | | | | | | | | | | | | | | behaviour change. | ||||
| | * | | Be more accurate about scan's %i | dkf | 2016-10-09 | 1 | -3/+1 |
| | | | | |||||
| * | | | Be more accurate about scan's %i | ferrieux | 2016-10-09 | 1 | -3/+1 |
| | | | |