summaryrefslogtreecommitdiffstats
path: root/Help/guide/tutorial/Step6/MathFunctions
stat options
Period:
Authors:

Commits per author per week (path 'Help/guide/tutorial/Step6/MathFunctions')

AuthorW13 2026W14 2026W15 2026W16 2026Total
Total00000
3af3ad5_fork'>bug_13d3af3ad5_fork Tcl is a high-level, general-purpose, interpreted, dynamic programming language. It was designed with the goal of being very simple but powerful.
summaryrefslogtreecommitdiffstats
path: root/unix/tclLoadDl.c
Commit message (Expand)AuthorAgeFilesLines
* Where "interp" is only used for error-reporting, it can be allowed to be NULL...jan.nijtmans2015-10-071-11/+14
* Finish the TIP #416 implementation as specified (#define's were still missing...jan.nijtmans2012-11-071-2/+2
* syntax improvement: expect options before the filenamejan.nijtmans2012-10-241-1/+1
* experimental implementation of FRQ-3579001jan.nijtmans2012-10-241-4/+15
* Add "flags" parameter from Tcl_LoadFile to to various internal functions, so ...jan.nijtmans2012-10-231-1/+2
|\
* | Followup to [6325d5dbeac6f91d28d6]. dlerror() may return NULL. Fixed the code...andreask2012-08-271-1/+7
* | Unbreak.stwo2012-08-041-1/+1
* | more result generation conversiondkf2012-08-041-5/+5
* | Factor out a number of common patterns of use of Tcl_DStringAppend.dkf2012-07-031-1/+1
* | Revert mistaken commit.dgp2012-01-091-1/+0
* | Fix loading of timezones where one abbreviation is a proper suffix of another...Kevin B Kenny2012-01-081-0/+1
|\ \ | |/
* | [Bug #3216070] Loading extension libraries from embedded Tcl applications.jan.nijtmans2011-03-221-7/+13
|\ \ | |/
| * [Bug #3216070] Loading extension libraries from embedded Tcl applications.jan.nijtmans2011-03-221-7/+13
| |\
| | * bug-3216070bug_3216070jan.nijtmans2011-03-161-7/+7
| |/
* | Adjust ckalloc/ckfree macros to greatly reduce number of explicit casts indkf2011-03-121-3/+3
* | Now that we're no longer using SCM based on RCS, the RCS Keyword linesdgp2011-03-021-2/+0
|\ \ | |/
| * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-021-2/+0
| |\
| | * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-011-2/+0
| | * Workaround for silly compiler bug. [Bug 1503729]dkf2006-06-131-3/+9
* | | Eliminate various unnecessary type casts, use function typedefs whenever poss...nijtmans2010-06-21