summaryrefslogtreecommitdiff
path: root/op.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make scalar() propagate lvaluenessFather Chrysostomos2011-12-131-0/+1
* use 5.xxx: Don’t load feature.pm unnecessarilyFather Chrysostomos2011-12-071-11/+19
* Implement new ‘use 5.xxx' planFather Chrysostomos2011-12-071-3/+24
* Put optimised substr assignment in void contextFather Chrysostomos2011-12-051-0/+2
* Make inlined &CORE::__SUB__ the right-sized opFather Chrysostomos2011-11-261-1/+3
* Optimise substr assignment in void contextFather Chrysostomos2011-11-261-0/+18
* Optimise __SUB__ to a constantFather Chrysostomos2011-11-261-0/+17
* evalbytes should ignore outer utf8 declarationFather Chrysostomos2011-11-241-0/+1
* __SUB__ should warn in void contextFather Chrysostomos2011-11-241-0/+1
* op.c: typoFather Chrysostomos2011-11-221-1/+1
* [perl #80628] __SUB__Father Chrysostomos2011-11-221-1/+2