|
|
|
@15777
|
[15777]
|
19 months |
audreyt |
* Gain another ~10% on startup speed (Prelude+Test) by simply
changing …
|
|
|
|
@15751
|
[15751]
|
19 months |
audreyt |
* typo again…
|
|
|
|
@15750
|
[15750]
|
19 months |
audreyt |
* err typo.
|
|
|
|
@15748
|
[15748]
|
19 months |
audreyt |
* DriFT.YAML: Attempt to delay GC of stable pointers.
|
|
|
|
@15616
|
[15616]
|
19 months |
audreyt |
* Change all liftSTM into stm and all liftIO into io.
|
|
|
|
@15297
|
[15297]
|
20 months |
audreyt |
* Revert the previous patch; everything back to normal.
|
|
|
|
@15296
|
[15296]
|
20 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 …
|
|
|
|
@14193
|
[14193]
|
2 years |
audreyt |
* Rename DrIFT.YAML's addressOf to stableAddressOf,
as it's returning …
|
|
|
|
@12800
|
[12800]
|
2 years |
audreyt |
* Put IArray into the IO monad, not the STM monad;
a STM-friendly array …
|
|
|
|
@12317
|
[12317]
|
2 years |
audreyt |
* Glorious refactoring of the Var type.
Previously, Var is type synonym …
|
|
|
|
@12204
|
[12204]
|
2 years |
cmarcelo |
* Integrate judy and HsJudy? on Pugs' build process. Make IArray and …
|
|
|
|
@11614
|
[11614]
|
2 years |
gaal |
* HsSyck?:
- use Pugs naming convention and other misc. cleanups
- this …
|
|
|
|
@10179
|
[10179]
|
2 years |
audreyt |
* Move Data.Yaml.Syck to HsSyck? in third-party.
|
|
|
|
@10107
|
[10107]
|
2 years |
audreyt |
* Data.FastPackedString? is now gone.
* Date.ByteString? joins us at …
|
|
|
|
@10059
|
[10059]
|
2 years |
audreyt |
* Third-party cleanup #1:
- Remove most of Parsec from our source …
|
|
|
|
@9647
|
[9647]
|
3 years |
gaal |
* unbreak YAML object serialization. You may need to make clean
after …
|
|
|
|
@9309
|
[9309]
|
3 years |
audreyt |
* sweeping warnings fix on unused imports and functions.
|
|
|
|
@9070
|
[9070]
|
3 years |
audreyt |
* Prim.Yaml: &code.yaml and other non-array, non-hash
elements is now …
|
|
|
|
@9039
|
[9039]
|
3 years |
audreyt |
* Strictify the whole yaml dumping process.
|
|
|
|
@9021
|
[9021]
|
3 years |
gaal |
* change pugs' YAML emission client code to use audreyt++'s speedupped …
|
|
|
|
@9005
|
[9005]
|
3 years |
audreyt |
* Dumping recursive Yaml structures now Really Works (tm)
|
|
|
|
@8999
|
[8999]
|
3 years |
audreyt |
* first cut (incomplete) of dumping recursive YAML
structures via .yaml. …
|
|
|
|
@8994
|
[8994]
|
3 years |
audreyt |
* Dumping recursive YAML structures (currently only TVar) in DrIFT.YAML.
|
|
|
|
@8676
|
[8676]
|
3 years |
audreyt |
* Unescaped UTF8 literal support for YAML dump/load, ported
from Perl5's …
|
|
|
|
@8675
|
[8675]
|
3 years |
audreyt |
* DriFT.YAML: Dumping Haskell structures as YAML.
* ./pugs -CPIL1-YAML etc …
|
|
|
|
@8652
|
[8652]
|
3 years |
gaal |
* Pugs.Prim.Yaml - very minor golfage
|
|
|
|
@8609
|
[8609]
|
3 years |
gaal |
Yaml serialization -
* parsing rules works (but they segfault when …
|
|
|
|
@8608
|
[8608]
|
3 years |
gaal |
YAML serialization -
* emit PGE Rules (rx:g/a/.yaml works)
* normalize …
|
|
|
|
@8607
|
[8607]
|
3 years |
gaal |
* eval :lang<yaml> deserializes pugs objects.
|
|
|
|
@8606
|
[8606]
|
3 years |
gaal |
.yaml:
- make YamlNode? resemble SyckNode? a little better in structure. …
|
|
|
|
@8604
|
[8604]
|
3 years |
gaal |
* .yaml emits objects.
TODO:
- make it parse them, too
- serialize rules, …
|
|
|
|
@8603
|
[8603]
|
3 years |
audreyt |
* Refactoring Yaml code to use implicit parameters for gaal++.
|
|
|
|
@8602
|
[8602]
|
3 years |
audreyt |
* More slight refactorings.
|
|
|
|
@8601
|
[8601]
|
3 years |
audreyt |
* Pugs.Prim.Yaml: Slight refactoring.
|
|
|
|
@8600
|
[8600]
|
3 years |
gaal |
Yaml emitting:
- some readability improvements, need more work
- towards …
|
|
|
|
@8593
|
[8593]
|
3 years |
audreyt |
* {1=>2}.yaml Just Works now... woot :-)
|
|
|
|
@8587
|
[8587]
|
3 years |
gaal |
Data.Yaml.Syck: broken support for hash emitting; thinks hashes are
lists …
|
|
|
|
@8586
|
[8586]
|
3 years |
gaal |
Data.Yaml.Syck:
- emitting arrays
- unbreak eval :lang<yaml>
|
|
|
|
@8585
|
[8585]
|
3 years |
gaal |
YAML emitting
- "moose".yaml; 42.yaml; (undef).yaml work
- …
|
|
|
|
@8566
|
[8566]
|
3 years |
gaal |
* beginning of .yaml emitter. "string".yaml.say segfaults, but hey,
it's …
|
|
|
|
@7826
|
[7826]
|
3 years |
autrijus |
* r0nny reported the YAML error messages are reported as if they are Pugs …
|
|
|
|
@7579
|
[7579]
|
3 years |
rafl |
r17088@ata: rafl | 2005-10-12 17:10:51 +0200
* Made changes to remove …
|
|
|
|
@2961
|
[2961]
|
3 years |
iblech |
Added the usual svn properties to src/.
|
|
|
|
@2935
|
[2935]
|
3 years |
bsmith |
Refactored Yaml handling in Prim into Pugs.Prim.Yaml
|