summaryrefslogtreecommitdiff
path: root/util.c
Commit message (Expand)AuthorAgeFilesLines
* silence warnings under NO_TAINT_SUPPORTDavid Mitchell2013-05-091-1/+4
* cleanup and test PERL_PERTURB_KEYS environment variable handlingYves Orton2013-05-081-29/+33
* Make it possible to disable and control hash key traversal randomizationYves Orton2013-05-071-2/+24
* fix two my_setenv/my_clearenv bugsMarkus Jansen2013-05-031-1/+3
* Remove the non-inline function S_croak_memory_wrap from inline.h.Andy Dougherty2013-03-281-3/+11
* PATCH [perl #106212] Add PL_perlio_mutex to atfork_lock/unlockPatrik Hägglund2013-03-211-0/+6
* Harden hashes against hash seed discovery by randomizing hash iterationYves Orton2013-03-191-3/+14
* Bring core up to version-0.9902John Peacock2013-03-071-12/+16
* Perl_instr() implement with libc equivalent.Karl Williamson2012-12-271-22/+2
* uninline panic branch from POPSTACKDaniel Dragan2012-12-231-0/+9
* Add diagnostics for PERL_HASH_SEED warningYves Orton2012-12-141-1/+1
* Use the right warn routineYves Orton2012-12-141-1/+1
* warn if PERL_HASH_SEED contains an unexpected characterYves Orton2012-12-141-0/+7
* Remove "register" declarationsKarl Williamson2012-11-241-27/+27
* Remove the EPOC port.Nicholas Clark2012-11-191-21/+6
* Hash Function Change - Murmur hash and true per process hash seedYves Orton2012-11-171-32/+31
* dTHX implies dVAR, using both fails to build under -DPERL_GLOBAL_STRUCTTony Cook2012-11-141-1/+1
* more dTHX optimizationsDaniel Dragan2012-11-121-1/+2
* clean up the users of PL_no_memDaniel Dragan2012-11-121-16/+19
* rmv context from Perl_croak_no_modify and Perl_croak_xs_usageDaniel Dragan2012-11-121-2/+2
* util.c: Add some asserts()Karl Williamson2012-11-111-0/+18
* remove various redundant dTHXesDaniel Dragan2012-11-081-4/+2
* Add C define to remove taint support from perlSteffen Mueller2012-11-051-4/+4
* optimize memory wrap croaks, often used in MEM_WRAP_CHECKDaniel Dragan2012-10-251-3/+3
* avoid calling memset with a negative countAndy Dougherty2012-10-171-0/+3
* Bring bleadperl up to parity with CPAN for version.pmJohn Peacock2012-09-161-1/+3
* Remove the VM/ESA port.Nicholas Clark2012-08-311-3/+3
* Omnibus removal of register declarationsKarl Williamson2012-08-181-55/+54
* Remove the UTS port.Nicholas Clark2012-08-171-3/+0
* Remove dead code related to the Atari ST port of perl 4.0 patchlevel 19Nicholas Clark2012-07-281-10/+7
* rt #72232 - ignore wday/yday in mini_mktime as indirectly documentedTony Cook2012-07-051-12/+2
* Use assertions for /* NOT REACHED */Father Chrysostomos2012-06-151-6/+6
* util.c:report_evil_fh: Report name w/initial nullFather Chrysostomos2012-06-071-1/+1
* util.c:report_evil_fh: Rmv redundant SvPOKFather Chrysostomos2012-06-071-1/+1
* util.c:report_wrongway_fh: Report name w/initial nullFather Chrysostomos2012-06-071-1/+1
* util.c:report_evil_fh: Rmv redundant isGV checkFather Chrysostomos2012-06-071-1/+1
* util.c:report_wrongway_fh: Don’t create an SVFather Chrysostomos2012-06-071-4/+4
* util.c:report_wrongway_fh: Rmv redundant isGV checkFather Chrysostomos2012-06-071-1/+1
* Assertion failure with $/=*foo; warn;Father Chrysostomos2012-06-071-1/+2
* Do away with stashpv_hvname_matchFather Chrysostomos2012-06-041-10/+0
* [perl #78742] Store CopSTASH in a pad under threadsFather Chrysostomos2012-06-041-25/+1
* Use isGV_with_GP in util.c:fbm_compileFather Chrysostomos2012-05-291-5/+1
* Gut screaminstrFather Chrysostomos2012-05-291-163/+10
* Correct apidoc varnames for util.c:fbm_instrFather Chrysostomos2012-05-291-2/+2
* update the editor hints for spaces, not tabsRicardo Signes2012-05-291-2/+2
* File scope for VMS-specific #includes.Craig A. Berry2012-05-241-1/+4
* [perl #112316] Make strict vars respect null-to-null assignmentFather Chrysostomos2012-04-201-1/+1
* Make strict vars respect ‘package ĵ; *ĵ::bar = [];’Father Chrysostomos2012-04-191-1/+1
* [perl #112316] Make strict vars respect assignment from null pkgFather Chrysostomos2012-04-191-6/+8
* [perl #112316] Make strict vars respect assignment to null pkgFather Chrysostomos2012-04-191-1/+2