root/src/perl5

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @21673 [21673] 4 months audreyt * Import Pugs 6.2.13.11 from Hackage into our source tree. * Highlights: …
(edit) @18681 [18681] 13 months lwall Cursor tweaks, new precedence for x and ~
(edit) @15675 [15675] 21 months audreyt * Pugs.Run.Perl5: Preliminary support for converting non-SvUTF8 data …
(edit) @14622 [14622] 2 years jrockway change p5embed to not use init symbol on OpenBSD (conflict with standard …
(edit) @14473 [14473] 2 years audreyt * Force item context on hash fetch operations so roundtripping a hash …
(edit) @14472 [14472] 2 years audreyt * p5embed.c: stringify scalar refs correctly for TT2, such that …
(edit) @14371 [14371] 2 years audreyt * Oops typo.
(edit) @14370 [14370] 2 years audreyt * Pugs.Embed.Perl5: Try to fix the Win32 build failure reported by …
(edit) @14249 [14249] 2 years audreyt * src/perl5/: Roundtrip of tieable values in Pugs->P5->Pugs is complete.
(edit) @14214 [14214] 2 years audreyt * Rationalize Perl5 embedding's GC interface by passing StablePtr?
(edit) @13900 [13900] 2 years audreyt * Oops: Lists returned from Perl 5 subroutines were collected in the …
(edit) @13710 [13710] 2 years audreyt * Unicode support for the embedded Perl5 bridge. (This takes effect iff …
(edit) @13658 [13658] 2 years audreyt * Pugs/Perl5 embedding overhaul: Passing mutable Scalar, Hash, Array, …
(edit) @13398 [13398] 2 years audreyt * pugsembed.c: Add back "hates software so much" so that clkao++ can …
(edit) @13395 [13395] 2 years audreyt * pugsembed.c: Change the "hate software" error message to something …
(edit) @13367 [13367] 2 years agentz further moved dirent=DIRENT from Makefile.PL to src/perl5/p5embed.h per …
(edit) @13366 [13366] 2 years agentz [Makefile.PL] - removed the useless -D's [src/perl5/p5embed.h] - added …
(edit) @13280 [13280] 2 years lwall Great metaoperator renaming: ref -> WHAT, SKID -> WHICH, META -> HOW
(edit) @11289 [11289] 2 years audreyt * Massive overhaul of Perl 5 embed system on invokePerl5. - …
(edit) @11244 [11244] 2 years audreyt * Repair Perl5 embed; was an off-by-one error.
(edit) @11208 [11208] 2 years audreyt * szbalint++ requested that we propagate Perl 5 "die" errors into Perl 6 …
(edit) @7579 [7579] 3 years rafl r17088@ata: rafl | 2005-10-12 17:10:51 +0200 * Made changes to remove …
(edit) @7413 [7413] 3 years autrijus * rename perl5.[ch] into p5embed.[ch] to avoid silly case-insensitive …
(edit) @6793 [6793] 3 years autrijus * massive retab for src/, expanding all tabs into spaces, except for the …
(edit) @6303 [6303] 3 years autrijus * Very obscure Perl5 bug reported by kolibrie: $dbh.prepare If …
(edit) @4262 [4262] 3 years clkao Misc reference from p5 access fixes and tests.
(edit) @4241 [4241] 3 years mugwump Make perl5embed startup noise easier to read, easy to enable/disable …
(edit) @4231 [4231] 3 years clkao Accessing p6 array(ref) in perl5, almost.
(edit) @4227 [4227] 3 years autrijus * add pugs::guts::eval() to perl5 prims
(edit) @4199 [4199] 3 years clkao Fix perl5_apply returning multiple values and the use in mkval generating …
(edit) @4184 [4184] 3 years autrijus * handle multiple return values. It segfaults still -- clkao, please …
(edit) @4092 [4092] 3 years iblech * Usual svn properties * src/perl5/README -- More PODification and …
(edit) @4088 [4088] 3 years clkao First cut perl5/README.
(edit) @4086 [4086] 3 years clkao Make multiple returned value into AV for perl5_apply.
(edit) @4052 [4052] 3 years autrijus * remove the arbitary 128-char limit on perl5 calling pugs methods, as …
(edit) @4041 [4041] 3 years clkao Fix roundtrip.t, invoker is now properly set to NULL for non-method call.
(edit) @4038 [4038] 3 years clkao Properly invoke pugs object method from perl5.
(edit) @3975 [3975] 3 years autrijus * refactor newSVval to handler Val->PerlSV casting. * beginning of …
(edit) @3961 [3961] 3 years autrijus * Perl 5 Array and Hash are now accessible from Perl 6.
(edit) @3960 [3960] 3 years autrijus * remove sv_dump
(edit) @3956 [3956] 3 years autrijus * new callconv -- pugs apply now takes Cxt
(edit) @3955 [3955] 3 years clkao pugs method call from p5.
(edit) @3953 [3953] 3 years autrijus * restore old context properly.
(edit) @3950 [3950] 3 years autrijus * save a tmp.
(edit) @3948 [3948] 3 years autrijus * method.t all pass!
(edit) @3946 [3946] 3 years clkao propogate return value from pugs
(edit) @3945 [3945] 3 years autrijus * env is nor marshalled.
(edit) @3944 [3944] 3 years autrijus * various callconv fix.
(edit) @3943 [3943] 3 years autrijus * switch to use PL_modglobal.
(edit) @3941 [3941] 3 years clkao use less 'debug';
(edit) @3939 [3939] 3 years clkao autrijus++ needs to learn how to use pointers.
(edit) @3938 [3938] 3 years autrijus * all should work except this memory overflow thing
(edit) @3937 [3937] 3 years clkao Apply more ducktapes.
(edit) @3936 [3936] 3 years autrijus * obj invocation now carries env around too
(edit) @3934 [3934] 3 years autrijus * segfault solved
(edit) @3933 [3933] 3 years autrijus * still segfaulting... WIP
(edit) @3932 [3932] 3 years clkao WIP p5 ducktape.
(edit) @3930 [3930] 3 years autrijus * initialise $pugs::env with tabulaRasa.
(edit) @3929 [3929] 3 years autrijus * typo.
(edit) @3927 [3927] 3 years autrijus * pv/nv/iv caster from Val.
(edit) @3926 [3926] 3 years autrijus * remove all stubs
(edit) @3925 [3925] 3 years autrijus * Pugs's eval/apply exported to C space.
(edit) @3924 [3924] 3 years autrijus * iv/nv/pv two-way casting all done.
(edit) @3921 [3921] 3 years autrijus * iv/pv/nv to Val promotion done.
(edit) @3920 [3920] 3 years autrijus * pugsembed callback #1 -- pugs_MkSvRef -- finished
(edit) @3919 [3919] 3 years autrijus * marshall pugs execution environment into $pugs::env.
(edit) @3918 [3918] 3 years autrijus * new pugsembed API with code!
(edit) @3917 [3917] 3 years iblech * Unbreak [+]«, [+]<<, and &::("infix:<+>"). * Usual svn properties added …
(edit) @3912 [3912] 3 years autrijus * pugsembed API, draft #1
(edit) @3911 [3911] 3 years autrijus * castFail from SV no longer segfaults. * all save one from method.t …
(edit) @3901 [3901] 3 years autrijus * Perl 6 values now roundtrip into Perl 5 land and back.
(edit) @3891 [3891] 3 years autrijus * perl5_eval now honours Perl 6 side context too.
(edit) @3887 [3887] 3 years autrijus * Method invocation into Perl 5 now carries the current context around.
(edit) @3876 [3876] 3 years autrijus * Fix eval_perl5 building on Mac OS X
(edit) @3873 [3873] 3 years iblech * EOL at EOF added to times.t. * Usual svn properties added to …
(edit) @3865 [3865] 3 years autrijus * new perl5_can API to test whether a method can be found in perl5 land, …
(edit) @3863 [3863] 3 years autrijus * string and integer parameter passing.
(edit) @3860 [3860] 3 years autrijus * callconv fixed.
(edit) @3858 [3858] 3 years clkao call returns SV *, not char *.
(edit) @3857 [3857] 3 years autrijus * add perl5 callconv
(edit) @3852 [3852] 3 years autrijus * SV stringification!
(add) @3845 [3845] 3 years autrijus * src/perl5/ for perl5 wrappers
Note: See TracRevisionLog for help on using the revision log.