diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Makefile.in | 13 | ||||
-rw-r--r-- | docs/current-api | 1 | ||||
-rw-r--r-- | docs/public-api | 1 |
3 files changed, 8 insertions, 7 deletions
diff --git a/docs/Makefile.in b/docs/Makefile.in index 204aaff8f4..05fd625172 100644 --- a/docs/Makefile.in +++ b/docs/Makefile.in @@ -1,8 +1,9 @@ -# Makefile.in generated by automake 1.12.1 from Makefile.am. +# Makefile.in generated by automake 1.11.6 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2012 Free Software Foundation, Inc. - +# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, +# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software +# Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -53,7 +54,7 @@ host_triplet = @host@ target_triplet = @target@ subdir = docs DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ - $(top_srcdir)/mkinstalldirs ChangeLog TODO + ChangeLog TODO 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 \ @@ -71,7 +72,7 @@ CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = AM_V_GEN = $(am__v_GEN_@AM_V@) am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) -am__v_GEN_0 = @echo " GEN " $@; +am__v_GEN_0 = @echo " GEN " $@; AM_V_at = $(am__v_at_@AM_V@) am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ @@ -442,8 +443,6 @@ TAGS: ctags: CTAGS CTAGS: -cscope cscopelist: - distdir: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ diff --git a/docs/current-api b/docs/current-api index d0efffcaba..1bbddca612 100644 --- a/docs/current-api +++ b/docs/current-api @@ -307,6 +307,7 @@ mono_gc_out_of_memory mono_gc_wbarrier_arrayref_copy mono_gc_wbarrier_generic_nostore mono_gc_wbarrier_generic_store +mono_gc_wbarrier_generic_store_atomic mono_gc_wbarrier_object_copy mono_gc_wbarrier_set_arrayref mono_gc_wbarrier_set_field diff --git a/docs/public-api b/docs/public-api index 082bfd9fdd..231ecf171a 100644 --- a/docs/public-api +++ b/docs/public-api @@ -307,6 +307,7 @@ mono_gc_out_of_memory mono_gc_wbarrier_arrayref_copy mono_gc_wbarrier_generic_nostore mono_gc_wbarrier_generic_store +mono_gc_wbarrier_generic_store_atomic mono_gc_wbarrier_object_copy mono_gc_wbarrier_set_arrayref mono_gc_wbarrier_set_field |