This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Reword the "threads still running" cleanup message.
[perl5.git] / keywords.pl
index 8cbaa83..00c067c 100755 (executable)
@@ -1,8 +1,21 @@
 #!/usr/bin/perl
 
+unlink "keywords.h";
 open(KW, ">keywords.h") || die "Can't create keywords.h: $!\n";
 select KW;
 
+print <<EOM;
+/*
+ *    keywords.h
+ *
+ *    Copyright (c) 1997-2002, Larry Wall
+ *
+ *    You may distribute under the terms of either the GNU General Public
+ *    License or the Artistic License, as specified in the README file.
+ *
+ */
+EOM
+
 # Read & print data.
 
 $keynum = 0;
@@ -24,8 +37,9 @@ sub tab {
 __END__
 
 NULL
-__LINE__
 __FILE__
+__LINE__
+__PACKAGE__
 __DATA__
 __END__
 AUTOLOAD
@@ -33,12 +47,8 @@ BEGIN
 CORE
 DESTROY
 END
-EQ
-GE
-GT
-LE
-LT
-NE
+INIT
+CHECK
 abs
 accept
 alarm
@@ -142,6 +152,7 @@ link
 listen
 local
 localtime
+lock
 log
 lstat
 lt
@@ -162,6 +173,7 @@ open
 opendir
 or
 ord
+our
 pack
 package
 pipe
@@ -169,9 +181,11 @@ pop
 pos
 print
 printf
+prototype
 push
 q
 qq
+qr
 quotemeta
 qw
 qx
@@ -232,12 +246,15 @@ sub
 substr
 symlink
 syscall
+sysopen
 sysread
+sysseek
 system
 syswrite
 tell
 telldir
 tie
+tied
 time
 times
 tr