2003-02-11 |
Robin Barker |
[perl #20654] %*v02x considered invalid in printf |
blob | commitdiff |
2003-02-11 |
H.Merijn Brand |
More code cleanup. |
blob | commitdiff | diff to current |
2003-02-11 |
Mark Mielke |
PATCH: sv_rvweaken() deficiency (against 5.8.0) |
blob | commitdiff | diff to current |
2003-02-10 |
Hugo van der Sanden |
fix comment in change #18689 |
blob | commitdiff | diff to current |
2003-02-10 |
Hugo van der Sanden |
Fix for [perl #20339]: "%lf" rejected as invalid by... |
blob | commitdiff | diff to current |
2003-02-06 |
Artur Bergman |
Patch from Richard Soderberg, cleanup the code a bit... |
blob | commitdiff | diff to current |
2003-02-05 |
Inaba Hiroto |
[Patch] parsing under encoding (Re: [Encode] HEADS... |
blob | commitdiff | diff to current |
2003-02-01 |
Nick Ing-Simmons |
PerlIO friendly version of speed up of $/ = undef case. |
blob | commitdiff | diff to current |
2003-01-30 |
Adrian M. Enache |
[FIX] Re: UTF-8 failures (surprise!) |
blob | commitdiff | diff to current |
2003-01-26 |
Jarkko Hietaniemi |
Missing (STRLEN)casts. |
blob | commitdiff | diff to current |
2003-01-26 |
Adrian M. Enache |
patch to speed up Perl's slurp mode |
blob | commitdiff | diff to current |
2003-01-22 |
Nicholas Clark |
Re: [perl #9394] Re: [ID 20020525.002] coredump/ bad... |
blob | commitdiff | diff to current |
2003-01-22 |
Jarkko Hietaniemi |
Continuation of #18542. |
blob | commitdiff | diff to current |
2003-01-22 |
Hugo van der Sanden |
#18530 misses a couple of pTHX definitions |
blob | commitdiff | diff to current |
2003-01-21 |
Hugo van der Sanden |
integrate (by hand) #18353 and #18359 from maint-5.8: |
blob | commitdiff | diff to current |
2003-01-16 |
Jarkko Hietaniemi |
Fix 'use encoding' I/O for code points 0x80..0xFF; |
blob | commitdiff | diff to current |
2003-01-07 |
Nicholas Clark |
%_ (was Re: [PATCH] operation on `PL_na' may be undefined) |
blob | commitdiff | diff to current |
2003-01-03 |
Artur Bergman |
Fixes bug #15273, the return of the object caused |
blob | commitdiff | diff to current |
2003-01-03 |
Hugo van der Sanden |
Re: [perl #18257] Attempt to free unreferenced scalar... |
blob | commitdiff | diff to current |
2002-12-28 |
Gurusamy Sarathy |
these variables are not in use anywhere since 5.8.0 |
blob | commitdiff | diff to current |
2002-12-25 |
Hugo van der Sanden |
#18345 was still broken; should be fixed now. |
blob | commitdiff | diff to current |
2002-12-23 |
Hugo van der Sanden |
more on #18344. |
blob | commitdiff | diff to current |
2002-12-23 |
Hugo van der Sanden |
more on #18312: sv.c:ss_dup() |
blob | commitdiff | diff to current |
2002-12-16 |
Artur Bergman |
More documentation of obscure flags is good, even if the |
blob | commitdiff | diff to current |
2002-12-14 |
Dave Mitchell |
Proper fix for CvOUTSIDE weak refcounting |
blob | commitdiff | diff to current |
2002-12-02 |
Jarkko Hietaniemi |
$0 mofifying part I |
blob | commitdiff | diff to current |
2002-12-02 |
Dave Mitchell |
allow evals to see the full lexical scope |
blob | commitdiff | diff to current |
2002-11-27 |
Rafael Garcia-Suarez |
DESTROY called in scalar context ? |
blob | commitdiff | diff to current |
2002-11-16 |
Dave Mitchell |
optional code for debugging leaking scalars |
blob | commitdiff | diff to current |
2002-11-07 |
Yitzchak Scott-Tho... |
Re: [perl #18038] DESTROY change in 5.8.0? |
blob | commitdiff | diff to current |
2002-11-04 |
Hugo van der Sanden |
extend #13786 to cover the other four identical chunks... |
blob | commitdiff | diff to current |
2002-10-24 |
Dan Kogai |
The Inaba patch for tr/// vs. use encoding |
blob | commitdiff | diff to current |
2002-10-22 |
Dave Mitchell |
PL_curpad == AvARRAY(PL_comppad) always |
blob | commitdiff | diff to current |
2002-10-19 |
H.Merijn Brand |
Happy chainsaw stories; The removal of the 5005 threads |
blob | commitdiff | diff to current |
2002-10-10 |
Rafael Garcia-Suarez |
Fix bug #17776 : memory corruption in qr/##/x |
blob | commitdiff | diff to current |
2002-10-02 |
Dave Mitchell |
move all pad-related code to its own src file |
blob | commitdiff | diff to current |
2002-10-01 |
Yitzchak Scott-Tho... |
Re: sv_2pv_flags and ROK and UTF8 flags |
blob | commitdiff | diff to current |
2002-09-29 |
Abhijit Menon-Sen |
Remove package; (Heh heh.) |
blob | commitdiff | diff to current |
2002-09-27 |
John Peacock |
Re: [REVISED PATCH] Magic v-strings |
blob | commitdiff | diff to current |
2002-09-26 |
Nicholas Clark |
ANSI-clean? (was Re: [PATCH] COW for ithreads) |
blob | commitdiff | diff to current |
2002-09-26 |
H.Merijn Brand |
LEAKTEST is dead, RIP |
blob | commitdiff | diff to current |
2002-09-09 |
Allen Smith |
Re: [PATCH: perl #17849] (corrected) Long double bugs... |
blob | commitdiff | diff to current |
2002-09-08 |
Allen Smith |
Re: [PATCH: perl #17849] (corrected) Long double bugs... |
blob | commitdiff | diff to current |
2002-09-08 |
Nicholas Clark |
COW for ithreads (was Re: what copies scalars in ithreads?) |
blob | commitdiff | diff to current |
2002-09-08 |
Yitzchak Scott-Tho... |
sv_2pv_flags and ROK and UTF8 flags |
blob | commitdiff | diff to current |
2002-09-04 |
Nicholas Clark |
copy on write: fixes and debugging |
blob | commitdiff | diff to current |
2002-08-30 |
Yitzchak Scott-Tho... |
Re: glob names and Regexp type introspection |
blob | commitdiff | diff to current |
2002-08-29 |
Rafael Garcia-Suarez |
B::check_av() ; B::Deparse for CHECK blocks |
blob | commitdiff | diff to current |
2002-08-22 |
John Peacock |
Re: [PATCH] Version object patch #1 |
blob | commitdiff | diff to current |
2002-08-20 |
John Peacock |
[REVISED PATCH] Magic v-strings |
blob | commitdiff | diff to current |
2002-08-20 |
Nicholas Clark |
Clean up copy-on-write macros and debug facilities... |
blob | commitdiff | diff to current |
2002-08-17 |
Nicholas Clark |
Copy On Write |
blob | commitdiff | diff to current |
2002-07-17 |
Hugo van der Sanden |
Re: sprintf: fix and docs |
blob | commitdiff | diff to current |
2002-07-17 |
Jarkko Hietaniemi |
NI-S' stab at the #17270 mystery. |
blob | commitdiff | diff to current |
2002-07-17 |
Jarkko Hietaniemi |
Also the NetWare breakage was due to #17270, go figure. |
blob | commitdiff | diff to current |
2002-07-16 |
Jarkko Hietaniemi |
DJGPP was broken by #17270. Because of the time crunch |
blob | commitdiff | diff to current |
2002-07-16 |
Hugo van der Sanden |
sprintf: fix and docs |
blob | commitdiff | diff to current |
2002-07-15 |
Jarkko Hietaniemi |
Squash "uninitialized" warning from gcc. |
blob | commitdiff | diff to current |
2002-07-15 |
Tim Bunce |
Re: Core dump in perl_clone (even with 'use threads... |
blob | commitdiff | diff to current |
2002-07-14 |
Hugo van der Sanden |
Re: [ID 20020713.008] %vd eats two arguments |
blob | commitdiff | diff to current |
2002-07-12 |
Tim Bunce |
Core dump in perl_clone (even with 'use threads;' first... |
blob | commitdiff | diff to current |
2002-07-09 |
Nick Ing-Simmons |
Call $encoding->decode($sv) without a $chk argument. |
blob | commitdiff | diff to current |
2002-06-30 |
Jarkko Hietaniemi |
Retract #17380, the refcnt tweak was misplaced (re_dup... |
blob | commitdiff | diff to current |
2002-06-28 |
Hugo van der Sanden |
(Retracted by #17383) |
blob | commitdiff | diff to current |
2002-06-27 |
Jarkko Hietaniemi |
Inlining to avoid costly UTF-8 calls. |
blob | commitdiff | diff to current |
2002-06-17 |
Nick Ing-Simmons |
Handle IO error in "slow gets" |
blob | commitdiff | diff to current |
2002-06-15 |
Jarkko Hietaniemi |
Spurious empty statements. |
blob | commitdiff | diff to current |
2002-06-10 |
Jarkko Hietaniemi |
Further patch on #17163 for Tru64. |
blob | commitdiff | diff to current |
2002-06-10 |
Jarkko Hietaniemi |
Patch from Hugo for the 'printf' problem: |
blob | commitdiff | diff to current |
2002-06-09 |
Doug MacEachern |
[patch] ptr_table_store |
blob | commitdiff | diff to current |
2002-06-09 |
Doug MacEachern |
Re: unique attribute? |
blob | commitdiff | diff to current |
2002-06-09 |
Doug MacEachern |
Re: unique attribute? |
blob | commitdiff | diff to current |
2002-05-30 |
Nick Ing-Simmons |
Integrate all but lib/File/stat.t which seems broken. |
blob | commitdiff | diff to current |
2002-05-29 |
Jarkko Hietaniemi |
Recover some of the #16845. |
blob | commitdiff | diff to current |
2002-05-28 |
Jarkko Hietaniemi |
Retract #16820, #16819, #16810, #16669, #16531, #16530... |
blob | commitdiff | diff to current |
2002-05-27 |
Jarkko Hietaniemi |
Comment nit from Yitzchak. |
blob | commitdiff | diff to current |
2002-05-27 |
Nick Ing-Simmons |
Fix for the IO::Scalar bug (I think). |
blob | commitdiff | diff to current |
2002-05-26 |
Nick Ing-Simmons |
**** UNSAFE **** partial fix for IO::Scalar and local... |
blob | commitdiff | diff to current |
2002-05-19 |
Nick Ing-Simmons |
Integrate mailine |
blob | commitdiff | diff to current |
2002-05-19 |
Jarkko Hietaniemi |
Sarathy pointed out that instead of zeroing heap |
blob | commitdiff | diff to current |
2002-05-17 |
Jarkko Hietaniemi |
PERL_HASH() casting games so that our hashed data is... |
blob | commitdiff | diff to current |
2002-05-15 |
Jarkko Hietaniemi |
Purify finding: jperl.t causes a few Array Bounds Reads |
blob | commitdiff | diff to current |
2002-05-12 |
Artur Bergman |
Fixed bug where tmpsv would be null after the return... |
blob | commitdiff | diff to current |
2002-05-11 |
Jarkko Hietaniemi |
Explicit casts due to #16542. |
blob | commitdiff | diff to current |
2002-05-08 |
Yitzchak Scott-Tho... |
[PATCH] Re: perl@16433 |
blob | commitdiff | diff to current |
2002-05-04 |
Dave Mitchell |
delete inaccurate comment |
blob | commitdiff | diff to current |
2002-05-02 |
Gurusamy Sarathy |
manual integrate of change#16332 from maint-5.6 branch |
blob | commitdiff | diff to current |
2002-05-01 |
Jarkko Hietaniemi |
Remove sv_setpviv{_,mg}; regen perlapi. |
blob | commitdiff | diff to current |
2002-05-01 |
Dave Mitchell |
remove macroized bincompat functions |
blob | commitdiff | diff to current |
2002-04-27 |
Jarkko Hietaniemi |
More VC5-induced casting found by Nikola Knezevic. |
blob | commitdiff | diff to current |
2002-04-26 |
Gurusamy Sarathy |
fix typo that caused pseudo-fork() crashes on win64... |
blob | commitdiff | diff to current |
2002-04-25 |
Jarkko Hietaniemi |
-Wformat cleanups from Robin Barker. |
blob | commitdiff | diff to current |
2002-04-21 |
Gurusamy Sarathy |
fixes for all the warnings reported by Visual C (most... |
blob | commitdiff | diff to current |
2002-04-21 |
Gurusamy Sarathy |
Windows 64-bit support: |
blob | commitdiff | diff to current |
2002-04-16 |
Jarkko Hietaniemi |
my $utf8here, our $utf8here, and package variable ... |
blob | commitdiff | diff to current |
2002-04-08 |
Nick Ing-Simmons |
Integrate mainline |
blob | commitdiff | diff to current |
2002-04-07 |
Rafael Garcia-Suarez |
Fully qualify in warning message the name of a subrouti... |
blob | commitdiff | diff to current |
2002-03-29 |
Nick Ing-Simmons |
Integrate mainline |
blob | commitdiff | diff to current |
2002-03-28 |
Jeffrey Friedl |
Re: [ID 20020324.003] fairly major problem with qr... |
blob | commitdiff | diff to current |
2002-03-24 |
Jarkko Hietaniemi |
In the spirit of #15464. |
blob | commitdiff | diff to current |
next |