summaryrefslogtreecommitdiff
path: root/util.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Don’t produce uninit warning for ->VERSION(9e99)Father Chrysostomos2012-04-171-1/+1
* [perl #112478] Avoid buffer overflow in upg_versionFather Chrysostomos2012-04-161-4/+14
* Stop warning hint-checking from doing bad readsFather Chrysostomos2012-03-071-1/+4
* Further eliminate POSIX-emulation under LinuxThreadsÆvar Arnfjörð Bjarmason2012-02-151-3/+0
* sync version.pm code with CPANDavid Golden2012-02-051-1/+1
* util.c: Add commentKarl Williamson2012-01-191-1/+2
* Provide as much diagnostic information as possible in "panic: ..." messages.Nicholas Clark2012-01-161-14/+25
* Squash repetititive code in util.c:report_evil_fhFather Chrysostomos2012-01-131-17/+9
* util.c: Silence compiler warningKarl Williamson2012-01-131-0/+1
* diag_listed_as for -S errorFather Chrysostomos2011-12-281-0/+1
* toke.c, util.c: setlocale returns new locale, not oldKarl Williamson2011-12-181-2/+6
* Use syntax from perlguts for testing objectsJohn Peacock2011-12-091-2/+2
* Use correct err msg in XS version checkFather Chrysostomos2011-11-241-1/+1
* [perl #102586] version->new("version") SEGVsFather Chrysostomos2011-11-221-1/+2