summaryrefslogtreecommitdiffstats
path: root/unix/tclLoadDyld.c
Commit message (Expand)AuthorAgeFilesLines
* Clean up a lot of small whitespace issues dkf/to-redodkf2024-05-131-2/+2
* Few more spacing/formatting tweaksjan.nijtmans2024-03-201-1/+1
|\
| * Backport fix for [bda99f2393]: gets stdin problem when non-blocking - Windowsjan.nijtmans2024-03-191-4/+12
* | Fix indentation/brace usage style issuesdkf2024-03-191-4/+12
* | Merge mainoehhar2023-11-021-1/+1
|\ \
| * \ Merge 8.7jan.nijtmans2023-10-191-1/+1
| |\ \ | | |/
| | * Handle sentinels for any C++ compilerjan.nijtmans2023-10-171-1/+1
* | | Make "cd" encoding-error-awarejan.nijtmans2023-07-201-2/+2
* | | Merge 9.0jan.nijtmans2023-07-191-3/+11
|/ /
* | Merge 8.7jan.nijtmans2022-07-191-5/+5
|\ \ | |/
| * Make a start converting -1 -> TCL_INDEX_NONE where appropriatejan.nijtmans2022-07-191-5/+5
* | Code formattingjan.nijtmans2022-04-121-1/+1
* | Merge 8.7jan.nijtmans2021-04-071-3/+3
|\ \ | |/
| * TIP #595 (for Tcl 8.7) part 1: just rename Tcl_StaticPackage to Tcl_StaticLib...jan.nijtmans2021-04-071-3/+3
* | Merge 8.7jan.nijtmans2020-12-081-2/+2
|\ \ | |/
| * Add -finput-charset=UTF-8 and -fextended-identifiers to gcc (and clang). All ...jan.nijtmans2020-12-081-2/+2
* | Merge 8.7jan.nijtmans2020-11-061-28/+0
|\ \ | |/
| * Deprecate the (internal) functions TclGuessPackageName/TclGetLoadedPackages f...jan.nijtmans2020-11-061-28/+0
| |\
* | \ Merge 8.7jan.nijtmans2020-10-131-1/+2
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2020-10-131-1/+2
| |\ \ | | |/
| | * More usage of TclNewObj() in stead of Tcl_NewObj() and TclNewIntObj() in stea...jan.nijtmans2020-10-131-1/+2
* | | Merge 8.7jan.nijtmans2020-08-111-1/+1
|\ \ \ | |/ /
* | | merge 8.7dgp2020-03-091-9/+3
|\ \ \ | |/ /
| * | TCL_UNUSED in the unix sources.dgp2020-03-091-9/+3
* | | Merge 8.7jan.nijtmans2020-02-281-20/+24
|\ \ \ | |/ /
| * | Mark more unused parametersjan.nijtmans2019-09-031-1/+5
| * | Merge tip-548 (since using the *WChar* functions leads to less type-casts in ...jan.nijtmans2019-08-031-15/+15
| |\ \ | | |/
| * | Experiment: compile Tcl with C++ compiler. WIPjan.nijtmans2019-07-041-7/+7
| |/
* | Another (big) round of int -> size_t enhancements. So Tcl can handle string >...jan.nijtmans2019-02-011-1/+1
|\ \ | |/
* | Change ckalloc and friends to Tcl_Alloc and friends. Add two defines, TCL_IO_...jan.nijtmans2018-09-011-10/+10
|/
* 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-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