summaryrefslogtreecommitdiff
path: root/util.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Convert some files from Latin-1 to UTF-8Keith Thompson2011-09-071-1/+1
* Eliminate global.sym, as makedef.pl can generate it internally.Nicholas Clark2011-08-251-1/+1
* Simplify embedvar.h, removing a level of macro indirection for PL_* variables.Nicholas Clark2011-08-111-4/+4
* Revise check for negative versions plus testJohn Peacock2011-07-011-3/+5
* For shorter strings, store C<study>'s data as U8s or U16s, instead of U32s.Nicholas Clark2011-07-011-16/+69
* Store C<study>'s data as U32s, instead of I32s.Nicholas Clark2011-07-011-10/+11
* Tidy code in pp_study and Perl_screaminstr()Nicholas Clark2011-07-011-7/+7
* Store C<study>'s data in in mg_ptr instead of interpreter variables.Nicholas Clark2011-07-011-2/+10
* Merge PL_scream{first,next} into one allocated buffer.Nicholas Clark2011-07-011-3/+4
* Change PL_screamnext to store absolute positions.Nicholas Clark2011-07-011-16/+18
* Report a better error when trying to use negative version numbers instead of ...Claes Jakobsson2011-06-301-0/+3
* Move PL_{No,Yes,hexdigit} from perlvars.h to perl.h, as all are const char[]Nicholas Clark2011-06-121-3/+0
* Refactor Perl_get_vtbl() to a small array lookup from a large switch statement.Nicholas Clark2011-06-111-95/+2
* Abolish PL_vtbl_sig. It's been all 0s since it was added in 5.0 alpha 2.Nicholas Clark2011-06-111-3/+0
* Don't even declare PL_vtbl_sigelem under -DPERL_MICRONicholas Clark2011-06-111-0/+2
* Store FBMs in PVMGs, instead of GVs.Nicholas Clark2011-06-111-2/+2
* Store the BM table in mg_ptr instead of after SvCUR().Nicholas Clark2011-06-111-11/+28
* Exit early from Perl_fbm_compile() if the SV is already "compiled".Nicholas Clark2011-06-111-0/+3
* In Perl_fbm_instr(), use a switch() statement for the special case code.Nicholas Clark2011-06-111-8/+10
* In Perl_fbm_compile(), use STRLEN instead of U32 to calculate BmPREVIOUS().Nicholas Clark2011-06-111-4/+4
* Use SvTAIL() instead of BmFLAGS(). The core no longer uses BmFLAGS().Nicholas Clark2011-06-111-1/+1
* Emulate the value of BmFLAGS() using SvTAIL().Nicholas Clark2011-06-111-1/+0
* Don't fbm_compile() studied scalars, to give more flexibility in SV flag usage.Nicholas Clark2011-06-111-0/+7
* unused variable tmpgvRobin Barker2011-06-101-1/+0
* Turn $$ into a magical readonly variable that always fetches getpid() instead...Max Maischein2011-05-221-6/+0
* In Perl_safesyscalloc(), only declare total_size if conditional code needs it.Nicholas Clark2011-05-181-1/+6
* Fix building with -UuseperlioNicholas Clark2011-03-071-0/+4
* Windows builds require perliol.h conditional on USE_PERLIO.George Greer2011-02-161-0/+2