summaryrefslogtreecommitdiffstats
path: root/unix/dltest/pkgb.c
Commit message (Expand)AuthorAgeFilesLines
* Handle sentinels for any C++ compilerjan.nijtmans2023-10-171-1/+1
* Merge 8.6jan.nijtmans2023-07-021-1/+1
|\
| * No need for function prototypes in unix/dltest/*.cjan.nijtmans2023-07-021-13/+2
* | Add -Wall -Wextra -Wc++-compat -Wconversion -Werror to CFLAGS in unix/dltest/...jan.nijtmans2023-04-011-1/+1
* | Merge 8.6jan.nijtmans2023-03-301-1/+4
|\ \ | |/
| * Fix [0cb3554903]: macOS 13 SDK deprecates sprintf(). But better not use it on...jan.nijtmans2023-03-301-1/+4
| * Update all "8.5" versions in Tcl_InitStubs() to "8.5-", since they can be com...jan.nijtmans2022-11-291-2/+2
| * Make all "pkg?" package names lowercase (was: ""Pkg?"), as we now recommend l...jan.nijtmans2021-05-201-3/+3
| * Eliminate use of TCL_STORAGE_CLASS in pkg?.c: just use DLLEXPORT macro directly.jan.nijtmans2021-05-171-1/+9
* | Backport unix/dltest/*.c changes from 9.0jan.nijtmans2022-06-131-3/+3
* | Eliminate compiler warningsjan.nijtmans2022-06-121-0/+1
* | Use pkgb_demo to test function Tcl_UtfNcmp()jan.nijtmans2022-06-121-1/+12
* | Tcl_GetEncodingSearchPath() is available since Tcl 8.5jan.nijtmans2022-06-101-13/+1
* | Function prototypes are not always needed/usefuljan.nijtmans2022-05-291-11/+0
* | Lowercase package names are recommended nowjan.nijtmans2021-01-281-2/+2
* | Add -finput-charset=UTF-8 and -fextended-identifiers to gcc (and clang). All ...jan.nijtmans2020-12-081-1/+1
* | Vary dltest package names for test purposesjan.nijtmans2020-11-041-3/+3
* | Case-sensitive package namesjan.nijtmans2020-11-031-2/+2
* | Fix (possible) gcc warnings in unix/dltest/*.cjan.nijtmans2020-10-061-0/+8
|/
* Implement Tcl_Pkg* functions as macro's around Tcl_Pkg*Ex. This saves stack s...jan.nijtmans2013-04-121-2/+2
|\
| * Implement Tcl_Pkg* functions as macro's around Tcl_Pkg*Ex. This saves stack s...jan.nijtmans2013-04-121-2/+2
| |\
| | * Implement Tcl_Pkg* functions as macro's around Tcl_Pkg*Ex. This saves stack s...jan.nijtmans2013-04-121-2/+2
* | | test Tcl_GetErrorLine() forwards/backwards compatibility in pkgb.so as well. jan.nijtmans2013-01-021-0/+7
|\ \ \ | |/ /
| * | test Tcl_GetErrorLine() forwards/backwards compatibility in pkgb.so as well. jan.nijtmans2013-01-021-0/+7
| |\ \ | | |/
| | * test Tcl_GetErrorLine() forwards/backwards compatibility in pkgb.so as welljan.nijtmans2013-01-021-0/+7
* | | Inline compat Tcl_GetDefaultEncodingDir. jan.nijtmans2012-12-211-28/+13
|\ \ \ | |/ /
| * | Make pkgb.so loadable in Tcl 8.4 as well. jan.nijtmans2012-12-211-6/+12
| |\ \ | | |/
| | * Turn pkgb.so into a Tcl9 interoperability test library: Whatever Tcl9 looks l...jan.nijtmans2012-12-211-35/+41
* | | 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 crashjan.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
| |/ / |/| |
* | | 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 [Bug 3148192]: [load] broken. Assure that those files are never compiled ...nijtmans2010-12-311-1/+2
* | | Revert the conversion of TCL_VERSION to "8.1" and "8.5" in the Tcl_InitStubs()dgp2010-03-281-3/+3
* | | Provide "lowest supported Tcl version" tonijtmans2010-03-271-3/+3
* | | Remove unnecessary EXTERN's, which alreadynijtmans2010-02-221-9/+15
* | | 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
* | 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
|/
* * unix/dltest/pkg[a-e].c: Cleaned up test packages [Bug: 2293]hobbs2000-04-041-32/+37