summaryrefslogtreecommitdiff
path: root/util.c
Commit message (Expand)AuthorAgeFilesLines
* util.c: Stop ck_index/fbm_compile from abusing readonlinessFather Chrysostomos2013-06-221-1/+3
* Stop fbm_compile from flattening refsFather Chrysostomos2013-06-221-1/+1
* Remove BmRARE and BmPREVIOUSFather Chrysostomos2013-06-211-3/+1
* the code that used hstat, istat, qstat was removed in 6fd8c33aTony Cook2013-06-141-1/+0
* Don't ignore signals on pcloseLeon Timmermans2013-06-131-10/+0
* Eliminate the implementations of [hv]to[vh][ls] for mixed-endian systems.Nicholas Clark2013-05-201-93/+0
* Eliminate Perl_my_swabn(), as it is now unused.Nicholas Clark2013-05-201-16/+0
* Eliminate my_{hto[bl]e,[bl]etoh}{16,32,64,s,i,l} as nothing now uses them.Nicholas Clark2013-05-201-139/+0
* Eliminate the conditionally-compiled fallback functions for htonl etc.Nicholas Clark2013-05-201-49/+0
* Remove buggy loop-based byte swapping code.Nicholas Clark2013-05-201-35/+3
* Provide vtohl, vtohs, htovl and htovs no-op macros on little endian systems.Nicholas Clark2013-05-201-4/+4
* perl #117865] [PATCH] Eliminate useless variable and sizeof(char)Dagfinn Ilmari Mannsåker2013-05-201-4/+2
* 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