2009-04-27 |
Nicholas Clark |
Remove all #ifdef MACOS_TRADITIONAL code in core and... |
blob | commitdiff |
2009-01-21 |
Nicholas Clark |
Update the documentation of get_hv() to note that it... |
blob | commitdiff | diff to current |
2008-12-05 |
Chip Salzenberg |
standardize save/restore of errno & vaxc$errno |
blob | commitdiff | diff to current |
2008-11-14 |
Chip Salzenberg |
[perl #948] [PATCH] Allow tied $, |
blob | commitdiff | diff to current |
2008-11-13 |
Chip Salzenberg |
Re: [perl #60360] [PATCH] UPDATED: local $SIG{FOO}... |
blob | commitdiff | diff to current |
2008-11-12 |
Chip Salzenberg |
Re: [perl #60360] [PATCH] local $SIG{FOO} = sub {.... |
blob | commitdiff | diff to current |
2008-11-02 |
Tom Christiansen |
PATCH: Large omnibus patch to clean up the JRRT quotes |
blob | commitdiff | diff to current |
2008-11-02 |
Rafael Garcia-Suarez |
Explicitly specify some printf formats for constant... |
blob | commitdiff | diff to current |
2008-10-31 |
Nicholas Clark |
Add MUTABLE_GV(), and eliminate (V *) casts in *.c. |
blob | commitdiff | diff to current |
2008-10-30 |
Nicholas Clark |
Eliminate (SV *) casts from the rest of *.c, picking... |
blob | commitdiff | diff to current |
2008-10-29 |
Marcus Holland-Moritz |
Use pvs macros instead of pvn where possible. |
blob | commitdiff | diff to current |
2008-10-29 |
Nicholas Clark |
Eliminate (AV *) casts in *.c. |
blob | commitdiff | diff to current |
2008-10-29 |
Nicholas Clark |
Add MUTABLE_CV(), and eliminate (CV *) casts in *.c. |
blob | commitdiff | diff to current |
2008-10-28 |
Nicholas Clark |
Every remaining (HV *) cast in *.c |
blob | commitdiff | diff to current |
2008-10-27 |
Nicholas Clark |
Bugs revealed by replacing (SV *) casts with something... |
blob | commitdiff | diff to current |
2008-10-25 |
Nicholas Clark |
Update copyright years. |
blob | commitdiff | diff to current |
2008-06-28 |
Ben Morrow |
Some more missing isGV_with_GP()s |
blob | commitdiff | diff to current |
2008-05-21 |
Rafael Garcia-Suarez |
Re: [perl #54566] assertion failure fiddling with @ISA |
blob | commitdiff | diff to current |
2008-05-10 |
Bram |
Call SvMAGICAL_off in mg_free |
blob | commitdiff | diff to current |
2008-04-24 |
Gisle Aas |
Inline the trivial S_raise_signal function in the perl... |
blob | commitdiff | diff to current |
2008-04-24 |
Gisle Aas |
Drop #ifdefs that became empty in change #32012. |
blob | commitdiff | diff to current |
2008-04-15 |
Rafael Garcia-Suarez |
Fix for [perl #52074] Segfault on ISA push after symbol... |
blob | commitdiff | diff to current |
2008-04-01 |
Nicholas Clark |
Define sv_insert() as a wrapper to sv_insert_flags... |
blob | commitdiff | diff to current |
2008-03-24 |
Vincent Pit |
apidoc mismatch for Perl_magic_clearhint |
blob | commitdiff | diff to current |
2008-03-10 |
Vincent Pit |
Re: [PATCH] mg_magical() sometimes turns SvRMAGICAL... |
blob | commitdiff | diff to current |
2008-02-12 |
Nicholas Clark |
assert() that every NN argument is not NULL. Otherwise... |
blob | commitdiff | diff to current |
2008-01-12 |
Nicholas Clark |
Fix bug whereby length on a tied scalar that returned... |
blob | commitdiff | diff to current |
2008-01-11 |
Rick Delaney |
Re: [perl #49564] Re: MRO and av_clear |
blob | commitdiff | diff to current |
2008-01-04 |
Vincent Pit |
Re: SV leak? |
blob | commitdiff | diff to current |
2008-01-04 |
Marcus Holland-Moritz |
Add macros mPUSHs() and mXPUSHs() for pushing SVs on... |
blob | commitdiff | diff to current |
2008-01-03 |
Nicholas Clark |
Add newSVpvs_flags() as a wrapper to newSVpvn_flags... |
blob | commitdiff | diff to current |
2008-01-03 |
Nicholas Clark |
Extend newSVpvn_flags() to also call sv_2mortal() if... |
blob | commitdiff | diff to current |
2008-01-02 |
Nicholas Clark |
Make struct regexp the body of SVt_REGEXP SVs, REGEXPs... |
blob | commitdiff | diff to current |
2008-01-02 |
Nicholas Clark |
Wrap all deferences of struct regexp* in macros RX_... |
blob | commitdiff | diff to current |
2007-12-31 |
Nicholas Clark |
Perl_magic_setbm() and Perl_magic_setfm() are mathoms... |
blob | commitdiff | diff to current |
2007-12-21 |
Yuval Kogman |
mg_free frees data but leaves it accessible |
blob | commitdiff | diff to current |
2007-12-20 |
Nicholas Clark |
Perl_magic_setglob() is a mathom. |
blob | commitdiff | diff to current |
2007-10-18 |
Nicholas Clark |
Simplify the logic for retrieving PL_inplace into ... |
blob | commitdiff | diff to current |
2007-10-18 |
Nicholas Clark |
Change newSVpv() to newSVpvn() where we know the length... |
blob | commitdiff | diff to current |
2007-10-05 |
Nicholas Clark |
Change a sv_catpv() to sv_catpvs(). |
blob | commitdiff | diff to current |
2007-10-05 |
Nicholas Clark |
As PL_hinthv is actually tied, need to call SvSETMAGIC... |
blob | commitdiff | diff to current |
2007-10-04 |
Craig A. Berry |
Try a bit harder to get *PL_sighandlerp to agree with its |
blob | commitdiff | diff to current |
2007-10-04 |
Rafael Garcia-Suarez |
Fix warnings about Sighandler_t type on Win32. |
blob | commitdiff | diff to current |
2007-10-03 |
Rafael Garcia-Suarez |
Adapt definition of Sighandler_t to go with change... |
blob | commitdiff | diff to current |
2007-10-03 |
Slaven Rezic |
[perl #45513] Test failures on amd64-freebsd 6.2 |
blob | commitdiff | diff to current |
2007-09-21 |
Nicholas Clark |
hv_stores() on a literal string is now fractionally... |
blob | commitdiff | diff to current |
2007-09-21 |
Rafael Garcia-Suarez |
Silence a load of "value computed is not used" warnings |
blob | commitdiff | diff to current |
2007-08-31 |
Brandon Black |
Re: optimize push @ISA, (was Re: parent.pm at corion... |
blob | commitdiff | diff to current |
2007-08-30 |
Jarkko Hietaniemi |
misc blead stuff |
blob | commitdiff | diff to current |
2007-06-29 |
Rafael Garcia-Suarez |
Revert change #31489. |
blob | commitdiff | diff to current |
2007-06-28 |
Yves Orton |
Rename various regex defined so that they have distinct... |
blob | commitdiff | diff to current |
2007-06-28 |
Brandon Black |
Re: [perl #43357] *DESTROY = sub {} at runtime |
blob | commitdiff | diff to current |
2007-06-06 |
Ævar Arnfjörð Bjar... |
Re: [PATCH] Callbacks for named captures (%+ and %-) |
blob | commitdiff | diff to current |
2007-05-19 |
Craig A. Berry |
Various mro updates from Brandon Black. References: |
blob | commitdiff | diff to current |
2007-05-10 |
Ævar Arnfjörð Bjar... |
Small fix to a previous patch on magic $<digit> variables. |
blob | commitdiff | diff to current |
2007-05-08 |
Andy Lester |
more consting |
blob | commitdiff | diff to current |
2007-05-05 |
Dave Mitchell |
move PL_lex_state into the PL_parser struct |
blob | commitdiff | diff to current |
2007-05-03 |
Ævar Arnfjörð Bjar... |
FETCH/STORE/LENGTH callbacks for numbered capture variables |
blob | commitdiff | diff to current |
2007-05-03 |
Brandon Black |
Re: mro status, etc |
blob | commitdiff | diff to current |
2007-05-02 |
Ævar Arnfjörð Bjar... |
When FETCHSIZE returns <0 perl segfaults |
blob | commitdiff | diff to current |
2007-04-30 |
Brandon Black |
Re: mro status, etc |
blob | commitdiff | diff to current |
2007-04-19 |
Brandon Black |
Re: new C3 MRO patch |
blob | commitdiff | diff to current |
2007-03-26 |
Nicholas Clark |
In struct regexp replace the two arrays of I32s accesse... |
blob | commitdiff | diff to current |
2007-03-19 |
Dave Mitchell |
minor code simplification made possible by change ... |
blob | commitdiff | diff to current |
2007-03-18 |
Dave Mitchell |
When restoring localised values, call set only on conta... |
blob | commitdiff | diff to current |
2007-03-18 |
Dave Mitchell |
move magic container/value test into separate function |
blob | commitdiff | diff to current |
2007-02-25 |
Craig A. Berry |
Add a comment to mg.c to clarify that words like "raise... |
blob | commitdiff | diff to current |
2007-02-19 |
Rafael Garcia-Suarez |
Add a cast for C++ compilation |
blob | commitdiff | diff to current |
2007-02-17 |
Nicholas Clark |
Split the storage of the layers specificied by open... |
blob | commitdiff | diff to current |
2007-02-13 |
Yves Orton |
add hooks for capture buffers into regex engine. |
blob | commitdiff | diff to current |
2007-02-02 |
Nicholas Clark |
A few more places where we know the length for sv_setpv... |
blob | commitdiff | diff to current |
2007-01-21 |
Nicholas Clark |
Restore the const to vtbl in Perl_mg_localize() removed... |
blob | commitdiff | diff to current |
2007-01-15 |
Yves Orton |
Add support for /k modfier for matching along with... |
blob | commitdiff | diff to current |
2007-01-04 |
Marcus Holland-Moritz |
4th patch from: |
blob | commitdiff | diff to current |
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 |
next |