Imported Upstream version 4.6.0.125

Former-commit-id: a2155e9bd80020e49e72e86c44da02a8ac0e57a4
This commit is contained in:
Xamarin Public Jenkins (auto-signing)
2016-08-03 10:59:49 +00:00
parent a569aebcfd
commit e79aa3c0ed
17047 changed files with 3137615 additions and 392334 deletions

View File

@@ -1,39 +0,0 @@
2006-09-11 Zoltan Varga <vargaz@gmail.com>
* jni.c: Apply a patch from the freebsd ports tree. Include the proper
include for alloca ().
Tue Aug 22 17:16:53 CEST 2006 Paolo Molaro <lupus@ximian.com>
* Makefile.am: link to libgmodule (patch by Alexander Larsson
alexl@redhat.com).
2005-06-08 Ben Maurer <bmaurer@ximian.com>
* Makefile.am: Avoid versioning. We aren't going to be a strongly
versioned lib.
2005-05-03 Zoltan Varga <vargaz@freemail.hu>
* os.c: Update from the official version.
2005-04-11 Zoltan Varga <vargaz@freemail.hu>
* jni.c: Applied some freebsd patches from Bill Middleton <flashdict@gmail.com>.
2005-04-05 Zoltan Varga <vargaz@freemail.hu>
* jni.c: Apply patch from freebsd ports tree.
2005-01-20 Zoltan Varga <vargaz@freemail.hu>
* jni.h: Applied patch from Bernie Solomon to fix compilation on
non-gcc compilers.
2005-01-13 Zoltan Varga <vargaz@freemail.hu>
* jni.c: Fix compilation on PPC.
* Makefile.am os.c jni.h jni.c: New files. This is a copy of the
'native' module in IKVM CVS, placed here so IKVM users don't need to
copy/install the native library.

View File

@@ -81,7 +81,7 @@ host_triplet = @host@
target_triplet = @target@
subdir = ikvm-native
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
$(top_srcdir)/mkinstalldirs $(top_srcdir)/depcomp ChangeLog
$(top_srcdir)/mkinstalldirs $(top_srcdir)/depcomp
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/m4/iconv.m4 \
$(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \
@@ -289,8 +289,6 @@ NM = @NM@
NMEDIT = @NMEDIT@
OBJDUMP = @OBJDUMP@
OBJEXT = @OBJEXT@
OPROFILE_CFLAGS = @OPROFILE_CFLAGS@
OPROFILE_LIBS = @OPROFILE_LIBS@
OTOOL = @OTOOL@
OTOOL64 = @OTOOL64@
PACKAGE = @PACKAGE@