summaryrefslogtreecommitdiffstats
path: root/unix/dltest
Commit message (Expand)AuthorAgeFilesLines
* Leave out Tcl_UtfNcmp/Tcl_UtfNcasecmp from -DTCL_NO_DEPRECATED builds, becaus...jan.nijtmans2024-01-123-0/+6
|\
| * Update the pkga.c/pkgua.c examples, making sure there's no misunderstanding t...jan.nijtmans2024-01-122-0/+4
| * (cherrypick) small part of: [26870862f0]: Wrong sentinel in Tcl_SetErrorCode ...jan.nijtmans2023-10-202-4/+4
* | Handle sentinels for any C++ compilerjan.nijtmans2023-10-172-4/+4
* | TIP #666 implementation: Change ptrdiff_t → Tcl_Size in Tcl 8.7 (and 9.0)jan.nijtmans2023-09-112-23/+6
|\ \
| * \ Rebase to 8.7jan.nijtmans2023-07-262-4/+6
| |\ \ |/ / /
| * | TIP #666 implementationjan.nijtmans2023-05-032-4/+6
* | | Merge 8.6jan.nijtmans2023-07-022-2/+2
|\ \ \ | | |/ | |/|
| * | No need for function prototypes in unix/dltest/*.cjan.nijtmans2023-07-025-50/+2
| * | Unbreak the 8.6 build.fvogel2023-07-022-2/+2
* | | Merge 8.6jan.nijtmans2023-06-301-20/+24
|\ \ \ | |/ /
| * | Use more strict compilation-flags (but not -DTCL_MEM_DEBUG) in unix/dltest/Ma...jan.nijtmans2023-06-302-23/+25
* | | Merge 8.6jan.nijtmans2023-05-151-3/+3
|\ \ \ | |/ / | | / | |/ |/|
| * ckalloc -> attemptckalloc (since return-value is checked). Fix bug in unix/dl...jan.nijtmans2023-05-151-3/+3
* | Fix dltest on Unixapnadkarni2023-04-191-1/+1
* | Adapt TIP's #494/#481/#537/#544/#568/#616/#623/#627/#630 to TIP #660 changesjan.nijtmans2023-04-181-4/+4
* | Add -Wall -Wextra -Wc++-compat -Wconversion -Werror to CFLAGS in unix/dltest/...jan.nijtmans2023-04-016-6/+23
* | New "pkgt" for testing TIP #627jan.nijtmans2023-04-012-2/+119
* | 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-297-10/+10
* | Merge 8.6jan.nijtmans2022-06-281-3/+3
|\ \ | |/
| * typo'sjan.nijtmans2022-06-281-3/+3
| * Make all "pkg?" package names lowercase (was: ""Pkg?"), as we now recommend l...jan.nijtmans2021-05-206-10/+10
| * Make Pkgua package thread-safe and properly clean up everything when being un...jan.nijtmans2021-05-181-20/+33
* | Backport unix/dltest/*.c changes from 9.0jan.nijtmans2022-06-136-13/+13
* | Eliminate compiler warningsjan.nijtmans2022-06-122-0/+7
* | 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-295-48/+0
* | Make pkgua package thread-safejan.nijtmans2021-05-181-24/+27
* | merge 8.7pooryorick2021-05-181-2/+5
|\ \
| * \ Merge 8.6jan.nijtmans2021-05-171-2/+5
| |\ \ | | |/
| | * Eliminate use of TCL_STORAGE_CLASS in pkg?.c: just use DLLEXPORT macro directly.jan.nijtmans2021-05-177-64/+56
* | | Fix [28027d8bb7745fb0], memory leaks in tclUnload.c,pooryorick2021-05-151-5/+15
|/ /
* | Lowercase package names are recommended nowjan.nijtmans2021-01-282-4/+4
* | Add -finput-charset=UTF-8 and -fextended-identifiers to gcc (and clang). All ...jan.nijtmans2020-12-087-8/+8
* | Vary dltest package names for test purposesjan.nijtmans2020-11-042-6/+6
* | Case-sensitive package namesjan.nijtmans2020-11-036-9/+9
* | Fix (possible) gcc warnings in unix/dltest/*.cjan.nijtmans2020-10-066-1/+31
* | If compiling with -DTCL_NO_DEPRECATED, make Tcl_GetStringResult() a macro. Th...jan.nijtmans2019-05-091-1/+1
* | Record the fact that all stub-enabled extensions work in Tcl 8.5+, no 8.6 (or...jan.nijtmans2016-12-206-8/+8
* | 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-295-51/+10
* | Tcl_SetVar -> Tcl_SetVar2 and comparable replacements, eliminating functions ...jan.nijtmans2016-06-291-3/+3
|/
* Eliminate some usages of Tcl_GlobalEval() and Tcl_Eval(), which are deprecate...jan.nijtmans2016-01-181-1/+1
* -I${BUILD_DIR}/.. doesn't work when BUILD_DIR != "unix". jan.nijtmans2013-10-152-2/+4
* Fix comment in tclOO.decls: tclOOStubLib.c is not generated by "make genstubs". jan.nijtmans2013-10-141-32/+16
* Allow loading of pkgooa.so in Tcl 8.5 for (regression) test purposes. jan.nijtmans2013-10-131-1/+18
* Fix for bug [f51efe99a7]: MinGW build fails on current checkin. And a new tes...jan.nijtmans2013-10-102-2/+149