This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perldelta: warn of more platform deprecation
[perl5.git] / util.c
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.
2011-07-01 Claes JakobssonReport a better error when trying to use negative versi...
2011-06-12 Nicholas ClarkMove PL_{No,Yes,hexdigit} from perlvars.h to perl.h...
2011-06-11 Nicholas ClarkRefactor Perl_get_vtbl() to a small array lookup from...
2011-06-11 Nicholas ClarkAbolish PL_vtbl_sig. It's been all 0s since it was...
2011-06-11 Nicholas ClarkDon't even declare PL_vtbl_sigelem under -DPERL_MICRO
2011-06-11 Nicholas ClarkStore FBMs in PVMGs, instead of GVs.
2011-06-11 Nicholas ClarkStore the BM table in mg_ptr instead of after SvCUR().
2011-06-11 Nicholas ClarkExit early from Perl_fbm_compile() if the SV is already...
2011-06-11 Nicholas ClarkIn Perl_fbm_instr(), use a switch() statement for the...
2011-06-11 Nicholas ClarkIn Perl_fbm_compile(), use STRLEN instead of U32 to...
2011-06-11 Nicholas ClarkUse SvTAIL() instead of BmFLAGS(). The core no longer...
2011-06-11 Nicholas ClarkEmulate the value of BmFLAGS() using SvTAIL().
2011-06-11 Nicholas ClarkDon't fbm_compile() studied scalars, to give more flexi...
2011-06-10 Robin Barkerunused variable tmpgv
2011-05-23 Max MaischeinTurn $$ into a magical readonly variable that always...
2011-05-18 Nicholas ClarkIn Perl_safesyscalloc(), only declare total_size if...
next