| Commit message (Expand) | Author | Age | Files | Lines |
* | phase 1 of somewhat major rearrangement of PERL_OBJECT stuff | Gurusamy Sarathy | 1998-10-30 | 1 | -14/+14 |
* | various win32 tweaks; disable new xs_cpp section (it creates | Gurusamy Sarathy | 1998-10-26 | 1 | -1/+1 |
* | Speed up aassign | Ilya Zakharevich | 1998-10-25 | 1 | -0/+1 |
* | integrate changes#1982,2014,2021 (from maint-5.005) | Gurusamy Sarathy | 1998-10-25 | 1 | -4/+4 |
* | avoid the circular refcnt logic in magic_mutexfree() | Gurusamy Sarathy | 1998-10-25 | 1 | -1/+0 |
* | Program with utf8 identifiers fails to compile | Larry Wall | 1998-10-23 | 1 | -1/+7 |
* | two typos | Gurusamy Sarathy | 1998-10-14 | 1 | -1/+1 |
* | defer "deep recursion" warnings until CXt_SUB context is properly | Gurusamy Sarathy | 1998-10-13 | 1 | -3/+7 |
* | change#1614 merely disabled earlier fix (doh!); undo it and properly | Gurusamy Sarathy | 1998-10-13 | 1 | -1/+6 |
* | force copy of substrings when matching against temporaries | Gurusamy Sarathy | 1998-10-13 | 1 | -4/+5 |
* | make warning about glob process failure optional | Gurusamy Sarathy | 1998-10-02 | 1 | -2/+6 |
* | various tweaks: fix signed vs. unsigned problems that prevented C++ | Gurusamy Sarathy | 1998-08-10 | 1 | -6/+6 |
* | lexical warnings; tweaks to places that didn't apply correctly | Paul Marquess | 1998-08-09 | 1 | -18/+22 |
* | integrate maint-5.005 changes into mainline | Gurusamy Sarathy | 1998-08-08 | 1 | -14/+24 |
|\ |
|
| * | tweaked version of suggested patch | Ilya Zakharevich | 1998-08-02 | 1 | -9/+9 |
| * | support OE/MVS | Jarkko Hietaniemi | 1998-08-02 | 1 | -2/+8 |
| * | avoid reusing foreach itervar if magic got tacked onto it | Stephen McCamant | 1998-08-02 | 1 | -2/+6 |
| * | fix buggy detection of failed glob() | Gurusamy Sarathy | 1998-08-01 | 1 | -1/+1 |
* | | Here are the long-expected Unicode/UTF-8 modifications. | Larry Wall | 1998-07-24 | 1 | -16/+24 |
|/ |
|
* | applied patch, add new message to perldeta | Stephen McCamant | 1998-07-22 | 1 | -0/+2 |
* | complete s/foo/PL_foo/ changes (all escaped cases identified with | Gurusamy Sarathy | 1998-07-20 | 1 | -1/+1 |
* | Add PL_ to merged file | Nick Ing-Simmons | 1998-07-19 | 1 | -1/+1 |
* | Merge Mainline | Nick Ing-Simmons | 1998-07-19 | 1 | -3/+5 |
|\ |
|
| * | fix flawed substitution-loop detection on zero-length matches | Ilya Zakharevich | 1998-07-19 | 1 | -1/+3 |
| * | make failed matches return empty list in list context | Gurusamy Sarathy | 1998-07-19 | 1 | -2/+2 |
* | | PL_ scheme Builds under Minw32 - some SEGFAULT snags | Nick Ing-Simmons | 1998-07-18 | 1 | -20/+20 |
* | | PL_ stuff for threads | Nick Ing-Simmons | 1998-07-18 | 1 | -53/+53 |
* | | PL_ prefix to all perlvars, part1 | Nick Ing-Simmons | 1998-07-18 | 1 | -148/+148 |
|/ |
|
* | don't copy foreach itervar when no external refs exist | Gisle Aas | 1998-07-15 | 1 | -10/+28 |
* | added patch, tweaked PERL_OBJECT things | Graham Barr | 1998-07-13 | 1 | -0/+10 |
* | Update os2's OS2::Process | Ilya Zakharevich | 1998-07-11 | 1 | -2/+11 |
* | undo problematic change#1367 | Gurusamy Sarathy | 1998-07-09 | 1 | -8/+1 |
* | merge changes from maintbranch (1354, and relevant part of 1356); all | Gurusamy Sarathy | 1998-07-09 | 1 | -1/+3 |
* | get it building again on win32 | Gurusamy Sarathy | 1998-07-09 | 1 | -5/+5 |
* | add patch for C<use re 'debug'> | Ilya Zakharevich | 1998-07-08 | 1 | -5/+5 |
* | Faster foreach integer range | Gisle Aas | 1998-07-08 | 1 | -1/+8 |
* | fix accidental RE-de-optimization | Gurusamy Sarathy | 1998-07-07 | 1 | -1/+1 |
* | Evaluation of AVHVs in scalar context | Gisle Aas | 1998-07-07 | 1 | -1/+2 |
* | patchlevel up to 5.004_70, various tweaks | Gurusamy Sarathy | 1998-07-05 | 1 | -2/+6 |
* | fix C<local $tied{foo} = $tied{foo}>, add tests | Gurusamy Sarathy | 1998-07-04 | 1 | -4/+22 |
* | fixes for mortalization bug in xsubpp, other efficiency tweaks | Joshua Pritikin | 1998-07-04 | 1 | -1/+1 |
* | allow a flags args to fbm_instr() for future needs | Ilya Zakharevich | 1998-07-04 | 1 | -2/+2 |
* | merge changes#1210,1211,1270 from maintbranch | Gurusamy Sarathy | 1998-07-04 | 1 | -3/+9 |
* | fix C<@a = (%a = 1)> bizarreness | Gurusamy Sarathy | 1998-07-01 | 1 | -9/+23 |
* | Optimize foreach (1..1000000) | Gisle Aas | 1998-06-28 | 1 | -0/+25 |
* | Avoid temporaries on recursion | Ilya Zakharevich | 1998-06-22 | 1 | -3/+13 |
* | merge relevant portions from maintbranch change#1155 | Gurusamy Sarathy | 1998-06-22 | 1 | -2/+6 |
* | [win32] add AS patch#26 (rename THIS to PERL_OBJEC_THIS to avoid clash | Gurusamy Sarathy | 1998-06-05 | 1 | -1/+1 |
* | [asperl] integrate mainline changes (untested) | Gurusamy Sarathy | 1998-05-18 | 1 | -29/+41 |
|\ |
|
| * | [win32] fix misplaced SPAGAIN that caused successful s/// to fail to | Gurusamy Sarathy | 1998-05-16 | 1 | -1/+1 |