| Commit message (Expand) | Author | Age | Files | Lines |
* | phase 1 of somewhat major rearrangement of PERL_OBJECT stuff | Gurusamy Sarathy | 1998-10-30 | 1 | -24/+39 |
* | applied suggested patch with small doc tweak | Gisle Aas | 1998-10-17 | 1 | -1/+1 |
* | fix bogus integerization of pop()'s return value | Gurusamy Sarathy | 1998-09-23 | 1 | -1/+1 |
* | temporary opcode.pl workaround for ebcdic (suggested by | Gurusamy Sarathy | 1998-08-07 | 1 | -1/+1 |
* | applied patch, regen headers | Stephen McCamant | 1998-07-15 | 1 | -1/+1 |
* | added patch, tweaked PERL_OBJECT things | Graham Barr | 1998-07-13 | 1 | -0/+1 |
* | apply patch for smarter AASSIGN_COMMON detection; regen headers | Stephen McCamant | 1998-07-12 | 1 | -1/+1 |
* | add patch, along with all the missing bits, and doc tweaks | Ilya Zakharevich | 1998-07-11 | 1 | -0/+2 |
* | get it building again on win32 | Gurusamy Sarathy | 1998-07-09 | 1 | -0/+1 |
* | added patch to generate PPDEF(pp_foo) | Ilya Zakharevich | 1998-07-08 | 1 | -0/+9 |
* | undo ck_sysread() changes#1319,1337 in preparation for a much | Gurusamy Sarathy | 1998-07-06 | 1 | -3/+3 |
* | add ck_sysread() for better sysread/read/recv sanity | Gurusamy Sarathy | 1998-07-05 | 1 | -3/+3 |
* | applied patch, tweaked opcode.pl for PERL_OBJECT, and regen opcode.h | Stephen McCamant | 1998-06-28 | 1 | -6/+12 |
* | [win32] merge change#897 from maintbranch | Gurusamy Sarathy | 1998-05-14 | 1 | -1/+1 |
* | Initial integration of ansi branch into mainline (untested). | Malcolm Beattie | 1997-11-11 | 1 | -2/+6 |
|\ |
|
| * | Reverse integrate Malcolm's chanes into local | Nick Ing-Simmons | 1997-11-07 | 1 | -5/+7 |
| * | Builds C++ Borland, MSVC++ (Win32) and GCC++ (Solaris) | Nick Ing-Simmons | 1997-11-05 | 1 | -1/+3 |
* | | Change name of OP_SPECIFIC to OP_THREADSV. Fixed perl_get_sv when | Malcolm Beattie | 1997-11-11 | 1 | -1/+1 |
|/ |
|
* | Half way through moving per-thread magicals into per-thread fields | Malcolm Beattie | 1997-10-31 | 1 | -3/+1 |
* | Move compiler OP class information into opcode.pl. | Malcolm Beattie | 1997-10-29 | 1 | -352/+377 |
* | Fix refcounts for lock/magic_mutexfree. Make OP_LOCK auto-ref | Malcolm Beattie | 1997-10-23 | 1 | -1/+1 |
* | Merge maint-5.004 branch (5.004_03) with mainline. | Malcolm Beattie | 1997-10-08 | 1 | -1/+1 |
|\ |
|
| * | Constant-fold sprintf() | Chip Salzenberg | 1997-08-07 | 1 | -1/+1 |
* | | Start support for fake threads. | Malcolm Beattie | 1997-07-24 | 1 | -1/+1 |
* | | Introduce pp_lock. | Malcolm Beattie | 1997-07-05 | 1 | -0/+3 |
* | | Integrate thrperl 5.003->5.004. | Malcolm Beattie | 1997-05-26 | 1 | -2/+2 |
|\ \
| |/
|/| |
|
| * | Initial 3-way merge from (5.001m, thr1m, 5.003) plus fixups. | Malcolm Beattie | 1997-03-28 | 1 | -2/+2 |
* | | Fix C< hex('80') * 0x1000000 > | Chip Salzenberg | 1997-04-30 | 1 | -2/+4 |
* | | [inseparable changes from match from perl-5.003_97f to perl-5.003_97g] | Perl 5 Porters | 1997-04-18 | 1 | -1/+0 |
* | | [inseparable changes from match from perl-5.003_97e to perl-5.003_97f] | Perl 5 Porters | 1997-04-17 | 1 | -0/+1 |
* | | [inseparable changes from patch from perl-5.003_97d to perl-5.003_97e]perl-5.003_97e | Perl 5 Porters | 1997-04-15 | 1 | -0/+1 |
* | | [inseparable changes from patch from perl5.003_27 to perl5.003_28] | Perl 5 Porters | 1997-02-22 | 1 | -4/+4 |
* | | [inseparable changes from patch from perl5.003_23 to perl5.003_24]perl-5.003_24 | Perl 5 Porters | 1997-01-29 | 1 | -1/+2 |
* | | [inseparable changes from patch from perl5.003_11 to perl5.003_12] | Perl 5 Porters | 1996-12-19 | 1 | -3/+3 |
* | | [inseparable changes from patch from perl5.003_10 to perl5.003_11] | Perl 5 Porters | 1996-12-06 | 1 | -2/+3 |
* | | [inseparable changes from patch from perl5.003_08 to perl5.003_09] | Perl 5 Porters | 1996-11-26 | 1 | -13/+13 |
* | | [inseparable changes from patch from perl5.003_07 to perl5.003_08] | Perl 5 Porters | 1996-11-19 | 1 | -11/+11 |
* | | Perl 5.003 bug when embedding in C++ program | Jonathan Biggar | 1996-09-16 | 1 | -2/+2 |
* | | Re: truncate with file name does not work (with patch) | Perl 5 Porters | 1996-08-28 | 1 | -1/+2 |
* | | "truncate" should expect file handle as first argument | Perl 5 Porters | 1996-07-05 | 1 | -1/+1 |
|/ |
|
* | perl 5.002perl-5.002 | Andy Dougherty | 1996-02-28 | 1 | -2/+2 |
* | perl5.002beta3 | Perl 5 Porters | 1996-02-02 | 1 | -6/+32 |
* | 5.002 beta 1 | Larry Wall | 1995-11-21 | 1 | -1/+1 |
* | This is my patch patch.1i for perl5.001. | Andy Dougherty | 1995-05-30 | 1 | -1/+1 |
* | Perl 5.001perl-5.001 | Larry Wall | 1995-03-12 | 1 | -6/+13 |
* | perl5.000 patch.0g: [various portability fixes, and use latest metaconfig for... | Andy Dougherty | 1995-01-18 | 1 | -1/+1 |
* | perl 5.000perl-5.000 | Larry Wall | 1994-10-17 | 1 | -100/+112 |
* | perl 5.0 alpha 9perl-5a9 | Larry Wall | 1994-05-04 | 1 | -18/+35 |
* | perl 5.0 alpha 6 | Larry Wall | 1994-03-18 | 1 | -5/+5 |
* | perl 5.0 alpha 5 | Larry Wall | 1993-12-10 | 1 | -1/+2 |