This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Note the demise of global.sym in perldelta.
authorNicholas Clark <nick@ccl4.org>
Thu, 25 Aug 2011 10:04:23 +0000 (12:04 +0200)
committerNicholas Clark <nick@ccl4.org>
Thu, 25 Aug 2011 10:04:23 +0000 (12:04 +0200)
pod/perldelta.pod

index 8224fd1..63d9bd5 100644 (file)
@@ -271,7 +271,15 @@ L</Platform Support> section, instead.
 
 =item *
 
-XXX
+The file F<global.sym> is no longer needed, and has been removed. It
+contained a list of all exported functions, one of the files generated by
+F<regen/embed.pl> from data in F<embed.fnc> and F<regen/opcodes>. The code
+has been refactored so that the only user of F<global.sym>, F<makedef.pl>,
+now reads F<embed.fnc> and F<regen/opcodes> directly, removing the need to
+store the list of exported functions in an intermediate file.
+
+As F<global.sym> was never installed, this change will not be visible
+outside the build process.
 
 =back