Commit | Line | Data |
5f05dabc |
1 | # Global symbols that should handled differently when Perl 5.004 is |
2 | # compiled for binary compatibility with version 5.003. |
3 | |
4 | # Variables from "interp.sym" that _should_ be hidden. |
5 | |
6 | curcop |
7 | curcopdb |
8 | envgv |
9 | siggv |
10 | tainting |
11 | |
12 | # Variables from "global.sym" that should _not_ be hidden. |
13 | |
14 | Error |
15 | block_type |
16 | comppad_name_floor |
17 | debug |
18 | nice_chunk |
19 | nice_chunk_size |
20 | no_myglob |
21 | no_symref |
22 | no_wrongref |
23 | pad_reset_pending |
24 | padix_floor |
25 | regflags |
26 | warn_uninit |
27 | |
28 | # Functions from "global.sym" that should _not_ be hidden. |
29 | |
30 | SvIV |
31 | SvNV |
32 | SvTRUE |
33 | SvUV |
34 | boot_core_UNIVERSAL |
35 | do_undump |
36 | safecalloc |
37 | safefree |
38 | safemalloc |
39 | saferealloc |
40 | safexcalloc |
41 | safexfree |
42 | safexmalloc |
43 | safexrealloc |
44 | save_iv |
45 | sv_pvn |
46 | yydestruct |