2007-09-07 |
Rafael Garcia-Suarez |
Remove the 'err' keyword |
blob | commitdiff |
2007-08-10 |
Rafael Garcia-Suarez |
Fix compilation with threads |
blob | commitdiff | diff to current |
2007-08-10 |
Claes Jacobsson |
Re: [PATCH] Adding more information to "Unrecognized... |
blob | commitdiff | diff to current |
2007-07-11 |
Rick Delaney |
Re: [perl #43545] 'no warnings' effects $@. |
blob | commitdiff | diff to current |
2007-07-07 |
Gerard Goossen |
MAD: disable constant subs when PL_madskills |
blob | commitdiff | diff to current |
2007-06-07 |
Father Chrysostomos |
Re: [perl #43082] "$_[0]->method" interpolation |
blob | commitdiff | diff to current |
2007-06-05 |
Rafael Garcia-Suarez |
Remove support for assertions and -A |
blob | commitdiff | diff to current |
2007-05-21 |
Dave Mitchell |
move PL_error_count into the PL_parser struct |
blob | commitdiff | diff to current |
2007-05-21 |
Dave Mitchell |
move PL_multi_end into the PL_parser struct |
blob | commitdiff | diff to current |
2007-05-21 |
Dave Mitchell |
move PL_tokenbuf into the PL_parser struct |
blob | commitdiff | diff to current |
2007-05-15 |
Dave Mitchell |
change 31200 broke src filters used within an eval |
blob | commitdiff | diff to current |
2007-05-13 |
Dave Mitchell |
fix some (mostly MAD) compiler warnings |
blob | commitdiff | diff to current |
2007-05-12 |
Dave Mitchell |
move PL_in_my and PL_in_my_stash into the PL_parser... |
blob | commitdiff | diff to current |
2007-05-12 |
Dave Mitchell |
eliminate a stray PL_lex_state |
blob | commitdiff | diff to current |
2007-05-12 |
Dave Mitchell |
save old PL_curcop value in parser struct |
blob | commitdiff | diff to current |
2007-05-12 |
Dave Mitchell |
move PL_rsfp_filters into the parser struct |
blob | commitdiff | diff to current |
2007-05-11 |
Dave Mitchell |
move PL_rsfp into the PL_parser struct |
blob | commitdiff | diff to current |
2007-05-05 |
Dave Mitchell |
move PL_lex_state into the PL_parser struct |
blob | commitdiff | diff to current |
2007-05-05 |
Dave Mitchell |
migrate more variables to PL_parser struct: |
blob | commitdiff | diff to current |
2007-05-04 |
Dave Mitchell |
move some more variables into the PL_parser struct: |
blob | commitdiff | diff to current |
2007-05-04 |
Dave Mitchell |
toke.c changes missed from change #31134 |
blob | commitdiff | diff to current |
2007-05-02 |
Jerry D. Hedden |
Remove ext/Thread |
blob | commitdiff | diff to current |
2007-04-24 |
Dave Mitchell |
move PL_linestr from the interpreter struct to the... |
blob | commitdiff | diff to current |
2007-04-24 |
Steve Hay |
Silence 5 "possible loss of data" warnings from VC6 |
blob | commitdiff | diff to current |
2007-04-21 |
Nicholas Clark |
Fix bug in change 31015 - saving the wrong size of... |
blob | commitdiff | diff to current |
2007-04-21 |
Nicholas Clark |
Several members of struct yy_parser can go on a diet... |
blob | commitdiff | diff to current |
2007-04-20 |
Gerard Goossen |
Re: [PATCH] madprop about forced words |
blob | commitdiff | diff to current |
2007-04-06 |
Nicholas Clark |
Only append ?? match ops to the list used by reset... |
blob | commitdiff | diff to current |
2007-04-06 |
Gerard Goossen |
madprop about forced words |
blob | commitdiff | diff to current |
2007-04-04 |
Yves Orton |
Re: pmdynflags and thread safety |
blob | commitdiff | diff to current |
2007-04-03 |
Gerard Goossen |
Re: [PATCH] MAD disable constant inlining |
blob | commitdiff | diff to current |
2007-04-01 |
Dave Mitchell |
Make parser_free() be called slightly later, |
blob | commitdiff | diff to current |
2007-04-01 |
Dave Mitchell |
Eliminate the use of PL_curforce outside of toke.c |
blob | commitdiff | diff to current |
2007-04-01 |
Dave Mitchell |
Eliminate the use of PL_bufend outside of toke.c: |
blob | commitdiff | diff to current |
2007-03-26 |
Rafael Garcia-Suarez |
Make the warning "interpreted as function" a bit less... |
blob | commitdiff | diff to current |
2007-03-26 |
Rafael Garcia-Suarez |
say() should parse exactly like print() |
blob | commitdiff | diff to current |
2007-03-24 |
Rafael Garcia-Suarez |
Make sure readpipe without argument can be followed... |
blob | commitdiff | diff to current |
2007-03-15 |
Rick Delaney |
Re: What is this MAD stuff all about? |
blob | commitdiff | diff to current |
2007-03-07 |
Rafael Garcia-Suarez |
Use another method to avoid the "possible interpolation... |
blob | commitdiff | diff to current |
2007-03-02 |
Nicholas Clark |
Avoid an assertion failure when overloading readpipe. |
blob | commitdiff | diff to current |
2007-03-02 |
Nicholas Clark |
More assertion failures, found by auditing the code. |
blob | commitdiff | diff to current |
2007-02-28 |
Rafael Garcia-Suarez |
(?p{}) has been deprecated for a long time. |
blob | commitdiff | diff to current |
2007-02-24 |
Rafael Garcia-Suarez |
C<keys %+> should not warn. Don't make scan_ident test for |
blob | commitdiff | diff to current |
2007-02-18 |
Nicholas Clark |
More efficient to call newSV_type() then SvGROW() inste... |
blob | commitdiff | diff to current |
2007-02-18 |
Nicholas Clark |
Add a new API function newSV_type, to replace the idiom: |
blob | commitdiff | diff to current |
2007-02-12 |
Rick Delaney |
Re: PL_copline inconsistency |
blob | commitdiff | diff to current |
2007-02-02 |
Nicholas Clark |
A few more places where we know the length for sv_setpv... |
blob | commitdiff | diff to current |
2007-01-27 |
Nicholas Clark |
One last gv_fetchpv() that should be GV_ADD rather... |
blob | commitdiff | diff to current |
2007-01-27 |
Nicholas Clark |
A test to exercise the smallbuf overflow code in S_incl... |
blob | commitdiff | diff to current |
2007-01-26 |
Nicholas Clark |
Stop S_incline needing to temporarily write a '\0'... |
blob | commitdiff | diff to current |
2007-01-26 |
Nicholas Clark |
As we're not passing over (or copying in) a NUL, don... |
blob | commitdiff | diff to current |
2007-01-25 |
Nicholas Clark |
Convert the last remaining 256 byte "small"bufs to... |
blob | commitdiff | diff to current |
2007-01-25 |
Nicholas Clark |
Neither gv_fetchpvn_flags() nor hv_fetch() need a NUL... |
blob | commitdiff | diff to current |
2007-01-25 |
Nicholas Clark |
The last parameter to gv_stashpv/gv_stashpvn/gv_stashsv... |
blob | commitdiff | diff to current |
2007-01-15 |
Rafael Garcia-Suarez |
Enable the ~~ operator by default. |
blob | commitdiff | diff to current |
2007-01-15 |
Yves Orton |
Re: [PATCH] Add support for /k modfier for matching... |
blob | commitdiff | diff to current |
2007-01-15 |
Yves Orton |
Add support for /k modfier for matching along with... |
blob | commitdiff | diff to current |
2007-01-15 |
Nicholas Clark |
Add get_cvn_flags(), which is like get_cv() but takes... |
blob | commitdiff | diff to current |
2007-01-15 |
Jarkko Hietaniemi |
g++ fixes |
blob | commitdiff | diff to current |
2007-01-11 |
Rafael Garcia-Suarez |
Fix bug [perl #41234] : the tokenizer understands ... |
blob | commitdiff | diff to current |
2007-01-11 |
Nicholas Clark |
In toke.c, merge S_update_debugger_info_pv() and |
blob | commitdiff | diff to current |
2007-01-08 |
Dave Mitchell |
allocate op_pv strings from shared mem pool |
blob | commitdiff | diff to current |
2007-01-04 |
Marcus Holland-Moritz |
4th patch from: |
blob | commitdiff | diff to current |
2007-01-04 |
Dave Mitchell |
make parser_free actually free the parser! |
blob | commitdiff | diff to current |
2007-01-02 |
Dave Mitchell |
remove conflict in pending_ident function and field... |
blob | commitdiff | diff to current |
2007-01-02 |
Dave Mitchell |
move easy lexer state variables into PL_parser |
blob | commitdiff | diff to current |
2007-01-02 |
Steve Peters |
Quiet a smoke warning in toke.c and bump the copyright... |
blob | commitdiff | diff to current |
2007-01-01 |
Dave Mitchell |
split parser initialisation from parser execution |
blob | commitdiff | diff to current |
2006-12-31 |
Dave Mitchell |
in lex_start(), ensure that all lexer state vars are... |
blob | commitdiff | diff to current |
2006-12-31 |
Nicholas Clark |
Rationalise the logic in lex_start for creating a new... |
blob | commitdiff | diff to current |
2006-12-31 |
Nicholas Clark |
As freeing up PL_linestr is now done via the scope... |
blob | commitdiff | diff to current |
2006-12-31 |
Nicholas Clark |
PL_linestr needs to survive until the end of scope... |
blob | commitdiff | diff to current |
2006-12-20 |
Rafael Garcia-Suarez |
Fix leaks in label strings allocation in COPs |
blob | commitdiff | diff to current |
2006-12-18 |
Dave Mitchell |
move parser state into new parser object, PL_parser |
blob | commitdiff | diff to current |
2006-12-13 |
Dave Mitchell |
misc MAD coredump fixes and parser leak fixes |
blob | commitdiff | diff to current |
2006-12-01 |
Rafael Garcia-Suarez |
Verify that the debugger has an array where to store... |
blob | commitdiff | diff to current |
2006-11-13 |
Rafael Garcia-Suarez |
Fix a bug in the debugger tracing variables when one... |
blob | commitdiff | diff to current |
2006-11-08 |
Dave Mitchell |
[perl #40718] perl parser bug leading to memory corruption |
blob | commitdiff | diff to current |
2006-11-02 |
Dave Mitchell |
eval $undef should emit one warning, not three. |
blob | commitdiff | diff to current |
2006-11-02 |
Rafael Garcia-Suarez |
say() has the same syntax than print(), so forbid to... |
blob | commitdiff | diff to current |
2006-10-31 |
Rafael Garcia-Suarez |
Silence a warning and call readpipe_override() correctly. |
blob | commitdiff | diff to current |
2006-10-31 |
Rafael Garcia-Suarez |
Make S_readpipe_override() compile with threads; regene... |
blob | commitdiff | diff to current |
2006-10-31 |
Rafael Garcia-Suarez |
Make readpipe() overridable (and also `` and qx//) |
blob | commitdiff | diff to current |
2006-10-19 |
Alexander Gough |
stab at UNITCHECK blocks |
blob | commitdiff | diff to current |
2006-10-18 |
Rafael Garcia-Suarez |
Functions with a (_) prototype should behave as unary... |
blob | commitdiff | diff to current |
2006-10-17 |
Rafael Garcia-Suarez |
First attempt at implementing the _ prototype |
blob | commitdiff | diff to current |
2006-10-17 |
Rafael Garcia-Suarez |
Less brace nesting. |
blob | commitdiff | diff to current |
2006-10-16 |
SADAHIRO Tomoyuki |
remove leaveit from toke.c:scan_const |
blob | commitdiff | diff to current |
2006-10-13 |
Jim Cromie |
Re: SVpvs vs SVpvn |
blob | commitdiff | diff to current |
2006-10-13 |
Rafael Garcia-Suarez |
Don't bother checking for bad characters in prototypes... |
blob | commitdiff | diff to current |
2006-10-07 |
Yves Orton |
Re: [PATCH] Initial attempt at named captures for perls... |
blob | commitdiff | diff to current |
2006-09-21 |
Jarkko Hietaniemi |
deal with some gcc warnings |
blob | commitdiff | diff to current |
2006-09-20 |
Rafael Garcia-Suarez |
prototype() wasn't working to get the prototype of... |
blob | commitdiff | diff to current |
2006-09-19 |
Yves Orton |
Re: \N{...} in regular expression [PATCH] |
blob | commitdiff | diff to current |
2006-09-07 |
Rafael Garcia-Suarez |
Typo fix in #ifdef |
blob | commitdiff | diff to current |
2006-08-09 |
Steve Peters |
A couple const's and a cast to get Sun CC to compile... |
blob | commitdiff | diff to current |
2006-08-07 |
Jarkko Hietaniemi |
g++ large patch |
blob | commitdiff | diff to current |
2006-07-26 |
SADAHIRO Tomoyuki |
interpolation of @- (and @+) in patterns ([perl #27940... |
blob | commitdiff | diff to current |
2006-07-23 |
Rafael Garcia-Suarez |
Revert part of last change, that was causing utf8 test... |
blob | commitdiff | diff to current |
2006-07-23 |
Jarkko Hietaniemi |
z/OS: pp_sys.c, reg*.c, toke.c, utf8.c |
blob | commitdiff | diff to current |
next |