This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl 5.003_01: op.c
authorPerl 5 Porters <perl5-porters@africa.nicoh.com>
Fri, 5 Jul 1996 20:43:23 +0000 (20:43 +0000)
committerCharles Bailey <bailey@genetics.upenn.edu>
Fri, 5 Jul 1996 20:43:23 +0000 (20:43 +0000)
commitb1cb66bf523a361efea413c38b534060dd3d7f1d
treeb66e88b26e43ffbf18b6a1910ac35264cfd5fdfb
parent365675d5a5d16b269b3de83e4b6954d130f3779c
perl 5.003_01: op.c

Add warning for duplicate my() declaration in same scope
Allow redirection of debug/error messages
Add op_seq flag used by compiler
Add support for new GV type
Add comment indicating potential fix for memory leak when free OP_ANONCODE;
  however, this fix breaks eval of anon sub in closure
Carry G_KEEPERR setting down  from perl_call_sv() into nested evals
Remove problematic integer optimization of order comparisons
Add shared hash key support
Add optional version check to "use"
Rename newCONDOP() parameters to avoid collisions with systtem headers
Call imported "glob" function from "<*.*>"-style expansion
Use defgv directly for arg-less "shift" within sub
Permit spaces in prototype specifications
op.c