1999-12-12 |
Gurusamy Sarathy |
integrate mainline changes |
blob | commitdiff |
1999-12-01 |
Gurusamy Sarathy |
more complete pseudo-fork() support for Windows |
blob | commitdiff |
1999-11-14 |
Gurusamy Sarathy |
sundry cleanups for cloned interpreters (only known... |
blob | commitdiff | diff to current |
1999-11-13 |
Jarkko Hietaniemi |
Integrate with Sarathy. |
blob | commitdiff | diff to current |
1999-11-13 |
Gurusamy Sarathy |
cloned interpreters now actually run and pass all but... |
blob | commitdiff | diff to current |
1999-11-11 |
Jarkko Hietaniemi |
Integrate with Sarathy. |
blob | commitdiff | diff to current |
1999-11-11 |
Gurusamy Sarathy |
another change towards a shareable optree: avoid pointe... |
blob | commitdiff | diff to current |
1999-11-08 |
Gurusamy Sarathy |
preliminary support for GVOP indirection via pad |
blob | commitdiff | diff to current |
1999-11-06 |
Jarkko Hietaniemi |
...and fewer. |
blob | commitdiff | diff to current |
1999-11-06 |
Jarkko Hietaniemi |
More printf miscasts flushed out. |
blob | commitdiff | diff to current |
1999-10-29 |
Gurusamy Sarathy |
more cleanup: avoid unused knowledge of "file GV" notio... |
blob | commitdiff | diff to current |
1999-10-29 |
Gurusamy Sarathy |
usurp GVOP slot for new PADOP (one small step to making... |
blob | commitdiff | diff to current |
1999-10-27 |
Jarkko Hietaniemi |
Integrate with Sarathy; manual resolve on regcomp.c... |
blob | commitdiff | diff to current |
1999-10-24 |
Gurusamy Sarathy |
remove unused interpreter globals |
blob | commitdiff | diff to current |
1999-10-23 |
Jarkko Hietaniemi |
More printf-fixes (see also #4426). |
blob | commitdiff | diff to current |
1999-10-06 |
Gurusamy Sarathy |
fix typos in change#4288 |
blob | commitdiff | diff to current |
1999-10-02 |
Jarkko Hietaniemi |
Untangle the IV_IS_QUAD jungle by introduding |
blob | commitdiff | diff to current |
1999-09-18 |
Nick Ing-Simmons |
Re-integrate mainline |
blob | commitdiff | diff to current |
1999-09-13 |
Robin Barker |
Replace change #4100 with |
blob | commitdiff | diff to current |
1999-09-07 |
Robin Barker |
Fix pointer casts. |
blob | commitdiff | diff to current |
1999-09-05 |
Gurusamy Sarathy |
initial implementation of lvalue subroutines (slightly... |
blob | commitdiff | diff to current |
1999-08-29 |
Ilya Zakharevich |
Speeding up XSUB calls up to 66% |
blob | commitdiff | diff to current |
1999-08-16 |
Jarkko Hietaniemi |
Batch of small 64-bit/long double/large file support... |
blob | commitdiff | diff to current |
1999-08-02 |
Jarkko Hietaniemi |
Fix some of the {IV_IS_QUAD,UV_IS_QUAD} cases so that |
blob | commitdiff | diff to current |
1999-08-01 |
Jarkko Hietaniemi |
64-bit work. Now 32-bit platforms get a 100% make... |
blob | commitdiff | diff to current |
1999-07-26 |
Chip Salzenberg |
optimize method name lookup |
blob | commitdiff | diff to current |
1999-07-25 |
Gurusamy Sarathy |
fix bug in change#3728 that might free COPs prematurely; |
blob | commitdiff | diff to current |
1999-07-23 |
Hugo van der Sanden |
applied suggested patch for tracking line numbers corre... |
blob | commitdiff | diff to current |
1999-07-12 |
Gurusamy Sarathy |
yet more cleanups of the PERL_OBJECT, MULTIPLICITY... |
blob | commitdiff | diff to current |
1999-07-07 |
Stephen McCamant |
Eliminate CONDOPs |
blob | commitdiff | diff to current |
1999-07-06 |
Jarkko Hietaniemi |
Integrate with Sarathy. |
blob | commitdiff | diff to current |
1999-07-06 |
Ilya Zakharevich |
applied slightly tweaked version of suggested patch for |
blob | commitdiff | diff to current |
1999-07-06 |
Dan Sugalski |
slightly tweaked version of suggested patch |
blob | commitdiff | diff to current |
1999-06-17 |
Jarkko Hietaniemi |
Fixed two long-standing locale bugs. |
blob | commitdiff | diff to current |
1999-06-09 |
Gurusamy Sarathy |
more complete support for implicit thread/interpreter... |
blob | commitdiff | diff to current |
1999-06-07 |
Gurusamy Sarathy |
initial stub implementation of implicit thread/this |
blob | commitdiff | diff to current |
1999-05-24 |
Gurusamy Sarathy |
redo change#2061 and parts of change#1169 with code... |
blob | commitdiff | diff to current |
1999-05-10 |
Gurusamy Sarathy |
"weak" references internals, still needs perlguts docum... |
blob | commitdiff | diff to current |
1999-05-10 |
Ilya Zakharevich |
Self-consistent numeric conversion again |
blob | commitdiff | diff to current |
1999-05-10 |
Albert Dvornik |
do_sv_dump does dump (core) on IO handles |
blob | commitdiff | diff to current |
1999-04-04 |
Gurusamy Sarathy |
correct places that said newSVpv() when they meant... |
blob | commitdiff | diff to current |
1999-03-22 |
Gurusamy Sarathy |
update copyright years |
blob | commitdiff | diff to current |
1999-02-12 |
Jan Dubois |
remove OVERLOAD conditionals |
blob | commitdiff | diff to current |
1999-01-18 |
Jan Dubois |
fix bugs in do_sv_dump() from Devel::Peek integration |
blob | commitdiff | diff to current |
1998-11-29 |
Gurusamy Sarathy |
another threads reliability fix: serialize writes to... |
blob | commitdiff | diff to current |
1998-11-27 |
Jan Dubois |
add ext/Devel/Peek |
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-07-18 |
Nick Ing-Simmons |
PL_ prefix to all perlvars, part1 |
blob | commitdiff | diff to current |
1998-07-13 |
Graham Barr |
added patch, tweaked PERL_OBJECT things |
blob | commitdiff | diff to current |
1998-07-04 |
Gurusamy Sarathy |
ignore stash entries that are not GVs in dump.c |
blob | commitdiff | diff to current |
1998-07-04 |
Gurusamy Sarathy |
merge changes#1210,1211,1270 from maintbranch |
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-26 |
Gurusamy Sarathy |
[asperl] more changes to satisfy non-debug VC build... |
blob | commitdiff | diff to current |
1998-05-18 |
Gurusamy Sarathy |
[asperl] integrate mainline changes (untested) |
blob | commitdiff | diff to current |
1998-05-15 |
Gurusamy Sarathy |
[win32] merge change#905 from maintbranch, minor fixes... |
blob | commitdiff | diff to current |
1998-01-30 |
Gurusamy Sarathy |
[asperl] added AS patch#2 |
blob | commitdiff | diff to current |
1997-11-19 |
Ilya Zakharevich |
Jumbo regexp patch applied (with minor fix-up tweaks): |
blob | commitdiff | diff to current |
1997-10-31 |
Nick Ing-Simmons |
Convert miniperl sources to ANSI C. Several passes of |
blob | commitdiff | diff to current |
1997-05-26 |
Malcolm Beattie |
Integrate thrperl 5.003->5.004. |
blob | commitdiff | diff to current |
1997-05-15 |
Perl 5 Porters |
[inseparable changes from match from perl-5.003_99a... |
blob | commitdiff | diff to current |
1997-04-22 |
Perl 5 Porters |
[inseparable changes from match from perl-5.003_97g... |
blob | commitdiff | diff to current |
1997-03-28 |
Malcolm Beattie |
Initial 3-way merge from (5.001m, thr1m, 5.003) plus... |
blob | commitdiff | diff to current |
1997-03-25 |
Perl 5 Porters |
[inseperable changes from patch from perl-5.003_95... |
blob | commitdiff | diff to current |
1997-03-08 |
Perl 5 Porters |
[inseparable changes from match from perl-5.003_93... |
blob | commitdiff | diff to current |
1997-03-01 |
Perl 5 Porters |
[inseparable changes from match from perl-5.003_91... |
blob | commitdiff | diff to current |
1997-01-04 |
Perl 5 Porters |
[inseparable changes from patch from perl5.003_18 to... |
blob | commitdiff | diff to current |
1996-12-19 |
Perl 5 Porters |
[inseparable changes from patch from perl5.003_11 to... |
blob | commitdiff | diff to current |
1996-11-26 |
Perl 5 Porters |
[inseparable changes from patch from perl5.003_08 to... |
blob | commitdiff | diff to current |
1996-10-06 |
Perl 5 Porters |
perl 5.003_06: dump.c embed.h gv.c run.c |
blob | commitdiff | diff to current |
1996-06-20 |
Perl 5 Porters |
perl 5.003_01: dump.c |
blob | commitdiff | diff to current |
1996-02-03 |
Perl 5 Porters |
perl5.002beta3 |
blob | commitdiff | diff to current |
1996-09-01 |
Perl 5 Porters |
perl 5.003_04: dump.c gv.c op.c pp_ctl.c pp_sys.c proto... |
blob | commitdiff | diff to current |
1996-08-10 |
Larry Wall |
perl 5.003_02: [no incremental changelog available] |
blob | commitdiff | diff to current |
1995-03-13 |
Larry Wall |
Perl 5.001 |
blob | commitdiff | diff to current |
1994-10-17 |
Larry Wall |
perl 5.000 |
blob | commitdiff | diff to current |
1994-05-04 |
Larry Wall |
perl 5.0 alpha 9 |
blob | commitdiff | diff to current |
1994-04-04 |
Andy Dougherty |
perl 5.0 alpha 8 |
blob | commitdiff | diff to current |
1994-03-18 |
Larry Wall |
perl 5.0 alpha 6 |
blob | commitdiff | diff to current |
1993-12-10 |
Larry Wall |
perl 5.0 alpha 5 |
blob | commitdiff | diff to current |
1993-11-10 |
Larry Wall |
perl 5.0 alpha 4 |
blob | commitdiff | diff to current |
1993-10-10 |
Larry Wall |
perl 5.0 alpha 3 |
blob | commitdiff | diff to current |
1993-10-07 |
Larry Wall |
perl 5.0 alpha 2 |
blob | commitdiff | diff to current |
1992-06-08 |
Larry Wall |
perl 4.0 patch 25: patch #20, continued |
blob | commitdiff | diff to current |
1991-06-06 |
Larry Wall |
perl 4.0 patch 6: patch #4, continued |
blob | commitdiff | diff to current |
1991-03-21 |
Larry Wall |
perl 4.0.00: (no release announcement available) |
blob | commitdiff | diff to current |
1990-10-16 |
Larry Wall |
perl 3.0 patch #31 patch #29, continued |
blob | commitdiff | diff to current |
1990-03-27 |
Larry Wall |
perl 3.0 patch #17 patch #16, continued |
blob | commitdiff | diff to current |
1989-10-18 |
Larry Wall |
perl 3.0: (no announcement message available) |
blob | commitdiff | diff to current |
1988-06-05 |
Larry Wall |
perl 2.0 (no announcement message available) |
blob | commitdiff | diff to current |
1987-12-18 |
Larry Wall |
a "replacement" for awk and sed |
blob | commitdiff | diff to current |
|