[mono/mono] 8419804e: nest?

"Therzok ([email protected])" <[email protected]>
Newsgroups gmane.comp.gnome.mono.patches
Message-ID <0000014206b637aa-ee2d45ed-6595-4f83-8fed-5600112d0f1e-000000@email.amazonses.com>
   Branch: refs/heads/readmeUpdate
     Home: https://github.com/mono/mono
  Compare: https://github.com/mono/mono/compare/327c2eba9565...8419804e3ac8

   Commit: 8419804e3ac8fcc8f8a9bb4b1a5a9da003b2af73
   Author: Therzok <[email protected]> (Therzok)
     Date: 2013-10-30 00:13:04 GMT
      URL: https://github.com/mono/mono/commit/8419804e3ac8fcc8f8a9bb4b1a5a9da003b2af73

nest?

Changed paths:
  M README.md

Modified: README.md
===================================================================
@@ -71,7 +71,7 @@ have up-to-date mcs and mono sources:
 
  * If you are an anonymous user: `git clone git://github.com/mono/mono.git`
 
-* If you are a Mono contributors with read/write privileges: `git clone [email protected]:mono/mono.git`
+ * If you are a Mono contributor with read/write privileges: `git clone [email protected]:mono/mono.git`
 
 Then, go into the mono directory, and configure:
 
@@ -311,80 +311,62 @@ features like cross-process named mutexes.
 components that you might not want to include.  This
 is only useful for developers embedding Mono that
 require a subset of Mono functionality.
-
   * The list is a comma-separated list of components that
-should be removed, these are
+should be removed, these are:
 
     * `aot`:
 Disables support for the Ahead of Time compilation.
-
     * `attach`:
 Support for the Mono.Management assembly and the
 VMAttach API (allowing code to be injected into
 a target VM)
-
     * `com`:
 Disables COM support.
-
     * `debug`:
 Drop debugging support.
-
     * `decimal`:
 Disables support for System.Decimal.
-
     * `full_messages`:
 By default Mono comes with a full table
 of messages for error codes. This feature
 turns off uncommon error messages and reduces
 the runtime size.
-
     * `generics`:
 Generics support.  Disabling this will not
 allow Mono to run any 2.0 libraries or
 code that contains generics.
-
     * `jit`:
 Removes the JIT engine from the build, this reduces
 the executable size, and requires that all code
 executed by the virtual machine be compiled with
 Full AOT before execution.
-
     * `large_code`:
 Disables support for large assemblies.
-
     * `logging`:
 Disables support for debug logging.
-
     * `pinvoke`:
 Support for Platform Invocation services,
 disabling this will drop support for any
 libraries using DllImport.
-
     * `portability`:
 Removes support for MONO_IOMAP, the environment
 variables for simplifying porting applications that 
 are case-insensitive and that mix the Unix and Windows path separators.
-
     * `profiler`:
 Disables support for the default profiler.
-
     * `reflection_emit`:
 Drop System.Reflection.Emit support
-
     * `reflection_emit_save`:
 Drop support for saving dynamically created
 assemblies (AssemblyBuilderAccess.Save) in
 System.Reflection.Emit.
-
     * `shadow_copy`:
 Disables support for AppDomain's shadow copies
 (you can disable this if you do not plan on 
 using appdomains).
-
     * `simd`:
 Disables support for the Mono.SIMD intrinsics
 library.
-
     * `ssa`:
 Disables compilation for the SSA optimization
 framework, and the various SSA-based optimizations.


_______________________________________________
Mono-patches maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.