Const Boy II: The Localizing
[p5sagit/p5-mst-13.2.git] / util.c
2005-06-23 Andy Lester Const Boy II: The Localizing
2005-06-20 Andy Lester The continuing adventures of Constman and Localize Boy
2005-06-16 Nicholas Clark I'm not convinced that manually creating HVs via sv_upg...
2005-06-16 Andy Lester Removing /*SUPPRESS xxx*/
2005-06-15 Andy Lester CopSTASH_eq again
2005-06-13 John Peacock Bring bleadperl up to version.pm
2005-06-10 Nicholas Clark More SvPV consting. And other related drive-by refactoring.
2005-06-09 Rafael Garcia-Suarez Revert part of previous patch
2005-06-09 Andy Lester regcomp.c and more
2005-06-07 Nicholas Clark More SvPV consting.
2005-06-07 Andy Lester Random cleanups #47
2005-06-07 Rafael Garcia-Suarez Remove unneeded #ifdef VMS since VMS is not defined...
2005-06-07 Alexey Tourbin util.c: S_vdie_common() should be static
2005-06-07 Nicholas Clark The FBM compile code is mutable, because it's permissib...
2005-06-07 Andy Lester Unvoid SvUPGRADE
2005-06-03 Andy Lester Random consting
2005-06-02 Andy Lester use lengths in sv_setpv() calls
2005-06-02 Andy Lester Quotes fixed, see also perl #36079
2005-06-01 Nicholas Clark Following 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 Peters SvPVX_const() - Patch #1
2005-05-16 Andy Lester consting-eleventy.patch: More consts, plus actual bug fix
2005-05-11 Rafael Garcia-Suarez Include vim/emacs modelines in generated files to open...
2005-05-10 Rafael Garcia-Suarez Add editor boilerplates to all C files
2005-05-07 Andy Lester GCC attributes!
2005-04-25 Jarkko Hietaniemi combopatch
2005-04-23 Nicholas Clark Variable declarations can't come after statements in...
2005-04-23 Steve Peters Fix for warnings in util.c/Perl_init_tm()
2005-04-21 Jarkko Hietaniemi Symbian port of Perl
2005-04-08 Steve Peters Refactoring to Sv*_set() macros - patch #2
2005-04-05 Nicholas Clark Add casting to allow g++ (3.3.5) to compile the core...
2005-03-29 Steve Hay Clean-up some warnings when compiling on Win32 with...
2005-03-29 Rafael Garcia-Suarez Downconst external APIs
2005-03-29 Andy Lester The core part of :
2005-03-29 Steve Hay Fix Win32 compilation nit following change #24074
2005-03-25 Andy Lester Consting part 4
2005-03-24 Andy Lester Third consting batch
2005-02-06 Rafael Garcia-Suarez Avoid evaluating a strlen twice due the new implementation
2005-02-05 Nicholas Clark With mallocwrap New() evaluates its arguments more...
2005-01-25 Rafael Garcia-Suarez Integrate change #23880 in original comment
2005-01-09 Nicholas Clark savepv(SvPV(sv,n_a)) is common, and creates an unnecess...
2005-01-01 Nicholas Clark strEQ/strNE of 1 character strings seems better hand...
2004-11-20 Nicholas Clark genuine possible buffer problems spotted by flawfinder
2004-11-17 Michael Schroeder SuSE's perl safe_putenf diff
2004-10-16 Nicholas Clark Merge code from vdie and vcroak into S_vdie_croak_common
2004-10-16 Nicholas Clark Merge the common code from Perl_vdie and Perl_vwarner...
2004-10-16 Nicholas Clark The second half of Perl_vwarner is actually a straight...
2004-09-02 Rafael Garcia-Suarez Upgrade to version 0.42.
2004-08-06 Dave Mitchell remove leaks associated with version object change...
2004-08-04 John Peacock Final version object core patch?
2004-07-31 Dave Mitchell Add comment to the top of most .c files explaining...
2004-07-16 Nicholas Clark Encourage compilers to tail call optimise in sv_savepv...
2004-07-16 Nicholas Clark Some calls to PerlMemShared_alloc() aren't checking...
2004-07-13 Nicholas Clark Work around evil compiler bug on OS X. (Sucks all memory)
2004-07-13 John Peacock was Re: UNIVERSAL::VERSION causing "Use of uninitialize...
2004-04-23 Marcus Holland-Moritz byte-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-Moritz Remove two unused variables that gcc used to warn about.
2004-04-07 John Peacock Bleadperl to version 0.37
2004-03-17 Robin Barker format/casting/warning RE: perl 5.9.1
2004-03-16 Rafael Garcia-Suarez Update copyright notices
2004-02-26 Mark Fowler Improved perlapi documentation for croak
2004-02-03 John Peacock was Re: [Fwd: CPAN Upload: J/JP/JPEACOCK/version-0...
2004-01-17 Gisle Aas Perl core dumps when running out of memory [PATCH]
2003-12-15 Alan Burlison Remove incorrect guards around inclusion of <signal.h>
2003-12-12 Alan Burlison Modify the common guard for the signal.h header, because
2003-11-03 Nicholas Clark s/new_hash/rehash/g (Stas suggested a better name)
2003-10-16 Nicholas Clark Plan C for foiling the algorithmic complexity attack
2003-10-02 Brendan O'Dea Re: 5.8.1 and srand
2003-09-08 Jarkko Hietaniemi Slightly more intelligent paranoia.
2003-09-08 Jarkko Hietaniemi Superparanoia.
2003-08-17 Adrian M. Enache [PATCH] Re: [BUG] string loses its utf8 flag on die
2003-08-12 Jarkko Hietaniemi Retract #20644 and #20643; on non-microperl non-fcntl
2003-08-12 Jarkko Hietaniemi Apply much of Ilya's microperl patch, but instead of
2003-08-12 Jarkko Hietaniemi More microperlish faking in case no fcntl F_SETFD for...
2003-07-18 Rafael Garcia-Suarez Rename get_seed() to get_hash_seed(), as suggested by
2003-07-11 Jarkko Hietaniemi pTHX.
2003-07-11 Jarkko Hietaniemi Chicken out: the hash randomisation is not on by default.
2003-07-09 John Peacock Re: [REPATCH] was Re: [perl #16010] v-strings left...
2003-06-22 Jarkko Hietaniemi Move the (pseudo)seed functio for (pseudo)random number...
2003-06-19 Steve Grazzini Re: [perl #17934] tied STDERR and internal warnings
2003-06-14 Jarkko Hietaniemi Illegal cpp.
2003-06-13 Alan Ferrency Re: [perl #18849] fork/system bug on FreeBSD
2003-04-22 Jarkko Hietaniemi z/OS: changes for building threaded from "Brian De...
2003-04-21 Adrian M. Enache Fix another segfault case (warn called from UNIVERSAL...
2003-04-16 Jarkko Hietaniemi Fix up Larry's copyright statements to my best knowledge.
2003-04-16 Jarkko Hietaniemi A -C parsed from the #! line can still have line ending...
2003-03-09 Jarkko Hietaniemi From Inaba Hiroto: the UTF-8 length cache wasn't
2003-03-03 Jarkko Hietaniemi Use a macro for abs() to avoid the possible truncation...
2003-03-02 Hugo van der Sanden Update all copyrights to 2003, from Jarkko
2003-03-02 Jarkko Hietaniemi The -CI cannot be easily tested under UTF-8 locale...
2003-02-24 Jarkko Hietaniemi PERL_SIGNALS=unsafe enables the old unsafe/immediate...
2003-02-18 Jarkko Hietaniemi Format nit.
2003-02-17 Jarkko Hietaniemi Doc tweaks (and one code tweak) based on Philip Newton...
2003-02-15 Jarkko Hietaniemi The new(er) way of controlling Unicode I/O (and other...
2003-02-12 Robin Barker to silence compiler warning
2003-02-10 John Peacock version objects final(?) patch
2003-01-21 Hugo van der Sanden integrate (by hand) #18353 and #18359 from maint-5.8:
2002-12-18 Gurusamy Sarathy my_fflush_all() wasn't doing the right thing under...
2002-12-09 Slaven Rezic Re: [perl #18238] timezone and gmt offset as output...
next