summaryrefslogtreecommitdiff
path: root/util.c
Commit message (Expand)AuthorAgeFilesLines
* perlapi: May want to use savesharedpv on threaded Win32Karl Williamson2013-12-031-0/+12
* silence -Wformat-nonliteral compiler warningsDavid Mitchell2013-11-281-0/+8
* fix 'ignoring return value' compiler warningsDavid Mitchell2013-11-241-1/+4
* [perl #120543] work around a C++ library bug in VC 2003Tony Cook2013-11-191-1/+1
* silence some compiler warningsDavid Mitchell2013-11-131-1/+1
* [perl #119893] avoid waiting on pid 0Tony Cook2013-10-171-6/+8
* Removed the ifdefs for INCOMPLETE_TAINTSBrian Fraser2013-09-211-2/+0
* Replaced the last use of HAS_GNULIBC with __GLIBC__Brian Fraser2013-09-211-1/+1
* Removed DUMP_FDS and dump_fds()Brian Fraser2013-09-211-19/+0
* Remove HAS_64K_LIMITBrian Fraser2013-09-211-23/+2
* Use U64_CONST() for the drand48 constants that are larger than 2**32.Nicholas Clark2013-09-181-2/+2
* [perl #85228] stop $!=EINVAL; waitpid(0,0) from loopingTony Cook2013-09-171-3/+10
* Fix the VC6 build on Windows following commit 3be8f09452Steve Hay2013-09-131-0/+2
* [perl #115928] a consistent (public) rand() implementationTony Cook2013-09-131-0/+100
* perlapi: Add doc for my_strlcpy, my_strlcatKarl Williamson2013-09-101-0/+34
* util.c:my_pclose: Use NULL in PL_fdpidFather Chrysostomos2013-09-051-1/+1
* Sync core with CPAN version.pm releaseJohn Peacock2013-09-031-9/+9
* [perl #115768] improve (caller)[2] line numbersFather Chrysostomos2013-09-011-6/+12
* Use SSize_t for arraysFather Chrysostomos2013-08-251-4/+6
* [perl #119169] index with __PACKAGE__ for 2nd argumentFather Chrysostomos2013-08-061-1/+1
* Revert "Remove the non-inline function S_croak_memory_wrap from inline.h."Tony Cook2013-07-241-11/+3
* Fix SEGVs and test failures for -DPERL_GLOBAL_STRUCT_PRIVATENicholas Clark2013-07-121-0/+4
* Quiet warning in a DEBUG printPeter Martini2013-07-091-1/+1
* util.c: Avoid unnecessary setlocale() callsKarl Williamson2013-07-071-4/+9
* rarest is only used under -DDEBUGGINGTony Cook2013-07-041-2/+2
* change magic_methcall to use SV with shared hash valueRuslan Zakirov2013-06-301-1/+1
* 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