summaryrefslogtreecommitdiff
path: root/ext/ByteLoader
Commit message (Expand)AuthorAgeFilesLines
* various signed/unsigned mismatch nitsGurusamy Sarathy2002-04-261-1/+1
* PM_SETRE() fallout.Jarkko Hietaniemi2002-03-211-2/+4
* BGET_IV was missing.Jarkko Hietaniemi2001-11-291-0/+8
* Change $=, $., $*, $%, and $- to be IVs instead of longs.Jarkko Hietaniemi2001-11-291-10/+10
* avoid v-strings with require/useRonald J. Kimball2001-09-211-1/+1
* Re: [ID 20010815.012] Unfortunate interaction between -0 cmd line arg & (??{C...Hugo van der Sanden2001-09-151-2/+0
* some remnants of change#11803Gurusamy Sarathy2001-09-021-1/+1
* remove deprecated PERL_OBJECT cruft, it has long since stoppedGurusamy Sarathy2001-08-313-12/+5
* Cut-and-pasto in #11298.Jarkko Hietaniemi2001-07-121-2/+2
* RE: Win32 Failure, was Re: perl@11278 - LAST CALL FOR 5.7.2Vadim Konovalov2001-07-121-2/+2
* Step 2: Use the new PM_GETRE/SETRE macros everywhere.Richard Soderberg2001-06-211-2/+2
* ext/ + -WallDoug MacEachern2001-06-121-2/+4
* More -Wall silencing from Michael Schwern and Jarkko Hietaniemi.Jarkko Hietaniemi2001-05-301-1/+0
* [PATCH @8436] Eliminate op_childrenStephen McCamant2001-01-152-63/+55
* dTHR is a nop in 5.6.0 onwards. Ergo, it can go.Jarkko Hietaniemi2000-12-052-2/+0
* continued -Wformat supportRobin Barker2000-09-141-7/+11
* [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2....Nicholas Clark2000-08-281-1/+0
* Bytecompiler patches from Benjamin Stuhl.Jarkko Hietaniemi2000-08-225-404/+583
* get ByteLoader working againGurusamy Sarathy2000-03-072-4/+19
* use PerlIO abstraction rather than straight stdio (fromGurusamy Sarathy1999-12-031-8/+18
* applied suggested patch; removed $VERSION = $VERSION hackIlya Zakharevich1999-12-031-4/+2
* avoid stash pointers in optree under USE_ITHREADSGurusamy Sarathy1999-11-113-7/+8
* another change towards a shareable optree: avoid pointer to filegvGurusamy Sarathy1999-11-113-143/+153
* more cleanup: avoid unused knowledge of "file GV" notion in CV and GVGurusamy Sarathy1999-10-292-150/+142
* usurp GVOP slot for new PADOP (one small step to making optreeGurusamy Sarathy1999-10-292-7/+7
* Fix pointer casts.Robin Barker1999-09-071-1/+1
* misc tweaksGurusamy Sarathy1999-09-061-6/+1
* [ID 19990821.001] [PATCH] perl5.005_60 cygwin portFifer, Eric1999-09-011-1/+6
* Hints for building ByteLoader in SunoS. Based onAndy Dougherty1999-08-032-0/+9
* yet more cleanups of the PERL_OBJECT, MULTIPLICITY and USE_THREADSGurusamy Sarathy1999-07-122-0/+3
* integrate cfgperl contentsGurusamy Sarathy1999-07-071-1/+1
|\
| * Integrate with Sarathy; one conflict in t/pragma/warn/recgompJarkko Hietaniemi1999-07-072-76/+58
| |\
| * | There ain't Perl_atonv().Jarkko Hietaniemi1999-07-061-1/+1
| * | Integrate with Sarathy.Jarkko Hietaniemi1999-07-062-4/+4
| * | Integrate with mainperl.Jarkko Hietaniemi1999-07-041-19/+0
* | | filetest.t and ByteLoader build tweaks from Peter PrymmerGurusamy Sarathy1999-07-071-0/+1
| |/ |/|
* | lexical warnings update (warning.t fails one testPaul Marquess1999-07-072-76/+58
* | slightly tweaked version of suggested patchDan Sugalski1999-07-062-4/+4
* | remove bogus PL_optype_sizeGurusamy Sarathy1999-06-281-19/+0
|/
* somewhat untested PERL_OBJECT cleanups (C++isms mostlyGurusamy Sarathy1999-06-274-10/+19
* win32 build fixesGurusamy Sarathy1999-06-103-9/+9
* more complete support for implicit thread/interpreter pointer,Gurusamy Sarathy1999-06-094-5/+31
* remove _() non-ansismGurusamy Sarathy1999-06-021-2/+2
* Patch applying of #3499 had gone awry.Jarkko Hietaniemi1999-06-012-311/+0
* ByteLoader mark 2Tom Hughes1999-05-286-26/+1531
* update embedvar.hGurusamy Sarathy1999-05-111-3/+0
* various fixes for clean build and test on win32; configpm broken,Gurusamy Sarathy1999-05-111-1/+5
* applied suggested patch, with win32 and PERL_OBJECT additionsTom Hughes1999-05-103-0/+119