aboutsummaryrefslogtreecommitdiff
path: root/libjava/java/net/natVMURLConnection.cc
AgeCommit message (Collapse)AuthorFilesLines
2007-01-31re PR libgcj/30606 (natVMURLConnection.cc:21: error: 'magic_t' does not name ↵Tom Tromey1-6/+6
a typet name a type) PR libgcj/30606: * configure, include/config.h.in: Rebuilt. * configure.ac: Check for magic_t in magic.h. * java/net/natVMURLConnection.cc: Use HAVE_MAGIC_T. From-SVN: r121425
2007-01-25configure, [...]: Rebuilt.Andrew Haley1-11/+36
2007-01-25 Andrew Haley <aph@redhat.com> * configure, Makefile.in, include/config.h.in: Rebuilt. * Makefile.am (libgcj_la_LIBADD): Removed $(LIBMAGIC). * configure.ac: Don't check for libmagic. * java/net/natVMURLConnection.cc (p_magic_open, p_magic_load, p_magic_close, p_magic_buffer): New globals. (init): Look up 'magic' functions. (guessContentTypeFromBuffer): Updated. From-SVN: r121183
2007-01-09Merged gcj-eclipse branch to trunk.Tom Tromey1-0/+56
From-SVN: r120621