perl 5.003_01: toke.c
authorPerl 5 Porters <perl5-porters@africa.nicoh.com>
Sun, 7 Jul 1996 06:02:15 +0000 (06:02 +0000)
committerCharles Bailey <bailey@genetics.upenn.edu>
Sun, 7 Jul 1996 06:02:15 +0000 (06:02 +0000)
commit89bfa8cdfdb43ad73300693f87de7c1932d342b2
tree414f3faa2faaf9355ec77e5e20d76dcc8433e806
parent49d42823aebe110c9951956039be0e2cd0dde978
perl 5.003_01: toke.c

Add suport for version check via "use"
Add fast symbol lookup support
Optimize subs returning constant value to constants
Change memory allocation calls to use macros from handy.h
Allow \t as well as ' ' between "perl" and switches on #! line
Allow leading '_' under strict subs in barewords stringified as hash keys
#ifdef out under QNX assertion which gives it trouble
toke.c