root/src/Pugs/Run

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @21706 [21706] 2 months audreyt * Pugs.Run.Perl5: Do without -cpp
(edit) @21673 [21673] 2 months audreyt * Import Pugs 6.2.13.11 from Hackage into our source tree. * Highlights: …
(edit) @15734 [15734] 19 months audreyt * Pugs.Run.Args: Repair -p and -n.
(edit) @15675 [15675] 19 months audreyt * Pugs.Run.Perl5: Preliminary support for converting non-SvUTF8 data …
(edit) @15431 [15431] 20 months audreyt * Pugs.Run.Perl5: Blessed Perl 5 objects now roundtrips as VV, not PerlSV.
(edit) @15416 [15416] 20 months audreyt * Pugs.Meta.Perl5: Beginning of routing-Perl5-SV-into-MO-land.
(edit) @15297 [15297] 20 months audreyt * Revert the previous patch; everything back to normal.
(edit) @15296 [15296] 20 months audreyt * Convert VStr from String to ByteString?, and Syn from String to ID, in …
(edit) @14248 [14248] 2 years audreyt * Don't show trace statements on perl5-to-pugs callbacks
(edit) @14218 [14218] 2 years audreyt * Pugs.Run.Perl5: Fix perl5->pugs callback for real. GC issues on the …
(edit) @14214 [14214] 2 years audreyt * Rationalize Perl5 embedding's GC interface by passing StablePtr?
(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) @13448 [13448] 2 years audreyt * Remove some redundant imports.
(edit) @12878 [12878] 2 years gaal * another bunch of svn:ignore props
(edit) @12871 [12871] 2 years audreyt * Calling methods in Embperl5 now works again
(edit) @12822 [12822] 2 years audreyt * more tweaks to make vanilla and activeperl happy
(edit) @12324 [12324] 2 years gaal * Bring the glory to 6.4.2
(edit) @12323 [12323] 2 years audreyt * Change Var to _Var in Perl5.hs
(edit) @11285 [11285] 2 years Darren_Duncan changed a few .p6 to .pl refs in src/, script/ ; renamed a couple .p5 …
(edit) @10561 [10561] 2 years audreyt * Pugs.Run.Args: support for the "=" variant of -M: pugs -Mlib=foo
(edit) @9309 [9309] 3 years audreyt * sweeping warnings fix on unused imports and functions.
(edit) @9212 [9212] 3 years audreyt * Pugs.Run.Args: Now that autochomping is the default, we don't need to …
(edit) @9210 [9210] 3 years audreyt * ./pugs -l totally means nothing now. SolidState?++ for noticing this, …
(edit) @8907 [8907] 3 years autrijus * Lexer and Run.Perl5: Deliberately and blatantly suppresses warnings.
(edit) @8905 [8905] 3 years audreyt * Pugs.Run.Perl5: another attempt at warning silencing.
(edit) @8837 [8837] 3 years audreyt * -n and -p now always surrounds the remaining flags with while () {...} …
(edit) @8738 [8738] 3 years audreyt * remove the redundant "--" in multiarg options.
(edit) @8729 [8729] 3 years audreyt * t/pugsrun/01-multiple-e.t now happily passes.
(edit) @8726 [8726] 3 years audreyt * Pugs.Run.Args: When the arg list parser encounters the script file …
(edit) @8153 [8153] 3 years gaal * Refactor Cxt, Pos, and Prag nodes in Exp to a unified Ann (for …
(edit) @7478 [7478] 3 years autrijus * Pugs.Run.Perl5: remove commented-out debug statements.
(edit) @6004 [6004] 3 years vkon do not parse arguments after '--'; do not treat '-foo' as '-f'
(edit) @5267 [5267] 3 years autrijus * emulate this perl5 behaviour: perl -e 'print CGI->VERSION' …
(edit) @5242 [5242] 3 years mugwump add to svn:ignore property some generated files
(edit) @5158 [5158] 3 years iblech * Made "pugs -MFoo file.p6" work (previously, file.p6 wasn't executed). * …
(edit) @5001 [5001] 3 years iblech Fixed chomp($str) to not edit $str inplace. * Pugs.Prim -- Fixed the …
(edit) @4378 [4378] 3 years gaal fix to use EvalStyle?
(edit) @4181 [4181] 3 years autrijus * VType to p5 land becomes a String, so clkao can typecase from C.
(edit) @3975 [3975] 3 years autrijus * refactor newSVval to handler Val->PerlSV casting. * beginning of …
(edit) @3957 [3957] 3 years autrijus * allow omitting '&' from pugs_apply callconv.
(edit) @3956 [3956] 3 years autrijus * new callconv -- pugs apply now takes Cxt
(edit) @3948 [3948] 3 years autrijus * method.t all pass!
(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) @3934 [3934] 3 years autrijus * segfault solved
(edit) @3928 [3928] 3 years autrijus * handle ref types in Val casting.
(edit) @3927 [3927] 3 years autrijus * pv/nv/iv caster from Val.
(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) @3922 [3922] 3 years iblech * Pugs.Parser -- Unbreak "$hash<key>" in double-quoted strings. * …
(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) @3910 [3910] 3 years autrijus * pugs -MFoo should mean use Foo not require Foo.
(edit) @3372 [3372] 3 years theorbtwo More signatures, a few more haddocks.
(edit) @3207 [3207] 3 years bsb haddock for canonicalArgs
(edit) @2932 [2932] 3 years bsmith Refactored *FromRef? and *FromVal? from Pugs.Prim to Pugs.Prim.Keyed (only …
(edit) @2750 [2750] 3 years autrijus * pugs -BParrot examples/mandel.p6
(edit) @2564 [2564] 3 years iblech * EOLs at EOFs * Usual svn properties for *.hs * Added "*.hpp" and …
(edit) @2078 [2078] 3 years iblech Added svn properties: svn:mime-type => "text/plain; …
(copy) @2009 [2009] 3 years theorbtwo The Great Renaming. * becomes Pugs.*, except for stuff designed to be …
copied from src/Run:
(edit) @1815 [1815] 4 years corion skipping 2 tests in array_ref.t for release (marked as unTODOme)
Note: See TracRevisionLog for help on using the revision log.