<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/ocaml.git/stdlib, branch flambda_trunk</title>
<subtitle>github.com: ocaml/ocaml
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ocaml.git/'/>
<entry>
<title>merge</title>
<updated>2015-11-30T09:29:04+00:00</updated>
<author>
<name>Mark Shinwell</name>
<email>mshinwell@janestreet.com</email>
</author>
<published>2015-11-30T09:29:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ocaml.git/commit/?id=404883c1b97fcef1e1930d56937986119d1bff3d'/>
<id>404883c1b97fcef1e1930d56937986119d1bff3d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>support for hexadecimal float notation in (scanf '%F')</title>
<updated>2015-11-28T16:32:31+00:00</updated>
<author>
<name>Benoit Vaugon</name>
<email>benoit.vaugon@gmail.com</email>
</author>
<published>2015-11-22T11:05:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ocaml.git/commit/?id=484950d84bdd6537ceed5ec2b51f6d2a7df70b6a'/>
<id>484950d84bdd6537ceed5ec2b51f6d2a7df70b6a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use the extension_constructor type in Obj</title>
<updated>2015-11-27T17:57:41+00:00</updated>
<author>
<name>Jeremie Dimino</name>
<email>jdimino@janestreet.com</email>
</author>
<published>2015-11-11T16:08:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ocaml.git/commit/?id=d3b60c8dcee51ddb78cad0719a8edc0adbe64d4c'/>
<id>d3b60c8dcee51ddb78cad0719a8edc0adbe64d4c</id>
<content type='text'>
Rename Obj.extension_slot to Obj.extension_constructor as well
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Rename Obj.extension_slot to Obj.extension_constructor as well
</pre>
</div>
</content>
</entry>
<entry>
<title>fix opaque</title>
<updated>2015-11-27T10:28:14+00:00</updated>
<author>
<name>Mark Shinwell</name>
<email>mshinwell@gmail.com</email>
</author>
<published>2015-11-27T10:28:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ocaml.git/commit/?id=8bce766bc667257fc59f3840e380eae532804345'/>
<id>8bce766bc667257fc59f3840e380eae532804345</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'ocaml/trunk' into flambda_trunk</title>
<updated>2015-11-26T14:49:12+00:00</updated>
<author>
<name>Mark Shinwell</name>
<email>mshinwell@janestreet.com</email>
</author>
<published>2015-11-26T14:49:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ocaml.git/commit/?id=bc47cf3040c3ec0a015836164db84ee47ae3a86f'/>
<id>bc47cf3040c3ec0a015836164db84ee47ae3a86f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>arg: Allow flags such as --flag=arg as well as --flag arg.</title>
<updated>2015-11-25T21:18:47+00:00</updated>
<author>
<name>Richard W.M. Jones</name>
<email>rjones@redhat.com</email>
</author>
<published>2014-04-01T10:21:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ocaml.git/commit/?id=da02953570344d2f4dc983e24859f82c611fb3a7'/>
<id>da02953570344d2f4dc983e24859f82c611fb3a7</id>
<content type='text'>
Allow flags to be followed directly by their argument, separated by an '='
sign.  This is consistent with what GNU getopt_long and many other
command line parsing libraries allow.

Fix for the following issue:
http://caml.inria.fr/mantis/view.php?id=5197
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Allow flags to be followed directly by their argument, separated by an '='
sign.  This is consistent with what GNU getopt_long and many other
command line parsing libraries allow.

Fix for the following issue:
http://caml.inria.fr/mantis/view.php?id=5197
</pre>
</div>
</content>
</entry>
<entry>
<title>arg: Add no_arg and get_arg helper functions.</title>
<updated>2015-11-25T21:14:36+00:00</updated>
<author>
<name>Richard W.M. Jones</name>
<email>rjones@redhat.com</email>
</author>
<published>2014-04-01T10:17:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ocaml.git/commit/?id=d431b5bbd63be8f1df7ce05559b961cde32e921b'/>
<id>d431b5bbd63be8f1df7ce05559b961cde32e921b</id>
<content type='text'>
The no_arg function in this patch is a no-op.  It will do something
useful in the followups.

The get_arg function simple checks the next position on the command
line exists and returns that argument or raises a Arg.Missing.

This patch should introduce no functional change, it is simply code
refactoring.

In particular, this should not change the treatment of Arg.current
(see: http://caml.inria.fr/mantis/view.php?id=5197#c11147)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The no_arg function in this patch is a no-op.  It will do something
useful in the followups.

The get_arg function simple checks the next position on the command
line exists and returns that argument or raises a Arg.Missing.

This patch should introduce no functional change, it is simply code
refactoring.

In particular, this should not change the treatment of Arg.current
(see: http://caml.inria.fr/mantis/view.php?id=5197#c11147)
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'ocaml/trunk' into flambda_trunk</title>
<updated>2015-11-24T15:36:26+00:00</updated>
<author>
<name>Mark Shinwell</name>
<email>mshinwell@janestreet.com</email>
</author>
<published>2015-11-24T15:36:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ocaml.git/commit/?id=ce34285a3c12f3d9a7c0923753de9404f375ead2'/>
<id>ce34285a3c12f3d9a7c0923753de9404f375ead2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Doc (catenate -&gt; concatenate, which is more common and coherent with other doc strings).</title>
<updated>2015-11-24T15:05:30+00:00</updated>
<author>
<name>alainfrisch</name>
<email>alain@frisch.fr</email>
</author>
<published>2015-11-24T15:05:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ocaml.git/commit/?id=e02650addb1c9ef15eb1b986d34bf080362b3ec5'/>
<id>e02650addb1c9ef15eb1b986d34bf080362b3ec5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Document that ( @ ) is not tail recursive</title>
<updated>2015-11-24T14:51:31+00:00</updated>
<author>
<name>Hezekiah M. Carty</name>
<email>hez@0ok.org</email>
</author>
<published>2015-11-24T14:51:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ocaml.git/commit/?id=0fedfc1b74718b612633d95b0202bc120935972b'/>
<id>0fedfc1b74718b612633d95b0202bc120935972b</id>
<content type='text'>
See http://caml.inria.fr/mantis/view.php?id=7057 for the initial report.

Text copied from [List.append]'s documentation comment.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
See http://caml.inria.fr/mantis/view.php?id=7057 for the initial report.

Text copied from [List.append]'s documentation comment.</pre>
</div>
</content>
</entry>
</feed>
