aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/util.ml
Commit message (Expand)AuthorAge
* Remove trailing newlines in outputs of X -whereGravatar glondu2009-01-08
* Made the debugger work again:Gravatar herbelin2009-01-02
* - Fixed bugs and compatibilities issues in Gravatar herbelin2008-12-30
* - Another bug in get_sort_family_of (sort-polymorphism of constants andGravatar herbelin2008-12-28
* - coq_makefile: target install now respects the original tree structureGravatar herbelin2008-12-24
* Add some unicode symbols from japanese CJC (request by Y. Regis-Gianas)Gravatar letouzey2008-12-15
* eventually fixing r11612Gravatar barras2008-11-24
* Fixed bug in VernacExtend printing + missing vernacular printing rules +Gravatar herbelin2008-11-22
* fixed problem with r11612Gravatar barras2008-11-21
* Better extraction renaming phase (fix #1914 plus other non-reported bugs)Gravatar letouzey2008-11-05
* Adaptation to ocaml 3.11 new semantics of String.index_from (see bug #1974)Gravatar herbelin2008-11-04
* - Fixed many "Theorem with" bugs.Gravatar herbelin2008-10-27
* Affichage des notations récursives:Gravatar herbelin2008-10-22
* avoid small overflowsGravatar barras2008-09-02
* Évolutions diverses et variées.Gravatar herbelin2008-08-04
* Suite commit 11236Gravatar notin2008-07-24
* Quelques modifications autour du filtrage Ltac:Gravatar herbelin2008-07-16
* Fixes in handling of implicit arguments:Gravatar msozeau2008-07-04
* - Correction de la version simplifiée (filtrage sur deux sigGravatar herbelin2008-06-09
* - Extension de "generalize" en "generalize c as id at occs".Gravatar herbelin2008-06-08
* Correction terminologie et ajout plage unicode 1D400-1D7FF (mathematicalGravatar herbelin2008-06-06
* Ajout de la possibilité d'utiliser fix/cofix dans les notations.Gravatar herbelin2008-05-24
* Various fixes:Gravatar msozeau2008-05-15
* - Prise en compte de l'unicode dans la fonction hdchar (elle fournissait desGravatar herbelin2008-05-10
* Diverses corrections Gravatar herbelin2008-04-14
* Bugs, nettoyage, et améliorations diversesGravatar herbelin2008-04-13
* improved the implementation of rtreeGravatar barras2008-03-18
* Merge with lmamane's private branch:Gravatar lmamane2008-02-22
* Add list_iter3 Gravatar msozeau2008-01-30
* Correction bug #1749 (datant de l'implantation des or-patterns) +Gravatar herbelin2008-01-05
* Merged revisions 10358-10362,10365,10371-10373,10377,10383-10384,10394-10395,...Gravatar msozeau2007-12-31
* Util.option_compare devient Option.Misc.Compare et change un peu de type Gravatar aspiwack2007-12-07
* Plus de combinateurs sont passés de Util à Option. Le module Options Gravatar aspiwack2007-12-06
* Commit intermédiaire express de réparation de coqide.ml, que j'avais Gravatar aspiwack2007-12-06
* Factorisation des opérations sur le type option de Util dans un module Gravatar aspiwack2007-12-05
* Repair Haskell/Scheme extraction in the new extraction backend design: Gravatar letouzey2007-10-17
* * Adding compability with ocaml 3.10 + camlp5 (rework of Gravatar letouzey2007-09-15
* Utilisation d'un nouvel algorithme plus raffiné pour prendre en compte lesGravatar herbelin2007-09-04
* Slight cleanup of refl_omega.ml : in particular it uses now listGravatar letouzey2007-07-11
* If a fixpoint is not written with an explicit { struct ... }, then Gravatar letouzey2007-07-07
* Nettoyage et standardisation des messages d'erreurs.Gravatar herbelin2007-05-17
* Ajout de la possibilité de faire référence dans certains cas à un nomGravatar herbelin2007-04-28
* Correction bug #1477 sur ordre des variables partagées par les or-patterns.Gravatar herbelin2007-04-13
* Intégration de la modification suggérée par Michal Moskal (cf msg sur Coq ...Gravatar notin2007-04-02
* Ajout combinateurs option_fold_left et name_fold_mapGravatar herbelin2006-10-09
* Déplacement surround dans util.ml et parenthésage des déclarationsGravatar herbelin2006-09-23
* added congruence improvementGravatar corbinea2006-09-19
* Ajout array_distinctGravatar herbelin2006-09-12
* Force évaluation 'naturelle' de list_map2_i et list_map3 de gauche à droiteGravatar herbelin2006-09-01
* Petite optimisation récursive-terminale en passantGravatar herbelin2006-08-28