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 |
Gurusamy Sarathy |
cloned interpreters now actually run and pass all but... |
blob | commitdiff | diff to current |
1999-11-11 |
Gurusamy Sarathy |
avoid stash pointers in optree under USE_ITHREADS |
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-04 |
Jarkko Hietaniemi |
Integrate with Sarathy. |
blob | commitdiff | diff to current |
1999-11-02 |
Jarkko Hietaniemi |
Initial integration of the MacPerl changes form Matthias. |
blob | commitdiff | diff to current |
1999-11-01 |
Gurusamy Sarathy |
macros for COP.cop_filegv access |
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-24 |
Gurusamy Sarathy |
remove unused interpreter globals |
blob | commitdiff | diff to current |
1999-09-25 |
Larry Wall |
Re: [PATCH 5.005_61] "our" declarations |
blob | commitdiff | diff to current |
1999-09-20 |
Gurusamy Sarathy |
queue errors due to strictures rather than printing... |
blob | commitdiff | diff to current |
1999-08-29 |
Spider Boardman |
sub : attrlist |
blob | commitdiff | diff to current |
1999-08-29 |
Jarkko Hietaniemi |
Rename warning to warnings, from Paul Marquess. |
blob | commitdiff | diff to current |
1999-07-26 |
Gurusamy Sarathy |
INSTALL =~ s/5.006/5.6/; delay loading Errno until... |
blob | commitdiff | diff to current |
1999-07-08 |
Gurusamy Sarathy |
fixes for logical bugs in the lexwarn patch; other... |
blob | commitdiff | diff to current |
1999-07-07 |
Jarkko Hietaniemi |
Integrate with Sarathy. perldiag.pod required manual... |
blob | commitdiff | diff to current |
1999-07-07 |
Ilya Zakharevich |
Re: [ID 19990705.001] Overloading boolean conversion |
blob | commitdiff | diff to current |
1999-07-07 |
Paul Marquess |
lexical warnings update (warning.t fails one test |
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-29 |
Gurusamy Sarathy |
avoid gv_check() recursive pit |
blob | commitdiff | diff to current |
1999-05-17 |
Gurusamy Sarathy |
emit more appropriate diagnostic for failed glob (variant |
blob | commitdiff | diff to current |
1999-05-11 |
Gurusamy Sarathy |
avoid creating spurious subroutine stubs on failed... |
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-03-04 |
Graham Barr |
exempt $foo::a,$foo::b from warnings only if sort(... |
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-12 |
Jan Dubois |
remove OVERLOAD conditionals |
blob | commitdiff | diff to current |
1999-02-02 |
Ilya Zakharevich |
Fix incorrect "used only once" warnings |
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 |
various fixes for race conditions under threads: mutex... |
blob | commitdiff | diff to current |
1998-11-29 |
Gurusamy Sarathy |
prefer IO::Handle for IO if FileHandle:: is empty ... |
blob | commitdiff | diff to current |
1998-11-28 |
Nick Ing-Simmons |
Implement $^C to allow perl access to -c flag - I think... |
blob | commitdiff | diff to current |
1998-11-05 |
Gurusamy Sarathy |
fix a location affected by change#2191, add note about... |
blob | commitdiff | diff to current |
1998-11-04 |
Gurusamy Sarathy |
s/sv_upgrade/SvUPGRADE/ a couple of places |
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-26 |
Gurusamy Sarathy |
various win32 tweaks; disable new xs_cpp section (it... |
blob | commitdiff | diff to current |
1998-10-25 |
Gurusamy Sarathy |
avoid "mysterious" compile-time failures without messages |
blob | commitdiff | diff to current |
1998-10-23 |
Larry Wall |
Program with utf8 identifiers fails to compile |
blob | commitdiff | diff to current |
1998-10-15 |
Gurusamy Sarathy |
check in all confperl changes as of change#1964 into... |
blob | commitdiff | diff to current |
1998-09-23 |
Ilya Zakharevich |
support match indices via special variables @- and @+ |
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-04 |
Gurusamy Sarathy |
remove useless 'rcsid' (extension of a suggestion by |
blob | commitdiff | diff to current |
1998-08-02 |
Jarkko Hietaniemi |
support OE/MVS |
blob | commitdiff | diff to current |
1998-08-01 |
Ilya Zakharevich |
fixes for overloading bugs and docs, tweaked some |
blob | commitdiff | diff to current |
1998-07-20 |
Gurusamy Sarathy |
complete s/foo/PL_foo/ changes (all escaped cases ident... |
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 another CvMUTEXP() leak |
blob | commitdiff | diff to current |
1998-07-10 |
Joshua Pritikin |
add more correct version of change#1350 (as yet untested) |
blob | commitdiff | diff to current |
1998-07-08 |
Gurusamy Sarathy |
change#1350 breaks things, back it out |
blob | commitdiff | diff to current |
1998-07-06 |
Joshua Pritikin |
add patch to improve method caching, regen headers |
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 |
Gurusamy Sarathy |
add comments on GV_FOO constants, s/8/GV_ADDINEVAL/ |
blob | commitdiff | diff to current |
1998-06-28 |
Joshua Pritikin |
PUSHSTACK renovation |
blob | commitdiff | diff to current |
1998-06-28 |
Joshua Pritikin |
improve recursive error messages! |
blob | commitdiff | diff to current |
1998-06-21 |
Graham Barr |
applied patch, modified logic to avoid reentering lexer... |
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] merge changes#1014,1038 from maintbranch |
blob | commitdiff | diff to current |
1998-05-21 |
Ilya Zakharevich |
[win32] fix problematic change#965 from maintbranch |
blob | commitdiff | diff to current |
1998-05-18 |
Gurusamy Sarathy |
[asperl] integrate mainline changes (untested) |
blob | commitdiff | diff to current |
1998-05-17 |
Gurusamy Sarathy |
[win32] sundry whitespace cleanups from maintbranch |
blob | commitdiff | diff to current |
1998-05-15 |
Gurusamy Sarathy |
[win32] merge changes#982,984 from maintbranch |
blob | commitdiff | diff to current |
1998-05-15 |
Gurusamy Sarathy |
[win32] merge change#981 from maintbranch, add XXX... |
blob | commitdiff | diff to current |
1998-05-15 |
Gurusamy Sarathy |
[win32] merge changes#922,944,949,965,970 from maintbranch |
blob | commitdiff | diff to current |
1998-04-08 |
Gurusamy Sarathy |
[asperl] integrate mainline changes |
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-03-07 |
Gurusamy Sarathy |
[win32] integrate mainline changes |
blob | commitdiff | diff to current |
1998-03-07 |
Gurusamy Sarathy |
[win32] change all 'sp' to 'SP' in code and in the... |
blob | commitdiff | diff to current |
1998-03-03 |
Chip Salzenberg |
[win32] merge problematic maintpatch to op.c |
blob | commitdiff | diff to current |
1998-03-03 |
Tkil |
[win32] merge another conflicting maintpatch to op.c |
blob | commitdiff | diff to current |
1998-02-09 |
Gurusamy Sarathy |
[asperl] integrate win32 branch contents |
blob | commitdiff | diff to current |
1998-02-09 |
Gurusamy Sarathy |
[win32] fix misapplied hunks in 5.004_58 |
blob | commitdiff | diff to current |
1998-02-06 |
Malcolm Beattie |
Fix up problem with gv.c from change 477. |
blob | commitdiff | diff to current |
1998-02-06 |
Malcolm Beattie |
Faster gv_fetchpv() for nested packages |
blob | commitdiff | diff to current |
1998-02-06 |
Chip Salzenberg |
Some Chip patches (some tweaked to match _5x source): |
blob | commitdiff | diff to current |
1998-01-30 |
Gurusamy Sarathy |
[asperl] initial merge of latest win32 branch into... |
blob | commitdiff | diff to current |
1998-01-30 |
Gurusamy Sarathy |
[asperl] added AS patch#2 |
blob | commitdiff | diff to current |
1998-01-13 |
Nick Ing-Simmons |
tie array changes to core and tests |
blob | commitdiff | diff to current |
1997-11-07 |
Nick Ing-Simmons |
Reverse integrate Malcolm's chanes into local |
blob | commitdiff | diff to current |
1997-11-06 |
Malcolm Beattie |
Per-thread magicals now stored in their own thr->magica... |
blob | commitdiff | diff to current |
1997-11-05 |
Malcolm Beattie |
Per-thread magicals mostly working (and localisable... |
blob | commitdiff | diff to current |
1997-11-05 |
Nick Ing-Simmons |
Builds C++ Borland, MSVC++ (Win32) and GCC++ (Solaris) |
blob | commitdiff | diff to current |
1997-11-01 |
Nick Ing-Simmons |
Integrate mainline @ 18:15 CST 31 Oct 1997 |
blob | commitdiff | diff to current |
1997-10-31 |
Malcolm Beattie |
Half way through moving per-thread magicals into per... |
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-10-24 |
Malcolm Beattie |
Improve internal threading API. Introduce win32/win32th... |
blob | commitdiff | diff to current |
1997-10-16 |
Malcolm Beattie |
Merge maint-5.004 branch (5.004_04) with mainline. |
blob | commitdiff | diff to current |
1997-10-08 |
Malcolm Beattie |
Merge maint-5.004 branch (5.004_03) with mainline. |
blob | commitdiff | diff to current |
1997-09-05 |
Perl 5 Porters |
[inseparable changes from patch to perl 5.004_04] |
blob | commitdiff | diff to current |
1997-08-11 |
Malcolm Beattie |
Assorted changes for multi-threading (now works rather... |
blob | commitdiff | diff to current |
1997-08-07 |
Tim Bunce |
[inseperable differences up to perl 5.004_02] |
blob | commitdiff | diff to current |
1997-08-06 |
Gisle Aas |
bless file handles as FileHandle if loaded else IO... |
blob | commitdiff | diff to current |
1997-07-01 |
Malcolm Beattie |
Support for op in global register (still buggy) |
blob | commitdiff | diff to current |
1997-06-05 |
Malcolm Beattie |
More fixups for thrperl integration. |
blob | commitdiff | diff to current |
1997-05-26 |
Malcolm Beattie |
Integrate thrperl 5.003->5.004. |
blob | commitdiff | diff to current |
1997-04-24 |
Perl 5 Porters |
[inseparable changes from match from perl-5.003_97h... |
blob | commitdiff | diff to current |
next |