History of unix/dltest/pkgooa.c of 13fe6f0017918db5
Not logged in

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

History of file unix/dltest/pkgooa.c at check-in 13fe6f0017918db5

2026-05-28
12:13
Merge 9.0. Formatting file: [056e08826f] check-in: [8e78be4610] user: jan.nijtmans branch: main, size: 4365
2026-04-20
13:22
Remove unneeded undef file: [5aa0684fce] check-in: [4e8586f6a7] user: jan.nijtmans branch: main, size: 4366
13:01
Make pkg*.c files work with Tcl 9.0 (as useful example) file: [a495c17d73] check-in: [aa4ccf054d] user: jan.nijtmans branch: core-8-6-branch, size: 4381
2025-11-23
20:43
Use _Generic() to select function type file: [e41d97b7a8] check-in: [c4f087760d] user: jan.nijtmans branch: tip-626, size: 4385
2024-03-20
14:27
Merge 9.0 file: [1256aad211] check-in: [4271f3b52a] user: jan.nijtmans branch: tip-626, size: 4386
13:49
Few more spacing/formatting tweaks file: [5a3bddf3c0] check-in: [3bdb40e1f2] user: jan.nijtmans branch: main, size: 4380
2023-10-22
19:56
Merge 9.0 file: [6defbde550] check-in: [f107021263] user: jan.nijtmans branch: tip-626, size: 4386
2023-10-20
09:35
(cherrypick) small part of: [26870862f0]: Wrong sentinel in Tcl_SetErrorCode usage; Handle any C++-compiler as well file: [ce0993055f] check-in: [584bb57e0b] user: jan.nijtmans branch: core-8-6-branch, size: 4386
2023-10-17
06:02
Handle sentinels for any C++ compiler file: [682d54fc49] check-in: [6876d1f99a] user: jan.nijtmans branch: bug-26870862f0, size: 4380
2023-09-13
09:10
Merge 9.0 file: [a10a230f35] check-in: [b680b1f0b3] user: jan.nijtmans branch: tip-626, size: 4362
2023-09-11
14:43
TIP #666 implementation: Change ptrdiff_t → Tcl_Size in Tcl 8.7 (and 9.0) file: [8e389bbcdc] check-in: [989de6a72a] user: jan.nijtmans branch: core-8-branch, size: 4356
2023-07-26
11:29
Rebase to 8.7 file: [1de46ca4be] check-in: [6ed8dddae4] user: jan.nijtmans branch: tip-666, size: 4613
2023-06-30
13:10
Use more strict compilation-flags (but not -DTCL_MEM_DEBUG) in unix/dltest/Makefile file: [fee301dd7c] check-in: [a97f2c0c50] user: jan.nijtmans branch: core-8-6-branch, size: 4362
2023-05-17
14:46
Merge 9.0 file: [0b2ab0ee86] check-in: [70c510876c] user: jan.nijtmans branch: tip-626, size: 4586
2023-05-15
11:45
Merge 8.6 file: [3c96e16b3b] check-in: [3614205c25] user: jan.nijtmans branch: core-8-branch, size: 4580
11:15
ckalloc -> attemptckalloc (since return-value is checked). Fix bug in unix/dltest/pkgooa.c, where last NULL-argument was missing file: [c0b539f1a0] check-in: [e9e7a02d0d] user: jan.nijtmans branch: core-8-6-branch, size: 4366
2023-05-03
14:47
TIP #666 implementation file: [38a09edff8] check-in: [380064f5c8] user: jan.nijtmans branch: tip-666, size: 4595
2023-04-20
16:53
Merge 9.0 file: [8f0f3a81c9] check-in: [aa3e7e529f] user: jan.nijtmans branch: tip-626, size: 4568
2023-04-01
10:30
Merge 9.0 file: [8a1a87d0f3] check-in: [20c305d91d] user: jan.nijtmans branch: tip-626, size: 4566
08:16
Merge 8.7. Code cleanup in dltest packages file: [37422186b4] check-in: [ab082796cf] user: jan.nijtmans branch: main, size: 4562
2022-11-29
10:30
Update all "8.5" versions in Tcl_InitStubs() to "8.5-", since they can be compiled for Tcl 9.0 as well. file: [1a1c6382de] check-in: [25ce911fbb] user: jan.nijtmans branch: core-8-6-branch, size: 4348
2022-08-29
19:56
when compiling with TCL_NO_DEPRECATED, remove objProc interfaces file: [6d3cfba785] check-in: [44af621069] user: jan.nijtmans branch: tip-626, size: 4438
2022-06-28
09:39
Merge 8.6 file: [cb4cac1a07] check-in: [0443652ba2] user: jan.nijtmans branch: core-8-branch, size: 4434
09:38
typo's file: [a884e76b87] check-in: [bb11a41dbd] user: jan.nijtmans branch: core-8-6-branch, size: 4347
2022-06-12
16:03
Merge 8.7 file: [49e6d44c04] check-in: [de85a2bd53] user: jan.nijtmans branch: main, size: 4428
15:52
Eliminate compiler warnings file: [f04ba55f26] check-in: [3159ded950] user: jan.nijtmans branch: core-8-branch, size: 4433
2022-05-31
10:57
Merge 8.7 file: [cdde7d7c1a] check-in: [b780ee9ef2] user: jan.nijtmans branch: main, size: 4336
2022-05-27
11:41
More progress file: [47c9c3b264] check-in: [c40d2e59ed] user: jan.nijtmans branch: tip-626, size: 4345
2022-05-24
12:34
Starting TIP #626 implementation. WIP, far from finished file: [1b4f51b3c9] check-in: [16a9e324dd] user: jan.nijtmans branch: tip-626, size: 4342
2021-05-20
12:26
Make all "pkg?" package names lowercase (was: ""Pkg?"), as we now recommend lowercase package names. Let's provide good examples then. file: [a87ad49efd] check-in: [8b298a33bd] user: jan.nijtmans branch: core-8-6-branch, size: 4341
2021-05-17
11:35
Merge 8.6 file: [5bc309a38f] check-in: [3ee7e13727] user: jan.nijtmans branch: core-8-branch, size: 4341
11:28
Eliminate use of TCL_STORAGE_CLASS in pkg?.c: just use DLLEXPORT macro directly. Fix gcc warnings (with stricter gcc flags) in pkg?.c file: [4b4af92327] check-in: [aec68ce9a4] user: jan.nijtmans branch: core-8-6-branch, size: 4341
2020-12-07
09:21
© file: [500ca0238c] check-in: [2305632cd1] user: jan.nijtmans branch: bug-ea39ab591e, size: 4305
2020-10-22
07:35
Merge 8.7. More lowercase package names in test-suite file: [3365236b3e] check-in: [13fe6f0017] user: jan.nijtmans branch: build-info, size: 4306
2020-10-06
13:26
Fix (possible) gcc warnings in unix/dltest/*.c file: [2d2b2215b9] check-in: [5cd3c4e555] user: jan.nijtmans branch: core-8-branch, size: 4306
2016-12-23
09:11
merge trunk file: [3560dd4098] check-in: [f0b6381989] user: jan.nijtmans branch: novem, size: 4076
2016-12-21
09:20
Merge trunk file: [09b05f6d2d] check-in: [c52e1550bf] user: jan.nijtmans branch: novem, size: 3737
2016-12-20
09:36
Record the fact that all stub-enabled extensions work in Tcl 8.5+, no 8.6 (or 9.0) features are needed. (Differences between 8.x and 9.0 are handled by a different stub magic value) file: [529d6c437b] check-in: [eda9a3e060] user: jan.nijtmans branch: trunk, size: 4096
2013-10-16
05:09
merge trunk file: [2a97ae921e] check-in: [c59bd0a42d] user: jan.nijtmans branch: novem, size: 3736
2013-10-15
21:09
-I${BUILD_DIR}/.. doesn't work when BUILD_DIR != "unix". Reported by Matthias Kraft file: [873d79a266] check-in: [9d2e353c0d] user: jan.nijtmans branch: trunk, size: 4095
2013-10-14
08:36
merge trunk file: [7cac3c68f7] check-in: [9f4d2c3f6c] user: jan.nijtmans branch: novem, size: 3707
08:11
Fix comment in tclOO.decls: tclOOStubLib.c is not generated by "make genstubs". In pkgooa.c, check whether the internal TclOO stub table is initialized correctly as well, some internal simplifications and improved comments. file: [6d134e792c] check-in: [89bfaf2e79] user: jan.nijtmans branch: trunk, size: 4066
2013-10-13
11:02
merge trunk file: [7778c8194c] check-in: [6e62b19f3c] user: jan.nijtmans branch: novem, size: 3608
10:45
Allow loading of pkgooa.so in Tcl 8.5 for (regression) test purposes. Better error messages in stead of crashes in some (hypothetical) error situations. file: [7177ce347b] check-in: [53e3237225] user: jan.nijtmans branch: trunk, size: 4224
2013-10-10
14:13
Added: Fix for bug [f51efe99a7]: MinGW build fails on current checkin. And a new test-case which makes the problem visible on UNIX as well. file: [f37427fbf2] check-in: [7abbaed029] user: jan.nijtmans branch: trunk, size: 3586