aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/util.ml
Commit message (Expand)AuthorAge
...
* Extraction: replace unicode characters in ident by ascii encodings (fix #2158...Gravatar letouzey2010-06-21
* Fixing spelling: pr_coma -> pr_commaGravatar herbelin2010-06-12
* Fix treatment of {struct x} annotations in presence of generalizedGravatar msozeau2010-06-08
* Add (almost) compatibility with camlp4, without breaking support for camlp5Gravatar letouzey2010-05-19
* Nicer representation of tokens, more independant of camlp*Gravatar letouzey2010-05-19
* Remove the svn-specific $Id$ annotationsGravatar letouzey2010-04-29
* Added a new exception for already declared Schemes, Gravatar vsiles2010-04-27
* Reduced the complexity of evar instantiations from O(n^3) to less than O(n^2).Gravatar herbelin2010-04-19
* Util: remove list_split_at which is a clone of list_chopGravatar letouzey2010-04-16
* Util.lowercase_unicode: avoid creating the segmenttree each time (speeds some...Gravatar letouzey2010-02-15
* Fix [Existing Class] impl and add documentation. Fix computation of theGravatar msozeau2010-02-10
* * Segmenttree: New. A very simple implementation of segment trees.Gravatar regisgia2010-01-08
* * Rewrite [classify_unicode] using standard unicode tables.Gravatar regisgia2009-12-20
* Document Generalizable Variables, and change syntax to Gravatar msozeau2009-11-15
* Make usages of the Obj module explicitGravatar glondu2009-11-13
* Experiment propagation of implicit arguments and arguments scope forGravatar herbelin2009-11-12
* Revision 12439 continued, printing part (notations to names behaveGravatar herbelin2009-10-29
* Integrate a few improvements on typeclasses and Program from the equations br...Gravatar msozeau2009-10-28
* Fixed a hole in glob_tactic that allowed some Ltac code to refer toGravatar herbelin2009-09-26
* Delete trailing whitespaces in all *.{v,ml*} filesGravatar glondu2009-09-17
* Generalized the possibility to refer to a global name by a notationGravatar herbelin2009-09-11
* Accept more Unicode symbolsGravatar glondu2009-06-10
* - Adding "Hint Resolve ->" and "Hint Resolve <-" for declaration of equivalenceGravatar herbelin2009-05-09
* comparison functions on lists and arraysGravatar barras2009-04-16
* A first pearl found by the Oug analyzer: there were two list_map_i in UtilGravatar letouzey2009-04-08
* Timeout message was not always displayedGravatar barras2009-03-04
* Heavy modifications on the widget and edition tab creation mechanism.Gravatar vgross2009-03-02
* memoized is_ground_envGravatar barras2009-02-09
* Petit nettoyage faisant suite au commit #11847 .Gravatar aspiwack2009-01-23
* Util.split_at : for quadratic to linear complexityGravatar letouzey2009-01-22
* 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