This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
If we know the length of the string constant, save a strlen()
[perl5.git] / util.c
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?
2004-07-31 Dave MitchellAdd comment to the top of most .c files explaining...
2004-07-16 Nicholas ClarkEncourage compilers to tail call optimise in sv_savepv...
2004-07-16 Nicholas ClarkSome calls to PerlMemShared_alloc() aren't checking...
2004-07-13 Nicholas ClarkWork around evil compiler bug on OS X. (Sucks all memory)
2004-07-13 John Peacockwas Re: UNIVERSAL::VERSION causing "Use of uninitialize...
2004-04-23 Marcus Holland-Moritzbyte-order modifiers for (un)pack templates
2004-04-14 John Peacock's to bring bleadperl up to version-0.39
2004-04-10 Marcus Holland-MoritzRemove two unused variables that gcc used to warn about.
2004-04-07 John PeacockBleadperl to version 0.37
2004-03-17 Robin Barkerformat/casting/warning RE: perl 5.9.1
2004-03-16 Rafael Garcia-SuarezUpdate copyright notices
2004-02-26 Mark FowlerImproved perlapi documentation for croak
2004-02-03 John Peacockwas Re: [Fwd: CPAN Upload: J/JP/JPEACOCK/version-0...
2004-01-17 Gisle AasPerl core dumps when running out of memory [PATCH]
2003-12-15 Alan BurlisonRemove incorrect guards around inclusion of <signal.h>
2003-12-12 Alan BurlisonModify the common guard for the signal.h header, because
2003-11-03 Nicholas Clarks/new_hash/rehash/g (Stas suggested a better name)
2003-10-16 Nicholas ClarkPlan C for foiling the algorithmic complexity attack
2003-10-02 Brendan O'DeaRe: 5.8.1 and srand
2003-09-08 Jarkko HietaniemiSlightly more intelligent paranoia.
2003-09-08 Jarkko HietaniemiSuperparanoia.
2003-08-17 Adrian M. Enache[PATCH] Re: [BUG] string loses its utf8 flag on die
2003-08-12 Jarkko HietaniemiRetract #20644 and #20643; on non-microperl non-fcntl
2003-08-12 Jarkko HietaniemiApply much of Ilya's microperl patch, but instead of
2003-08-12 Jarkko HietaniemiMore microperlish faking in case no fcntl F_SETFD for...
2003-07-18 Rafael Garcia-SuarezRename get_seed() to get_hash_seed(), as suggested by
2003-07-11 Jarkko HietaniemipTHX.
2003-07-11 Jarkko HietaniemiChicken out: the hash randomisation is not on by default.
2003-07-09 John PeacockRe: [REPATCH] was Re: [perl #16010] v-strings left...
2003-06-22 Jarkko HietaniemiMove the (pseudo)seed functio for (pseudo)random number...
2003-06-19 Steve GrazziniRe: [perl #17934] tied STDERR and internal warnings
2003-06-14 Jarkko HietaniemiIllegal cpp.
2003-06-13 Alan FerrencyRe: [perl #18849] fork/system bug on FreeBSD
2003-04-22 Jarkko Hietaniemiz/OS: changes for building threaded from "Brian De...
2003-04-21 Adrian M. EnacheFix another segfault case (warn called from UNIVERSAL...
2003-04-16 Jarkko HietaniemiFix up Larry's copyright statements to my best knowledge.
2003-04-16 Jarkko HietaniemiA -C parsed from the #! line can still have line ending...
2003-03-09 Jarkko HietaniemiFrom Inaba Hiroto: the UTF-8 length cache wasn't
2003-03-03 Jarkko HietaniemiUse a macro for abs() to avoid the possible truncation...
2003-03-02 Hugo van der SandenUpdate all copyrights to 2003, from Jarkko
2003-03-02 Jarkko HietaniemiThe -CI cannot be easily tested under UTF-8 locale...
2003-02-24 Jarkko HietaniemiPERL_SIGNALS=unsafe enables the old unsafe/immediate...
2003-02-18 Jarkko HietaniemiFormat nit.
2003-02-17 Jarkko HietaniemiDoc tweaks (and one code tweak) based on Philip Newton...
2003-02-15 Jarkko HietaniemiThe new(er) way of controlling Unicode I/O (and other...
2003-02-12 Robin Barkerto silence compiler warning
2003-02-10 John Peacockversion objects final(?) patch
2003-01-21 Hugo van der Sandenintegrate (by hand) #18353 and #18359 from maint-5.8:
2002-12-18 Gurusamy Sarathymy_fflush_all() wasn't doing the right thing under...
2002-12-09 Slaven RezicRe: [perl #18238] timezone and gmt offset as output...
2002-12-02 Hugo van der Sandenintegrate util.c fragment from #18200 to undef SA_RESTA...
2002-10-28 Nicholas ClarkRe: Not OK: perl v5.9.0 +DEVEL17881 on i386-freebsd...
2002-10-19 H.Merijn BrandHappy chainsaw stories; The removal of the 5005 threads
2002-10-17 John PeacockRe: versions too accurate
2002-10-17 John PeacockRe: [PATCH] Version object combined patch
2002-10-10 Rafael Garcia-Suarezcroak() is better written Perl_croak() in C code.
2002-10-10 John PeacockVersion object combined patch
2002-09-27 John PeacockRe: [REVISED PATCH] Magic v-strings
2002-09-26 Jarkko Hietaniemienable -ansi -pedantic
2002-09-26 H.Merijn BrandLEAKTEST is dead, RIP
2002-09-08 Nicholas Clarktiddly tidy up for util.c
2002-09-08 Hugo van der Sandenregularise whitespace and formatting in util.c
2002-08-30 John PeacockTweaks to Bleadperl Version Object Support
2002-08-29 Rafael Garcia-Suarezposixify getppid on linux-multithread
2002-08-23 Hugo van der Sandenfixup threaded build for vstring changes
2002-08-22 John PeacockRe: [PATCH] Version object patch #1
2002-08-20 John PeacockVersion object patch #1
2002-08-20 John Peacock[REVISED PATCH] Magic v-strings
2002-08-11 Nick Ing-SimmonsIntegrate mainline.
2002-08-06 Nicholas ClarkRe: no warnings 'io';
2002-07-18 Gurusamy Sarathyexclude windows from change#17569 since it "breaks...
2002-07-16 Jarkko HietaniemiIntegrate change #16844 from maint:
2002-07-15 Gurusamy Sarathychange#16528 merged the fix for my_popen() but missed...
2002-07-09 Robin Barker5.8.0-RC1 on SunOS 4!
2002-06-03 Abhijit Menon-Sen Remove all occurrences of occurence, except for...
2002-05-27 Rafael Garcia-SuarezFix a warning bug in Perl_report_evil_fh (didn't report
2002-05-19 Nick Ing-SimmonsIntegrate mailine
2002-05-19 Jarkko HietaniemiSarathy pointed out that instead of zeroing heap
2002-05-09 Nick Ing-SimmonsIntegrate maint branch io (pipe) fixes. (changes#16329...
2002-05-02 Gurusamy Sarathymanual integrate of change#16332 from maint-5.6 branch
2002-05-02 Jarkko HietaniemiNew try at the Class::DBI core dump at global cleanup.
2002-04-30 Jarkko HietaniemiDodge a NULL pointer dereference in cleanup of Class...
2002-04-25 Abhijit Menon-Sen $fh->close(); print $fh "foo" would segfault under...
2002-04-21 Gurusamy Sarathyfixes for all the warnings reported by Visual C (most...
2002-04-21 Gurusamy SarathyWindows 64-bit support:
2002-04-08 Nick Ing-SimmonsIntegrate mainline
2002-04-08 Abhijit Menon-Sen New descriptions for savepv*(), as suggested by...
2002-04-08 Abhijit Menon-Sen Fix prototypes of save{,shared}pv{,n} (s/sv/pv/...
2002-04-03 Jarkko HietaniemiEPOC tweaks from Olaf Flebbe.
2002-04-01 Jarkko HietaniemiDJGPP tweaks from Laszlo.
next