summaryrefslogtreecommitdiff
blob: 60c01f9613ab9d5b192b32eda01074fa58b9976c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# ChangeLog for dev-java/jad
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-java/jad/ChangeLog,v 1.3 2003/02/12 05:52:23 vapier Exp $

*jad-1.5.8d (13 Apr 2002)

  01 Apr 2002; Karl Trygve Kalleberg <karltk@gentoo.org> jad-1.5.8d.ebuild :

  Added LICENSE, SLOT and KEYWORDS. Note: The package doesn't include a proper
  license, and is assumed to be "Freely Distributable".

  13 Apr 2002; Karl Trygve Kalleberg <karltk@gentoo.org> jad-1.5.8d.ebuild files/digest-jad-1.5.8d :
  
  Jad is a Java decompiler, i.e. program that reads one or more Java class 
  files and converts them into Java source files which can be compiled again.

  Jad is a 100% pure C++ program and it generally works several times faster 
  than decompilers written in Java. Jad doesn't use the Java runtime for its 
  functioning, therefore no special setup is required (like changes to the 
  CLASSPATH variable).