summaryrefslogtreecommitdiff
path: root/op.c
Commit message (Expand)AuthorAgeFilesLines
* Add &CORE::posFather Chrysostomos2012-05-291-5/+8
* Make undef use ck_fun and OA_SCALARREFFather Chrysostomos2012-05-291-2/+4
* Add &CORE::globFather Chrysostomos2012-05-291-1/+1
* Add protos for positive keywordsFather Chrysostomos2012-05-291-8/+15
* op.c: One less func call for newXSFather Chrysostomos2012-05-231-1/+3
* op.c: Remove redundant assignmentFather Chrysostomos2012-05-211-1/+0
* Make while(each ...) imply defined($_ = ...)Father Chrysostomos2012-05-211-0/+2
* op.c:ck_glob: Don’t do gv_fetchpv("CORE::GLOBAL::glob")Father Chrysostomos2012-05-211-1/+3
* op.c: Remove a redundant ck_subr call from ck_requireFather Chrysostomos2012-05-211-2/+2
* op.c: Remove a redundant ck_subr call from ck_globFather Chrysostomos2012-05-211-1/+1
* op.c: Remove a redundant ck_subr call from dofileFather Chrysostomos2012-05-211-2/+2
* op.c:ck_glob: Check PL_globhook before loading File::GlobFather Chrysostomos2012-05-211-9/+8
* Make pos(@array) and pos(%hash) into errorsFather Chrysostomos2012-05-211-2/+2
* Copy call checker when cloning closure prototypeFather Chrysostomos2012-05-211-0/+1
* Produce the right error for goto "\0"Father Chrysostomos2012-05-211-1/+8
* [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