
Added additional PrivilegedActions to fix broken security tests.
66 lines of code changed in:
Updated groovy.policy to enable the SecurityTest to run properly from within eclipse.
7 lines of code changed in:
Updated the eclipse classpath to refer to asm 1.5.2
3 lines of code changed in:
Applied Artur's patch for GROOVY-622
10 lines of code changed in:
Update the asm references
29 lines of code changed in:
Fixed GROOVY-513
7 lines of code changed in:
Added integer division operators \ and \=
186 lines of code changed in:
Fix for bug reported by Richard Hensley when constructing a GroovyCodeSource from a URL
64 lines of code changed in:
Check that return expressions are not used for methods that return void
11 lines of code changed in:
Return null for void return statements when return type not explicitly declared.
Also fixed a problem when there was no final return statement on void methods.
60 lines of code changed in:
Added support for bit shift operators (<<, >>, >>>)
164 lines of code changed in:
Brian Larson's coerce to double patch
88 lines of code changed in:
spg commit test
9 lines of code changed in: