<feed xmlns='http://www.w3.org/2005/Atom'>
<title>coq/theories/IntMap, branch master</title>
<subtitle>The formal proof system</subtitle>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq/'/>
<entry>
<title>migration of the old IntMap library from StdLib to a user contrib (Cachan/IntMap)</title>
<updated>2008-03-19T20:56:43+00:00</updated>
<author>
<name>letouzey</name>
</author>
<published>2008-03-19T20:56:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq/commit/?id=509cd11ac957c0ff97cbe9a0cd50852c74095e36'/>
<id>509cd11ac957c0ff97cbe9a0cd50852c74095e36</id>
<content type='text'>
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@10699 85f007b7-540e-0410-9357-904b9bb8a0f7
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@10699 85f007b7-540e-0410-9357-904b9bb8a0f7
</pre>
</div>
</content>
</entry>
<entry>
<title>migration from Set to Type of FSet/FMap + some dependencies...</title>
<updated>2008-03-04T17:33:35+00:00</updated>
<author>
<name>letouzey</name>
</author>
<published>2008-03-04T17:33:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq/commit/?id=58c70113a815a42593c566f64f2de840fc7e48a1'/>
<id>58c70113a815a42593c566f64f2de840fc7e48a1</id>
<content type='text'>
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@10616 85f007b7-540e-0410-9357-904b9bb8a0f7
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@10616 85f007b7-540e-0410-9357-904b9bb8a0f7
</pre>
</div>
</content>
</entry>
<entry>
<title>Extension of NArith: Nminus, Nmin, etc</title>
<updated>2007-06-07T18:44:59+00:00</updated>
<author>
<name>letouzey</name>
</author>
<published>2007-06-07T18:44:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq/commit/?id=5d82773fdad88ab93baf713888248da4ee8185a9'/>
<id>5d82773fdad88ab93baf713888248da4ee8185a9</id>
<content type='text'>
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@9883 85f007b7-540e-0410-9357-904b9bb8a0f7
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@9883 85f007b7-540e-0410-9357-904b9bb8a0f7
</pre>
</div>
</content>
</entry>
<entry>
<title>Suppression des fichiers .cvsignore, rendus obsolètes par le systèmes des 'properties' de Subversion</title>
<updated>2006-04-28T10:34:25+00:00</updated>
<author>
<name>notin</name>
</author>
<published>2006-04-28T10:34:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq/commit/?id=11aaf97fa5f773c8a81d12255414cd3f5d189d25'/>
<id>11aaf97fa5f773c8a81d12255414cd3f5d189d25</id>
<content type='text'>
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@8758 85f007b7-540e-0410-9357-904b9bb8a0f7
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@8758 85f007b7-540e-0410-9357-904b9bb8a0f7
</pre>
</div>
</content>
</entry>
<entry>
<title>Un gros coup de lifting pour IntMap: </title>
<updated>2006-04-25T22:52:18+00:00</updated>
<author>
<name>letouzey</name>
</author>
<published>2006-04-25T22:52:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq/commit/?id=b2e0ec34cdd95017ce9ecec99b3431494b452d6c'/>
<id>b2e0ec34cdd95017ce9ecec99b3431494b452d6c</id>
<content type='text'>
 * le type ad des adresses est maintenant un alias vers 
   le N de NArith, qui lui est isomorphe. 

 * toutes les operations sur ces adresses (p.ex. un xor 
   bit a bit) sont maintenant dans de nouveaux fichiers du 
   repertoire NArith. 
 
 * Intmap utilise maintenant le meme type option que le 
   reste du monde
 
 * etc etc...

Tout ceci ne preserve pas forcement la compatibilite. Les 4 contribs
utilisant Intmap sont adaptees en consequence. Me demander si besoin 
ma moulinette d'adaptation (incomplete). 



git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@8733 85f007b7-540e-0410-9357-904b9bb8a0f7
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 * le type ad des adresses est maintenant un alias vers 
   le N de NArith, qui lui est isomorphe. 

 * toutes les operations sur ces adresses (p.ex. un xor 
   bit a bit) sont maintenant dans de nouveaux fichiers du 
   repertoire NArith. 
 
 * Intmap utilise maintenant le meme type option que le 
   reste du monde
 
 * etc etc...

Tout ceci ne preserve pas forcement la compatibilite. Les 4 contribs
utilisant Intmap sont adaptees en consequence. Me demander si besoin 
ma moulinette d'adaptation (incomplete). 



git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@8733 85f007b7-540e-0410-9357-904b9bb8a0f7
</pre>
</div>
</content>
</entry>
<entry>
<title>Nouvelle en-tête</title>
<updated>2004-07-16T20:01:26+00:00</updated>
<author>
<name>herbelin</name>
</author>
<published>2004-07-16T20:01:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq/commit/?id=763cf4f37e10d9a0e8a2a0e9286c02708a60bf08'/>
<id>763cf4f37e10d9a0e8a2a0e9286c02708a60bf08</id>
<content type='text'>
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@5920 85f007b7-540e-0410-9357-904b9bb8a0f7
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@5920 85f007b7-540e-0410-9357-904b9bb8a0f7
</pre>
</div>
</content>
</entry>
<entry>
<title>Remplacement des fichiers .v ancienne syntaxe de theories, contrib et states par les fichiers nouvelle syntaxe</title>
<updated>2003-11-29T17:28:49+00:00</updated>
<author>
<name>herbelin</name>
</author>
<published>2003-11-29T17:28:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq/commit/?id=9a6e3fe764dc2543dfa94de20fe5eec42d6be705'/>
<id>9a6e3fe764dc2543dfa94de20fe5eec42d6be705</id>
<content type='text'>
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@5027 85f007b7-540e-0410-9357-904b9bb8a0f7
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@5027 85f007b7-540e-0410-9357-904b9bb8a0f7
</pre>
</div>
</content>
</entry>
<entry>
<title>On sait jamais</title>
<updated>2003-11-12T16:25:16+00:00</updated>
<author>
<name>herbelin</name>
</author>
<published>2003-11-12T16:25:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq/commit/?id=ea9f6b8f620b9f69de9d72ca603af042e4487339'/>
<id>ea9f6b8f620b9f69de9d72ca603af042e4487339</id>
<content type='text'>
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@4862 85f007b7-540e-0410-9357-904b9bb8a0f7
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@4862 85f007b7-540e-0410-9357-904b9bb8a0f7
</pre>
</div>
</content>
</entry>
<entry>
<title>Cacher les .v8</title>
<updated>2003-10-03T23:09:28+00:00</updated>
<author>
<name>herbelin</name>
</author>
<published>2003-10-03T23:09:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq/commit/?id=6c7878b5fd219cae4c243b69096e9275b637a0d9'/>
<id>6c7878b5fd219cae4c243b69096e9275b637a0d9</id>
<content type='text'>
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@4522 85f007b7-540e-0410-9357-904b9bb8a0f7
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@4522 85f007b7-540e-0410-9357-904b9bb8a0f7
</pre>
</div>
</content>
</entry>
<entry>
<title>Destruct/Induction -&gt; NewDestruct/NewInduction</title>
<updated>2003-09-24T08:54:16+00:00</updated>
<author>
<name>herbelin</name>
</author>
<published>2003-09-24T08:54:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq/commit/?id=8c63a877eb0908513b75e2b5e6ac1cd998547089'/>
<id>8c63a877eb0908513b75e2b5e6ac1cd998547089</id>
<content type='text'>
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@4469 85f007b7-540e-0410-9357-904b9bb8a0f7
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@4469 85f007b7-540e-0410-9357-904b9bb8a0f7
</pre>
</div>
</content>
</entry>
</feed>
