| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Replace all .cvsignore files with .gitignore | Ivan Maidanski | 2012-10-15 | 1 | -0/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2012-06-10 Ivan Maidanski <ivmai@mail.ru> * compat/.gitignore, * compat/java.net/.gitignore, * doc/.gitignore, * doc/api/.gitignore, * doc/www.gnu.org/.gitignore, * doc/www.gnu.org/announce/.gitignore, * doc/www.gnu.org/cp-tools/.gitignore, * doc/www.gnu.org/docs/.gitignore, * doc/www.gnu.org/downloads/.gitignore, * doc/www.gnu.org/events/.gitignore, * doc/www.gnu.org/faq/.gitignore, * examples/.gitignore, * external/.gitignore, * external/jsr166/.gitignore, * external/relaxngDatatype/.gitignore, * external/sax/.gitignore, * external/w3c_dom/.gitignore, * gnu/classpath/.gitignore, * gnu/java/locale/.gitignore, * gnu/java/security/.gitignore, * gnu/test/.gitignore, * include/.gitignore, * java/util/.gitignore, * lib/.gitignore, * native/.gitignore, * native/fdlibm/.gitignore, * native/jawt/.gitignore, * native/jni/.gitignore, * native/jni/classpath/.gitignore, * native/jni/gconf-peer/.gitignore, * native/jni/gstreamer-peer/.gitignore, * native/jni/gtk-peer/.gitignore, * native/jni/java-io/.gitignore, * native/jni/java-lang/.gitignore, * native/jni/java-math/.gitignore, * native/jni/java-net/.gitignore, * native/jni/java-nio/.gitignore, * native/jni/java-util/.gitignore, * native/jni/midi-alsa/.gitignore, * native/jni/midi-dssi/.gitignore, * native/jni/native-lib/.gitignore, * native/jni/qt-peer/.gitignore, * native/jni/xmlj/.gitignore, * native/plugin/.gitignore, * native/testsuite/.gitignore, * native/vmi/.gitignore, * resource/.gitignore, * resource/META-INF/services/.gitignore, * scripts/.gitignore, * test/.gitignore, * test/gnu.java.lang.reflect/.gitignore, * test/java.io/.gitignore, * test/java.lang.reflect/.gitignore, * test/java.net/.gitignore, * test/java.util/.gitignore, * tools/.gitignore, * tools/gnu/classpath/tools/doclets/.gitignore, * tools/gnu/classpath/tools/doclets/debugdoclet/.gitignore, * tools/gnu/classpath/tools/doclets/htmldoclet/.gitignore, * tools/gnu/classpath/tools/doclets/xmldoclet/.gitignore, * tools/gnu/classpath/tools/doclets/xmldoclet/doctranslet/.gitignore, * tools/gnu/classpath/tools/gjdoc/.gitignore, * tools/gnu/classpath/tools/gjdoc/expr/.gitignore, * tools/gnu/classpath/tools/java2xhtml/.gitignore, * tools/gnu/classpath/tools/taglets/.gitignore, * vm/.gitignore, * vm/reference/.gitignore: Renamed from .cvsignore. Signed-off-by: Pekka Enberg <penberg@kernel.org> | ||||
| * | 2008-03-10 Andrew John Hughes <gnu_andrew@member.fsf.org> | Andrew John Hughes | 2008-03-10 | 1 | -1/+1 |
| | | | | | | PR classpath/35422 * doc/api/Makefile.am: Include external/jsr166. | ||||
| * | Fixes bug #28822 | Mark Wielaard | 2006-11-25 | 1 | -0/+2 |
| | | | | | | * doc/api/Makefile.am (create_html): Guard GJDOC invocation with CREATE_API_DOCS | ||||
| * | * doc/api/Makefile.am (create_html): Add -validhtml. | Mark Wielaard | 2006-01-30 | 1 | -0/+1 |
| | | |||||
| * | PR libgcj/23499: | Tom Tromey | 2005-08-22 | 1 | -0/+2 |
| | | | | | | | * doc/api/Makefile.am (install-data-local): Now conditional on CREATE_API_DOCS. (uninstall-local): Likewise. | ||||
| * | * NEWS: Add 0.15 release date and new features.classpath-0_15-release | Mark Wielaard | 2005-05-01 | 1 | -1/+1 |
| | | | | | | | | | | | * configure.ac: Set version to 0.15. * native/jni/gtk-peer/gnu_java_awt_peer_gtk_GtkWindowPeer.c: (window_delete_cb): Don't use C++ style comments. * doc/api/Makefile.am (clean): Renamed. (clean-local): Renamed from clean. | ||||
| * | 2005-03-02 Michael Koch <konqueror@gmx.de> | Michael Koch | 2005-03-02 | 1 | -1/+1 |
| | | | | | * doc/api/Makefile.am: Remove gjdoc_rawcomment.cache if neccesary. | ||||
| * | * doc/api/Makefile.am (create_html): Remove gjdoc -public flag. | Mark Wielaard | 2005-02-06 | 1 | -1/+2 |
| | | |||||
| * | * doc/api/Makefile.am (classpathbox): Use class logo and target _top. | Mark Wielaard | 2005-02-05 | 1 | -1/+1 |
| | | |||||
| * | * acinclude.m4 (CLASSPATH_WITH_GJDOC): Renamed from | Mark Wielaard | 2005-01-09 | 2 | -45/+16 |
| | | | | | | | | | | | | | | | | | | CLASSPATH_ENABLE_GJDOC. Can now take argument to use as gjdoc program. Doesn't depend on xml tools. * configure.ac: Use CLASSPATH_WITH_GJDOC. * INSTALL: Mention --with-gjdoc option. * NEWS: Add --with-gjdoc addition. * doc/api/Makefile.am (EXTRA_DIST): Removed. (sourcepath): New variable. (htmllist): Removed. (core): Removed. (packages): Removed. (date): Removed. (clean): Also remove create_html file. (create_html): Rewritten. * doc/api/classpath-copyright.xml: Removed. | ||||
| * | * Makefile.am (SUBDIRS): Remove external. | Mark Wielaard | 2004-09-03 | 1 | -23/+1 |
| | | | | | | | | | | * configure.ac (AC_CONFIG_FILES): Remove external/Makefile. * doc/api/Makefile.am: Don't refer to external directory * lib/Makefile.am: Likewise. * lib/gen-classlist.sh.in: Likewise. * external/*: Removed. * NEWS: Mention GNU JAXP. | ||||
| * | 2004-08-02 Michael Koch <konqueror@gmx.de> | Michael Koch | 2004-08-02 | 1 | -3/+3 |
| | | | | | | | | * doc/api/Makefile.am, external/Makefile.am, lib/Makefile.am: Fixed usage of find. | ||||
| * | 2003-11-30 Mark Wielaard <mark@klomp.org> | Mark Wielaard | 2003-11-30 | 1 | -3/+16 |
| | | | | | | * doc/api/Makefile.am (packages, create_html): Only generate api doc for the core packages, not the external ones. | ||||
| * | * Makefile.am (DISTCHECK_CONFIGURE_FLAGS): Disable --enable-gjdoc. | Mark Wielaard | 2003-08-18 | 1 | -13/+0 |
| | | | | | * doc/api/Makefile.am (dist-hook): Removed. | ||||
| * | * doc/api/Makefile.am (jaxp): Don't include gnu packages. | Mark Wielaard | 2003-08-17 | 1 | -1/+1 |
| | | |||||
| * | * Makefile.am (core): Don't include doc-files in the package list. | Mark Wielaard | 2003-08-17 | 2 | -3/+4 |
| | | | | | | (create_html): Add classpath-copyright.xml as -bottomnote. * doc/api/classpath-copyright.xml: Updated year. | ||||
| * | * doc/api/Makefile.am: remove non-public packages from outputclasspath-0_05-release | Brian Jones | 2003-02-16 | 1 | -3/+3 |
| | | |||||
| * | * NEWS: updated | Brian Jones | 2003-02-16 | 7 | -1493/+37 |
| | | | | | | | * configure.in: updated VERSION to 0.05 * doc/api/Makefile.am: updated for gjdoc 0.4.1 * doc/api/xslt: directory removed; no longer needed | ||||
| * | * external/README: new file | Brian Jones | 2003-02-01 | 1 | -2/+4 |
| | | | | | | | | | | | | * external/jaxp: import Classpathx JAXP from January 31, 2003 CVS * LICENSE: new file * Makefile.am: distribute LICENSE, external/jaxp/source * lib/Makefile.am: add external/jaxp/source to classpath; removed -target 1.1 from jikes invocation * lib/gen-classlist.sh.in: add external/jaxp/source to directories to search * doc/api/Makefile.am: add external/jaxp/source to source path | ||||
| * | * doc/api/Makefile.am (install-data-local): Avoid error when | Tom Tromey | 2003-01-14 | 1 | -2/+2 |
| | | | | | | htmllist is empty. (uninstall-local): Likewise. | ||||
| * | * INSTALL: updated link to bugs, tool version numbers | Brian Jones | 2002-12-24 | 1 | -6/+45 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * TODO: removed easy HTML API generation todo item, it's done now; mention that CNI code won't be included in Classpath CVS for now since only gcj is using it * README: remove special mention of ORP * NEWS: add blurb about infrastructure improvements * HACKING: update automake, autoconf version numbers; remove mention of gcjh for compiling JNI libraries; updated gcj/jikes version numbers * lib/Makefile.am: distribute glibj.zip; uninstall no-zip case; separate resources target; avoid extra gen-classlist.sh calls; support DESTDIR * doc/api/Makefile.am: distribute HTML API documentation; install documentation in pkgdatadir/api; uninstall appropriately; support DESTDIR * resource/gnu/java/awt/peer/gtk/Makefile.am: add uninstall-local target; support DESTDIR * resource/java/security/Makefile.am: add uninstall-local target; support DESTDIR * javax/swing/Makefile.am: BoundedRangeModel missing .java extension * javax/transaction/xa/Makefile.am: Removed xa/ from filenames * java/awt/dnd/Makefile.am: added missing .java files to dist * java/net/Makefile.am: added missing .java files to dist * java/nio/channels/Makefile.am: added missing .java files to dist * javax/naming/Makefile.am: added missing .java files to dist * javax/naming/directory/Makefile.am: added missing .java files to dist * javax/naming/event/Makefile.am: new file * javax/naming/event/.cvsignore: new file * javax/naming/ldap/Makefile.am: new file * javax/naming/ldap/.cvsignore: new file * javax/naming/spi/Makefile.am: added missing .java files to dist * javax/sql/Makefile.am: added missing .java files to dist * javax/sql/.cvsignore: new file * javax/swing/plaf/Makefile.am: added missing .java files to dist * javax/swing/Makefile.am: added missing .java files to dist * Makefile.am: ignore errors during dist-hook * configure.in: add missing directory Makefiles to output; add check for 'date', 'cp', and 'mkdir' * acinclude.m4: remove check for 'find' and 'cp' | ||||
| * | * BUGS: updated Savannah URL | Brian Jones | 2002-12-21 | 9 | -0/+1516 |
| * doc/api: new directory * doc/api/.cvsignore: new file * doc/api/classpath-copyright.xml: new directory * doc/api/Makefile.am: new file * configure.in: added doc/api/Makefile to output, include CLASSPATH_ENABLE_GJDOC * acinclude.m4: added function CLASSPATH_ENABLE_GJDOC * doc/Makefile.am: added api to SUBDIRS * doc/xslt: new directory * doc/xslt/gjdocxml2html.xsl: new file * doc/xslt/common: new directory * doc/xslt/common/gjdochtml.css: new file * doc/xslt/common/images: new directory * doc/xslt/common/images/tree-branch.png: new file * doc/xslt/common/images/tree-empty.png: new file * doc/xslt/common/images/tree-final-node.png: new file * doc/xslt/common/images/tree-node.png: new file | |||||
