| Commit message (Expand) | Author | Age | Files | Lines |
* | slightly modified version of suggested patch | Ilya Zakharevich | 1999-08-01 | 1 | -1/+1 |
* | win32 nits | Gurusamy Sarathy | 1999-07-19 | 1 | -1/+1 |
* | slightly tweaked version of suggested patch | Dan Sugalski | 1999-07-06 | 1 | -7/+7 |
* | somewhat untested PERL_OBJECT cleanups (C++isms mostly | Gurusamy Sarathy | 1999-06-27 | 1 | -1/+1 |
* | remove _() non-ansism | Gurusamy Sarathy | 1999-06-02 | 1 | -1/+1 |
* | "weak" references internals, still needs perlguts documentation | Gurusamy Sarathy | 1999-05-10 | 1 | -0/+7 |
* | Self-consistent numeric conversion again | Ilya Zakharevich | 1999-05-10 | 1 | -6/+29 |
* | remove duplicate code and an extra branch in sv_setsv() and | Gurusamy Sarathy | 1999-04-03 | 1 | -1/+1 |
* | update copyright years | Gurusamy Sarathy | 1999-03-22 | 1 | -1/+1 |
* | provide SvPV_nolen(sv) to avoid use of PL_na | Jan Dubois | 1999-02-14 | 1 | -0/+5 |
* | slurping an empty file should return '' rather than undef, with | Gurusamy Sarathy | 1999-02-14 | 1 | -0/+1 |
* | remove OVERLOAD conditionals | Jan Dubois | 1999-02-12 | 1 | -10/+4 |
* | add ext/Devel/Peek | Jan Dubois | 1998-11-27 | 1 | -0/+4 |
* | Fixed apostrophe problem from Mark Knutsen. | Larry Wall | 1998-09-25 | 1 | -1/+1 |
* | complete s/foo/PL_foo/ changes (all escaped cases identified with | Gurusamy Sarathy | 1998-07-20 | 1 | -11/+11 |
* | PL_ stuff for threads | Nick Ing-Simmons | 1998-07-18 | 1 | -4/+4 |
* | PL_ prefix to all perlvars, part1 | Nick Ing-Simmons | 1998-07-18 | 1 | -7/+7 |
* | Remove some rendundant SvOOK_on tests | Gisle Aas | 1998-07-08 | 1 | -18/+4 |
* | fixes for mortalization bug in xsubpp, other efficiency tweaks | Joshua Pritikin | 1998-07-04 | 1 | -10/+0 |
* | remove atomic.h pending resolution of licensing issues, | Gurusamy Sarathy | 1998-06-23 | 1 | -4/+0 |
* | [asperl] integrate mainline changes (untested) | Gurusamy Sarathy | 1998-05-18 | 1 | -0/+1 |
|\ |
|
| * | [win32] integrate mainline | Gurusamy Sarathy | 1998-05-14 | 1 | -0/+1 |
* | | [asperl] add AS patch#17 | Gurusamy Sarathy | 1998-04-21 | 1 | -1/+1 |
* | | [asperl] integrate mainline changes | Gurusamy Sarathy | 1998-03-01 | 1 | -2/+35 |
|\ \
| |/ |
|
| * | [win32] fix typo in sv.h, and run 'make regen_headers' to make it build | Gurusamy Sarathy | 1998-02-28 | 1 | -4/+4 |
| * | Fix stupid ATOMIC_DEC_AND_TEST typo in sv.h. | Malcolm Beattie | 1998-02-27 | 1 | -1/+1 |
| * | Make refcounts atomic for threading (dependent on appropriate | Malcolm Beattie | 1998-02-27 | 1 | -2/+35 |
* | | [asperl] integrate win32 branch contents | Gurusamy Sarathy | 1998-02-09 | 1 | -22/+1 |
|\ \
| |/ |
|
| * | [win32] enhancements to previous patch for XSUB OUTPUT args | Gurusamy Sarathy | 1998-02-09 | 1 | -22/+1 |
* | | [asperl] initial merge of latest win32 branch into ASPerl | Gurusamy Sarathy | 1998-01-30 | 1 | -4/+30 |
|\ \
| |/ |
|
| * | [win32] Fix autovivification problems with XSUB OUTPUT args | Gurusamy Sarathy | 1998-01-19 | 1 | -4/+30 |
* | | [asperl] added AS patch#2 | Gurusamy Sarathy | 1998-01-30 | 1 | -1/+1 |
|/ |
|
* | Fix perl_os_thread typedef for pthreads. Tweak SvTAINT so that | Malcolm Beattie | 1997-12-10 | 1 | -1/+8 |
* | Integrate from ansi branch to mainline. | Malcolm Beattie | 1997-11-25 | 1 | -21/+51 |
|\ |
|
| * | [win32] Generic change in win32 branch: don't just turn on CRIPPLED_CC | Gurusamy Sarathy | 1997-11-22 | 1 | -21/+51 |
| * | Initial (untested) merge of all non-ansi changes on ansiperl branch | Gurusamy Sarathy | 1997-11-10 | 1 | -11/+11 |
* | | AIX patch (including Configure support for {sched,pthread}_yield, | Jarkko Hietaniemi | 1997-11-25 | 1 | -1/+1 |
* | | Reverse integrate Malcolm's chanes into local | Nick Ing-Simmons | 1997-11-07 | 1 | -9/+23 |
* | | Raw integrate of latest perl | Nick Ing-Simmons | 1997-11-07 | 1 | -6/+9 |
|\ \
| |/ |
|
| * | Per-thread magicals now stored in their own thr->magicals and keyed | Malcolm Beattie | 1997-11-06 | 1 | -3/+3 |
* | | Builds C++ Borland, MSVC++ (Win32) and GCC++ (Solaris) | Nick Ing-Simmons | 1997-11-05 | 1 | -41/+24 |
|/ |
|
* | Half way through moving per-thread magicals into per-thread fields | Malcolm Beattie | 1997-10-31 | 1 | -15/+30 |
* | Remove xcv_condp CV field which is no longer used. | Malcolm Beattie | 1997-10-24 | 1 | -2/+1 |
* | Rewrite synchronisation of subs/methods and add attrs | Malcolm Beattie | 1997-09-09 | 1 | -5/+3 |
* | Start support for fake threads. | Malcolm Beattie | 1997-07-24 | 1 | -3/+3 |
* | More fixups for thrperl integration. | Malcolm Beattie | 1997-06-05 | 1 | -0/+5 |
* | Integrate thrperl 5.003->5.004. | Malcolm Beattie | 1997-05-26 | 1 | -0/+4 |
|\ |
|
| * | 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 | -0/+4 |
* | | Don't use a completely empty macro parameter | Chip Salzenberg | 1997-04-01 | 1 | -2/+2 |