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