| Commit message (Expand) | Author | Age | Files | Lines |
* | PM_SETRE() fallout. | Jarkko Hietaniemi | 2002-03-21 | 1 | -2/+4 |
* | BGET_IV was missing. | Jarkko Hietaniemi | 2001-11-29 | 1 | -0/+8 |
* | Change $=, $., $*, $%, and $- to be IVs instead of longs. | Jarkko Hietaniemi | 2001-11-29 | 1 | -10/+10 |
* | avoid v-strings with require/use | Ronald J. Kimball | 2001-09-21 | 1 | -1/+1 |
* | Re: [ID 20010815.012] Unfortunate interaction between -0 cmd line arg & (??{C... | Hugo van der Sanden | 2001-09-15 | 1 | -2/+0 |
* | some remnants of change#11803 | Gurusamy Sarathy | 2001-09-02 | 1 | -1/+1 |
* | remove deprecated PERL_OBJECT cruft, it has long since stopped | Gurusamy Sarathy | 2001-08-31 | 3 | -12/+5 |
* | Cut-and-pasto in #11298. | Jarkko Hietaniemi | 2001-07-12 | 1 | -2/+2 |
* | RE: Win32 Failure, was Re: perl@11278 - LAST CALL FOR 5.7.2 | Vadim Konovalov | 2001-07-12 | 1 | -2/+2 |
* | Step 2: Use the new PM_GETRE/SETRE macros everywhere. | Richard Soderberg | 2001-06-21 | 1 | -2/+2 |
* | ext/ + -Wall | Doug MacEachern | 2001-06-12 | 1 | -2/+4 |
* | More -Wall silencing from Michael Schwern and Jarkko Hietaniemi. | Jarkko Hietaniemi | 2001-05-30 | 1 | -1/+0 |
* | [PATCH @8436] Eliminate op_children | Stephen McCamant | 2001-01-15 | 2 | -63/+55 |
* | dTHR is a nop in 5.6.0 onwards. Ergo, it can go. | Jarkko Hietaniemi | 2000-12-05 | 2 | -2/+0 |
* | continued -Wformat support | Robin Barker | 2000-09-14 | 1 | -7/+11 |
* | [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.... | Nicholas Clark | 2000-08-28 | 1 | -1/+0 |
* | Bytecompiler patches from Benjamin Stuhl. | Jarkko Hietaniemi | 2000-08-22 | 5 | -404/+583 |
* | get ByteLoader working again | Gurusamy Sarathy | 2000-03-07 | 2 | -4/+19 |
* | use PerlIO abstraction rather than straight stdio (from | Gurusamy Sarathy | 1999-12-03 | 1 | -8/+18 |
* | applied suggested patch; removed $VERSION = $VERSION hack | Ilya Zakharevich | 1999-12-03 | 1 | -4/+2 |
* | avoid stash pointers in optree under USE_ITHREADS | Gurusamy Sarathy | 1999-11-11 | 3 | -7/+8 |
* | another change towards a shareable optree: avoid pointer to filegv | Gurusamy Sarathy | 1999-11-11 | 3 | -143/+153 |
* | more cleanup: avoid unused knowledge of "file GV" notion in CV and GV | Gurusamy Sarathy | 1999-10-29 | 2 | -150/+142 |
* | usurp GVOP slot for new PADOP (one small step to making optree | Gurusamy Sarathy | 1999-10-29 | 2 | -7/+7 |
* | Fix pointer casts. | Robin Barker | 1999-09-07 | 1 | -1/+1 |
* | misc tweaks | Gurusamy Sarathy | 1999-09-06 | 1 | -6/+1 |
* | [ID 19990821.001] [PATCH] perl5.005_60 cygwin port | Fifer, Eric | 1999-09-01 | 1 | -1/+6 |
* | Hints for building ByteLoader in SunoS. Based on | Andy Dougherty | 1999-08-03 | 2 | -0/+9 |
* | yet more cleanups of the PERL_OBJECT, MULTIPLICITY and USE_THREADS | Gurusamy Sarathy | 1999-07-12 | 2 | -0/+3 |
* | integrate cfgperl contents | Gurusamy Sarathy | 1999-07-07 | 1 | -1/+1 |
|\ |
|
| * | Integrate with Sarathy; one conflict in t/pragma/warn/recgomp | Jarkko Hietaniemi | 1999-07-07 | 2 | -76/+58 |
| |\ |
|
| * | | There ain't Perl_atonv(). | Jarkko Hietaniemi | 1999-07-06 | 1 | -1/+1 |
| * | | Integrate with Sarathy. | Jarkko Hietaniemi | 1999-07-06 | 2 | -4/+4 |
| * | | Integrate with mainperl. | Jarkko Hietaniemi | 1999-07-04 | 1 | -19/+0 |
* | | | filetest.t and ByteLoader build tweaks from Peter Prymmer | Gurusamy Sarathy | 1999-07-07 | 1 | -0/+1 |
| |/
|/| |
|
* | | lexical warnings update (warning.t fails one test | Paul Marquess | 1999-07-07 | 2 | -76/+58 |
* | | slightly tweaked version of suggested patch | Dan Sugalski | 1999-07-06 | 2 | -4/+4 |
* | | remove bogus PL_optype_size | Gurusamy Sarathy | 1999-06-28 | 1 | -19/+0 |
|/ |
|
* | somewhat untested PERL_OBJECT cleanups (C++isms mostly | Gurusamy Sarathy | 1999-06-27 | 4 | -10/+19 |
* | win32 build fixes | Gurusamy Sarathy | 1999-06-10 | 3 | -9/+9 |
* | more complete support for implicit thread/interpreter pointer, | Gurusamy Sarathy | 1999-06-09 | 4 | -5/+31 |
* | remove _() non-ansism | Gurusamy Sarathy | 1999-06-02 | 1 | -2/+2 |
* | Patch applying of #3499 had gone awry. | Jarkko Hietaniemi | 1999-06-01 | 2 | -311/+0 |
* | ByteLoader mark 2 | Tom Hughes | 1999-05-28 | 6 | -26/+1531 |
* | update embedvar.h | Gurusamy Sarathy | 1999-05-11 | 1 | -3/+0 |
* | various fixes for clean build and test on win32; configpm broken, | Gurusamy Sarathy | 1999-05-11 | 1 | -1/+5 |
* | applied suggested patch, with win32 and PERL_OBJECT additions | Tom Hughes | 1999-05-10 | 3 | -0/+119 |