summaryrefslogtreecommitdiff
path: root/libjava/gnu/classpath/jdwp/util/VariableTable.h
AgeCommit message (Collapse)Author
2016-09-30Makefile.def: Remove libjava.Andrew Haley
2016-09-30 Andrew Haley <aph@redhat.com> * Makefile.def: Remove libjava. * Makefile.tpl: Likewise. * Makefile.in: Regenerate. * configure.ac: Likewise. * configure: Likewise. * gcc/java: Remove. * libjava: Likewise. From-SVN: r240662
2007-04-05VariableTable.java: Change longs to ints for argCnt and slots.Kyle Galloway
2007-04-04 Kyle Galloway <kgallowa@redhat.com> * classpath/gnu/classpath/jdwp/util/VariableTable.java: Change longs to ints for argCnt and slots. (write): Replace writeLong with writeInt for the above. From-SVN: r123511
2007-01-09Merged gcj-eclipse branch to trunk.Tom Tromey
From-SVN: r120621