2007-01-04 |
Marcus Holland-Moritz |
4th patch from: |
blob | commitdiff |
2007-01-04 |
Marcus Holland-Moritz |
The first three patches from: |
blob | commitdiff | diff to current |
2007-01-04 |
Yves Orton |
Re: [PATCH] Change implementation of %+ to use a proper... |
blob | commitdiff | diff to current |
2007-01-02 |
Nicholas Clark |
Assignment to a tainted variable was causing confusion... |
blob | commitdiff | diff to current |
2007-01-01 |
Steve Peters |
Welcome to 2007! Time to update copyrights from change... |
blob | commitdiff | diff to current |
2007-01-01 |
Jarkko Hietaniemi |
Symbian port: add Series 90 support |
blob | commitdiff | diff to current |
2006-12-18 |
Ilya Zakharevich |
OS/2: survive SIGCHLD |
blob | commitdiff | diff to current |
2006-12-16 |
Nicholas Clark |
Split out the use of SVp_SCREAM for GVs with GPs into... |
blob | commitdiff | diff to current |
2006-12-12 |
Nicholas Clark |
In theory Perl_magic_setbm() should clear SvTAIL()... |
blob | commitdiff | diff to current |
2006-12-12 |
Jarkko Hietaniemi |
mg.c: #ifdef only the different bits |
blob | commitdiff | diff to current |
2006-12-12 |
H.Merijn Brand |
The overly-picky AIX xlc compiler doesn't like the... |
blob | commitdiff | diff to current |
2006-12-04 |
Chris Dolan |
Re: [perl #38868] Changing $0 on darwin leads to excess... |
blob | commitdiff | diff to current |
2006-11-29 |
alexander_bluhm... |
[perl #41008] Setting $0 invalidates environment shown... |
blob | commitdiff | diff to current |
2006-11-23 |
Yves Orton |
Cleanup regexp flags and structure |
blob | commitdiff | diff to current |
2006-11-20 |
Rafael Garcia-Suarez |
Actually, undef $SIG{FOO} should restore the default... |
blob | commitdiff | diff to current |
2006-11-20 |
Rafael Garcia-Suarez |
Make undef $SIG{FOO} ignore the signal FOO |
blob | commitdiff | diff to current |
2006-11-20 |
Rafael Garcia-Suarez |
Fix precedence problem |
blob | commitdiff | diff to current |
2006-11-17 |
yves orton |
[perl #18209] bug in regex s/\s$word\s/ /gi; and $& |
blob | commitdiff | diff to current |
2006-11-14 |
Rafael Garcia-Suarez |
Assert that we don't access strings saved for $1 etc... |
blob | commitdiff | diff to current |
2006-10-27 |
Nicholas Clark |
Change 27779 failed to free() memory in two places... |
blob | commitdiff | diff to current |
2006-10-20 |
Yves Orton |
only do \C hackery if \C is seen |
blob | commitdiff | diff to current |
2006-10-20 |
Dave Mitchell |
zero length $1 took too long to detect utf8-ness |
blob | commitdiff | diff to current |
2006-09-20 |
Rafael Garcia-Suarez |
Deliver SIGILL, SIGBUS and SIGSEGV always in an "unsafe... |
blob | commitdiff | diff to current |
2006-08-08 |
Rafael Garcia-Suarez |
Simplification in Perl_magic_clearsig, plus a fix simil... |
blob | commitdiff | diff to current |
2006-08-08 |
Jarkko Hietaniemi |
g++ stage 1 reached |
blob | commitdiff | diff to current |
2006-08-07 |
Rafael Garcia-Suarez |
We shouldn't try to decrement the refcount of PL_warnhook |
blob | commitdiff | diff to current |
2006-08-07 |
Jarkko Hietaniemi |
g++ large patch |
blob | commitdiff | diff to current |
2006-07-10 |
Steve Peters |
Convert some low hanging fruit to my_strlcpy/my_strlcat. |
blob | commitdiff | diff to current |
2006-07-03 |
Andy Lester |
mg.c cleanups |
blob | commitdiff | diff to current |
2006-07-02 |
Dave Mitchell |
remove some unnecessary uses of WITH_THR |
blob | commitdiff | diff to current |
2006-06-23 |
Anno Siegel |
Re: [PATCH] Hash::Util::FieldHash |
blob | commitdiff | diff to current |
2006-06-05 |
Jarkko Hietaniemi |
mg.c: using #ifdef inside a macro call ENONPORTABLE... |
blob | commitdiff | diff to current |
2006-06-02 |
Craig A. Berry |
It's all relative -- better handling of tainted directories |
blob | commitdiff | diff to current |
2006-05-29 |
Andy Lester |
[PATCH] gv.c consting |
blob | commitdiff | diff to current |
2006-05-20 |
Nicholas Clark |
Abolish cop_io (the simple way) by storing the value... |
blob | commitdiff | diff to current |
2006-05-20 |
Nicholas Clark |
Rename cop_hints to cop_hints_hash |
blob | commitdiff | diff to current |
2006-05-19 |
Nicholas Clark |
Correct Perl_refcounted_he_chain_2hv() and its caller... |
blob | commitdiff | diff to current |
2006-05-03 |
Andy Lester |
more logic localizations |
blob | commitdiff | diff to current |
2006-05-02 |
Andy Lester |
More tweaking of SvREFCNT_inc calls |
blob | commitdiff | diff to current |
2006-04-26 |
Marcus Holland-Moritz |
Re: [PATCH] cleanup 212 warnings emitted by gcc-4.2 |
blob | commitdiff | diff to current |
2006-04-24 |
Marcus Holland-Moritz |
Cleanup some gcc warnings |
blob | commitdiff | diff to current |
2006-04-13 |
Steve Hay |
Re: [PATCH] add pTHX_ parameter to new_warnings_bitfield() |
blob | commitdiff | diff to current |
2006-04-12 |
Nicholas Clark |
Change cop_warnings from an SV holding the warnings... |
blob | commitdiff | diff to current |
2006-04-09 |
Andy Lester |
Rename variables in some mg_* funcs |
blob | commitdiff | diff to current |
2006-04-06 |
Rafael Garcia-Suarez |
Re: Smoke [5.9.4] 27728 FAIL(F) MSWin32 WinXP/.Net... |
blob | commitdiff | diff to current |
2006-04-05 |
Rafael Garcia-Suarez |
Assigning undef to an entry in %ENV shouldn't produce... |
blob | commitdiff | diff to current |
2006-04-02 |
Nicholas Clark |
'SvIOK(sv) ? SvIVX(sv) : sv_2iv(sv)' is 'SvIV(sv)'... |
blob | commitdiff | diff to current |
2006-04-02 |
Nicholas Clark |
Abstract all the accesses to cop_arybase (apart from... |
blob | commitdiff | diff to current |
2006-04-01 |
Nicholas Clark |
Automatically set HINT_LOCALIZE_HH whenever %^H is... |
blob | commitdiff | diff to current |
2006-03-31 |
Nicholas Clark |
Note future possible flexibility for Perl_magic_sethint(). |
blob | commitdiff | diff to current |
2006-03-31 |
Nicholas Clark |
Serialise changes to %^H onto the current COP. Return... |
blob | commitdiff | diff to current |
2006-03-31 |
Andy Lester |
Random accumulated patches |
blob | commitdiff | diff to current |
2006-03-17 |
Nicholas Clark |
sv_find() returning false, followed by sv_magic() to... |
blob | commitdiff | diff to current |
2006-03-16 |
Nicholas Clark |
Add a new per-interpeter variable PL_utf8cache, which... |
blob | commitdiff | diff to current |
2006-02-27 |
Andy Lester |
Speedups and shrinkages of SvREFCNT_inc |
blob | commitdiff | diff to current |
2006-02-24 |
Andy Lester |
unused context warnings |
blob | commitdiff | diff to current |
2006-02-23 |
Nicholas Clark |
Remove get magic from typeglobs. This means that PVGVs... |
blob | commitdiff | diff to current |
2006-02-21 |
Nicholas Clark |
Can merge the two arms of Perl_magic_getglob to save... |
blob | commitdiff | diff to current |
2006-02-14 |
Nicholas Clark |
Back out change change 10214 (drop SVp_IOK from >>... |
blob | commitdiff | diff to current |
2006-02-11 |
Nicholas Clark |
assert() that we can't reach two unreachable code paths |
blob | commitdiff | diff to current |
2006-02-09 |
Andy Lester |
Trying my "remove the pTHXes" patch again |
blob | commitdiff | diff to current |
2006-02-03 |
Steven Schubiger |
Re: [PATCH] s/Null(gv|hv|sv)/NULL/g |
blob | commitdiff | diff to current |
2006-02-03 |
Steven Schubiger |
s/Nullcv/NULL/g |
blob | commitdiff | diff to current |
2006-02-02 |
Steven Schubiger |
Re: [PATCH] s/Null(av|ch)/NULL/g |
blob | commitdiff | diff to current |
2006-01-27 |
Gisle Aas |
Simplify nested '#ifdef' by replacing it with '#elif... |
blob | commitdiff | diff to current |
2006-01-27 |
Gisle Aas |
Safer implementation of RTRIM(). |
blob | commitdiff | diff to current |
2006-01-26 |
Philippe M. Chiasson |
Change 26781/26830 (SvRTRIM should also write a new... |
blob | commitdiff | diff to current |
2006-01-26 |
Nicholas Clark |
SvREADONLY_off inside the magic routines is also danger... |
blob | commitdiff | diff to current |
2006-01-23 |
Rafael Garcia-Suarez |
Un-const magic virtual tables; this consting breaks... |
blob | commitdiff | diff to current |
2006-01-11 |
Gisle Aas |
A few more places that can use hv_fetchs(). |
blob | commitdiff | diff to current |
2006-01-11 |
Gisle Aas |
Make $( and $) list the groups in the order they |
blob | commitdiff | diff to current |
2006-01-11 |
Gisle Aas |
Get rid of the following gcc format warnings by simplif... |
blob | commitdiff | diff to current |
2006-01-11 |
Nicholas Clark |
Gisle notes that SvRTRIM should also write a new '... |
blob | commitdiff | diff to current |
2006-01-11 |
Gisle Aas |
Make setting 'PL_origalen = 1' before perl_parse()... |
blob | commitdiff | diff to current |
2006-01-10 |
Andy Lester |
It's the Barbie bus patch |
blob | commitdiff | diff to current |
2006-01-10 |
Gisle Aas |
Avoid possible dereference of NULL in the initializatio... |
blob | commitdiff | diff to current |
2006-01-08 |
Jarkko Hietaniemi |
blead: format warnings |
blob | commitdiff | diff to current |
2006-01-06 |
Jarkko Hietaniemi |
sprinkle dVAR |
blob | commitdiff | diff to current |
2006-01-04 |
Gisle Aas |
Make the new STR_WITH_LEN() affected compile under... |
blob | commitdiff | diff to current |
2006-01-04 |
Gisle Aas |
Get rid of a few more hardcoded string lengths. |
blob | commitdiff | diff to current |
2006-01-02 |
Dave Mitchell |
add svt_local slot to magic vtable, and fix local ... |
blob | commitdiff | diff to current |
2006-01-02 |
Rafael Garcia-Suarez |
Update copyrights for files modified in 2006 |
blob | commitdiff | diff to current |
2006-01-01 |
Andy Lester |
Making 0 pointers to NULLs |
blob | commitdiff | diff to current |
2005-12-30 |
Nicholas Clark |
RMAGIC on symbol tables is bad, m'kay. |
blob | commitdiff | diff to current |
2005-12-27 |
Andy Lester |
pre-likely cleanup |
blob | commitdiff | diff to current |
2005-12-26 |
Steve Peters |
In this, the last tale of the NGROUPS saga, a former... |
blob | commitdiff | diff to current |
2005-12-24 |
Jim Cromie |
Re: [perl #37907] Perl_magic_get reqires ridiculous... |
blob | commitdiff | diff to current |
2005-12-21 |
Nicholas Clark |
The lref argument of sv_2cv is actually passed onwards... |
blob | commitdiff | diff to current |
2005-12-20 |
Nicholas Clark |
gv_fetchpv, gv_fetchpvn and gv_fetchsv take a bitmask... |
blob | commitdiff | diff to current |
2005-12-06 |
Andy Lester |
More consting, and putting stuff in embed.fnc |
blob | commitdiff | diff to current |
2005-11-19 |
Steve Peters |
Cleaning up some warnings generated by "gcc -W" |
blob | commitdiff | diff to current |
2005-11-14 |
Nicholas Clark |
Mark all places where perl needs to look at a possibly... |
blob | commitdiff | diff to current |
2005-11-04 |
Alan Burlison |
use clearenv if available |
blob | commitdiff | diff to current |
2005-11-03 |
Steve Peters |
Reverting the reversion. va_end() goes with va_start(). |
blob | commitdiff | diff to current |
2005-11-03 |
Steve Peters |
Change #25976 seemed to cause test failures in ext... |
blob | commitdiff | diff to current |
2005-11-03 |
Steve Peters |
Missing va_end(args) from SA_SIGINFO related code. |
blob | commitdiff | diff to current |
2005-10-31 |
Rafael Garcia-Suarez |
Avoid corruption when calling mg_get to retrieve the... |
blob | commitdiff | diff to current |
2005-10-29 |
Steve Peters |
Oops, missed an sv_force_normal() |
blob | commitdiff | diff to current |
2005-10-29 |
Steve Peters |
Change to use sv_force_normal_flags() directly, rather... |
blob | commitdiff | diff to current |
2005-10-20 |
John E. Malmberg |
[patch@25809]restore documented exit behavior |
blob | commitdiff | diff to current |
next |