2013-08-05 |
Father Chrysostomos | toke.c:incline: Don’t stringify a GV to look it up |
blob | commitdiff |
2013-08-05 |
Father Chrysostomos | Make eval "#line" account for ${"_<foo"} changes |
blob | commitdiff | diff to current |
2013-08-05 |
Father Chrysostomos | toke.c:incline: Move code into the block that uses it |
blob | commitdiff | diff to current |
2013-07-31 |
Karl Williamson | PATCH: [perl #119101] Extraneous warnings in Parse... |
blob | commitdiff | diff to current |
2013-07-31 |
David Mitchell | Handle /[#]/ and /[(?#]/ with code blocks |
blob | commitdiff | diff to current |
2013-07-26 |
Father Chrysostomos | Inline list constants |
blob | commitdiff | diff to current |
2013-07-22 |
Nicholas Clark | Avoid read-after-free in S_scan_heredoc() if the termin... |
blob | commitdiff | diff to current |
2013-07-19 |
Niels Thykier | op.c: Add op_folded to BASEOP |
blob | commitdiff | diff to current |
2013-07-19 |
Father Chrysostomos | toke.c:yylex: assert that PL_linestr is not a COW |
blob | commitdiff | diff to current |
2013-07-17 |
Father Chrysostomos | Allow => to quote built-in keywords across lines |
blob | commitdiff | diff to current |
2013-07-13 |
Peter Martini | [perl #118567] Add a warning for prototypes if a missing |
blob | commitdiff | diff to current |
2013-07-13 |
Father Chrysostomos | Revert "Allow => to quote built-in keywords across... |
blob | commitdiff | diff to current |
2013-07-13 |
Father Chrysostomos | Allow => to quote built-in keywords across lines |
blob | commitdiff | diff to current |
2013-07-12 |
Father Chrysostomos | [perl #118627] Don’t do COW when creating ${"_<-e"}[0] |
blob | commitdiff | diff to current |
2013-07-11 |
Peter Martini | Split the handling for "Illegal character" and "Illegal... |
blob | commitdiff | diff to current |
2013-07-10 |
Peter Martini | 'Prototype after' and 'Illegal character' warnings... |
blob | commitdiff | diff to current |
2013-07-05 |
Peter Martini | Introduce validate_proto / stop stripping spaces |
blob | commitdiff | diff to current |
2013-07-05 |
Tony Cook | minor clean up of the refactoring of d6a4f4b531 |
blob | commitdiff | diff to current |
2013-06-28 |
Father Chrysostomos | Reinstate UTF8f |
blob | commitdiff | diff to current |
2013-06-27 |
Father Chrysostomos | [perl #117535, #76910] Fix bogus ambiguity warnings |
blob | commitdiff | diff to current |
2013-06-26 |
Karl Williamson | Revert "Use UTF8f in more places" |
blob | commitdiff | diff to current |
2013-06-25 |
Peter Martini | Remove spaces from a (copy of) a proto when used. The... |
blob | commitdiff | diff to current |
2013-06-23 |
Father Chrysostomos | Use UTF8f in more places |
blob | commitdiff | diff to current |
2013-06-23 |
Father Chrysostomos | toke.c: Don’t depend on sv_force_normal’s good graces |
blob | commitdiff | diff to current |
2013-06-22 |
Peter Martini | Treat a consecutive semicolons in a prototype as 1 |
blob | commitdiff | diff to current |
2013-06-14 |
Tony Cook | tboffset hasn't been used since 7196fc2f |
blob | commitdiff | diff to current |
2013-06-11 |
Nicholas Clark | Inline a subset of S_force_word() into the KEY_format... |
blob | commitdiff | diff to current |
2013-06-11 |
Brian Fraser | toke.c: Remove the allow_initial_tick hack from S_force... |
blob | commitdiff | diff to current |
2013-06-11 |
Brian Fraser | Eliminate the last call to S_force_word() passing allow... |
blob | commitdiff | diff to current |
2013-06-08 |
Father Chrysostomos | [perl #24482] Fix sort and require to treat CORE::... |
blob | commitdiff | diff to current |
2013-06-02 |
Father Chrysostomos | [perl #116735] Honour lexical prototypes when no parens... |
blob | commitdiff | diff to current |
2013-06-01 |
Father Chrysostomos | toke.c: Under -DT, report pending idents more clearly |
blob | commitdiff | diff to current |
2013-05-27 |
Father Chrysostomos | Make \N{ } deprecation warnings fatalizable |
blob | commitdiff | diff to current |
2013-05-27 |
Father Chrysostomos | Turn \N{ } deprecation warnings on by default |
blob | commitdiff | diff to current |
2013-05-22 |
Nicholas Clark | Add comments describing the operation of S_scan_ident(). |
blob | commitdiff | diff to current |
2013-05-20 |
Karl Williamson | toke.c: Remove redundant test |
blob | commitdiff | diff to current |
2013-05-20 |
Brian Fraser | toke.c: VALID_LEN_ONE_IDENT only needs a char, not... |
blob | commitdiff | diff to current |
2013-05-20 |
Brian Fraser | toke.c, S_intuit_method: Minor parsing speedup for... |
blob | commitdiff | diff to current |
2013-05-20 |
Karl Williamson | toke.c: Call base macro that does the same thing |
blob | commitdiff | diff to current |
2013-05-09 |
David Mitchell | toke.c/MAD: silence a couple of warnings |
blob | commitdiff | diff to current |
2013-04-20 |
David Mitchell | Handle /@a/ array expansion within regex engine |
blob | commitdiff | diff to current |
2013-04-12 |
David Mitchell | fix runtime /(?{})/ with overload::constant qr |
blob | commitdiff | diff to current |
2013-04-12 |
David Mitchell | add lex_re_reparsing boolean to yy_parser struct |
blob | commitdiff | diff to current |
2013-04-12 |
David Mitchell | Eliminate PL_reg_state.re_reparsing, part 2 |
blob | commitdiff | diff to current |
2013-04-12 |
David Mitchell | Eliminate PL_reg_state.re_reparsing, part 1 |
blob | commitdiff | diff to current |
2013-03-27 |
Brian Fraser | Make smartmatch, given & when experimental |
blob | commitdiff | diff to current |
2013-03-25 |
Nicholas Clark | In In S_scan_heredoc(), avoid memNE() reading beyond... |
blob | commitdiff | diff to current |
2013-03-25 |
Nicholas Clark | In S_scan_heredoc(), the explicit test for '\n' duplica... |
blob | commitdiff | diff to current |
2013-03-15 |
Brian Fraser | toke.c, S_scan_ident: Ignore whitespace on both sides... |
blob | commitdiff | diff to current |
2013-03-09 |
Brian Fraser | PATCH: [perl #117101] toke.c: Make \$$1 work again. |
blob | commitdiff | diff to current |
2013-03-06 |
Brian Fraser | open FOO || die; doesn't need a special identifier... |
blob | commitdiff | diff to current |
2013-03-06 |
Brian Fraser | Restrict the valid identifier syntax, fix some identifi... |
blob | commitdiff | diff to current |
2013-03-06 |
Brian Fraser | Fix several differences in the parsing of $.. and ... |
blob | commitdiff | diff to current |
2013-03-03 |
Peter Martini | Stop SEGV on 'our sub { syntax error }' |
blob | commitdiff | diff to current |
2013-02-25 |
Karl Williamson | Add, fix comments |
blob | commitdiff | diff to current |
2013-01-25 |
Peter Martini | Fix format string warnings in toke.c Changed literals... |
blob | commitdiff | diff to current |
2013-01-20 |
Karl Williamson | Deprecate certain rare uses of backslashes within regexes |
blob | commitdiff | diff to current |
2013-01-20 |
Karl Williamson | toke.c: White-space alignment only |
blob | commitdiff | diff to current |
2013-01-18 |
Daniel Dragan | rearrange initializations in S_intuit_more for better... |
blob | commitdiff | diff to current |
2013-01-14 |
Karl Williamson | Add warnings for "\08", /\017/ |
blob | commitdiff | diff to current |
2013-01-11 |
Karl Williamson | grok_bslash_[ox]: Add param to silence non-portable... |
blob | commitdiff | diff to current |
2013-01-11 |
Karl Williamson | Add optional strict mode to grok_bslash_[xo] |
blob | commitdiff | diff to current |
2013-01-11 |
Karl Williamson | Revise calling sequences for grok_bslash_[xo] |
blob | commitdiff | diff to current |
2013-01-07 |
Karl Williamson | toke.c: Silence compiler uninitialized warning |
blob | commitdiff | diff to current |
2013-01-04 |
Karl Williamson | charnames: Deprecate character names with spacing issues |
blob | commitdiff | diff to current |
2012-12-31 |
Karl Williamson | Change core calls of isALNUM() to isWORDCHAR() |
blob | commitdiff | diff to current |
2012-12-31 |
Karl Williamson | Convert uses of isALNUM_lazy_if to isWORDCHAR_lazy_if |
blob | commitdiff | diff to current |
2012-12-22 |
Karl Williamson | Create internal _is_utf8_mark() |
blob | commitdiff | diff to current |
2012-12-22 |
Karl Williamson | handy.h: Create isALPHANUMERIC() and kin |
blob | commitdiff | diff to current |
2012-12-09 |
Karl Williamson | Silence some g++ compiler warnings |
blob | commitdiff | diff to current |
2012-12-09 |
Father Chrysostomos | Stop invalid charnames from leaking |
blob | commitdiff | diff to current |
2012-12-09 |
Father Chrysostomos | toke.c:S_new_constant: Use NN SvREFCNT_inc in 2 places |
blob | commitdiff | diff to current |
2012-12-09 |
Father Chrysostomos | Stop Constant(%s) errors from leaking |
blob | commitdiff | diff to current |
2012-12-09 |
Father Chrysostomos | Change Constant(undef) error to something meaningful |
blob | commitdiff | diff to current |
2012-12-09 |
Father Chrysostomos | toke.c: Make _charnames check more robust |
blob | commitdiff | diff to current |
2012-12-09 |
Father Chrysostomos | Fewer strEQ calls in toke.c:S_new_constant |
blob | commitdiff | diff to current |
2012-12-05 |
Father Chrysostomos | Stop "\N{...}" from leaking after errors |
blob | commitdiff | diff to current |
2012-12-05 |
Father Chrysostomos | Stop v111111111111111 from leaking under fatal warnings |
blob | commitdiff | diff to current |
2012-12-05 |
Father Chrysostomos | toke.c apidocs: Note that scan_vstring might croak |
blob | commitdiff | diff to current |
2012-11-25 |
Karl Williamson | Remove "register" declarations |
blob | commitdiff | diff to current |
2012-11-24 |
Father Chrysostomos | Warn when declaring lexsubs, not when enabling them |
blob | commitdiff | diff to current |
2012-11-24 |
Father Chrysostomos | Stop toke.c:S_scan_const from leaking |
blob | commitdiff | diff to current |
2012-11-23 |
Daniel Dragan | prevent multiple evaluations of ERRSV |
blob | commitdiff | diff to current |
2012-11-14 |
Daniel Dragan | remove most calls to strlen in S_force_ident |
blob | commitdiff | diff to current |
2012-11-14 |
Father Chrysostomos | Stop eval "END OF TERMS" from leaking |
blob | commitdiff | diff to current |
2012-11-14 |
Father Chrysostomos | Fix various mad eval leaks |
blob | commitdiff | diff to current |
2012-11-11 |
Karl Williamson | toke.c: White-space only; no code changes |
blob | commitdiff | diff to current |
2012-11-11 |
Karl Williamson | toke.c: Don't force \N{} into utf8 unnecessarily |
blob | commitdiff | diff to current |
2012-11-11 |
Karl Williamson | toke.c: Remove redundant checks |
blob | commitdiff | diff to current |
2012-11-11 |
Karl Williamson | toke.c: Reorder declaration |
blob | commitdiff | diff to current |
2012-11-11 |
Karl Williamson | toke.c: Use UTF-8 macros for portability |
blob | commitdiff | diff to current |
2012-11-11 |
Karl Williamson | Validate above-Latin1 characters in \N{} aliases |
blob | commitdiff | diff to current |
2012-11-11 |
Karl Williamson | toke.c: Fail on malformed UTF-8 in \N{} input |
blob | commitdiff | diff to current |
2012-11-11 |
Karl Williamson | toke.c: Remove no-longer needed {...} and outdent corre... |
blob | commitdiff | diff to current |
2012-11-11 |
Brian Fraser | toke.c: [RT#73022] Make \N{...} UTF-8 clean. |
blob | commitdiff | diff to current |
2012-11-11 |
Karl Williamson | toke.c Refactor S_get_and_check_backslash_N_name() |
blob | commitdiff | diff to current |
2012-11-11 |
Karl Williamson | toke.c: Don't validate core charnames output |
blob | commitdiff | diff to current |
2012-11-11 |
Karl Williamson | charnames: Don't accept illegal :aliases |
blob | commitdiff | diff to current |
2012-11-11 |
Karl Williamson | Make \N{alias} deprecations fatal. |
blob | commitdiff | diff to current |
2012-11-11 |
Karl Williamson | toke.c: Extract part of \N{} processing to new function |
blob | commitdiff | diff to current |
next |