view ChangeLog @ 10:15425b469aea default tip

Add Makefile for tools subdirectory.
author Andrew John Hughes <gnu_andrew@member.fsf.org>
date Fri, 18 Jan 2008 14:39:07 +0000
parents 46216729b691
children
line wrap: on
line source

2008-01-18  Andrew John Hughes  <gnu_andrew@member.fsf.org>

	* tools/Makefile.am:
	Added.
	
2008-01-18  Andrew John Hughes  <gnu_andrew@member.fsf.org>

	* Makefile.am:
	Add tools subdirectory and remove old
	script templates.
	* tools/apt.in,
	* tools/javac.in,
	* tools/javadoc.in,
	* tools/javah.in,
	* tools/javap.in:
	Removed.
	* tools/library.c:
	Moved to wrapper.c
	* tools/wrapper.c:
	Added exec support, and #ifdefed out
	incomplete JNI support.
	* tools/wrapper.h:
	Function prototypes.
	* autogen.sh:
	Check for wrapper.c rather than
	javadoc.in.
	* configure.ac:
	Likewise, and also generate
	tools/Makefile as opposed to old
	script files and check for a C
	compiler.
	
2008-01-15  Andrew John Hughes  <gnu_andrew@member.fsf.org>

	* Makefile.am:
	Install javap.

2007-12-03  Andrew John Hughes  <gnu_andrew@member.fsf.org>

	* Makefile.am:
	Just use JAVAC and fail when there is no compiler.
	* configure.ac:
	Remove unneeded macros.
	* m4/acinclude.m4:
	Likewise, and bring in updated javac test from
	GNU Classpath.
	
2007-12-03  Andrew John Hughes  <gnu_andrew@member.fsf.org>

	* AUTHORS:
	Corrected reference to THANKS.
	* configure.ac:
	Create javap wrapper script.
	* Makefile.am:
	Compile javap.
	* tools/javap.in: New file.
	
2007-12-03  Andrew John Hughes  <gnu_andrew@member.fsf.org>

	* THANKS:
	Add thankyous.
	* tools/apt.in,
	* tools/javac.in,
	* tools/javadoc.in,
	* tools/javah.in:
	Correct copyright headers.
	
2007-11-29  Andrew John Hughes  <gnu_andrew@member.fsf.org>

	* tools/library.c:
	Initial attempt to wrap tools using a C program and
	the JNI library.

2007-11-29  Andrew John Hughes  <gnu_andrew@member.fsf.org>

	* Makefile.am:
	Clean up of property file inclusion and
	fix for version.properties.
	
2007-11-28  Andrew John Hughes  <gnu_andrew@member.fsf.org>

	* Makefile.am,
	* configure.ac,
	* m4/acinclude.m4:
	Fix so that it works with a langtools checkout.
	
2007-11-28  Andrew John Hughes  <gnu_andrew@member.fsf.org>

	* NEWS,
	* README,
	* ChangeLog,
	* AUTHORS,
	* m4/acinclude.m4,
	* configure.ac,
	* Makefile.am,
	* tools/javac.in,
	* tools/javadoc.in,
	* tools/javah.in,
	* tools/apt.in,
	* autogen.sh:
	Initial import of the IcePick work.