summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Align common install locations in SC_PATH_TCLCONFIG and SC_PATH_TKCONFIG.stu2018-06-151-1/+6
* | | | | Merge trunk. Some more size_t additions in parameters/fieldsjan.nijtmans2018-06-1448-643/+2548
|\ \ \ \ \ | |/ / / /
| * | | | merge 8.7dgp2018-06-132-12/+23
| |\ \ \ \ | | |/ / /
| | * | | merge 8.6dgp2018-06-131-2/+0
| | |\ \ \ | | | |/ /
| | | * | merge 8.5dgp2018-06-131-2/+0
| | | |\ \ | | | | |/
| | | | * Stop creating a stray child process.dgp2018-06-131-2/+0
| | * | | Avoid valgrind "still reachable" reports stemming from early termination ofpooryorick2018-06-131-10/+23
| * | | | Don't call getsockname(2) in Tcl_MakeFileChannel(3) unless absolutely necessary.stu2018-06-131-11/+13
| * | | | merge 8.7dgp2018-06-121-8/+4
| |\ \ \ \ | | |/ / /
| | * | | merge 8.6dgp2018-06-121-8/+4
| | |\ \ \ | | | |/ /
| | | * | merge 8.5dgp2018-06-121-8/+4
| | | |\ \ | | | | |/
| | | | * [860a9f1945] Remove test safe-8.8; Mac OS 9 tests are no longer useful.dgp2018-06-121-8/+4
| | * | | merge-mark (Unicode 11.0 beta was already here, and there were not changed in...jan.nijtmans2018-06-090-0/+0
| | |\ \ \ | | | |/ /
| | | * | Merge 8.5 (= update Unicode data to Unicode version 11.0)jan.nijtmans2018-06-092-954/+984
| | | |\ \ | | | | |/
| | | | * Update all Unicode tables to Unicode version 11.0jan.nijtmans2018-06-092-954/+984
| | | | * Update to latest tzdata (backported from 8.6)jan.nijtmans2018-06-0992-3461/+3467
| | | * | merge 8.5 (empty merge point, no functional changes, because does not affect ...sebres2018-06-080-0/+0
| | | |\ \ | | | | |/
| | | | * resolves some warnings by compiling with new gcc-versions (>= 7.x):sebres2018-06-082-3/+9
| * | | | merge 8.7jan.nijtmans2018-06-081-13/+1
| |\ \ \ \ | | |/ / /
| | * | | re-generate configure script (where does --runstatedir come from?jan.nijtmans2018-06-081-13/+1
| | * | | Give tests more time to finish since valgrind slows things down considerably.pooryorick2018-06-071-7/+12
| | * | | amend to [eeefdb44cf]: fixes missing install path (closes [593aa7c421]) for m...sebres2018-06-052-2/+2
| * | | | Give tests more time to finish since valgrind slows things down considerably.pooryorick2018-06-071-7/+12
| * | | | merge 8.7sebres2018-06-054-7/+68
| |\ \ \ \ | | |/ / /
| | * | | re-autoconfigure with v.2.69sebres2018-06-051-42/+24
| | * | | merge 8.6sebres2018-06-054-6/+85
| | |\ \ \ | | | |/ /
| | | * | merge 8.5sebres2018-06-044-6/+85
| | | |\ \ | | | | |/
| | | | * fixes [92564326a9] if compiled on some x86 systems (with dirent64 but without...sebres2018-06-044-6/+85
| * | | | TIP 500: Private Methods and Variables in TclOOdkf2018-06-0320-527/+2303
| |\ \ \ \ | | |/ / /
| | * | | TIP 500: Private Methods and Variables in TclOOdkf2018-06-0320-527/+2303
| | |\ \ \
| | | * \ \ merge core-8-branchdkf2018-06-0247-383/+358
| | | |\ \ \ | | | |/ / / | | |/| | |
| | | * | | Tweaking the documentationdkf2018-05-305-47/+103
| | | * | | Add sensible behaviour with export and unexport of private methods.dkf2018-05-272-3/+41
| | | * | | More docsdkf2018-05-221-94/+115
| | | * | | merge core-8-branchdkf2018-05-2037-702/+459
| | | |\ \ \
| | | * | | | Minor updates to C API to handle private methods.dkf2018-05-195-13/+47
| | | * | | | Corrections for a number of small things to align with TIPdkf2018-05-195-11/+111
| | | * | | | Make [info object methods] and [info class methods] work right.dkf2018-05-154-4/+52
| | | * | | | Make sure that [self call] reports useful info.dkf2018-05-144-142/+201
| | | * | | | Correct results from unknown method handler.dkf2018-05-135-83/+315
| | | * | | | Make [info vars] aware of private variable resolution.dkf2018-05-132-4/+69
| | | * | | | Merge core-8-branchdkf2018-05-1329-664/+1261
| | | |\ \ \ \
| | | * | | | | More efficient way of getting array element names; why search when direct loo...dkf2018-05-071-14/+4
| | | * | | | | Make the 'varname' method know about private variables.dkf2018-05-072-0/+87
| | | * | | | | Documentation.dkf2018-05-063-4/+105
| | | * | | | | Corrections to test names.dkf2018-05-061-4/+4
| | | * | | | | Fix up instance privates.dkf2018-05-062-67/+160
| | | * | | | | merge 8.7dkf2018-05-0547-1958/+2578
| | | |\ \ \ \ \
| | | * | | | | | Private methods seem to be working...dkf2018-05-056-55/+253
| | | * | | | | | Added basic tests of the 'private' definition command.dkf2018-04-151-2/+50