summaryrefslogtreecommitdiff
path: root/op.c
Commit message (Expand)AuthorAgeFilesLines
* Make __SUB__ work in special blocksFather Chrysostomos2012-06-251-1/+1
* Revert "Make __SUB__ work in special blocks"Father Chrysostomos2012-06-231-1/+1
* Make __SUB__ work in special blocksFather Chrysostomos2012-06-221-1/+1
* [perl #111980] Don’t allow ‘my $♠’Father Chrysostomos2012-04-201-2/+3
* [perl #112316] Make strict vars respect assignment from null pkgFather Chrysostomos2012-04-191-0/+1
* [perl #112352] Make ‘use v5.15’ always enable unicode_evalFather Chrysostomos2012-04-101-3/+2
* [perl #111462] Move strict hints from %^H to $^HFather Chrysostomos2012-04-031-9/+6
* [perl #111462] Don’t leak eval "" op tree when croakingFather Chrysostomos2012-03-271-1/+6
* Label UTF8 cleanupBrian Fraser2012-03-251-5/+16
* Use HEKf in 2 places in op.c:S_finalize_opFather Chrysostomos2012-03-231-4/+4
* op.c: Warnings cleanup.Brian Fraser2012-03-231-46/+77
* stop S_forget_pmop() SEGVingDavid Mitchell2012-03-131-1/+1
* delay allocating trans table until neededZefram2012-02-251-5/+5
* fix -DPERL_GLOBAL_STRUCT compilation error introduced in e8570548Tony Cook2012-02-121-0/+2
* add wrap_op_checker() API functionZefram2012-02-111-0/+63
* Silence compiler warningsRobin Barker2012-02-091-2/+0
* fix punctuation in a panic messageZefram2012-02-011-1/+1
* [perl #109264] ->method(my(...)) forcing lvalue cxFather Chrysostomos2012-01-281-0/+1
* Allow prototypes (_@) and (_%)Rafael Garcia-Suarez2012-01-271-1/+1
* Initialize buffer to an empty string to avoid spurious uninitialized warningsRafael Garcia-Suarez2012-01-251-1/+1
* Make the display of the warning "Useless use of a constant (%s)" more robustRafael Garcia-Suarez2012-01-251-8/+17
* [perl #77388] Make stacked -t workFather Chrysostomos2012-01-231-0/+5
* [rt.cpan.org #74289] Don’t make *CORE::foo read-onlyFather Chrysostomos2012-01-231-6/+17
* Add :not_characters parameter to 'use locale'Karl Williamson2012-01-211-1/+4
* op.c: Call macro instead of using explicit bitKarl Williamson2012-01-211-2/+2
* Don’t crash on @a =~ // warningFather Chrysostomos2012-01-171-1/+3
* [perl #106726] Don’t crash on length(@arr) warningFather Chrysostomos2012-01-171-1/+2
* Provide as much diagnostic information as possible in "panic: ..." messages.Nicholas Clark2012-01-161-4/+6
* defined(@array) now also warns for package variables.Nicholas Clark2012-01-161-5/+0
* [perl #90030] sort with no argumentsFather Chrysostomos2012-01-051-1/+1
* Restrict $[ comp warning to constantsFather Chrysostomos2012-01-041-2/+6
* op.c Remove redundant continueFather Chrysostomos2012-01-031-1/+0
* Simplify gv:S_maybe_add_coresubFather Chrysostomos2012-01-011-1/+3
* Correct comment in op.cFather Chrysostomos2012-01-011-1/+1
* [perl #103492] Give lvalue cx to (s)printf argsFather Chrysostomos2011-12-311-0/+3
* diag_listed_as galoreFather Chrysostomos2011-12-281-0/+3
* Fix two (er, four) sub:lvalue { &$x } bugsFather Chrysostomos2011-12-261-37/+1
* [perl #99426] op.c: Remove dead code from ck_sortFather Chrysostomos2011-12-251-2/+0
* op.c: Use new feature bundle hintsFather Chrysostomos2011-12-241-16/+2
* Use new feature-testing macrosFather Chrysostomos2011-12-241-1/+2
* Stop readline(*$glob_copy) from clearing PL_last_in_gvFather Chrysostomos2011-12-181-1/+5
* Revert "Make scalar() propagate lvalueness"Father Chrysostomos2011-12-181-1/+0
* Stop seek($glob_copy...) from clearing PL_last_in_gvFather Chrysostomos2011-12-181-0/+1
* Stop eof($glob_copy) from clearing PL_last_in_gvFather Chrysostomos2011-12-171-1/+5
* Oops. You can’t do ->op_first on a baseop.Father Chrysostomos2011-12-171-3/+4
* Stop tell($glob_copy) from clearing PL_last_in_gvFather Chrysostomos2011-12-171-0/+11
* [perl #91514] Use correct error msg for defaultFather Chrysostomos2011-12-161-0/+1
* Name anon handles __ANONIO__Father Chrysostomos2011-12-151-1/+3
* Disable $[ under 5.16Father Chrysostomos2011-12-151-13/+8
* charnames and perlapi: pod nitsKarl Williamson2011-12-141-1/+3