This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Turn a for loop that's almost a while into an honest-to-goodness while.
[perl5.git] / util.c
2005-12-29 Dave Mitchellre-implement MY_CXT API more efficiently, and add explicit
2005-12-28 Gisle AasLeaner ninstr().
2005-12-28 Gisle AasRemove test for NUL ending in r?instr().
2005-12-27 Andy Lesterpre-likely cleanup
2005-12-23 Nicholas ClarkFor PERL_TRACK_MEMPOOL with PERL_POISON, Poison the...
2005-12-23 Nicholas ClarkIf PERL_TRACK_MEMPOOL and PERL_POISON are in use, then...
2005-12-23 Nicholas ClarkCreate a struct to use as the header with PERL_TRACK_ME...
2005-12-23 Andy LesterSpeedup (rn|n)?instr
2005-12-14 Steve HayFix compilation error when building with -DPERL_MEM_LOG...
2005-12-06 Nicholas ClarkAdd a ; that 26281 was lacking.
2005-12-06 Andy LesterMore consting, and putting stuff in embed.fnc
2005-12-03 Steve PetersUpgrade to version-0.50
2005-11-20 Jan DuboisReworked PERL_TRACK_MEMPOOL patch
2005-11-11 Andy LesterConst & local: Special Victims Unit
2005-11-08 Nicholas ClarkMoving the 4 writes of PL_no_mem followed by exit(1...
2005-11-08 Nicholas ClarkEliminate some unnecessary strlen()s
2005-11-07 Andy LesterConsting and localizing: Part LXVIII
2005-11-04 Nicholas ClarkUse the return value from sprintf().
2005-11-04 Alan Burlisonuse clearenv if available
2005-10-31 Andy LesterEtta James presents: More consting
2005-10-30 Nicholas ClarkGiven that sv_nosharing performs the same function...
2005-10-26 Nicholas ClarkStore the raw bytes of the pid in PL_pidstatus, rather...
2005-10-26 Nicholas ClarkMost platforms don't actually need PL_pidstatus, or...
2005-10-25 Nicholas ClarkCode in wait4pid was calling hv_delete with the hash...
2005-10-25 Nicholas ClarkReplace all the strlen()s related to PL_pidstatus with...
2005-10-24 Nicholas ClarkAdd my_sprintf, which is usually just a macro for sprin...
2005-10-17 Jarkko Hietaniemianother Symbian update: Alan's fault :-)
2005-10-14 Steve Petersgcc complains when it sees variables declared
2005-10-11 Alan Burlisonenviron fixup
2005-09-26 Nicholas Clarkconst sausage const const bacon const tomato and const
2005-09-15 Rafael Garcia-SuarezUpgrade to version.pm 0.48
2005-09-13 Andy LesterThe return of the consting
2005-08-25 Rafael Garcia-SuarezFix miniperl build with threaded perl
2005-08-24 John Peacock[Fwd: CPAN Upload: J/JP/JPEACOCK/version-0.47.tar.gz]
2005-08-10 Alexey Tourbinconflicting types for 'Perl_my_popen'
2005-08-01 John E. MalmbergRe: blead@25210 on OpenVMS (not good)
2005-07-29 Andy LesterMore embed.fnc goodness
2005-07-20 Jarkko Hietaniemisupport POSIX SA_SIGINFO
2005-07-17 Dave Mitchell$SIG{__WARN__} = sub { goto &foo } could recurse infinitely
2005-07-12 Jarkko HietaniemiMake PERL_MEM_LOG more portable.
2005-07-10 Jarkko Hietaniemiyet another way of debugging memory allocations
2005-07-10 Andy LesterMaking my way thru embed.fnc
2005-07-10 Jarkko Hietaniemiyet another way of debugging memory allocations
2005-07-08 Jim CromieRe: janitorial work ? [patch]
2005-07-04 Andy LesterPost-YAPC consting, now with an attachment!
2005-07-02 Dave Mitchellreplace ckWARN macros with functions
2005-07-02 Nicholas ClarkDon't check the pointer is non-NULL before calling...
2005-06-30 Nicholas ClarkBy grabbing the length, we can use sv_setpvn here.
2005-06-28 Nicholas ClarkConvert strcpy to memcpy where we already know the...
2005-06-23 Andy LesterPre-YAPC consting fun
2005-06-23 Andy LesterConst Boy II: The Localizing
2005-06-20 Andy LesterThe continuing adventures of Constman and Localize Boy
2005-06-16 Nicholas ClarkI'm not convinced that manually creating HVs via sv_upg...
2005-06-16 Andy LesterRemoving /*SUPPRESS xxx*/
2005-06-15 Andy LesterCopSTASH_eq again
2005-06-13 John PeacockBring bleadperl up to version.pm
2005-06-10 Nicholas ClarkMore SvPV consting. And other related drive-by refactoring.
2005-06-09 Rafael Garcia-SuarezRevert part of previous patch
2005-06-09 Andy Lesterregcomp.c and more
2005-06-07 Nicholas ClarkMore SvPV consting.
2005-06-07 Andy LesterRandom cleanups #47
2005-06-07 Rafael Garcia-SuarezRemove unneeded #ifdef VMS since VMS is not defined...
2005-06-07 Alexey Tourbinutil.c: S_vdie_common() should be static
2005-06-07 Nicholas ClarkThe FBM compile code is mutable, because it's permissib...
2005-06-07 Andy LesterUnvoid SvUPGRADE
2005-06-03 Andy LesterRandom consting
2005-06-02 Andy Lesteruse lengths in sv_setpv() calls
2005-06-02 Andy LesterQuotes fixed, see also perl #36079
2005-06-01 Nicholas ClarkFollowing the head refactoring, the Newz doesn't clear...
2005-05-30 Olli Savia[perl #36037] Perl 5.8.7-RC1 build problems on LynxOS
2005-05-20 Steve PetersSvPVX_const() - Patch #1
2005-05-16 Andy Lesterconsting-eleventy.patch: More consts, plus actual bug fix
2005-05-11 Rafael Garcia-SuarezInclude vim/emacs modelines in generated files to open...
2005-05-10 Rafael Garcia-SuarezAdd editor boilerplates to all C files
2005-05-07 Andy LesterGCC attributes!
2005-04-25 Jarkko Hietaniemicombopatch
2005-04-23 Nicholas ClarkVariable declarations can't come after statements in...
2005-04-23 Steve PetersFix for warnings in util.c/Perl_init_tm()
2005-04-21 Jarkko HietaniemiSymbian port of Perl
2005-04-08 Steve PetersRefactoring to Sv*_set() macros - patch #2
2005-04-05 Nicholas ClarkAdd casting to allow g++ (3.3.5) to compile the core...
2005-03-29 Steve HayClean-up some warnings when compiling on Win32 with...
2005-03-29 Rafael Garcia-SuarezDownconst external APIs
2005-03-29 Andy LesterThe core part of :
2005-03-29 Steve HayFix Win32 compilation nit following change #24074
2005-03-25 Andy LesterConsting part 4
2005-03-24 Andy LesterThird consting batch
2005-02-06 Rafael Garcia-SuarezAvoid evaluating a strlen twice due the new implementation
2005-02-05 Nicholas ClarkWith mallocwrap New() evaluates its arguments more...
2005-01-25 Rafael Garcia-SuarezIntegrate change #23880 in original comment
2005-01-09 Nicholas Clarksavepv(SvPV(sv,n_a)) is common, and creates an unnecess...
2005-01-01 Nicholas ClarkstrEQ/strNE of 1 character strings seems better hand...
2004-11-20 Nicholas Clarkgenuine possible buffer problems spotted by flawfinder
2004-11-17 Michael SchroederSuSE's perl safe_putenf diff
2004-10-16 Nicholas ClarkMerge code from vdie and vcroak into S_vdie_croak_common
2004-10-16 Nicholas ClarkMerge the common code from Perl_vdie and Perl_vwarner...
2004-10-16 Nicholas ClarkThe second half of Perl_vwarner is actually a straight...
2004-09-02 Rafael Garcia-SuarezUpgrade to version 0.42.
2004-08-06 Dave Mitchellremove leaks associated with version object change...
2004-08-04 John PeacockFinal version object core patch?
next