summaryrefslogtreecommitdiffstats
path: root/unix/tclLoadDyld.c
Commit message (Expand)AuthorAgeFilesLines
* Fix [d2612a2fa193196787aab33bb57f69b1eef9e30c|d2612a2fa1]: Build breaks becau...jan.nijtmans2017-08-221-0/+2
* Squelch otherwise-unavoidable OSX warnings. It's like magic!dkf2015-04-091-0/+1
* unbreak trunk; fix some warningsdkf2012-11-151-1/+2
* Finish the TIP #416 implementation as specified (#define's were still missing...jan.nijtmans2012-11-071-2/+2
* experimental implementation of FRQ-3579001jan.nijtmans2012-10-241-12/+24
* Add "flags" parameter from Tcl_LoadFile to to various internal functions, so ...jan.nijtmans2012-10-231-5/+8
|\
* | Reduce the amount of ifdeffery somewhat by requiring at least OSX Tiger. That'sdkf2012-08-041-174/+78
* | Factor out a number of common patterns of use of Tcl_DStringAppend.dkf2012-07-031-1/+1
* | [Bug #3216070] Loading extension libraries from embedded Tcl applications.jan.nijtmans2011-03-221-2/+8
|\ \ | |/
| * [Bug #3216070] Loading extension libraries from embedded Tcl applications.jan.nijtmans2011-03-221-2/+8
| |\
| | * bug-3216070bug_3216070jan.nijtmans2011-03-161-2/+2
| |/
* | Adjust ckalloc/ckfree macros to greatly reduce number of explicit casts indkf2011-03-121-13/+9
* | 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
| | * fix building on Pantherdas2007-09-051-1/+2
| | * * unix/tclLoadDyld.c: use dlfcn API on Mac OS X 10.4 and later; fixdas2007-08-141-175/+368
| | * * unix/tclLoadDyld.c (TclpLoadMemory): fix (void*) arithmetic.das2007-04-291-42/+48
| | * * macosx/tclMacOSXNotify.c (Tcl_InitNotifier, Tcl_WaitForEvent): createdas2006-07-201-23/+9
| | * typo in TclpLoadMemory() error msgdas2006-03-161-2/+2
| | * add #include <libkern/OSByteOrder.h> for OSX 10.2das2005-11-271-1/+2
| | * * unix/tcl.m4 (Darwin): add 64bit support, check for Tiger copyfile(),das2005-11-271-11/+56
| | * * unix/configure, unix/tcl.m4: revert 2005-07-28 change.das2005-07-301-263/+331
| | * * unix/tclLoadDyld.c: fixed header confilict when building this filecore_8_4_10das2005-06-041-1/+2
| | * * generic/tclIOUtil.c (TclLoadFile):das2005-05-241-41/+281
| | * * macosx/tclMacOSXBundle.c:das2005-05-141-6/+6
| * | * unix/tclLoadDyld.c: use RTLD_GLOBAL instead of RTLD_LOCAL.das2009-04-101-3/+3
* | | Fix two failing tests by matching the can't-lookup-symbol error message.dkf2010-04-051-2/+3
* | | * generic/tclIOUtil.c (Tcl_LoadFile): Corrections to previous commitdkf2010-04-021-22/+23
* | | * generic/tcl.decls: [TIP #357]: First round of changesKevin B Kenny2010-04-021-14/+36
* | | Revert a few files from the previous commit, preventingnijtmans2010-03-111-3/+3
* | | Remove unnecessary '&' decoration for functionnijtmans2010-03-111-3/+3
* | | * unix/tclLoadDyld.c: use RTLD_GLOBAL instead of RTLD_LOCAL.das2009-04-101-3/+3
* | | - eliminate some unnessary type castsnijtmans2009-02-031-7/+7
* | | Get rid of pre-C89-isms (esp. CONST vs const).dkf2008-04-271-4/+4
|/ /
* | merge stable branch onto HEADdgp2007-12-131-1/+1
* | fix building on Pantherdas2007-09-051-1/+2
* | * unix/tclLoadDyld.c: use dlfcn API on Mac OS X 10.4 and later; fixdas2007-08-141-171/+368
* | * unix/tclLoadDyld.c (TclpLoadMemory): fix (void*) arithmetic.das2007-04-231-4/+4
* | Complete the purge of K&R function definitions from manually-written code.dkf2007-04-161-2/+4
* | * macosx/tclMacOSXNotify.c (Tcl_InitNotifier, Tcl_WaitForEvent): createdas2006-07-201-23/+9
* | typo in TclpLoadMemory() error msgdas2006-03-161-2/+2
* | add #include <libkern/OSByteOrder.h> for OSX 10.2das2005-11-271-1/+2
* | * unix/tcl.m4 (Darwin): add 64bit support, check for Tiger copyfile(),das2005-11-271-12/+56
* | More bits of ANSIfyingdkf2005-11-111-36/+37
* | * unix/tclLoadDyld.c (TclpDlopen, TclpLoadMemory): workaroundsdas2005-07-301-13/+35
* | Formatting systematization. dkf2005-07-191-263/+309
* | * generic/tclIOUtil.c (TclLoadFile):das2005-05-231-45/+285
* | * generic/tclInt.decls:das2005-05-141-6/+6
* | Patch 922727 committed. Implements three changes:dgp2004-04-061-2/+1
|/