[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

RE: svn commit: rev 7875 - in trunk/doc/book: . book

From: Kevin Pilch-Bisson <kevin_at_pilch-bisson.net>
Date: 2003-11-30 00:46:33 CET

Swig also supports C# now.

--
~~~~~~~~~~~~~~~~~~~~
 Kevin Pilch-Bisson
~~~~~~~~~~~~~~~~~~~~
> -----Original Message-----
> From: blair@tigris.org [mailto:blair@tigris.org]
> Sent: Saturday, November 29, 2003 2:48 PM
> To: svn@subversion.tigris.org
> Subject: svn commit: rev 7875 - in trunk/doc/book: . book
> 
> Author: blair
> Date: Sat Nov 29 16:48:25 2003
> New Revision: 7875
> 
> Modified:
>    trunk/doc/book/README
>    trunk/doc/book/book/appc.xml
>    trunk/doc/book/book/ch07.xml
>    trunk/doc/book/book/ch08.xml
> Log:
> Minor cleanups.
> 
> * doc/book/README:
>   Fix spacing.
> 
> * doc/book/book/ch07.xml:
>   Add my favorite language (OCaml) to the list of bindings Swig
>   provides and sort the languages alphabetically, so nobody is
>   offended by the language ordering :)
> 
> * doc/book/book/ch08.xml:
>   Spelling fix.
>   s/branchpoints/branch points/.
>   s/propchange/property change/.
> 
> * doc/book/book/appc.xml
>   s/commandline/command line/.
> 
> 
> Modified: trunk/doc/book/README
> ==========================================================================
> ====
> --- trunk/doc/book/README	(original)
> +++ trunk/doc/book/README	Sat Nov 29 16:48:25 2003
> @@ -181,7 +181,7 @@
>     Here is one command you can use to validate your xml:
> 
>     $ SP_CHARSET_FIXED=YES SP_ENCODING=XML nsgmls -wxml \
> -       -mdeclaration/xml.soc  -ges                     \
> +       -mdeclaration/xml.soc -ges                      \
>         /path/to/your/declaration/xml.dcl book.xml
> 
> 
> 
> Modified: trunk/doc/book/book/appc.xml
> ==========================================================================
> ====
> --- trunk/doc/book/book/appc.xml	(original)
> +++ trunk/doc/book/book/appc.xml	Sat Nov 29 16:48:25 2003
> @@ -234,7 +234,7 @@
>            <note>
>              <para>The following instructions are specific to the
>                graphical version of Ethereal, and may not apply to the
> -              commandline version (whose binary is usually named
> +              command line version (whose binary is usually named
>                <command>tethereal</command>).</para>
>            </note>
> 
> 
> Modified: trunk/doc/book/book/ch07.xml
> ==========================================================================
> ====
> --- trunk/doc/book/book/ch07.xml	(original)
> +++ trunk/doc/book/book/ch07.xml	Sat Nov 29 16:48:25 2003
> @@ -1046,7 +1046,7 @@
>          bindings.  Once you have the SWIG interface files properly
>          configured, generation of the specific wrappers for all the
>          supported SWIG languages (which currently includes versions of
> -        Tcl, Python, Perl, Java, Ruby, Mzscheme, Guile, and PHP)
> +        Guile, Java, Mzscheme, OCaml, Perl, PHP, Python, Ruby, and Tcl)
>          should theoretically be trivial.  Still, some extra
>          programming is required to compensate for complex APIs that
>          SWIG needs some help generalizing.  For more information on
> @@ -1644,7 +1644,7 @@
>          failing to supply a good log message) is to submit changes
>          that cause failure in the test suite.</para>
> 
> -      <!-- TODO: Describe building and testing on Windows. -->
> +      <!-- ### TODO: Describe building and testing on Windows. -->
> 
>        <para>In the best-case scenario, you will have actually added
>          appropriate tests to that test suite which verify that your
> 
> Modified: trunk/doc/book/book/ch08.xml
> ==========================================================================
> ====
> --- trunk/doc/book/book/ch08.xml	(original)
> +++ trunk/doc/book/book/ch08.xml	Sat Nov 29 16:48:25 2003
> @@ -1762,7 +1762,7 @@
>              than one of the affected paths for that revision were
>              explicitly requested.  Logs follow copy history by
>              default.  Use --stop-on-copy to disable this behavior,
> -            which can be useful for determining branchpoints.</para>
> +            which can be useful for determining branch points.</para>
> 
>          </refsect1>
>          <refsect1>
> @@ -2538,8 +2538,9 @@
> 
>            <para>Set PROPNAME to PROPVAL on files, directories, or
>            revisions. The first example creates a versioned, local
> -          propchange in the working copy, and the second creates an
> -          unversioned, remote propchange on a repository revision.</para>
> +          property change in the working copy, and the second creates
> +          an unversioned, remote property change change on a repository
> +          revision.</para>
> 
>            <tip>
>              <para>Subversion has a number of <quote>special</quote>
> @@ -4036,7 +4037,7 @@
>          <refsect1>
>            <title>Examples</title>
> 
> -          <para>This shows the contents of a file in transation
> +          <para>This shows the contents of a file in transaction
>              <literal>ax8</literal>, located at
>              <filename>/trunk/README</filename>:</para>
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: svn-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: svn-help@subversion.tigris.org
> 
> 
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun Nov 30 00:47:44 2003

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.