1999-07-26 |
Chip Salzenberg | optimize method name lookup |
blob | commitdiff |
1999-07-23 |
Hugo van der Sanden | applied suggested patch for tracking line numbers corre... |
blob | commitdiff | diff to current |
1999-07-08 |
Gurusamy Sarathy | more PERL_OBJECT cleanups (changes still untested on... |
blob | commitdiff | diff to current |
1999-07-07 |
Stephen McCamant | Eliminate CONDOPs |
blob | commitdiff | diff to current |
1999-07-07 |
Gurusamy Sarathy | better diagnostics on read operations from write-only |
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-05 |
Fifer, Eric | cygwin32 update |
blob | commitdiff | diff to current |
1999-06-27 |
Gurusamy Sarathy | somewhat untested PERL_OBJECT cleanups (C++isms mostly |
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-06-02 |
Gurusamy Sarathy | remove _() non-ansism |
blob | commitdiff | diff to current |
1999-05-25 |
Ilya Zakharevich | REx engine improvements |
blob | commitdiff | diff to current |
1999-05-25 |
Gurusamy Sarathy | fix glob() bug that resulted in missing symlinks that... |
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-05-10 |
Ilya Zakharevich | Self-consistent numeric conversion again |
blob | commitdiff | diff to current |
1999-05-10 |
Alexander Smishlajev | cygwin32 update (untested adaptation of patch against... |
blob | commitdiff | diff to current |
1999-05-09 |
Gurusamy Sarathy | allow readline($globref), <$globref> already works |
blob | commitdiff | diff to current |
1999-04-03 |
Gurusamy Sarathy | scrounge and save three extra branches in pp_entersub() |
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-24 |
Gurusamy Sarathy | fix failure of C<&locked_sub;> under -Dusethreads |
blob | commitdiff | diff to current |
1999-03-22 |
Gurusamy Sarathy | update copyright years |
blob | commitdiff | diff to current |
1999-02-20 |
Hugo van der Sanden | test failures with MIME-tools-4.122 and perl 5.005_55 |
blob | commitdiff | diff to current |
1999-02-14 |
Gurusamy Sarathy | slurping an empty file should return '' rather than... |
blob | commitdiff | diff to current |
1999-02-12 |
Gurusamy Sarathy | fix ops that are not filehandle constructors to not... |
blob | commitdiff | diff to current |
1999-02-08 |
Ilya Zakharevich | Fix list-context //g with zero-length matches |
blob | commitdiff | diff to current |
1999-02-08 |
Gurusamy Sarathy | make qw() into a true list at compile time (slightly... |
blob | commitdiff | diff to current |
1999-02-07 |
Ilya Zakharevich | Fix list-context //g with zero-length matches |
blob | commitdiff | diff to current |
1999-01-19 |
Ilya Zakharevich | Fixing \G bug by Francois Desarmenien |
blob | commitdiff | diff to current |
1998-12-29 |
Ilya Zakharevich | Bugs in hairy interactions of feature in REx |
blob | commitdiff | diff to current |
1998-12-01 |
Gurusamy Sarathy | 5.005_54, as released |
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 | backout change#2334 |
blob | commitdiff | diff to current |
1998-11-28 |
Ilya Zakharevich | Fix \G in REx without //g |
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-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 |
Ilya Zakharevich | Speed up aassign |
blob | commitdiff | diff to current |
1998-10-25 |
Gurusamy Sarathy | integrate changes#1982,2014,2021 (from maint-5.005) |
blob | commitdiff | diff to current |
1998-10-25 |
Gurusamy Sarathy | avoid the circular refcnt logic in magic_mutexfree() |
blob | commitdiff | diff to current |
1998-10-23 |
Larry Wall | Program with utf8 identifiers fails to compile |
blob | commitdiff | diff to current |
1998-10-14 |
Gurusamy Sarathy | two typos |
blob | commitdiff | diff to current |
1998-10-13 |
Gurusamy Sarathy | defer "deep recursion" warnings until CXt_SUB context... |
blob | commitdiff | diff to current |
1998-10-13 |
Gurusamy Sarathy | change#1614 merely disabled earlier fix (doh!); undo... |
blob | commitdiff | diff to current |
1998-10-13 |
Gurusamy Sarathy | force copy of substrings when matching against temporaries |
blob | commitdiff | diff to current |
1998-10-02 |
Gurusamy Sarathy | make warning about glob process failure optional |
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 |
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 |
Ilya Zakharevich | tweaked version of suggested patch |
blob | commitdiff | diff to current |
1998-08-02 |
Jarkko Hietaniemi | support OE/MVS |
blob | commitdiff | diff to current |
1998-08-02 |
Stephen McCamant | avoid reusing foreach itervar if magic got tacked onto it |
blob | commitdiff | diff to current |
1998-08-01 |
Gurusamy Sarathy | fix buggy detection of failed glob() |
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-22 |
Stephen McCamant | applied patch, add new message to perldeta |
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-19 |
Nick Ing-Simmons | Add PL_ to merged file |
blob | commitdiff | diff to current |
1998-07-19 |
Nick Ing-Simmons | Merge Mainline |
blob | commitdiff | diff to current |
1998-07-19 |
Ilya Zakharevich | fix flawed substitution-loop detection on zero-length... |
blob | commitdiff | diff to current |
1998-07-19 |
Gurusamy Sarathy | make failed matches return empty list in list context |
blob | commitdiff | diff to current |
1998-07-18 |
Nick Ing-Simmons | PL_ scheme Builds under Minw32 - some SEGFAULT snags |
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-15 |
Gisle Aas | don't copy foreach itervar when no external refs exist |
blob | commitdiff | diff to current |
1998-07-13 |
Graham Barr | added patch, tweaked PERL_OBJECT things |
blob | commitdiff | diff to current |
1998-07-11 |
Ilya Zakharevich | Update os2's OS2::Process |
blob | commitdiff | diff to current |
1998-07-09 |
Gurusamy Sarathy | undo problematic change#1367 |
blob | commitdiff | diff to current |
1998-07-09 |
Gurusamy Sarathy | merge changes from maintbranch (1354, and relevant... |
blob | commitdiff | diff to current |
1998-07-09 |
Gurusamy Sarathy | get it building again on win32 |
blob | commitdiff | diff to current |
1998-07-08 |
Ilya Zakharevich | add patch for C<use re 'debug'> |
blob | commitdiff | diff to current |
1998-07-08 |
Gisle Aas | Faster foreach integer range |
blob | commitdiff | diff to current |
1998-07-07 |
Gurusamy Sarathy | fix accidental RE-de-optimization |
blob | commitdiff | diff to current |
1998-07-07 |
Gisle Aas | Evaluation of AVHVs in scalar context |
blob | commitdiff | diff to current |
1998-07-05 |
Gurusamy Sarathy | patchlevel up to 5.004_70, various tweaks |
blob | commitdiff | diff to current |
1998-07-04 |
Gurusamy Sarathy | fix C<local $tied{foo} = $tied{foo}>, add 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-07-04 |
Ilya Zakharevich | allow a flags args to fbm_instr() for future needs |
blob | commitdiff | diff to current |
1998-07-04 |
Gurusamy Sarathy | merge changes#1210,1211,1270 from maintbranch |
blob | commitdiff | diff to current |
1998-07-01 |
Gurusamy Sarathy | fix C<@a = (%a = 1)> bizarreness |
blob | commitdiff | diff to current |
1998-06-28 |
Gisle Aas | Optimize foreach (1..1000000) |
blob | commitdiff | diff to current |
1998-06-22 |
Ilya Zakharevich | Avoid temporaries on recursion |
blob | commitdiff | diff to current |
1998-06-22 |
Gurusamy Sarathy | merge relevant portions from maintbranch change#1155 |
blob | commitdiff | diff to current |
1998-06-05 |
Gurusamy Sarathy | [win32] add AS patch#26 (rename THIS to PERL_OBJEC_THIS... |
blob | commitdiff | diff to current |
1998-05-23 |
Nick Ing-Simmons | Resolve win32 into ansiperl |
blob | commitdiff | diff to current |
1998-05-18 |
Gurusamy Sarathy | [asperl] integrate mainline changes (untested) |
blob | commitdiff | diff to current |
1998-05-16 |
Gurusamy Sarathy | [win32] fix misplaced SPAGAIN that caused successful... |
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 |
Malcolm Beattie | Integrate win32 branch into mainline |
blob | commitdiff | diff to current |
1998-05-14 |
Gurusamy Sarathy | [win32] merge change#886 from maintbranch |
blob | commitdiff | diff to current |
1998-05-06 |
Malcolm Beattie | Speed up pp_entersub for usethreads with only 1 thread... |
blob | commitdiff | diff to current |
1998-04-25 |
Nick Ing-Simmons | Implement use attrs qw(locked package); |
blob | commitdiff | diff to current |
1998-04-21 |
Gurusamy Sarathy | [asperl] add AS patch#17 |
blob | commitdiff | diff to current |
1998-04-08 |
Gurusamy Sarathy | [asperl] integrate mainline changes |
blob | commitdiff | diff to current |
1998-04-02 |
Tom Phoenix | Re: Odd number of elements in hash list. |
blob | commitdiff | diff to current |
next |