summaryrefslogtreecommitdiffstats
path: root/unix/dltest
Commit message (Expand)AuthorAgeFilesLines
* Source compat, rather than stubs compat demo.dgp2012-12-071-6/+13
* add proper runtime-detection to pkgb.sojan.nijtmans2012-12-071-1/+10
* Extended test of [load]ing Tcl 8 compiled extension into Tcl 9 interp.dgp2012-12-071-2/+15
* Turn pkgb.so into a Tcl9 interoperability testjan.nijtmans2012-12-071-6/+5
|\
| * Turn pkgb.so into a Tcl9 interoperability testjan.nijtmans2012-12-071-6/+5
| |\
| | * do some Tcl_EvalEx, for test-purposes, demonstrating a crashnovem_supportjan.nijtmans2012-12-051-2/+1
| | * use Tcl_PkgProvideEx everywhere (again, for testing purposes)jan.nijtmans2012-12-055-8/+8
| | * merge trunkjan.nijtmans2012-12-056-8/+8
| |/ |/|
* | Now that we are no longer on CVS, the .cvsignore files serve no purposejan.nijtmans2011-03-071-5/+0
|\ \ | |/
| * Now that we are no longer on CVS, the .cvsignore files serve no purposejan.nijtmans2011-03-071-5/+0
| |\
| | * Now that we are no longer on CVS, the .cvsignore files serve no purposejan.nijtmans2011-03-071-1/+0
* | | Now that we're no longer using SCM based on RCS, the RCS Keyword linesdgp2011-03-028-16/+1
|\ \ \ | |/ /
| * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-028-16/+1
| |\ \ | | |/
| | * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-018-15/+0
| | * .cvsignorenijtmans2010-10-231-0/+1
| | * * unix/dltest/Makefile.in: support use of LDFLAGS in SHLIB_LD.das2008-03-271-2/+5
| | * * unix/dltest/Makefile.in (clean): Fixup make cleanmdejong2004-09-231-2/+6
| | * * unix/tcl.m4: fixed Darwin autoconf breakage caused bydas2004-07-201-2/+2
| | * Silence compiler warningsdgp2004-06-081-2/+2
| | * * unix/dltest/pkga.c (Pkga_EqObjCmd): Fix typomdejong2003-07-161-2/+2
| | * * unix/dltest/pkga.c: Updated to not use Tcl_UtfNcmp and counteddgp2003-07-151-2/+10
| * | Add .so to .cvsignorenijtmans2010-06-161-0/+1
| * | Various trivial fixes, discovered during CYGWIN porting attempt. All backport...nijtmans2010-01-061-0/+2
| * | Silence a bunch of unimportant messages from cvsdkf2009-12-161-0/+2
* | | Fix [Bug 3148192]: [load] broken. Assure that those files are never compiled ...nijtmans2010-12-316-6/+12
* | | Revert the conversion of TCL_VERSION to "8.1" and "8.5" in the Tcl_InitStubs()dgp2010-03-286-15/+15
* | | Provide "lowest supported Tcl version" tonijtmans2010-03-276-15/+15
* | | Remove unnecessary '&' decoration for functionnijtmans2010-03-111-0/+1
* | | Remove unnecessary EXTERN's, which alreadynijtmans2010-02-226-45/+86
* | | Various CYGWIN-related fixes. In the win32 configure script, CYGWIN is still ...nijtmans2009-12-211-0/+1
* | | Added some OSX-specific thingsdkf2009-11-221-0/+2
* | | Add files to .cvsignorenijtmans2009-11-181-0/+1
* | | const addition (pkge.c)nijtmans2009-08-161-2/+2
* | | Get rid of pre-C89-isms (esp. CONST vs const).dkf2008-04-275-27/+27
|/ /
* | * generic/tclResult.c (ReleaseKeys): Workaround for [Bugandreas_kupries2008-03-071-2/+2
* | merge stable branch onto HEADdgp2007-12-136-6/+6
* | * unix/dltest/pkga.c: whitespace & comment cleanup, removedas2007-08-146-64/+21
* | restore line endingsdgp2007-05-297-1058/+1058
* | Convert to using ANSI function definitions.dkf2007-05-027-1066/+1058
* | * tests/macOSXLoad.test (new file): add testing of .bundle loading anddas2006-12-171-16/+58
* | * unix/tcl.m4 (Darwin): add 64bit support, check for Tiger copyfile(),das2005-11-271-2/+2
* | Merged kennykb-numerics-branch back to the head; TIPs 132 and 232Kevin B Kenny2005-05-101-1/+1
* | Remove ${DBGX}, ${TCL_DBGX} from Tcl build system [Patch 1081595].jenglish2005-01-101-2/+1
* | * generic/tcl.h:das2004-11-121-2/+3
* | * unix/dltest/Makefile.in (clean): Fixup make cleanmdejong2004-09-231-2/+6
* | Silence compiler warnings.dgp2004-06-082-5/+5
* | * unix/Makefile.in: Rework configure ordering to TCL_LINK_LIBS,hobbs2004-05-261-2/+2
* | Fix minor syntax problems. [Bug 909288]dkf2004-03-041-6/+6
* | TIP#100 implementation largely based on work by Georgios Petasis.dkf2004-02-243-5/+345
* | * unix/dltest/pkga.c (Pkga_EqObjCmd): Fix typomdejong2003-07-161-2/+2