| Commit message (Expand) | Author | Age | Files | Lines |
* | update copyright year | Gurusamy Sarathy | 2001-03-22 | 1 | -1/+1 |
* | printf warning | Robin Barker | 2001-03-20 | 1 | -1/+1 |
* | Integrate changes #8784,8839,8843,8847,8849,8859,8866, | Jarkko Hietaniemi | 2001-03-02 | 1 | -0/+11 |
* | integrate changes#7984,7987,8010 from mainline (gets rid of | Gurusamy Sarathy | 2001-01-30 | 1 | -4/+0 |
* | fixes for most warnings identified by gcc -Wall | Gurusamy Sarathy | 2000-03-05 | 1 | -2/+2 |
* | set SvUTF8 on vectors only if there are chars > 127; update copyright | Gurusamy Sarathy | 2000-02-06 | 1 | -1/+1 |
* | minor USE_ITHREADS tweaks | Gurusamy Sarathy | 1999-12-01 | 1 | -2/+2 |
* | more complete pseudo-fork() support for Windows | Gurusamy Sarathy | 1999-12-01 | 1 | -1/+1 |
* | fix problem pointer casts | Gurusamy Sarathy | 1999-11-14 | 1 | -1/+2 |
* | Integrate with Sarathy. | Jarkko Hietaniemi | 1999-11-11 | 1 | -2/+2 |
|\ |
|
| * | preliminary support for GVOP indirection via pad | Gurusamy Sarathy | 1999-11-08 | 1 | -2/+2 |
* | | Incremental Mac integration from Matthias. | Jarkko Hietaniemi | 1999-11-04 | 1 | -6/+2 |
* | | Initial integration of the MacPerl changes form Matthias. | Jarkko Hietaniemi | 1999-11-02 | 1 | -1/+8 |
|/ |
|
* | usurp GVOP slot for new PADOP (one small step to making optree | Gurusamy Sarathy | 1999-10-29 | 1 | -2/+2 |
* | More printf-fixes (see also #4426). | Jarkko Hietaniemi | 1999-10-23 | 1 | -4/+5 |
* | deadcode removal | Gurusamy Sarathy | 1999-08-29 | 1 | -8/+2 |
* | fixes for logical bugs in the lexwarn patch; other tweaks to avoid | Gurusamy Sarathy | 1999-07-08 | 1 | -2/+3 |
* | lexical warnings update (warning.t fails one test | Paul Marquess | 1999-07-07 | 1 | -2/+2 |
* | fix small nits | Gurusamy Sarathy | 1999-06-10 | 1 | -2/+2 |
* | more complete support for implicit thread/interpreter pointer, | Gurusamy Sarathy | 1999-06-09 | 1 | -3/+3 |
* | initial stub implementation of implicit thread/this | Gurusamy Sarathy | 1999-06-07 | 1 | -13/+7 |
* | remove _() non-ansism | Gurusamy Sarathy | 1999-06-02 | 1 | -1/+1 |
* | update copyright years | Gurusamy Sarathy | 1999-03-22 | 1 | -1/+1 |
* | another threads reliability fix: serialize writes to thr->threadsv | Gurusamy Sarathy | 1998-11-29 | 1 | -1/+2 |
* | phase 1 of somewhat major rearrangement of PERL_OBJECT stuff | Gurusamy Sarathy | 1998-10-30 | 1 | -11/+8 |
* | part 1 of PERL_OBJECT fixes for new var names | Gurusamy Sarathy | 1998-07-21 | 1 | -1/+1 |
* | PL_ stuff for threads | Nick Ing-Simmons | 1998-07-18 | 1 | -6/+6 |
* | PL_ prefix to all perlvars, part1 | Nick Ing-Simmons | 1998-07-18 | 1 | -8/+8 |
* | Make -DP work (and readable) | Gisle Aas | 1998-07-14 | 1 | -2/+3 |
* | [asperl] integrate mainline changes | Gurusamy Sarathy | 1998-05-29 | 1 | -5/+10 |
|\ |
|
| * | [win32] misc changes | Gurusamy Sarathy | 1998-05-29 | 1 | -5/+18 |
* | | [asperl] more changes to satisfy non-debug VC build (C-API doesn't | Gurusamy Sarathy | 1998-05-26 | 1 | -6/+14 |
* | | [asperl] added AS patch#2 | Gurusamy Sarathy | 1998-01-30 | 1 | -3/+10 |
|/ |
|
* | Create a struct for all perls globals (as an option) | Nick Ing-Simmons | 1997-12-01 | 1 | -3/+5 |
* | Initial (untested) integration of mainline changes. | Gurusamy Sarathy | 1997-11-11 | 1 | -9/+6 |
|\ |
|
| * | Convert miniperl sources to ANSI C. Several passes of | Nick Ing-Simmons | 1997-10-31 | 1 | -9/+6 |
* | | Remove runlevel. It was used to count how many runops() calls | Gurusamy Sarathy | 1997-11-10 | 1 | -5/+0 |
|/ |
|
* | Re-introduce the changes from change 68 (runops becomes a | Malcolm Beattie | 1997-09-29 | 1 | -6/+3 |
* | Start merge with maint-5.004 branch by creating an ancestral | Malcolm Beattie | 1997-09-29 | 1 | -3/+6 |
|\ |
|
* | | runops becomes a funtion pointer and sv_bless3 created | Malcolm Beattie | 1997-09-22 | 1 | -6/+3 |
* | | More fixups for thrperl integration. | Malcolm Beattie | 1997-06-05 | 1 | -3/+0 |
* | | Integrate thrperl 5.003->5.004. | Malcolm Beattie | 1997-05-26 | 1 | -13/+18 |
|\ \
| |/
|/| |
|
| * | Added programmer-level condition variables via "condpair" magic. | Malcolm Beattie | 1997-04-23 | 1 | -1/+1 |
| * | Initial 3-way merge from (5.001m, thr1m, 5.003) plus fixups. | Malcolm Beattie | 1997-03-28 | 1 | -13/+18 |
* | | [inseparable changes from match from perl-5.003_91 to perl-5.003_92] | Perl 5 Porters | 1997-03-01 | 1 | -3/+4 |
* | | Turn off 'expression tainted' flag at end of runops() | Chip Salzenberg | 1997-02-22 | 1 | -0/+4 |
* | | perl 5.003_06: dump.c embed.h gv.c run.c | Perl 5 Porters | 1996-10-06 | 1 | -1/+1 |
* | | perl 5.003_04: dump.c gv.c op.c pp_ctl.c pp_sys.c proto.h run.c | Perl 5 Porters | 1996-09-01 | 1 | -1/+1 |
* | | perl 5.003_02: [no incremental changelog available] | Larry Wall | 1996-08-10 | 1 | -7/+7 |
* | | Allow redirection of debug messages | Perl 5 Porters | 1996-06-18 | 1 | -7/+7 |
|/ |
|