summaryrefslogtreecommitdiff
path: root/src/fjbg/ch
Commit message (Collapse)AuthorAgeFilesLines
* Removed more than 3400 svn '$Id' keywords and r...Antonio Cunei2010-05-1226-26/+0
| | | | | Removed more than 3400 svn '$Id' keywords and related junk.
* Closes #3310 (very large Scala class is compile...Gilles Dubochet2010-04-291-0/+3
| | | | | | Closes #3310 (very large Scala class is compiled to invalid classfile because Scala signature can't fit into constant pool). Review by dragos.
* Scala signature is generated as an annotation (...Gilles Dubochet2010-03-231-4/+32
| | | | | | | | | | | | | Scala signature is generated as an annotation (that is accessible through Java reflection). - compiler generates all pickled Scala signatures as annotations to class files. - compiler can read class files with signature as annotations or old-style signatures as attributes. - Scalap has also been updated to new signatures (contributed by Ilya Sergey: thanks a lot). - FJBG updated to allow entering constant pool strings as byte arrays. - ByteCodecs decode method returns the length of the decoded array. Review by ilyas. Already mostly reviewed by odersky.
* Fixes and test cases for #2087 and #2400.Paul Phillips2009-11-141-1/+1
| | | | | | | fixing a long-standing bug in fjbg and recompiling fjbg.jar, which had the side effect of revealing that the current fjbg jar had never been recompiled with target 1.5, so now it's smaller and (I imagine) faster.
* SABBUS now builds FJBG, which sources are now p...Gilles Dubochet2009-09-2128-0/+6173
SABBUS now builds FJBG, which sources are now part of the Scala module.