summaryrefslogtreecommitdiff
path: root/java/jmp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add SIZEErwin Lansing2004-01-291-0/+1
| | | | | PR: 62076 Submitted by: maintainer
* Now gettext 0.12.1 is gettext-old.Trevor Johnson2004-01-231-1/+1
|
* . Update to 0.38.Greg Lewis2004-01-112-2/+2
| | | | | PR: 61208 Submitted by: Ronald Klop <ronald@cs.vu.nl> (maintainer)
* . Update to jmp 0.37.Greg Lewis2003-12-152-2/+2
| | | | | PR: 60100 Submitted by: ronald@cs.vu.nl (maintainer)
* . Update to 0.35.Greg Lewis2003-10-052-2/+2
| | | | | PR: 57581 Submitted by: Ronald Klop <ronald@cs.vu.nl> (maintainer)
* Fix compilation with WITHOUT_X11.Sergey A. Osokin2003-09-191-1/+1
| | | | | Submitted by: Ronald Klop <ronald@cs.vu.nl> (maintainer) PR: 57000
* . Update from 0.33 to 0.34 [1]Greg Lewis2003-09-052-4/+5
| | | | | | | | | . Allow compilation when one of the gcc ports with gcj is installed by explicitly specifying the JDK include path comes before ${LOCALBASE}/include. PR: 56379 Submitted by: Ronald Klop <ronald@cs.vu.nl> (maintainer) [1]
* update java/jmp: 0.32 -> 0.33Daichi GOTO2003-08-202-2/+2
| | | | | PR: 55585 Submitted by: Ronald Klop <ronald@cs.vu.nl> (maintainer)
* . Update to 0.32.Greg Lewis2003-07-113-15/+2
| | | | | PR: 54337, 54364 Submitted by: Ronald Klop <ronald@cs.vu.nl> (maintainer)
* Fix build for -CURRENT (malloc.h issue).Jimmy Olgeni2003-06-291-0/+13
| | | | | PR: 53778 Submitted by: maintainer
* Update to version 0.31.Jimmy Olgeni2003-06-292-2/+2
| | | | | PR: 53703 Submitted by: maintainer
* . Update to 0.30Greg Lewis2003-06-174-59/+2
| | | | | PR: 52628 Submitted by: Ronald Klop <ronald@cs.vu.nl> (maintainer)
* . Add the java/jmp port.Greg Lewis2003-05-159-0/+167
JMP is a profiler for java that can be used to trace objects usage and method timings. JMP uses the JVMPI interface to gather statistics and interact with the JVM. JMP uses a GTK+ interface to show the status. PR: 47151, 48474, 50325 Submitted by: Ronald Klop <ronald@cs.vu.nl>