Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
| Comment: | © |
|---|---|
| Timelines: | family | ancestors | descendants | both | bug-ea39ab591e | tip-595 |
| Files: | files | file ages | folders |
| SHA3-256: |
2305632cd12ffd97ebbacabdd58771a9 |
| User & Date: | jan.nijtmans 2020-12-07 09:21:31.917 |
Context
|
2020-12-10
| ||
| 10:16 | Merge 9.0 check-in: 676a0c9850 user: jan.nijtmans tags: bug-ea39ab591e, tip-595 | |
|
2020-12-07
| ||
| 09:21 | © check-in: 2305632cd1 user: jan.nijtmans tags: bug-ea39ab591e, tip-595 | |
| 09:16 | Use \u???? syntax in identifiers, to make it work with gcc too check-in: d2ae8d2504 user: jan.nijtmans tags: bug-ea39ab591e, tip-595 | |
Changes
Changes to unix/dltest/pkga.c.
1 2 3 4 5 6 | /* * pkga.c -- * * This file contains a simple Tcl package "pkga" that is intended for * testing the Tcl dynamic loading facilities. * | | | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 | /* * pkga.c -- * * This file contains a simple Tcl package "pkga" that is intended for * testing the Tcl dynamic loading facilities. * * Copyright © 1995 Sun Microsystems, Inc. * * See the file "license.terms" for information on usage and redistribution of * this file, and for a DISCLAIMER OF ALL WARRANTIES. */ #undef STATIC_BUILD #include "tcl.h" |
| ︙ | ︙ |
Changes to unix/dltest/pkgb.c.
1 2 3 4 5 6 7 | /* * pkgb.c -- * * This file contains a simple Tcl package "Pkgb" that is intended for * testing the Tcl dynamic loading facilities. It can be used in both * safe and unsafe interpreters. * | | | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | /* * pkgb.c -- * * This file contains a simple Tcl package "Pkgb" that is intended for * testing the Tcl dynamic loading facilities. It can be used in both * safe and unsafe interpreters. * * Copyright © 1995 Sun Microsystems, Inc. * * See the file "license.terms" for information on usage and redistribution of * this file, and for a DISCLAIMER OF ALL WARRANTIES. */ #undef STATIC_BUILD #include "tcl.h" |
| ︙ | ︙ |
Changes to unix/dltest/pkgc.c.
1 2 3 4 5 6 7 | /* * pkgc.c -- * * This file contains a simple Tcl package "pkgc" that is intended for * testing the Tcl dynamic loading facilities. It can be used in both * safe and unsafe interpreters. * | | | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | /* * pkgc.c -- * * This file contains a simple Tcl package "pkgc" that is intended for * testing the Tcl dynamic loading facilities. It can be used in both * safe and unsafe interpreters. * * Copyright © 1995 Sun Microsystems, Inc. * * See the file "license.terms" for information on usage and redistribution of * this file, and for a DISCLAIMER OF ALL WARRANTIES. */ #undef STATIC_BUILD #include "tcl.h" |
| ︙ | ︙ |
Changes to unix/dltest/pkgd.c.
1 2 3 4 5 6 7 | /* * pkgd.c -- * * This file contains a simple Tcl package "PKGD" that is intended for * testing the Tcl dynamic loading facilities. It can be used in both * safe and unsafe interpreters. * | | | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | /* * pkgd.c -- * * This file contains a simple Tcl package "PKGD" that is intended for * testing the Tcl dynamic loading facilities. It can be used in both * safe and unsafe interpreters. * * Copyright © 1995 Sun Microsystems, Inc. * * See the file "license.terms" for information on usage and redistribution of * this file, and for a DISCLAIMER OF ALL WARRANTIES. */ #undef STATIC_BUILD #include "tcl.h" |
| ︙ | ︙ |
Changes to unix/dltest/pkge.c.
1 2 3 4 5 6 7 | /* * pkge.c -- * * This file contains a simple Tcl package "pkge" that is intended for * testing the Tcl dynamic loading facilities. Its Init procedure returns * an error in order to test how this is handled. * | | | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | /* * pkge.c -- * * This file contains a simple Tcl package "pkge" that is intended for * testing the Tcl dynamic loading facilities. Its Init procedure returns * an error in order to test how this is handled. * * Copyright © 1995 Sun Microsystems, Inc. * * See the file "license.terms" for information on usage and redistribution of * this file, and for a DISCLAIMER OF ALL WARRANTIES. */ #undef STATIC_BUILD #include "tcl.h" |
| ︙ | ︙ |
Changes to unix/dltest/pkgooa.c.
1 2 3 4 5 6 | /* * pkgooa.c -- * * This file contains a simple Tcl package "pkgooa" that is intended for * testing the Tcl dynamic loading facilities. * | | | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 | /* * pkgooa.c -- * * This file contains a simple Tcl package "pkgooa" that is intended for * testing the Tcl dynamic loading facilities. * * Copyright © 1995 Sun Microsystems, Inc. * * See the file "license.terms" for information on usage and redistribution of * this file, and for a DISCLAIMER OF ALL WARRANTIES. */ #undef STATIC_BUILD #include "tclOO.h" |
| ︙ | ︙ |
Changes to unix/dltest/pkgua.c.
1 2 3 4 5 6 | /* * pkgua.c -- * * This file contains a simple Tcl package "pkgua" that is intended for * testing the Tcl dynamic unloading facilities. * | | | | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | /* * pkgua.c -- * * This file contains a simple Tcl package "pkgua" that is intended for * testing the Tcl dynamic unloading facilities. * * Copyright © 1995 Sun Microsystems, Inc. * Copyright © 2004 Georgios Petasis * * See the file "license.terms" for information on usage and redistribution of * this file, and for a DISCLAIMER OF ALL WARRANTIES. */ #include "tcl.h" |
| ︙ | ︙ |
Changes to unix/dltest/pkgπ.c.
1 2 3 4 5 6 | /* * pkgπ.c -- * * This file contains a simple Tcl package "pkgπ" that is intended for * testing the Tcl dynamic loading facilities. * | | | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 | /* * pkgπ.c -- * * This file contains a simple Tcl package "pkgπ" that is intended for * testing the Tcl dynamic loading facilities. * * Copyright © 1995 Sun Microsystems, Inc. * * See the file "license.terms" for information on usage and redistribution of * this file, and for a DISCLAIMER OF ALL WARRANTIES. */ #undef STATIC_BUILD #include "tcl.h" |
| ︙ | ︙ |