summaryrefslogtreecommitdiffstats
path: root/unix/dltest/pkgua.c
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.7jan.nijtmans2024-01-121-1/+3
|\
| * Leave out Tcl_UtfNcmp/Tcl_UtfNcasecmp from -DTCL_NO_DEPRECATED builds, becaus...jan.nijtmans2024-01-121-0/+2
| |\
| | * Update the pkga.c/pkgua.c examples, making sure there's no misunderstanding t...jan.nijtmans2024-01-121-0/+2
| | * No need for function prototypes in unix/dltest/*.cjan.nijtmans2023-07-021-10/+0
| | * Unbreak the 8.6 build.fvogel2023-07-021-1/+1
| | * Update all "8.5" versions in Tcl_InitStubs() to "8.5-", since they can be com...jan.nijtmans2022-11-291-1/+1
| | * Make all "pkg?" package names lowercase (was: ""Pkg?"), as we now recommend l...jan.nijtmans2021-05-201-1/+1
| | * Make Pkgua package thread-safe and properly clean up everything when being un...jan.nijtmans2021-05-181-20/+33
| | * Eliminate use of TCL_STORAGE_CLASS in pkg?.c: just use DLLEXPORT macro directly.jan.nijtmans2021-05-171-16/+11
| * | Add -Wall -Wextra -Wc++-compat -Wconversion -Werror to CFLAGS in unix/dltest/...jan.nijtmans2023-04-011-1/+1
| * | Backport unix/dltest/*.c changes from 9.0jan.nijtmans2022-06-131-3/+3
* | | Fix gcc warnings from prior 9.0 mergeapnadkarni2023-04-011-1/+1
* | | Make dltest/pkg*.c simple example how to use Tcl_Size with Tcl_GetStringFromO...jan.nijtmans2023-03-041-1/+1
* | | Merge 8.7jan.nijtmans2022-05-311-3/+3
|/ /
* | Function prototypes are not always needed/usefuljan.nijtmans2022-05-291-10/+0
* | Make pkgua package thread-safejan.nijtmans2021-05-181-24/+27
* | Fix [28027d8bb7745fb0], memory leaks in tclUnload.c,pooryorick2021-05-151-5/+15
* | Add -finput-charset=UTF-8 and -fextended-identifiers to gcc (and clang). All ...jan.nijtmans2020-12-081-2/+2
* | Case-sensitive package namesjan.nijtmans2020-11-031-1/+1
* | Fix (possible) gcc warnings in unix/dltest/*.cjan.nijtmans2020-10-061-0/+3
* | Record the fact that all stub-enabled extensions work in Tcl 8.5+, no 8.6 (or...jan.nijtmans2016-12-201-1/+1
* | Micro-optimization: Use TclGetStringFromObj in stead of Tcl_GetStringFromObj ...jan.nijtmans2016-07-081-3/+2
* | Eliminate internal use of TCL_STORAGE_CLASS, as it will be gone in 9.0 anywayjan.nijtmans2016-06-291-12/+4
* | Tcl_SetVar -> Tcl_SetVar2 and comparable replacements, eliminating functions ...jan.nijtmans2016-06-291-3/+3
|/
* 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
* | 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-2/+2
* | Provide "lowest supported Tcl version" tonijtmans2010-03-271-2/+2
* | Remove unnecessary EXTERN's, which alreadynijtmans2010-02-221-10/+18
* | Get rid of pre-C89-isms (esp. CONST vs const).dkf2008-04-271-6/+6
|/
* merge stable branch onto HEADdgp2007-12-131-1/+1
* * unix/dltest/pkga.c: whitespace & comment cleanup, removedas2007-08-141-7/+7
* restore line endingsdgp2007-05-291-334/+334
* Convert to using ANSI function definitions.dkf2007-05-021-336/+334
* Silence compiler warnings.dgp2004-06-081-3/+3
* Fix minor syntax problems. [Bug 909288]dkf2004-03-041-6/+6
* TIP#100 implementation largely based on work by Georgios Petasis.dkf2004-02-241-0/+336