2005-12-14 |
Steve Hay |
Fix compilation error when building with -DPERL_MEM_LOG... |
blob | commitdiff |
2005-12-06 |
Nicholas Clark |
Add a ; that 26281 was lacking. |
blob | commitdiff | diff to current |
2005-12-06 |
Andy Lester |
More consting, and putting stuff in embed.fnc |
blob | commitdiff | diff to current |
2005-12-03 |
Steve Peters |
Upgrade to version-0.50 |
blob | commitdiff | diff to current |
2005-11-20 |
Jan Dubois |
Reworked PERL_TRACK_MEMPOOL patch |
blob | commitdiff | diff to current |
2005-11-11 |
Andy Lester |
Const & local: Special Victims Unit |
blob | commitdiff | diff to current |
2005-11-08 |
Nicholas Clark |
Moving the 4 writes of PL_no_mem followed by exit(1... |
blob | commitdiff | diff to current |
2005-11-08 |
Nicholas Clark |
Eliminate some unnecessary strlen()s |
blob | commitdiff | diff to current |
2005-11-07 |
Andy Lester |
Consting and localizing: Part LXVIII |
blob | commitdiff | diff to current |
2005-11-04 |
Nicholas Clark |
Use the return value from sprintf(). |
blob | commitdiff | diff to current |
2005-11-04 |
Alan Burlison |
use clearenv if available |
blob | commitdiff | diff to current |
2005-10-31 |
Andy Lester |
Etta James presents: More consting |
blob | commitdiff | diff to current |
2005-10-30 |
Nicholas Clark |
Given that sv_nosharing performs the same function... |
blob | commitdiff | diff to current |
2005-10-26 |
Nicholas Clark |
Store the raw bytes of the pid in PL_pidstatus, rather... |
blob | commitdiff | diff to current |
2005-10-26 |
Nicholas Clark |
Most platforms don't actually need PL_pidstatus, or... |
blob | commitdiff | diff to current |
2005-10-25 |
Nicholas Clark |
Code in wait4pid was calling hv_delete with the hash... |
blob | commitdiff | diff to current |
2005-10-25 |
Nicholas Clark |
Replace all the strlen()s related to PL_pidstatus with... |
blob | commitdiff | diff to current |
2005-10-24 |
Nicholas Clark |
Add my_sprintf, which is usually just a macro for sprin... |
blob | commitdiff | diff to current |
2005-10-17 |
Jarkko Hietaniemi |
another Symbian update: Alan's fault :-) |
blob | commitdiff | diff to current |
2005-10-14 |
Steve Peters |
gcc complains when it sees variables declared |
blob | commitdiff | diff to current |
2005-10-11 |
Alan Burlison |
environ fixup |
blob | commitdiff | diff to current |
2005-09-26 |
Nicholas Clark |
const sausage const const bacon const tomato and const |
blob | commitdiff | diff to current |
2005-09-15 |
Rafael Garcia-Suarez |
Upgrade to version.pm 0.48 |
blob | commitdiff | diff to current |
2005-09-13 |
Andy Lester |
The return of the consting |
blob | commitdiff | diff to current |
2005-08-25 |
Rafael Garcia-Suarez |
Fix miniperl build with threaded perl |
blob | commitdiff | diff to current |
2005-08-24 |
John Peacock |
[Fwd: CPAN Upload: J/JP/JPEACOCK/version-0.47.tar.gz] |
blob | commitdiff | diff to current |
2005-08-10 |
Alexey Tourbin |
conflicting types for 'Perl_my_popen' |
blob | commitdiff | diff to current |
2005-08-01 |
John E. Malmberg |
Re: blead@25210 on OpenVMS (not good) |
blob | commitdiff | diff to current |
2005-07-29 |
Andy Lester |
More embed.fnc goodness |
blob | commitdiff | diff to current |
2005-07-20 |
Jarkko Hietaniemi |
support POSIX SA_SIGINFO |
blob | commitdiff | diff to current |
2005-07-17 |
Dave Mitchell |
$SIG{__WARN__} = sub { goto &foo } could recurse infinitely |
blob | commitdiff | diff to current |
2005-07-12 |
Jarkko Hietaniemi |
Make PERL_MEM_LOG more portable. |
blob | commitdiff | diff to current |
2005-07-10 |
Jarkko Hietaniemi |
yet another way of debugging memory allocations |
blob | commitdiff | diff to current |
2005-07-10 |
Andy Lester |
Making my way thru embed.fnc |
blob | commitdiff | diff to current |
2005-07-10 |
Jarkko Hietaniemi |
yet another way of debugging memory allocations |
blob | commitdiff | diff to current |
2005-07-08 |
Jim Cromie |
Re: janitorial work ? [patch] |
blob | commitdiff | diff to current |
2005-07-04 |
Andy Lester |
Post-YAPC consting, now with an attachment! |
blob | commitdiff | diff to current |
2005-07-02 |
Dave Mitchell |
replace ckWARN macros with functions |
blob | commitdiff | diff to current |
2005-07-02 |
Nicholas Clark |
Don't check the pointer is non-NULL before calling... |
blob | commitdiff | diff to current |
2005-06-30 |
Nicholas Clark |
By grabbing the length, we can use sv_setpvn here. |
blob | commitdiff | diff to current |
2005-06-28 |
Nicholas Clark |
Convert strcpy to memcpy where we already know the... |
blob | commitdiff | diff to current |
2005-06-23 |
Andy Lester |
Pre-YAPC consting fun |
blob | commitdiff | diff to current |
2005-06-23 |
Andy Lester |
Const Boy II: The Localizing |
blob | commitdiff | diff to current |
2005-06-20 |
Andy Lester |
The continuing adventures of Constman and Localize Boy |
blob | commitdiff | diff to current |
2005-06-16 |
Nicholas Clark |
I'm not convinced that manually creating HVs via sv_upg... |
blob | commitdiff | diff to current |
2005-06-16 |
Andy Lester |
Removing /*SUPPRESS xxx*/ |
blob | commitdiff | diff to current |
2005-06-15 |
Andy Lester |
CopSTASH_eq again |
blob | commitdiff | diff to current |
2005-06-13 |
John Peacock |
Bring bleadperl up to version.pm |
blob | commitdiff | diff to current |
2005-06-10 |
Nicholas Clark |
More SvPV consting. And other related drive-by refactoring. |
blob | commitdiff | diff to current |
2005-06-09 |
Rafael Garcia-Suarez |
Revert part of previous patch |
blob | commitdiff | diff to current |
2005-06-09 |
Andy Lester |
regcomp.c and more |
blob | commitdiff | diff to current |
2005-06-07 |
Nicholas Clark |
More SvPV consting. |
blob | commitdiff | diff to current |
2005-06-07 |
Andy Lester |
Random cleanups #47 |
blob | commitdiff | diff to current |
2005-06-07 |
Rafael Garcia-Suarez |
Remove unneeded #ifdef VMS since VMS is not defined... |
blob | commitdiff | diff to current |
2005-06-07 |
Alexey Tourbin |
util.c: S_vdie_common() should be static |
blob | commitdiff | diff to current |
2005-06-07 |
Nicholas Clark |
The FBM compile code is mutable, because it's permissib... |
blob | commitdiff | diff to current |
2005-06-07 |
Andy Lester |
Unvoid SvUPGRADE |
blob | commitdiff | diff to current |
2005-06-03 |
Andy Lester |
Random consting |
blob | commitdiff | diff to current |
2005-06-02 |
Andy Lester |
use lengths in sv_setpv() calls |
blob | commitdiff | diff to current |
2005-06-02 |
Andy Lester |
Quotes fixed, see also perl #36079 |
blob | commitdiff | diff to current |
2005-06-01 |
Nicholas Clark |
Following the head refactoring, the Newz doesn't clear... |
blob | commitdiff | diff to current |
2005-05-30 |
Olli Savia |
[perl #36037] Perl 5.8.7-RC1 build problems on LynxOS |
blob | commitdiff | diff to current |
2005-05-20 |
Steve Peters |
SvPVX_const() - Patch #1 |
blob | commitdiff | diff to current |
2005-05-16 |
Andy Lester |
consting-eleventy.patch: More consts, plus actual bug fix |
blob | commitdiff | diff to current |
2005-05-11 |
Rafael Garcia-Suarez |
Include vim/emacs modelines in generated files to open... |
blob | commitdiff | diff to current |
2005-05-10 |
Rafael Garcia-Suarez |
Add editor boilerplates to all C files |
blob | commitdiff | diff to current |
2005-05-07 |
Andy Lester |
GCC attributes! |
blob | commitdiff | diff to current |
2005-04-25 |
Jarkko Hietaniemi |
combopatch |
blob | commitdiff | diff to current |
2005-04-23 |
Nicholas Clark |
Variable declarations can't come after statements in... |
blob | commitdiff | diff to current |
2005-04-23 |
Steve Peters |
Fix for warnings in util.c/Perl_init_tm() |
blob | commitdiff | diff to current |
2005-04-21 |
Jarkko Hietaniemi |
Symbian port of Perl |
blob | commitdiff | diff to current |
2005-04-08 |
Steve Peters |
Refactoring to Sv*_set() macros - patch #2 |
blob | commitdiff | diff to current |
2005-04-05 |
Nicholas Clark |
Add casting to allow g++ (3.3.5) to compile the core... |
blob | commitdiff | diff to current |
2005-03-29 |
Steve Hay |
Clean-up some warnings when compiling on Win32 with... |
blob | commitdiff | diff to current |
2005-03-29 |
Rafael Garcia-Suarez |
Downconst external APIs |
blob | commitdiff | diff to current |
2005-03-29 |
Andy Lester |
The core part of : |
blob | commitdiff | diff to current |
2005-03-29 |
Steve Hay |
Fix Win32 compilation nit following change #24074 |
blob | commitdiff | diff to current |
2005-03-25 |
Andy Lester |
Consting part 4 |
blob | commitdiff | diff to current |
2005-03-24 |
Andy Lester |
Third consting batch |
blob | commitdiff | diff to current |
2005-02-06 |
Rafael Garcia-Suarez |
Avoid evaluating a strlen twice due the new implementation |
blob | commitdiff | diff to current |
2005-02-05 |
Nicholas Clark |
With mallocwrap New() evaluates its arguments more... |
blob | commitdiff | diff to current |
2005-01-25 |
Rafael Garcia-Suarez |
Integrate change #23880 in original comment |
blob | commitdiff | diff to current |
2005-01-09 |
Nicholas Clark |
savepv(SvPV(sv,n_a)) is common, and creates an unnecess... |
blob | commitdiff | diff to current |
2005-01-01 |
Nicholas Clark |
strEQ/strNE of 1 character strings seems better hand... |
blob | commitdiff | diff to current |
2004-11-20 |
Nicholas Clark |
genuine possible buffer problems spotted by flawfinder |
blob | commitdiff | diff to current |
2004-11-17 |
Michael Schroeder |
SuSE's perl safe_putenf diff |
blob | commitdiff | diff to current |
2004-10-16 |
Nicholas Clark |
Merge code from vdie and vcroak into S_vdie_croak_common |
blob | commitdiff | diff to current |
2004-10-16 |
Nicholas Clark |
Merge the common code from Perl_vdie and Perl_vwarner... |
blob | commitdiff | diff to current |
2004-10-16 |
Nicholas Clark |
The second half of Perl_vwarner is actually a straight... |
blob | commitdiff | diff to current |
2004-09-02 |
Rafael Garcia-Suarez |
Upgrade to version 0.42. |
blob | commitdiff | diff to current |
2004-08-06 |
Dave Mitchell |
remove leaks associated with version object change... |
blob | commitdiff | diff to current |
2004-08-04 |
John Peacock |
Final version object core patch? |
blob | commitdiff | diff to current |
2004-07-31 |
Dave Mitchell |
Add comment to the top of most .c files explaining... |
blob | commitdiff | diff to current |
2004-07-16 |
Nicholas Clark |
Encourage compilers to tail call optimise in sv_savepv... |
blob | commitdiff | diff to current |
2004-07-16 |
Nicholas Clark |
Some calls to PerlMemShared_alloc() aren't checking... |
blob | commitdiff | diff to current |
2004-07-13 |
Nicholas Clark |
Work around evil compiler bug on OS X. (Sucks all memory) |
blob | commitdiff | diff to current |
2004-07-13 |
John Peacock |
was Re: UNIVERSAL::VERSION causing "Use of uninitialize... |
blob | commitdiff | diff to current |
2004-04-23 |
Marcus Holland-Moritz |
byte-order modifiers for (un)pack templates |
blob | commitdiff | diff to current |
2004-04-14 |
John Peacock |
's to bring bleadperl up to version-0.39 |
blob | commitdiff | diff to current |
2004-04-10 |
Marcus Holland-Moritz |
Remove two unused variables that gcc used to warn about. |
blob | commitdiff | diff to current |
next |