summaryrefslogtreecommitdiff
path: root/pp.c
Commit message (Expand)AuthorAgeFilesLines
* Omnibus removal of register declarationsKarl Williamson2012-08-181-52/+51
* Remove some redundant magical flag checksFather Chrysostomos2012-07-291-1/+1
* pp.c:pp_trans: avoid redundant sv in transrFather Chrysostomos2012-07-271-2/+4
* Magic flags harmonization.Chip Salzenberg2012-07-151-1/+1
* Use find_runcv_where for pp_coreargs and pp_runcvFather Chrysostomos2012-07-021-16/+3
* [perl #113012] String negation under ‘use integer’Father Chrysostomos2012-06-291-16/+26
* pp.c: Restore uninit warning to studyFather Chrysostomos2012-06-271-1/+1
* clean up compilation warningsJesse Luehrs2012-06-271-2/+1
* Squash repetitive code in pp.c:S_delete_localFather Chrysostomos2012-06-271-89/+23
* Null HeVAL and local delete → crashFather Chrysostomos2012-06-271-0/+2
* Make pp.c:pp_srand slightly less repetitiveFather Chrysostomos2012-06-271-12/+7
* Make srand treat "-1" as -1Father Chrysostomos2012-06-271-1/+2
* Make srand respect magicFather Chrysostomos2012-06-271-5/+16
* Don’t crash with ()=&CORE::srandFather Chrysostomos2012-06-241-1/+1
* add warning for negative argument to chr() [perl #83048]Jesse Luehrs2012-06-241-1/+2
* warn when srand overflows [perl #40605]Jesse Luehrs2012-06-241-1/+22
* [perl #112966] Crash on delete local; other local bugsFather Chrysostomos2012-06-231-5/+3
* Use assertions for /* NOT REACHED */Father Chrysostomos2012-06-151-1/+1
* Make __SUB__ work in special blocksFather Chrysostomos2012-06-081-1/+1
* pp.c:pp_negate: Move looks_like_number where it mattersFather Chrysostomos2012-06-071-9/+3
* pp_negate: Support magic big ints as stringsFather Chrysostomos2012-06-071-2/+2
* pp_negate and the Unicode BugFather Chrysostomos2012-06-071-11/+0
* Fix perl #57706 for magical vars: -"-10"Father Chrysostomos2012-06-071-1/+1
* pp_negate: Don’t treat nummified str as numFather Chrysostomos2012-06-071-4/+3
* [perl #109542] Make num ops treat $1 as "$1"Father Chrysostomos2012-06-071-32/+10
* Make prototype call FETCH before checking CORE:: prefixFather Chrysostomos2012-06-071-0/+1
* Make strict refs report $1 the same way as "$1"Father Chrysostomos2012-06-071-2/+3
* Remove most code conditional on SvSCREAMFather Chrysostomos2012-05-291-1/+1
* Delete the contents of pp_studyFather Chrysostomos2012-05-291-75/+2
* Don’t clone closures in rv2cvFather Chrysostomos2012-05-291-4/+1
* update the editor hints for spaces, not tabsRicardo Signes2012-05-291-2/+2
* [perl #97478] Make ‘Can’t find opnumber’ UTF-8- and null-cleanFather Chrysostomos2012-05-291-1/+4
* Make &CORE::undef(\*_) undefine it properlyFather Chrysostomos2012-05-291-0/+9
* Add &CORE::undefFather Chrysostomos2012-05-291-3/+4
* Add &CORE::posFather Chrysostomos2012-05-291-2/+4
* Add &CORE::globFather Chrysostomos2012-05-291-1/+1
* pp.c:pp_coreargs: use PL_op_desc instead of OP_DESCFather Chrysostomos2012-05-291-1/+1
* Add protos for positive keywordsFather Chrysostomos2012-05-291-1/+1
* utf8.h, pp.c: Add UTF8_IS_REPLACEMENT macro, and use itKarl Williamson2012-05-221-2/+4
* Don’t crash with &CORE::foo after undefining *_Father Chrysostomos2012-05-211-2/+2
* Use the new utf8 to code point functionsKarl Williamson2012-03-191-3/+3
* pp.c: Cast function argument to expected typeKarl Williamson2012-02-151-1/+1
* pp_quote_meta: in locale, quote all UTF-8 Latin1 non-ASCIIKarl Williamson2012-02-151-1/+5
* pp.c: white-space onlyKarl Williamson2012-02-151-6/+6
* perl #77654: quotemeta quotes non-ASCII consistentlyKarl Williamson2012-02-151-8/+29
* pp_quotemeta(): Use more explicit macroKarl Williamson2012-02-151-1/+1
* Make pp_study a no-op, as discussed on p5pAbhijit Menon-Sen2012-02-131-0/+5
* use locale; fc(""); shouldn't taint.Brian Fraser2012-01-301-1/+1
* pp.c: Can grow scalar by lessKarl Williamson2012-01-291-1/+3
* Implement the fc keyword and the \F string escape.Brian Fraser2012-01-291-0/+151