| Commit message (Expand) | Author | Age | Files | Lines |
| * | unbreak trunk; fix some warnings | donal.k.fellows@manchester.ac.uk | 2012-11-15 | 1 | -1/+2 |
|
|
| * | Finish the TIP #416 implementation as specified (#define's were still missing... | nijtmans@users.sourceforge.net | 2012-11-07 | 1 | -2/+2 |
|
|
| * | experimental implementation of FRQ-3579001 | nijtmans@users.sourceforge.net | 2012-10-24 | 1 | -12/+24 |
|
|
| * | Add "flags" parameter from Tcl_LoadFile to to various internal functions, so ... | nijtmans@users.sourceforge.net | 2012-10-23 | 1 | -5/+8 |
| |\ |
|
| * | | Reduce the amount of ifdeffery somewhat by requiring at least OSX Tiger. That's | donal.k.fellows@manchester.ac.uk | 2012-08-04 | 1 | -174/+78 |
|
|
| * | | Factor out a number of common patterns of use of Tcl_DStringAppend. | donal.k.fellows@manchester.ac.uk | 2012-07-03 | 1 | -1/+1 |
|
|
| * | | [Bug #3216070] Loading extension libraries from embedded Tcl applications. | nijtmans@users.sourceforge.net | 2011-03-22 | 1 | -2/+8 |
| |\ \
| |/ |
|
| | * | [Bug #3216070] Loading extension libraries from embedded Tcl applications. | nijtmans@users.sourceforge.net | 2011-03-22 | 1 | -2/+8 |
| | |\ |
|
| | | * | bug-3216070 | nijtmans@users.sourceforge.net | 2011-03-16 | 1 | -2/+2 |
| | |/ |
|
| * | | Adjust ckalloc/ckfree macros to greatly reduce number of explicit casts in | donal.k.fellows@manchester.ac.uk | 2011-03-12 | 1 | -13/+9 |
|
|
| * | | Now that we're no longer using SCM based on RCS, the RCS Keyword lines | dgp@users.sourceforge.net | 2011-03-02 | 1 | -2/+0 |
| |\ \
| |/ |
|
| | * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp@users.sourceforge.net | 2011-03-02 | 1 | -2/+0 |
| | |\ |
|
| | | * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp@users.sourceforge.net | 2011-03-01 | 1 | -2/+0 |
|
|
| | | * | fix building on Panther | das | 2007-09-05 | 1 | -1/+2 |
|
|
| | | * | * unix/tclLoadDyld.c: use dlfcn API on Mac OS X 10.4 and later; fix | das | 2007-08-14 | 1 | -175/+368 |
|
|
| | | * | * unix/tclLoadDyld.c (TclpLoadMemory): fix (void*) arithmetic. | das | 2007-04-29 | 1 | -42/+48 |
|
|
| | | * | * macosx/tclMacOSXNotify.c (Tcl_InitNotifier, Tcl_WaitForEvent): create | das | 2006-07-20 | 1 | -23/+9 |
|
|
| | | * | typo in TclpLoadMemory() error msg | das | 2006-03-16 | 1 | -2/+2 |
|
|
| | | * | add #include <libkern/OSByteOrder.h> for OSX 10.2 | das | 2005-11-27 | 1 | -1/+2 |
|
|
| | | * | * unix/tcl.m4 (Darwin): add 64bit support, check for Tiger copyfile(), | das | 2005-11-27 | 1 | -11/+56 |
|
|
| | | * | * unix/configure, unix/tcl.m4: revert 2005-07-28 change. | das | 2005-07-30 | 1 | -263/+331 |
|
|
| | | * | * unix/tclLoadDyld.c: fixed header confilict when building this file | das | 2005-06-04 | 1 | -1/+2 |
|
|
| | | * | * generic/tclIOUtil.c (TclLoadFile): | das | 2005-05-24 | 1 | -41/+281 |
|
|
| | | * | * macosx/tclMacOSXBundle.c: | das | 2005-05-14 | 1 | -6/+6 |
|
|
| | * | | * unix/tclLoadDyld.c: use RTLD_GLOBAL instead of RTLD_LOCAL. | das | 2009-04-10 | 1 | -3/+3 |
|
|
| * | | | Fix two failing tests by matching the can't-lookup-symbol error message. | donal.k.fellows@manchester.ac.uk | 2010-04-05 | 1 | -2/+3 |
|
|
| * | | | * generic/tclIOUtil.c (Tcl_LoadFile): Corrections to previous commit | donal.k.fellows@manchester.ac.uk | 2010-04-02 | 1 | -22/+23 |
|
|
| * | | | * generic/tcl.decls: [TIP #357]: First round of changes | Kevin B Kenny | 2010-04-02 | 1 | -14/+36 |
|
|
| * | | | Revert a few files from the previous commit, preventing | nijtmans | 2010-03-11 | 1 | -3/+3 |
|
|
| * | | | Remove unnecessary '&' decoration for function | nijtmans | 2010-03-11 | 1 | -3/+3 |
|
|
| * | | | * unix/tclLoadDyld.c: use RTLD_GLOBAL instead of RTLD_LOCAL. | das | 2009-04-10 | 1 | -3/+3 |
|
|
| * | | | - eliminate some unnessary type casts | nijtmans | 2009-02-03 | 1 | -7/+7 |
|
|
| * | | | Get rid of pre-C89-isms (esp. CONST vs const). | donal.k.fellows@manchester.ac.uk | 2008-04-27 | 1 | -4/+4 |
| |/ / |
|
| * | | merge stable branch onto HEAD | dgp@users.sourceforge.net | 2007-12-13 | 1 | -1/+1 |
|
|
| * | | fix building on Panther | das | 2007-09-05 | 1 | -1/+2 |
|
|
| * | | * unix/tclLoadDyld.c: use dlfcn API on Mac OS X 10.4 and later; fix | das | 2007-08-14 | 1 | -171/+368 |
|
|
| * | | * unix/tclLoadDyld.c (TclpLoadMemory): fix (void*) arithmetic. | das | 2007-04-23 | 1 | -4/+4 |
|
|
| * | | Complete the purge of K&R function definitions from manually-written code. | donal.k.fellows@manchester.ac.uk | 2007-04-16 | 1 | -2/+4 |
|
|
| * | | * macosx/tclMacOSXNotify.c (Tcl_InitNotifier, Tcl_WaitForEvent): create | das | 2006-07-20 | 1 | -23/+9 |
|
|
| * | | typo in TclpLoadMemory() error msg | das | 2006-03-16 | 1 | -2/+2 |
|
|
| * | | add #include <libkern/OSByteOrder.h> for OSX 10.2 | das | 2005-11-27 | 1 | -1/+2 |
|
|
| * | | * unix/tcl.m4 (Darwin): add 64bit support, check for Tiger copyfile(), | das | 2005-11-27 | 1 | -12/+56 |
|
|
| * | | More bits of ANSIfying | donal.k.fellows@manchester.ac.uk | 2005-11-11 | 1 | -36/+37 |
|
|
| * | | * unix/tclLoadDyld.c (TclpDlopen, TclpLoadMemory): workarounds | das | 2005-07-30 | 1 | -13/+35 |
|
|
| * | | Formatting systematization.
| donal.k.fellows@manchester.ac.uk | 2005-07-19 | 1 | -263/+309 |
|
|
| * | | * generic/tclIOUtil.c (TclLoadFile): | das | 2005-05-23 | 1 | -45/+285 |
|
|
| * | | * generic/tclInt.decls: | das | 2005-05-14 | 1 | -6/+6 |
|
|
| * | | Patch 922727 committed. Implements three changes: | dgp@users.sourceforge.net | 2004-04-06 | 1 | -2/+1 |
| |/ |
|
| * | * unix/tclLoadDyld.c (Tcl_PackageInitProc): pass all dyld error | das | 2002-10-29 | 1 | -1/+6 |
|
|
| * | load fixes for Bug 611108 | vincentdarley | 2002-10-10 | 1 | -3/+24 |
|
|