|
|
|
@21673
|
[21673]
|
4 months |
audreyt |
* Import Pugs 6.2.13.11 from Hackage into our source tree.
* Highlights:
…
|
|
|
|
@15615
|
[15615]
|
21 months |
audreyt |
* Pugs.Types: Make Array elements truly bindable:
my @x;
@x[10] …
|
|
|
|
@15590
|
[15590]
|
21 months |
audreyt |
* Pugs.AST.Internals: Add cloneRef and cloneIVar APIs
to facilitate …
|
|
|
|
@15297
|
[15297]
|
21 months |
audreyt |
* Revert the previous patch; everything back to normal.
|
|
|
|
@15296
|
[15296]
|
21 months |
audreyt |
* Convert VStr from String to ByteString?, and Syn from
String to ID, in …
|
|
|
|
@14337
|
[14337]
|
2 years |
audreyt |
* Remove Judy from the Pugs build process.
This is a pervasive change …
|
|
|
|
@14195
|
[14195]
|
2 years |
audreyt |
* Pugs.Types.Hash: Add strictness over commo operations,
and abstract …
|
|
|
|
@12782
|
[12782]
|
2 years |
audreyt |
* oops, typo.
|
|
|
|
@12781
|
[12781]
|
2 years |
audreyt |
* ENV values are now assumed to be encoded in UTF8.
|
|
|
|
@12372
|
[12372]
|
2 years |
audreyt |
* Unicode as hash keys now work again.
|
|
|
|
@12208
|
[12208]
|
2 years |
audreyt |
* add hash_fetchSize to unify the "get size from to-be-flattened-thing" …
|
|
|
|
@12204
|
[12204]
|
2 years |
cmarcelo |
* Integrate judy and HsJudy? on Pugs' build process. Make IArray and …
|
|
|
|
@10285
|
[10285]
|
3 years |
audreyt |
* %*ENV.exists('FOO') now returns True even when FOO is set
to empty …
|
|
|
|
@4463
|
[4463]
|
3 years |
autrijus |
* cosmetic fixes to code to agree with the slides. ;)
|
|
|
|
@4102
|
[4102]
|
3 years |
autrijus |
* Perl5Embed: .kv, .keys, .values, .pairs etc now works on Perl hashrefs.
|
|
|
|
@4084
|
[4084]
|
3 years |
autrijus |
* first cut at $hash.keys for perl5.
|
|
|
|
@3961
|
[3961]
|
3 years |
autrijus |
* Perl 5 Array and Hash are now accessible from Perl 6.
|
|
|
|
@3947
|
[3947]
|
3 years |
autrijus |
* PerlSV now does Hash and Array
|
|
|
|
@3097
|
[3097]
|
4 years |
autrijus |
* attempt another fix on %ENV.exists.
|
|
|
|
@3082
|
[3082]
|
4 years |
autrijus |
* fix %*ENV.exists
|
|
|
|
@2907
|
[2907]
|
4 years |
bsmith |
Fixed the build: compensated for getEnv's new Maybe signature through the …
|
|
|
|
@2441
|
[2441]
|
4 years |
autrijus |
* AST.hs-boot elimianted!
|
|
|
|
@2433
|
[2433]
|
4 years |
autrijus |
* STMification: All our IORefs are now TVars.
|
|
|
|
@2221
|
[2221]
|
4 years |
autrijus |
* Pairs are now always objects and never values.
|
|
|
|
@2191
|
[2191]
|
4 years |
autrijus |
* complete rewrite of Cxt/Type system.
|
|
|
|
@2078
|
[2078]
|
4 years |
iblech |
Added svn properties:
svn:mime-type => "text/plain; …
|
|
|
|
@2009
|
[2009]
|
4 years |
theorbtwo |
The Great Renaming. * becomes Pugs.*, except for stuff designed to be …
|
|
copied from src/Types/Hash.hs:
|
|
|
|
@1845
|
[1845]
|
4 years |
autrijus |
* Typeable fixes.
|