Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | | | * | fixes [92564326a9] if compiled on some x86 systems (with dirent64 but ↵ | sebres | 2018-06-04 | 4 | -6/+85 | |
| | | | | | | | | | | | | | | | | | | | | without DIR64, partially cherry-picked from https://www.androwish.org/index.html/info/6119b8ac2aee8411). | |||||
| * | | | | TIP 500: Private Methods and Variables in TclOO | dkf | 2018-06-03 | 20 | -527/+2303 | |
| |\ \ \ \ | | |/ / / | ||||||
| | * | | | TIP 500: Private Methods and Variables in TclOO | dkf | 2018-06-03 | 20 | -527/+2303 | |
| | |\ \ \ | ||||||
| | | * \ \ | merge core-8-branch | dkf | 2018-06-02 | 47 | -383/+358 | |
| | | |\ \ \ | | | |/ / / | | |/| | | | ||||||
| | | * | | | Tweaking the documentation | dkf | 2018-05-30 | 5 | -47/+103 | |
| | | | | | | ||||||
| | | * | | | Add sensible behaviour with export and unexport of private methods. | dkf | 2018-05-27 | 2 | -3/+41 | |
| | | | | | | ||||||
| | | * | | | More docs | dkf | 2018-05-22 | 1 | -94/+115 | |
| | | | | | | ||||||
| | | * | | | merge core-8-branch | dkf | 2018-05-20 | 37 | -702/+459 | |
| | | |\ \ \ | ||||||
| | | * | | | | Minor updates to C API to handle private methods. | dkf | 2018-05-19 | 5 | -13/+47 | |
| | | | | | | | ||||||
| | | * | | | | Corrections for a number of small things to align with TIP | dkf | 2018-05-19 | 5 | -11/+111 | |
| | | | | | | | ||||||
| | | * | | | | Make [info object methods] and [info class methods] work right. | dkf | 2018-05-15 | 4 | -4/+52 | |
| | | | | | | | ||||||
| | | * | | | | Make sure that [self call] reports useful info. | dkf | 2018-05-14 | 4 | -142/+201 | |
| | | | | | | | ||||||
| | | * | | | | Correct results from unknown method handler. | dkf | 2018-05-13 | 5 | -83/+315 | |
| | | | | | | | ||||||
| | | * | | | | Make [info vars] aware of private variable resolution. | dkf | 2018-05-13 | 2 | -4/+69 | |
| | | | | | | | ||||||
| | | * | | | | Merge core-8-branch | dkf | 2018-05-13 | 29 | -664/+1261 | |
| | | |\ \ \ \ | ||||||
| | | * | | | | | More efficient way of getting array element names; why search when direct ↵ | dkf | 2018-05-07 | 1 | -14/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | lookup is possible? | |||||
| | | * | | | | | Make the 'varname' method know about private variables. | dkf | 2018-05-07 | 2 | -0/+87 | |
| | | | | | | | | ||||||
| | | * | | | | | Documentation. | dkf | 2018-05-06 | 3 | -4/+105 | |
| | | | | | | | | ||||||
| | | * | | | | | Corrections to test names. | dkf | 2018-05-06 | 1 | -4/+4 | |
| | | | | | | | | ||||||
| | | * | | | | | Fix up instance privates. | dkf | 2018-05-06 | 2 | -67/+160 | |
| | | | | | | | | ||||||
| | | * | | | | | merge 8.7 | dkf | 2018-05-05 | 47 | -1958/+2578 | |
| | | |\ \ \ \ \ | ||||||
| | | * | | | | | | Private methods seem to be working... | dkf | 2018-05-05 | 6 | -55/+253 | |
| | | | | | | | | | ||||||
| | | * | | | | | | Added basic tests of the 'private' definition command. | dkf | 2018-04-15 | 1 | -2/+50 | |
| | | | | | | | | | ||||||
| | | * | | | | | | Testing the private variables. | dkf | 2018-04-15 | 2 | -4/+102 | |
| | | | | | | | | | ||||||
| | | * | | | | | | Added tests for [info object creationid] | dkf | 2018-04-15 | 2 | -2/+69 | |
| | | | | | | | | | ||||||
| | | * | | | | | | Duplicate the private variable config when cloning objects. | dkf | 2018-04-13 | 1 | -2/+17 | |
| | | | | | | | | | ||||||
| | | * | | | | | | Added introspectors mentioned in TIP. | dkf | 2018-04-12 | 1 | -19/+135 | |
| | | | | | | | | | ||||||
| | | * | | | | | | Start of private method dispatch machinery. | dkf | 2018-04-05 | 4 | -13/+65 | |
| | | | | | | | | | ||||||
| | | * | | | | | | merge 8.7 | dgp | 2018-03-30 | 224 | -7692/+9668 | |
| | | |\ \ \ \ \ \ | ||||||
| | | * | | | | | | | This should be the implementation of private variables. | dkf | 2018-03-18 | 4 | -96/+264 | |
| | | | | | | | | | | ||||||
| | | * | | | | | | | Starting to build the implementation of the private methods and variables. ↵ | dkf | 2018-02-25 | 4 | -3/+93 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Definition support. | |||||
| * | | | | | | | | | merge 8.7 | jan.nijtmans | 2018-05-31 | 3 | -4/+2 | |
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | ||||||
| | * | | | | | | | | Neither use --disable-threads on MacOS builds, and don't mention it any more ↵ | jan.nijtmans | 2018-05-31 | 3 | -4/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | in the README | |||||
| * | | | | | | | | | Merge 8.7 | jan.nijtmans | 2018-05-30 | 2 | -2/+2 | |
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | ||||||
| | * | | | | | | | | No longer pass "--enable-threads" to battery-included sub-packages, since ↵ | jan.nijtmans | 2018-05-30 | 2 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | it's the default, even when Tcl is built without threads, now. This opens the way (in the future) to remove this option from the sub-packages | |||||
| * | | | | | | | | | merge 8.7 | jan.nijtmans | 2018-05-29 | 6 | -21/+71 | |
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | ||||||
| | * | | | | | | | | merge 8.6 | jan.nijtmans | 2018-05-29 | 4 | -21/+69 | |
| | |\ \ \ \ \ \ \ \ | | | | |_|_|_|_|/ / | | | |/| | | | | | | ||||||
| | | * | | | | | | | merge 8.5 | sebres | 2018-05-28 | 1 | -2/+2 | |
| | | |\ \ \ \ \ \ \ | | | | | |_|_|_|_|/ | | | | |/| | | | | | ||||||
| | | | * | | | | | | win: searching for FQDN in user-name should be utf-8 safe (user-name could ↵ | sebres | 2018-05-28 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | contain non-ascii utf-8 chars) | |||||
| | | * | | | | | | | merge 8.5 (conflicts resolved, rewritten without winapi-stubs) | sebres | 2018-05-28 | 4 | -19/+67 | |
| | | |\ \ \ \ \ \ \ | | | | |/ / / / / / | ||||||
| | | | * | | | | | | merge-integrate sebres-bug-9e6b569963-8-5-branch to 8.5 | sebres | 2018-05-28 | 4 | -79/+142 | |
| | | | |\ \ \ \ \ \ | ||||||
| | | | | * | | | | | | minor indentation fix (no functional changes) | sebres | 2018-05-25 | 1 | -4/+4 | |
| | | | | | | | | | | | ||||||
| | | | | * | | | | | | avoid dual init of stubs (possible race condition, 8.5th only) | sebres | 2018-05-25 | 1 | -19/+20 | |
| | | | | | | | | | | | ||||||
| | | | | * | | | | | | optimized winapi-stubs loading (8.5th only); if user name specified without ↵ | sebres | 2018-05-25 | 3 | -89/+134 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | domain and equals the current user - try safest and fastest way to get current user-home path (without usage of netapi) | |||||
| | | | | * | | | | | | merge/reintegrate test-cases from bug-9e6b569963 | sebres | 2018-05-25 | 1 | -0/+6 | |
| | | | | |\ \ \ \ \ \ | ||||||
| | | | | | * | | | | | | Remove test filesystem-1.30.3, this is unstestable | fvogel | 2018-05-24 | 1 | -3/+0 | |
| | | | | | | | | | | | | ||||||
| | | | | | * | | | | | | Add support for ~domain\user style user names, with new test test ↵ | fvogel | 2018-05-23 | 2 | -3/+18 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | filesystem-1.30.3. Warning: does not yet work. | |||||
| | | | | | * | | | | | | Add test filesystem-1.30.2 {normalisation of nonexistent user specified as ↵ | fvogel | 2018-05-19 | 1 | -0/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | user@domain} | |||||
| | | | | | * | | | | | | Fix [9e6b569963]: file normalize ~user fails on Windows | fvogel | 2018-05-18 | 1 | -1/+3 | |
| | | | | | | | | | | | | ||||||
| | | | | | * | | | | | | Add test filesystem-1.30.1 checking file normalize ~$::tcl_platform(user). ↵ | fvogel | 2018-05-18 | 1 | -0/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This test should currently fail when the computer is connected to a Windows domain controller, due to [9e6b569963]: file normalize ~user fails on Windows |