2004-04-24 |
Dave Mitchell |
fix 64-bit casting error in change 22741 (uninit var... |
blob | commitdiff |
2004-04-23 |
Dave Mitchell |
Include variable names in "Use of uninitialized value... |
blob | commitdiff | diff to current |
2004-04-21 |
Stas Bekman |
[patch] log the interpreter id in warnings |
blob | commitdiff | diff to current |
2004-04-11 |
Dave Mitchell |
Stop PL_comppad pointing to a freed pad during global... |
blob | commitdiff | diff to current |
2004-04-11 |
Dave Mitchell |
Make global cleanup fractionally faster by giving S_visit() |
blob | commitdiff | diff to current |
2004-04-05 |
Marcus Holland-Moritz |
C<undef> doesn't look like a number. See also: |
blob | commitdiff | diff to current |
2004-04-05 |
SADAHIRO Tomoyuki |
sv_pvutf8n_force and sv_pvbyten_force |
blob | commitdiff | diff to current |
2004-03-26 |
Dave Mitchell |
[perl #27268] Blessed reference to anonymous glob |
blob | commitdiff | diff to current |
2004-03-21 |
Rafael Garcia-Suarez |
Silence a gcc warning. |
blob | commitdiff | diff to current |
2004-03-21 |
SADAHIRO Tomoyuki |
Re: [perl #27803] perl crashes when utf8::upgrade(... |
blob | commitdiff | diff to current |
2004-03-16 |
Rafael Garcia-Suarez |
Update copyright notices |
blob | commitdiff | diff to current |
2004-03-12 |
Hugo van der Sanden |
Fix a bug in the cloning of regexps |
blob | commitdiff | diff to current |
2004-03-10 |
Nicholas Clark |
croaking for readonly SVs in Perl_sv_utf8_upgrade_flags... |
blob | commitdiff | diff to current |
2004-03-07 |
Nicholas Clark |
Fix Dave's original shared hash key corruption bug |
blob | commitdiff | diff to current |
2004-03-07 |
Nicholas Clark |
Add a readonly check to Perl_sv_utf8_upgrade_flags... |
blob | commitdiff | diff to current |
2004-03-05 |
Dave Mitchell |
silence some compiler warnings |
blob | commitdiff | diff to current |
2004-03-04 |
Dave Mitchell |
ensure utf8::encode() normalises its arg |
blob | commitdiff | diff to current |
2004-02-21 |
Paul Johnson |
Re: op_seq (was: Freeing code) |
blob | commitdiff | diff to current |
2004-02-17 |
Dave Mitchell |
Slight update to #22315 ($lval=*FOO); optimise the... |
blob | commitdiff | diff to current |
2004-02-17 |
Tassilo von Parseval |
Re: [PATCH] GLOB to LVALUE assignment fix |
blob | commitdiff | diff to current |
2004-02-14 |
Dave Mitchell |
Switch from byacc to bison and simplify the perly.... |
blob | commitdiff | diff to current |
2004-02-09 |
Hugo van der Sanden |
Re: [perl #26073] sprintf miscounts padding when format... |
blob | commitdiff | diff to current |
2004-01-17 |
Dave Mitchell |
back out change #22167 "freeing a CV reference that... |
blob | commitdiff | diff to current |
2004-01-17 |
Dave Mitchell |
[perl #24914] freeing a CV reference that was currentl... |
blob | commitdiff | diff to current |
2004-01-16 |
Yitzchak Scott-Tho... |
Re: [perl #24816] Magic vars seem unsure if they are... |
blob | commitdiff | diff to current |
2004-01-10 |
Adrian M. Enache |
still problems with backreferences + reverse cloning |
blob | commitdiff | diff to current |
2004-01-08 |
Dave Mitchell |
segv in pad.c with threads (was: DBD::Oracle and Perl... |
blob | commitdiff | diff to current |
2004-01-01 |
Dave Mitchell |
Fix bug #24383, where hashes with the :unique attribute... |
blob | commitdiff | diff to current |
2003-12-27 |
Marcus Holland-Moritz |
Remove Win32 compiler warnings |
blob | commitdiff | diff to current |
2003-12-27 |
Marcus Holland-Moritz |
Turn Quad_t to Uquad_t in unsigned branch |
blob | commitdiff | diff to current |
2003-12-26 |
Marcus Holland-Moritz |
Re: GCC bug breaking Perl_sv_catpvfn()? |
blob | commitdiff | diff to current |
2003-12-25 |
Fergal Daly |
[perl #24506] [PATCH] cannot weaken refs to read only... |
blob | commitdiff | diff to current |
2003-12-20 |
Adrian M. Enache |
fix [perl #24660], [perl #24663]. |
blob | commitdiff | diff to current |
2003-12-20 |
Nicholas Clark |
Solaris gconvert() doesn't like ndigits == 0. Currently... |
blob | commitdiff | diff to current |
2003-12-11 |
Adrian M. Enache |
#21866 was wrong. another try to plumb that damn leak. |
blob | commitdiff | diff to current |
2003-12-11 |
Adrian M. Enache |
fix bug #24605. |
blob | commitdiff | diff to current |
2003-12-08 |
Adrian M. Enache |
plumb a leak with pos(). |
blob | commitdiff | diff to current |
2003-12-06 |
Nicholas Clark |
Make sv_force_normal_flags cope with shared hash key... |
blob | commitdiff | diff to current |
2003-12-03 |
Stas Bekman |
Re: XS modules having problems with CLONE and ithreads... |
blob | commitdiff | diff to current |
2003-11-29 |
Nicholas Clark |
When Gconvert is a macro around sprintf with a .* forma... |
blob | commitdiff | diff to current |
2003-11-29 |
Nicholas Clark |
Gconvert actually takes type NV, while nv may be either... |
blob | commitdiff | diff to current |
2003-11-28 |
Rafael Garcia-Suarez |
Fix a regression introduced by change #21694 on sprintf() |
blob | commitdiff | diff to current |
2003-11-22 |
Nicholas Clark |
Don't COW if the destination has magic. |
blob | commitdiff | diff to current |
2003-11-09 |
Ilya Zakharevich |
[PATCH 5.8.2 @21574] sprintf() painfully slow |
blob | commitdiff | diff to current |
2003-11-03 |
Nicholas Clark |
s/new_hash/rehash/g (Stas suggested a better name) |
blob | commitdiff | diff to current |
2003-10-31 |
Stas Bekman |
[5.8.x segfault + patch] chicken... |
blob | commitdiff | diff to current |
2003-10-21 |
Radu Greab |
embedding perl |
blob | commitdiff | diff to current |
2003-10-16 |
Nicholas Clark |
Plan C for foiling the algorithmic complexity attack |
blob | commitdiff | diff to current |
2003-10-07 |
Abhijit Menon-Sen |
Minor tweaks to pod/perlsyn.pod (as suggested by Yves... |
blob | commitdiff | diff to current |
2003-10-07 |
Stas Bekman |
[patch sv.c] improve "...free unref scalar" warning |
blob | commitdiff | diff to current |
2003-09-21 |
Jarkko Hietaniemi |
Macrofy the compile/runtime test. |
blob | commitdiff | diff to current |
2003-09-12 |
Jarkko Hietaniemi |
It's UTF-8, not UTF8. (Note: not s/UTF-8/UTF8/, |
blob | commitdiff | diff to current |
2003-08-31 |
Marcus Holland-Moritz |
Re: [PATCH] add "$lexical not available" warning in... |
blob | commitdiff | diff to current |
2003-08-26 |
Joe Schaefer |
perlapi.pod tweaks, based on : |
blob | commitdiff | diff to current |
2003-08-12 |
Jarkko Hietaniemi |
Apply much of Ilya's microperl patch, but instead of |
blob | commitdiff | diff to current |
2003-08-09 |
Dave Mitchell |
[ PATCH] Re: strange destruction problem on VMS |
blob | commitdiff | diff to current |
2003-07-29 |
Jarkko Hietaniemi |
Oops. |
blob | commitdiff | diff to current |
2003-07-29 |
Jarkko Hietaniemi |
Cleanup the sv_gets() logic for platforms with small... |
blob | commitdiff | diff to current |
2003-07-28 |
Jarkko Hietaniemi |
Make Storable work with blead/maint by making PL_sv_pla... |
blob | commitdiff | diff to current |
2003-07-27 |
Marcus Holland-Moritz |
Re: [PATCH] Re: Storing ... |
blob | commitdiff | diff to current |
2003-07-24 |
Stas Bekman |
Re: [typo] sv.c pod/perlapi.pod |
blob | commitdiff | diff to current |
2003-07-24 |
Dave Mitchell |
Re: Reference to tied elements results in lvalue. |
blob | commitdiff | diff to current |
2003-07-17 |
Anton Berezin |
fix $^N-related coredump |
blob | commitdiff | diff to current |
2003-07-03 |
Jarkko Hietaniemi |
Add at least meager beginnings of assertion checks for |
blob | commitdiff | diff to current |
2003-07-03 |
Dave Mitchell |
Re: ext/List/Util/t/weak.t panic |
blob | commitdiff | diff to current |
2003-07-02 |
Jarkko Hietaniemi |
Fix for [perl #22759 insufficient format string checking]; |
blob | commitdiff | diff to current |
2003-06-26 |
Jarkko Hietaniemi |
Bite the bullet and apply the hash randomisation patch. |
blob | commitdiff | diff to current |
2003-06-24 |
Dave Mitchell |
Re: [perl #22719] ISA cache problem with blessed stash... |
blob | commitdiff | diff to current |
2003-06-20 |
Jarkko Hietaniemi |
More Perl malloc debugging magic from Ilya. Seems... |
blob | commitdiff | diff to current |
2003-06-15 |
Marcus Holland-Moritz |
Re: [PATCH: sv.c] strchr() running amok in sv_vcatpvfn() |
blob | commitdiff | diff to current |
2003-06-14 |
Jarkko Hietaniemi |
Followup on #19779: make the helper function static, |
blob | commitdiff | diff to current |
2003-06-14 |
Marcus Holland-Moritz |
strchr() running amok in sv_vcatpvfn() |
blob | commitdiff | diff to current |
2003-06-12 |
Robin Barker |
Add a new warning, "Newline in left-justified string... |
blob | commitdiff | diff to current |
2003-06-11 |
Marcus Holland-Moritz |
Integrate from maint: |
blob | commitdiff | diff to current |
2003-05-31 |
Jarkko Hietaniemi |
Better patch from Inaba Hiroto for |
blob | commitdiff | diff to current |
2003-05-31 |
Adrian M. Enache |
Re: [perl #22372] [PATCH] sv_chop() broken |
blob | commitdiff | diff to current |
2003-05-30 |
Jarkko Hietaniemi |
Fix for "#22375 'split'/'index' problem for utf8". |
blob | commitdiff | diff to current |
2003-05-12 |
Alex Vandiver |
Re: Bug stomping fun. [PATCH: bug #1016] |
blob | commitdiff | diff to current |
2003-05-12 |
Jarkko Hietaniemi |
More moves to intrpvar.h. |
blob | commitdiff | diff to current |
2003-05-11 |
Jarkko Hietaniemi |
Move the thread *hook into interpreter. |
blob | commitdiff | diff to current |
2003-05-03 |
Jarkko Hietaniemi |
Tru64: PerlIO_tell() was returning about one _megabyte_ for |
blob | commitdiff | diff to current |
2003-04-28 |
Jarkko Hietaniemi |
Feel-good cleanup. |
blob | commitdiff | diff to current |
2003-04-21 |
Artur Bergman |
Fix bug 17964 by properly refcounting the gv top. |
blob | commitdiff | diff to current |
2003-04-20 |
Adrian M. Enache |
Re: [perl #22000] AutoReply: [PATCH] Naughty sv_gets... |
blob | commitdiff | diff to current |
2003-04-19 |
Dave Mitchell |
allow recursive FETCHes |
blob | commitdiff | diff to current |
2003-04-19 |
Artur Bergman |
Don't use the stack to allocate a SV that we hand out... |
blob | commitdiff | diff to current |
2003-04-17 |
Artur Bergman |
Another needle in the voodoo doll. |
blob | commitdiff | diff to current |
2003-04-17 |
Artur Bergman |
Extreme Voodoo programming, by not pinching the SV... |
blob | commitdiff | diff to current |
2003-04-16 |
Jarkko Hietaniemi |
Fix up Larry's copyright statements to my best knowledge. |
blob | commitdiff | diff to current |
2003-04-02 |
Artur Bergman |
Add packname->stash cache before the check if a packnam... |
blob | commitdiff | diff to current |
2003-04-01 |
Ilya Zakharevich |
Integrate: |
blob | commitdiff | diff to current |
2003-03-30 |
Nicholas Clark |
COW formats (was Re: Smoke [5.9.0] 19044 FAIL(F) linux... |
blob | commitdiff | diff to current |
2003-03-26 |
Nicholas Clark |
Better version of change #19069 |
blob | commitdiff | diff to current |
2003-03-26 |
Nicholas Clark |
Re: [perl #21614] 5.8.0 Unbalanced string table refcount |
blob | commitdiff | diff to current |
2003-03-12 |
Jarkko Hietaniemi |
Another finding by IRIX cc: non-void function |
blob | commitdiff | diff to current |
2003-03-11 |
Hugo van der Sanden |
typo for utf8locale in #18907 |
blob | commitdiff | diff to current |
2003-03-11 |
Jarkko Hietaniemi |
Add missing intrpvar clonings to perl_clone. |
blob | commitdiff | diff to current |
2003-03-11 |
Stas Bekman |
[patch] PL_taint_warn falls between chairs in perl_clone() |
blob | commitdiff | diff to current |
2003-03-09 |
Jarkko Hietaniemi |
At Sarathy's request restore the bin5005compat Perl_foo... |
blob | commitdiff | diff to current |
2003-03-09 |
Adrian M. Enache |
Re: [perl #21498] printf behaviour changes 5.6.1(and... |
blob | commitdiff | diff to current |
next |