This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Restore directory extension and version in fileify under EFS.
[perl5.git] / util.c
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...
2011-03-07 Nicholas ClarkFix building with -Uuseperlio
2011-02-16 George GreerWindows builds require perliol.h conditional on USE_PERLIO.
2011-02-16 Father Chrysostomos[perl #78494] Pipes cause threads to hang on join()
2011-02-14 Karl WilliamsonSilence util.c compiler warning from win32 smokes
2011-02-10 Karl WilliamsonMove grok_bslash_c to dquote.c and make static
2011-02-10 Karl WilliamsonMove grok_blsash_o and make static
2011-01-16 Robin Barkerutil.c handling of return value of vsnprintf
2011-01-13 Nicholas ClarkIn Perl_write_to_stderr(), use Perl_magic_methcall...
2011-01-07 Peter J. Acklam... Fix typos (spelling errors) in Perl sources.
2011-01-05 Nicholas ClarkCalling "PRINT" on a tied STDERR can use G_DISCARD...
2010-12-28 Nicholas ClarkArgument op to report_evil_fh() is always PL_op->op_typ...
2010-12-28 Nicholas ClarkThe io argument to report_evil_fh() is always GvIO...
2010-12-28 Nicholas ClarkExtract the OP_phoney_* code from report_evil_fh()...
2010-11-28 Karl WilliamsonAdd Perl_foldEQ_latin1()
2010-11-28 John PeacockBring core Perl in line with CPAN 0.86 release
2010-11-23 Father ChrysostomosDocument the refcount of version functions’ retval
2010-11-14 Florian RagwitzEliminate PL_dirty
2010-10-31 David Mitchelladjust output of -Dm
2010-10-08 Nicholas ClarkRefactor Perl_xs_apiversion_bootcheck()
2010-10-08 Nicholas ClarkConvert the implementation of XS_APIVERSION_BOOTCHECK...
2010-10-08 Nicholas ClarkRefactor xs_version_bootcheck() to remove complex const...
2010-10-08 Nicholas Clarkxs_version_bootcheck() must use mortals, as {new,upg...
2010-10-08 David GoldenChange vverify() to return HV or NULL (RT#78286)
2010-10-07 Nicholas ClarkConvert the implementation of XS_VERSION_BOOTCHECK...
2010-10-01 Father Chrysostomos[perl #48332] Debugger corrupts symbol table munging
2010-09-28 Zeframsystematically provide pv/pvn/pvs/sv quartets
2010-09-27 Father Chrysostomos#!perl -C -w dies
2010-09-26 Father Chrysostomos[perl #77362] Assigning glob to lvalue causes stringifi...
2010-09-16 Father ChrysostomosFix warn to respect utf8-encoded scalars [perl #45549]
2010-08-25 David Mitchelldon't taint $DB::sub
2010-07-27 Karl WilliamsonChange function signature of grok_bslash_o
2010-07-21 George GreerC++ compiler fix for util.c
2010-07-18 Karl WilliamsonAdd \o{} escape
2010-07-11 Tony CookRT #73520: POSIX::strftime memory leak
2010-06-28 Rafael Garcia-SuarezPOD fix
2010-06-27 Nicholas ClarkAdd Perl_croak_no_modify() to implement Perl_croak...
2010-06-17 Nicholas ClarkPERL_IMPLICIT_SYS also needs thread context for safesys...
2010-06-16 Nicholas ClarkPERL_IMPLICIT_SYS also needs thread context for the...
2010-06-15 Nicholas ClarkIn Perl_safesys{c,m,re}alloc(), defer dTHX for non...
2010-06-05 Karl WilliamsonChange name of ibcmp to foldEQ
2010-05-30 Karl WilliamsonPATCH: [perl #75138] "\c`" -> " "
2010-05-20 Zeframsupport "package Foo { ... }"
2010-05-17 Karl WilliamsonPATCH: Clean up EBCDIC handling of \cX
2010-05-04 Rafael Garcia-SuarezMerge remote branch 'zefram/zefram/reliable_exception...
2010-04-26 Karl WilliamsonDeal with "\c{", and its kin
2010-04-23 ZeframSV-based interfaces for dieing and warning
2010-03-08 Reini UrbanAdd perlintern.pod documentation docatch + prescan_version
2010-01-15 Nicholas ClarkFix SV leaks in Perl_vnumify() and Perl_vnormal() for...
2010-01-14 David GoldenOmnibus strict and lax version parsing
2009-12-17 Max MaischeinCorrect some #ifdef USE_ITHREADS / USE_MULTI
2009-11-10 SisyphusAdd mingw64 support
2009-11-06 Gerard Goossenmove JMPENV_JUMP to die_where and mark it as "noreturn"
2009-11-01 Gerard GoossenUse of SV* instead of message, msglen, utf8 to contain...
2009-10-29 Rafael Garcia-SuarezRemove unused variable
2009-10-29 Gerard Goossenremove unnecessary (always true) condition in S_vdie
next