summaryrefslogtreecommitdiff
path: root/util.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix pp_goto crash with orphaned GVFather Chrysostomos2011-11-181-2/+5
* util.c:get_db_sub: correct commentFather Chrysostomos2011-11-181-1/+2
* Fix threaded buildFather Chrysostomos2011-11-181-1/+1
* Make sure $DB::sub is callableFather Chrysostomos2011-11-181-4/+24
* allow for 2Gb+ memory allocations on 64-bit Win32 debug buildsTony Cook2011-10-281-3/+3
* don't segfault given string repeat count larger than 2^31Jim Meyering2011-10-231-4/+4
* Restore null checks to stashpv_hvname_match [perl #101430]Father Chrysostomos2011-10-161-0/+2
* util.c UTF8 cleanupBrian Fraser2011-10-061-12/+17
* util.c for threads: stashpv_hvname_match UTF8 cleanup.Brian Fraser2011-10-061-7/+16
* Don't #include headers already included by perl.hNicholas Clark2011-09-151-4/+0