This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Refactor perlmodlib.PL to use regen_lib.pl and avoid FindBin.
[perl5.git] / util.c
2013-07-10 Peter MartiniQuiet warning in a DEBUG print
2013-07-07 Karl Williamsonutil.c: Avoid unnecessary setlocale() calls
2013-07-04 Tony Cookrarest is only used under -DDEBUGGING
2013-06-30 Ruslan Zakirovchange magic_methcall to use SV with shared hash value
2013-06-23 Father Chrysostomosutil.c: Stop ck_index/fbm_compile from abusing readonliness
2013-06-23 Father ChrysostomosStop fbm_compile from flattening refs
2013-06-21 Father ChrysostomosRemove BmRARE and BmPREVIOUS
2013-06-14 Tony Cookthe code that used hstat, istat, qstat was removed...
2013-06-13 Leon TimmermansDon't ignore signals on pclose
2013-05-20 Nicholas ClarkEliminate the implementations of [hv]to[vh][ls] for...
2013-05-20 Nicholas ClarkEliminate Perl_my_swabn(), as it is now unused.
2013-05-20 Nicholas ClarkEliminate my_{hto[bl]e,[bl]etoh}{16,32,64,s,i,l} as...
2013-05-20 Nicholas ClarkEliminate the conditionally-compiled fallback functions...
2013-05-20 Nicholas ClarkRemove buggy loop-based byte swapping code.
2013-05-20 Nicholas ClarkProvide vtohl, vtohs, htovl and htovs no-op macros...
2013-05-20 Dagfinn Ilmari Man... perl #117865] [PATCH] Eliminate useless variable and...
2013-05-09 David Mitchellsilence warnings under NO_TAINT_SUPPORT
2013-05-07 Yves Ortoncleanup and test PERL_PERTURB_KEYS environment variable...
2013-05-07 Yves OrtonMake it possible to disable and control hash key traver...
2013-05-03 Markus Jansenfix two my_setenv/my_clearenv bugs
2013-03-28 Andy DoughertyRemove the non-inline function S_croak_memory_wrap...
2013-03-21 Patrik HägglundPATCH [perl #106212] Add PL_perlio_mutex to atfork_lock...
2013-03-18 Yves OrtonHarden hashes against hash seed discovery by randomizin...
2013-03-07 John PeacockBring core up to version-0.9902
2012-12-27 Karl WilliamsonPerl_instr() implement with libc equivalent.
2012-12-24 Daniel Draganuninline panic branch from POPSTACK
2012-12-14 Yves OrtonAdd diagnostics for PERL_HASH_SEED warning
2012-12-14 Yves OrtonUse the right warn routine
2012-12-14 Yves Ortonwarn if PERL_HASH_SEED contains an unexpected character
2012-11-25 Karl WilliamsonRemove "register" declarations
2012-11-19 Nicholas ClarkRemove the EPOC port.
2012-11-17 Yves OrtonHash Function Change - Murmur hash and true per process...
2012-11-13 Tony CookdTHX implies dVAR, using both fails to build under...
2012-11-12 Daniel Draganmore dTHX optimizations
2012-11-12 Daniel Draganclean up the users of PL_no_mem
2012-11-12 Daniel Draganrmv context from Perl_croak_no_modify and Perl_croak_xs...
2012-11-11 Karl Williamsonutil.c: Add some asserts()
2012-11-09 Daniel Draganremove various redundant dTHXes
2012-11-05 Steffen MuellerAdd C define to remove taint support from perl origin/smueller/no_taint3
2012-10-26 Daniel Draganoptimize memory wrap croaks, often used in MEM_WRAP_CHECK
2012-10-17 Andy Doughertyavoid calling memset with a negative count
2012-09-16 John PeacockBring bleadperl up to parity with CPAN for version.pm
2012-08-31 Nicholas ClarkRemove the VM/ESA port.
2012-08-18 Karl WilliamsonOmnibus removal of register declarations
2012-08-17 Nicholas ClarkRemove the UTS port.
2012-07-28 Nicholas ClarkRemove dead code related to the Atari ST port of perl...
2012-07-06 Tony Cookrt #72232 - ignore wday/yday in mini_mktime as indirect...
2012-06-15 Father ChrysostomosUse assertions for /* NOT REACHED */
2012-06-07 Father Chrysostomosutil.c:report_evil_fh: Report name w/initial null
2012-06-07 Father Chrysostomosutil.c:report_evil_fh: Rmv redundant SvPOK
2012-06-07 Father Chrysostomosutil.c:report_wrongway_fh: Report name w/initial null
2012-06-07 Father Chrysostomosutil.c:report_evil_fh: Rmv redundant isGV check
2012-06-07 Father Chrysostomosutil.c:report_wrongway_fh: Don’t create an SV
2012-06-07 Father Chrysostomosutil.c:report_wrongway_fh: Rmv redundant isGV check
2012-06-07 Father ChrysostomosAssertion failure with $/=*foo; warn;
2012-06-05 Father ChrysostomosDo away with stashpv_hvname_match
2012-06-05 Father Chrysostomos[perl #78742] Store CopSTASH in a pad under threads
2012-05-30 Father ChrysostomosUse isGV_with_GP in util.c:fbm_compile
2012-05-30 Father ChrysostomosGut screaminstr
2012-05-30 Father ChrysostomosCorrect apidoc varnames for util.c:fbm_instr
2012-05-30 Ricardo Signesupdate the editor hints for spaces, not tabs
2012-05-24 Craig A. BerryFile scope for VMS-specific #includes.
2012-04-21 Father Chrysostomos[perl #112316] Make strict vars respect null-to-null...
2012-04-20 Father ChrysostomosMake strict vars respect ‘package ĵ; *ĵ::bar = [];’
2012-04-20 Father Chrysostomos[perl #112316] Make strict vars respect assignment...
2012-04-20 Father Chrysostomos[perl #112316] Make strict vars respect assignment...
2012-04-18 Father ChrysostomosDon’t produce uninit warning for ->VERSION(9e99)
2012-04-17 Father Chrysostomos[perl #112478] Avoid buffer overflow in upg_version
2012-03-07 Father ChrysostomosStop warning hint-checking from doing bad reads
2012-02-15 Ævar Arnfjörð Bjar... Further eliminate POSIX-emulation under LinuxThreads
2012-02-06 David Goldensync version.pm code with CPAN
2012-01-19 Karl Williamsonutil.c: Add comment
2012-01-16 Nicholas ClarkProvide as much diagnostic information as possible...
2012-01-14 Father ChrysostomosSquash repetititive code in util.c:report_evil_fh
2012-01-13 Karl Williamsonutil.c: Silence compiler warning
2011-12-29 Father Chrysostomosdiag_listed_as for -S error
2011-12-19 Karl Williamsontoke.c, util.c: setlocale returns new locale, not old
2011-12-09 John PeacockUse syntax from perlguts for testing objects
2011-11-24 Father ChrysostomosUse correct err msg in XS version check
2011-11-23 Father Chrysostomos[perl #102586] version->new("version") SEGVs
2011-11-19 Father ChrysostomosFix pp_goto crash with orphaned GV
2011-11-19 Father Chrysostomosutil.c:get_db_sub: correct comment
2011-11-18 Father ChrysostomosFix threaded build
2011-11-18 Father ChrysostomosMake sure $DB::sub is callable
2011-10-28 Tony Cookallow for 2Gb+ memory allocations on 64-bit Win32 debug...
2011-10-23 Jim Meyeringdon't segfault given string repeat count larger than...
2011-10-16 Father ChrysostomosRestore null checks to stashpv_hvname_match [perl ...
2011-10-06 Brian Fraserutil.c UTF8 cleanup
2011-10-06 Brian Fraserutil.c for threads: stashpv_hvname_match UTF8 cleanup.
2011-09-15 Nicholas ClarkDon't #include headers already included by perl.h
2011-09-08 Keith ThompsonConvert some files from Latin-1 to UTF-8
2011-08-25 Nicholas ClarkEliminate global.sym, as makedef.pl can generate it...
2011-08-11 Nicholas ClarkSimplify embedvar.h, removing a level of macro indirect...
2011-07-02 John PeacockRevise check for negative versions plus test
2011-07-01 Nicholas ClarkFor shorter strings, store C<study>'s data as U8s or...
2011-07-01 Nicholas ClarkStore C<study>'s data as U32s, instead of I32s.
2011-07-01 Nicholas ClarkTidy code in pp_study and Perl_screaminstr()
2011-07-01 Nicholas ClarkStore C<study>'s data in in mg_ptr instead of interpret...
2011-07-01 Nicholas ClarkMerge PL_scream{first,next} into one allocated buffer.
2011-07-01 Nicholas ClarkChange PL_screamnext to store absolute positions.
next