1999-05-02 |
Gurusamy Sarathy |
add test case for change#3298 |
blob | commitdiff |
1999-05-02 |
Gurusamy Sarathy |
close directory handles properly when localized |
blob | commitdiff | diff to current |
1999-04-03 |
Gurusamy Sarathy |
avoid duplicate code |
blob | commitdiff | diff to current |
1999-04-03 |
Gurusamy Sarathy |
grow PL_tmps_stack more efficiently; make it more amena... |
blob | commitdiff | diff to current |
1999-04-03 |
Gurusamy Sarathy |
remove duplicate code and an extra branch in sv_setsv... |
blob | commitdiff | diff to current |
1999-03-25 |
Gurusamy Sarathy |
fix a few places that said 'int', but meant 'STRLEN' |
blob | commitdiff | diff to current |
1999-03-23 |
Gurusamy Sarathy |
avoid typeglob persistence in pp_readline() |
blob | commitdiff | diff to current |
1999-03-22 |
Gurusamy Sarathy |
update copyright years |
blob | commitdiff | diff to current |
1999-02-24 |
Joshua Pritikin |
improved error message [PATCH _55] [RESEND] |
blob | commitdiff | diff to current |
1999-02-15 |
Gurusamy Sarathy |
add const qualifier to most char* prototypes, handle... |
blob | commitdiff | diff to current |
1999-02-14 |
Jan Dubois |
provide SvPV_nolen(sv) to avoid use of PL_na |
blob | commitdiff | diff to current |
1999-02-12 |
Jan Dubois |
remove OVERLOAD conditionals |
blob | commitdiff | diff to current |
1999-02-08 |
Gurusamy Sarathy |
make EMBEDMYMALLOC the default and provide PERL_POLLUTE... |
blob | commitdiff | diff to current |
1999-02-01 |
Gurusamy Sarathy |
various win32-ish changes merged from maint-5.005 |
blob | commitdiff | diff to current |
1998-12-31 |
Wilson P. Snyder II |
REV2: Binary number support |
blob | commitdiff | diff to current |
1998-11-29 |
Gurusamy Sarathy |
another threads reliability fix: serialize writes to... |
blob | commitdiff | diff to current |
1998-11-29 |
Gurusamy Sarathy |
backout change#2334 |
blob | commitdiff | diff to current |
1998-11-28 |
Gurusamy Sarathy |
s/Regexp/re/ and clarify policy on lowercased object... |
blob | commitdiff | diff to current |
1998-11-27 |
Gurusamy Sarathy |
integrate change#2315 from maint-5.005 |
blob | commitdiff | diff to current |
1998-11-27 |
Jan Dubois |
add ext/Devel/Peek |
blob | commitdiff | diff to current |
1998-11-05 |
Jarkko Hietaniemi |
Integrate from mainperl. |
blob | commitdiff | diff to current |
1998-11-05 |
Gurusamy Sarathy |
another POPSTACK victim |
blob | commitdiff | diff to current |
1998-11-03 |
Jarkko Hietaniemi |
(IV) vs (I32) vs I_V() |
blob | commitdiff | diff to current |
1998-10-31 |
Gurusamy Sarathy |
bump patchlevel; other minor fixes for clean build... |
blob | commitdiff | diff to current |
1998-10-30 |
Ilya Zakharevich |
Overloaded <> and deref again |
blob | commitdiff | diff to current |
1998-10-30 |
Gurusamy Sarathy |
phase 1 of somewhat major rearrangement of PERL_OBJECT... |
blob | commitdiff | diff to current |
1998-10-25 |
Graham Barr |
Re: Auto-incrementing tied scalar causes SEGV |
blob | commitdiff | diff to current |
1998-10-25 |
Gurusamy Sarathy |
remove FAST_SV_GETS remnant (as suggested by Gisle... |
blob | commitdiff | diff to current |
1998-10-17 |
Jarkko Hietaniemi |
Integrate mainperl. |
blob | commitdiff | diff to current |
1998-10-17 |
Gisle Aas |
utf8 substr can access memory outside PVX buffer |
blob | commitdiff | diff to current |
1998-10-17 |
Gurusamy Sarathy |
skip readonly vars and unref references when doing... |
blob | commitdiff | diff to current |
1998-10-02 |
Scott Henry |
use Off_t to permit 64-bit seek() |
blob | commitdiff | diff to current |
1998-09-25 |
Gurusamy Sarathy |
serial access to PL_x[inpr]v_root for USE_THREADS |
blob | commitdiff | diff to current |
1998-09-23 |
Ilya Zakharevich |
support match indices via special variables @- and @+ |
blob | commitdiff | diff to current |
1998-08-10 |
Gurusamy Sarathy |
various tweaks: fix signed vs. unsigned problems that... |
blob | commitdiff | diff to current |
1998-08-09 |
Gurusamy Sarathy |
add missing dTHR; notes for test failures due to small... |
blob | commitdiff | diff to current |
1998-08-09 |
Paul Marquess |
lexical warnings; tweaks to places that didn't apply... |
blob | commitdiff | diff to current |
1998-08-08 |
Gurusamy Sarathy |
integrate maint-5.005 changes into mainline |
blob | commitdiff | diff to current |
1998-08-02 |
Jarkko Hietaniemi |
support OE/MVS |
blob | commitdiff | diff to current |
1998-08-02 |
Andy Dougherty |
Remove redundant dTHR |
blob | commitdiff | diff to current |
1998-08-02 |
Gurusamy Sarathy |
ensure implicit close on local(*FH) doesn't affect... |
blob | commitdiff | diff to current |
1998-07-24 |
Larry Wall |
Here are the long-expected Unicode/UTF-8 modifications. |
blob | commitdiff | diff to current |
1998-07-21 |
Ilya Zakharevich |
disable malloced_size() feedback with -DLEAKTEST |
blob | commitdiff | diff to current |
1998-07-19 |
Nick Ing-Simmons |
Merge Mainline |
blob | commitdiff | diff to current |
1998-07-19 |
Gisle Aas |
sv_gets() did not NUL-terminate SV when reading records |
blob | commitdiff | diff to current |
1998-07-18 |
Nick Ing-Simmons |
PL_ stuff for threads |
blob | commitdiff | diff to current |
1998-07-18 |
Nick Ing-Simmons |
PL_ prefix to all perlvars, part1 |
blob | commitdiff | diff to current |
1998-07-18 |
Gurusamy Sarathy |
fix lvalue leaks stemming from failure to free LvTARG(sv) |
blob | commitdiff | diff to current |
1998-07-15 |
Gurusamy Sarathy |
add stub docs for ext/B, other minor tweaks |
blob | commitdiff | diff to current |
1998-07-15 |
Gisle Aas |
dont use sv_dump() in -DD diagnostic |
blob | commitdiff | diff to current |
1998-07-13 |
Graham Barr |
added patch, tweaked PERL_OBJECT things |
blob | commitdiff | diff to current |
1998-07-13 |
Gurusamy Sarathy |
add a few more PURIFY guards |
blob | commitdiff | diff to current |
1998-07-12 |
Gurusamy Sarathy |
make RE engine threadsafe; -Dusethreads builds, tests... |
blob | commitdiff | diff to current |
1998-07-11 |
Ilya Zakharevich |
add patch, along with all the missing bits, and doc... |
blob | commitdiff | diff to current |
1998-07-09 |
Ilya Zakharevich |
manually apply patch with a dependency on unapplied... |
blob | commitdiff | diff to current |
1998-07-08 |
Gisle Aas |
Faster copying from SvIV/SvNVs in sv_setsv() |
blob | commitdiff | diff to current |
1998-07-08 |
Gisle Aas |
Remove some rendundant SvOOK_on tests |
blob | commitdiff | diff to current |
1998-07-07 |
Stephen McCamant |
Re: Inconsistent arithmetics on refs |
blob | commitdiff | diff to current |
1998-07-06 |
Gurusamy Sarathy |
rename s/\bSI_/PERLSI_/ to avoid collisions with sysinf... |
blob | commitdiff | diff to current |
1998-07-05 |
Stephen McCamant |
patch to remove assumptions about offset of IV being... |
blob | commitdiff | diff to current |
1998-07-05 |
Gurusamy Sarathy |
avoid race condition (storing ptr to SV before incremen... |
blob | commitdiff | diff to current |
1998-07-04 |
Gurusamy Sarathy |
various small tweaks (still fails a few taint tests... |
blob | commitdiff | diff to current |
1998-07-04 |
Joshua Pritikin |
fixes for mortalization bug in xsubpp, other efficiency... |
blob | commitdiff | diff to current |
1998-06-28 |
Joshua Pritikin |
PUSHSTACK renovation |
blob | commitdiff | diff to current |
1998-06-28 |
Stephen McCamant |
IV changes for long long (was Re: 5.004_68 on its way... |
blob | commitdiff | diff to current |
1998-06-25 |
Gurusamy Sarathy |
tweak order of destruction so OBJECTs in GLOBs are... |
blob | commitdiff | diff to current |
1998-06-23 |
Ilya Zakharevich |
applied patch, regen headers |
blob | commitdiff | diff to current |
1998-06-22 |
Gurusamy Sarathy |
backout change#1178 as it was dependent on an unapplied... |
blob | commitdiff | diff to current |
1998-06-21 |
Ilya Zakharevich |
print study /re/ broken |
blob | commitdiff | diff to current |
1998-06-18 |
Gurusamy Sarathy |
back out problematic change#1105, tweak perlsub.pod |
blob | commitdiff | diff to current |
1998-06-18 |
Gurusamy Sarathy |
fix memory leaks and uninitialized memory accesses... |
blob | commitdiff | diff to current |
1998-06-11 |
Ilya Zakharevich |
back out change#1111 and add alternative patch: |
blob | commitdiff | diff to current |
1998-06-10 |
Ilya Zakharevich |
Applied patch, followed by tweaks to *.sym and `perl... |
blob | commitdiff | diff to current |
1998-06-10 |
Hans Mulder |
Mangled patch, needed hand-tweaks, along with binmode... |
blob | commitdiff | diff to current |
1998-06-09 |
Gurusamy Sarathy |
[win32] undo change#1077 |
blob | commitdiff | diff to current |
1998-06-06 |
Gurusamy Sarathy |
[win32] make sv_setsv() treat freed SVs like SVt_NULL |
blob | commitdiff | diff to current |
1998-05-29 |
Gurusamy Sarathy |
[asperl] integrate mainline changes |
blob | commitdiff | diff to current |
1998-05-29 |
Gurusamy Sarathy |
[win32] misc changes |
blob | commitdiff | diff to current |
1998-05-29 |
Gurusamy Sarathy |
[win32] merge changes#1014,1038 from maintbranch |
blob | commitdiff | diff to current |
1998-05-26 |
Gurusamy Sarathy |
[asperl] more changes to satisfy non-debug VC build... |
blob | commitdiff | diff to current |
1998-05-23 |
Gurusamy Sarathy |
[win32] merge change#1015 from maintbranch (must revisi... |
blob | commitdiff | diff to current |
1998-05-18 |
Gurusamy Sarathy |
[asperl] integrate mainline changes (untested) |
blob | commitdiff | diff to current |
1998-05-15 |
Nick Ing-Simmons |
Integrate win32 |
blob | commitdiff | diff to current |
1998-05-15 |
Gurusamy Sarathy |
[win32] merge changes#906,907,909,910 from maintbranch |
blob | commitdiff | diff to current |
1998-05-15 |
Gurusamy Sarathy |
[win32] merge change#905 from maintbranch, minor fixes... |
blob | commitdiff | diff to current |
1998-05-14 |
Gurusamy Sarathy |
[win32] integrate mainline |
blob | commitdiff | diff to current |
1998-05-14 |
Nick Ing-Simmons |
Changes to allow compiler with gcc-2.8.1 in C++ mode, |
blob | commitdiff | diff to current |
1998-05-14 |
Malcolm Beattie |
Integrate win32 branch into mainline |
blob | commitdiff | diff to current |
1998-05-14 |
Ilya Zakharevich |
[PATCH 5.004_64] newSV |
blob | commitdiff | diff to current |
1998-05-14 |
Gurusamy Sarathy |
[win32] merge change#896 from maintbranch |
blob | commitdiff | diff to current |
1998-04-08 |
Gurusamy Sarathy |
[asperl] integrate mainline changes |
blob | commitdiff | diff to current |
1998-04-05 |
Gurusamy Sarathy |
[win32] fix memory leaks in offer_nice_chunk() |
blob | commitdiff | diff to current |
1998-04-04 |
Gurusamy Sarathy |
[win32] fix refcounting of GvSTASH() when glob becomes... |
blob | commitdiff | diff to current |
1998-04-03 |
Jan-Pieter Cornet |
Perl 5.005b1t2/perl5.004_63 (resend) |
blob | commitdiff | diff to current |
1998-04-03 |
Gurusamy Sarathy |
[win32] integrate mainline |
blob | commitdiff | diff to current |
1998-04-03 |
Gurusamy Sarathy |
[win32] implement stack-of-stacks so that magic invocat... |
blob | commitdiff | diff to current |
1998-04-02 |
Jan-Pieter Cornet |
Re: [PATCH] [BUG 5.004_63] define/set of PERL_DESTRUCT_... |
blob | commitdiff | diff to current |
1998-03-16 |
Gurusamy Sarathy |
[asperl] various changes to get asperl working under... |
blob | commitdiff | diff to current |
1998-03-07 |
Gurusamy Sarathy |
[win32] integrate mainline changes |
blob | commitdiff | diff to current |
1998-03-05 |
Ilya Zakharevich |
Make autouse -w-safe |
blob | commitdiff | diff to current |
next |