summaryrefslogtreecommitdiffstats
path: root/unix/dltest/pkgb.c
Commit message (Collapse)AuthorAgeFilesLines
* 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
|\ | | | | | | library: Whatever Tcl9 looks like, loading pkgb.so in Tcl 9 should either result in an error-message, either succeed, but never crash.
| * Turn pkgb.so into a Tcl9 interoperability testjan.nijtmans2012-12-071-6/+5
| |\ | | | | | | | | | library: Whatever Tcl9 looks like, loading pkgb.so in Tcl 9 should either result in an error-message, either succeed, but never crash.
| | * 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-051-2/+2
| | |
| | * merge trunkjan.nijtmans2012-12-051-2/+2
| |/ |/| | | Change TCL_VERSION to "8.6-" everywhere in Tcl_InitStubs. This is not the way how to do it! Just for testing purposes.
* | Now that we're no longer using SCM based on RCS, the RCS Keyword linesdgp2011-03-021-2/+0
|\ \ | |/ | | cause more harm than good. Purged them (except in zlib files).
| * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-021-2/+0
| |\ | | | | | | more harm than good. Purged them.
| | * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-011-2/+0
| | | | | | | | | more harm than good. Purged them.
* | | Fix [Bug 3148192]: [load] broken. Assure that those files are never compiled ↵nijtmans2010-12-311-1/+2
| | | | | | | | | | | | with -DSTATIC_BUILD
* | | Revert the conversion of TCL_VERSION to "8.1" and "8.5" in the Tcl_InitStubs()dgp2010-03-281-3/+3
| | | | | | | | | | | | calls of the pkg*.c testing extensions.
* | | Provide "lowest supported Tcl version" tonijtmans2010-03-271-3/+3
| | | | | | | | | | | | | | | the Tcl_InitStubs functions in unix/dltest, in stead of "current Tcl version"
* | | Remove unnecessary EXTERN's, which alreadynijtmans2010-02-221-9/+15
| | | | | | | | | | | | | | | | | | | | | | | | are in the global stub table. Use @EXEEXT@ in stead of @EXT_SUFFIX@ Use -DBUILD_tcl in Makefile for CYGWIN Use EXTERN to control CYGWIN exported symbols Remove some unnecessary type casts.
* | | Get rid of pre-C89-isms (esp. CONST vs const).dkf2008-04-271-5/+5
|/ /
* | merge stable branch onto HEADdgp2007-12-131-1/+1
| |
* | * unix/dltest/pkga.c: whitespace & comment cleanup, removedas2007-08-141-4/+5
| | | | | | | | | | | | | | | | | | * unix/dltest/pkgb.c: unused pkgf.c. * unix/dltest/pkgc.c: * unix/dltest/pkge.c: * unix/dltest/pkgf.c (removed): * unix/dltest/pkgua.c: * macosx/Tcl.xcodeproj/project.pbxproj:
* | restore line endingsdgp2007-05-291-164/+164
| |
* | Convert to using ANSI function definitions.dkf2007-05-021-164/+164
| |
* | * unix/dltest/pkg?.c: Changed all Tcl_InitStubs calls to passdgp2003-03-261-3/+3
|/ | | | | argument exact = 0, so that rebuilds are not required when Tcl bumps to a new version. [Bug 701926]
* * unix/dltest/pkg[a-e].c: Cleaned up test packages [Bug: 2293]hobbs2000-04-041-32/+37
|
* Changed package tests to build against the stubs library.core_8_1_merge_lateststanton1999-03-111-1/+7
|
* Replaced SCCS strings, fixed binary filescore_8_0_3stanton1998-09-141-1/+1
|
* Initial revisionrjohnson1998-03-261-0/+153