| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
| |
p4raw-id: //depot/perl@31203
|
|
|
| |
p4raw-id: //depot/perl@31202
|
|
|
| |
p4raw-id: //depot/perl@31201
|
|
|
| |
p4raw-id: //depot/perl@31200
|
|
|
|
|
| |
and simplify its creation and destruction
p4raw-id: //depot/perl@31199
|
|
|
| |
p4raw-id: //depot/perl@31154
|
|
|
|
|
| |
PL_nexttoke PL_curforce PL_nextval PL_nexttype
p4raw-id: //depot/perl@31148
|
|
|
|
|
|
|
| |
PL_bufptr PL_oldbufptr PL_oldoldbufptr
PL_linestart PL_bufend
PL_last_uni PL_last_lop PL_last_lop_op
p4raw-id: //depot/perl@31147
|
|
|
|
|
| |
p4raw-link: @31134 on //depot/perl: 53a7735b62aee14640bc8ca619b4267f07d686b9
p4raw-id: //depot/perl@31136
|
|
|
|
|
|
| |
From: "Jerry D. Hedden" <jdhedden@cpan.org>
Message-ID: <1ff86f510704301406t6373912ame78fea5c7a148cf4@mail.gmail.com>
p4raw-id: //depot/perl@31114
|
|
|
| |
p4raw-id: //depot/perl@31058
|
|
|
| |
p4raw-id: //depot/perl@31055
|
|
|
| |
p4raw-id: //depot/perl@31016
|
|
|
|
|
| |
actually only holding chars.
p4raw-id: //depot/perl@31015
|
|
|
|
|
| |
Message-ID: <20070419113321.GE19244@ostwald>
p4raw-id: //depot/perl@30992
|
|
|
|
|
| |
and time.
p4raw-id: //depot/perl@30857
|
|
|
|
|
| |
Message-ID: <20070329161042.GG20231@ostwald>
p4raw-id: //depot/perl@30850
|
|
|
|
|
| |
Message-ID: <9b18b3110704031646p7ac8dbearf9e41397a5f884d8@mail.gmail.com>
p4raw-id: //depot/perl@30841
|
|
|
|
|
| |
Message-ID: <20070329153132.GD20231@ostwald>
p4raw-id: //depot/perl@30837
|
|
|
|
|
|
| |
i.e. at the point where lexer vars are being restored in a LEAVE,
rather than at the end of yyparse()
p4raw-id: //depot/perl@30822
|
|
|
| |
p4raw-id: //depot/perl@30821
|
|
|
|
|
|
| |
give Perl_scan_vstring() an explicit 'end' arg rather than using
PL_bufend, and replace it with a local var in Perl_find_script()
p4raw-id: //depot/perl@30820
|
|
|
|
|
| |
and test it properly
p4raw-id: //depot/perl@30761
|
|
|
| |
p4raw-id: //depot/perl@30760
|
|
|
| |
p4raw-id: //depot/perl@30748
|
|
|
|
|
|
| |
Message-ID: <20070313001511.GJ6001@bort.ca>
Date: Mon, 12 Mar 2007 20:15:12 -0400
p4raw-id: //depot/perl@30592
|
|
|
|
|
|
|
|
|
| |
for @- and @+ : do this directly from the lexer (patch by Yves
Orton.) This way, @- and @+ aren't preloaded anymore.
Avoid to require re::Tie::Hash::NamedCapture when the *- or *+
globs are created, this was breaking the build due to miniperl's
inability to load it.
p4raw-id: //depot/perl@30496
|
|
|
| |
p4raw-id: //depot/perl@30444
|
|
|
| |
p4raw-id: //depot/perl@30443
|
|
|
|
|
|
| |
Remove it, so people are not confused with regard to the
new /p regexp modifier.
p4raw-id: //depot/perl@30424
|
|
|
|
|
|
| |
ambiguous unary ops when the following token is a hash identifier.
(like with scalars and arrays)
p4raw-id: //depot/perl@30387
|
|
|
|
|
| |
with a size then sv_upgrade(), as the latter calls sv_upgrade() twice.
p4raw-id: //depot/perl@30348
|
|
|
|
|
|
| |
sv = newSV(0);
sv_upgrade(sv, type);
p4raw-id: //depot/perl@30347
|
|
|
|
|
| |
Message-ID: <20070128012902.GA21572@bort.ca>
p4raw-id: //depot/perl@30228
|
|
|
| |
p4raw-id: //depot/perl@30101
|
|
|
| |
p4raw-id: //depot/perl@30030
|
|
|
|
|
| |
refactoring of that code to use only one 128 char array, not two.
p4raw-id: //depot/perl@30024
|
|
|
|
|
|
| |
buffer. (Requires adding gv_fetchfile_flags(), savesharedpvn() and
CopFILE_setn() to provide pointer/length versions of APIs)
p4raw-id: //depot/perl@30015
|
|
|
|
|
|
| |
byte for it, so correct the < to <= so that we use the smallbuf
whenever possible.
p4raw-id: //depot/perl@30000
|
|
|
|
|
|
|
| |
(The actual size doesn't matter, as the buffers are only there to
save a malloc() for the common, short, case. Coverage reports suggest
that we aren't actually testing the long case. Yet - will fix this)
p4raw-id: //depot/perl@29987
|
|
|
|
|
| |
string, so don't bother allocating buffer space or adding a NUL.
p4raw-id: //depot/perl@29983
|
|
|
|
|
| |
of flags, not a boolean, so correct the documenation and callers.
p4raw-id: //depot/perl@29977
|
|
|
|
|
| |
Remove the ~~ feature.
p4raw-id: //depot/perl@29838
|
|
|
|
|
|
|
|
|
| |
${^MATCH}, ${^POSTMATCH}
Message-ID: <9b18b3110701130818h6badbd3o1b38f2660d258173@mail.gmail.com>
macroize regexp modifiers
p4raw-id: //depot/perl@29834
|
|
|
|
|
|
|
|
| |
${^POSTMATCH}
Message-ID: <9b18b3110701111731x29b1c63i57b1698f769b3bbc@mail.gmail.com>
(with tweaks)
p4raw-id: //depot/perl@29831
|
|
|
|
|
| |
allows symbolic code references with embeded NULs to work.
p4raw-id: //depot/perl@29830
|
|
|
|
|
| |
Message-Id: <20070115040930.8685843A67@anubis.hut.fi>
p4raw-id: //depot/perl@29812
|
|
|
|
|
| |
or other words that begin with "cut" as synonyms for "=cut"
p4raw-id: //depot/perl@29761
|
|
|
|
|
| |
S_update_debugger_info_sv() into S_update_debugger_info().
p4raw-id: //depot/perl@29749
|
|
|
| |
p4raw-id: //depot/perl@29711
|