]> matita.cs.unibo.it Git - helm.git/history - helm/ocaml
all initialization code is now in the new matitaInit.ml module.
[helm.git] / helm / ocaml /
2005-09-19 Claudio Sacerdoti... Profiling disabled.
2005-09-19 Claudio Sacerdoti... This commit (partially) removes a big source of ineffic...
2005-09-19 Stefano Zacchiroli- bugfix: when backtracking restore the appropriate...
2005-09-19 Claudio Sacerdoti... Profiling code commented out.
2005-09-19 Claudio Sacerdoti... CicUtil.profile made even more polymorphic.
2005-09-16 Stefano Zacchiroliadded entites/overrides for leq, geq, nleq, ngeq, to
2005-09-16 Stefano Zacchirolire-generated
2005-09-16 Stefano Zacchiroliuses Hashtbl.replace instead of Hashtbl.add so that:
2005-09-15 Claudio Sacerdoti... Yet another implementation of the single aliases /...
2005-09-15 Stefano Zacchirolibugfix in discriminate: now works also with inductive...
2005-09-15 Stefano Zacchiroliuniformed ppmetasenv to other pp* methods: substs are...
2005-09-15 Stefano Zacchirolibugfix: default "false" used to set the _true_ uri ...
2005-09-14 Stefano Zacchirolidone some items
2005-09-14 Stefano Zacchiroliadded hyperlinks on case pattern heads and outtype
2005-09-13 Claudio Sacerdoti... Enabling/disabling profiling is now controlled by a...
2005-09-13 Enrico Tassiwe have to pass back lastmeta and not newmeta (newmeta...
2005-09-13 Stefano Zacchirolifixed "let .. in" rendering, adding the break between...
2005-09-13 Stefano Zacchiroliadded "commands_of_environment"
2005-09-13 Stefano Zacchiroliregenerated
2005-09-13 Stefano Zacchirolimoved dummy_floc from Disambiguate to DisambiguateTypes...
2005-09-13 Claudio Sacerdoti... Two bugs fixed in the apply tactic:
2005-09-12 Claudio Sacerdoti... cic_textual_parser2 ==> cic_disambiguation
2005-09-12 Claudio Sacerdoti... cic_textual_parser2 ==> cic_disambiguation
2005-09-12 Claudio Sacerdoti... core_notation.ma ==> core_notation.moo
2005-09-12 Stefano Zacchirolicic_textual_parser2 -> cic_disambiguation
2005-09-12 Stefano Zacchiroliremoved debugging print
2005-09-12 Stefano Zacchiroliadded support for multi-aliases in disambiguation envir...
2005-09-12 Stefano Zacchiroliadded use_coercions flag (imperative :-(, non re-entran...
2005-09-12 Stefano Zacchiroli- exported CPS iterator visit_magic
2005-09-12 Stefano ZacchiroliFilled pre-generated notation levels with productions...
2005-09-12 Stefano Zacchirolidone some items
2005-09-12 Stefano Zacchirolicommented Record type constructor
2005-09-09 Enrico Tassithe case Appl Meta vs t was not executed in case t...
2005-09-08 Stefano Zacchiroliremoved some debugging prints
2005-09-08 Stefano Zacchiroliimplemented lazy disambiguation of tactics arguments...
2005-09-08 Stefano Zacchiroliuses Map.equal to compare universes
2005-09-07 Claudio Sacerdoti... Unsharing bugs fixed.
2005-09-07 Claudio Sacerdoti... Unsharing bug due to a very stupid typo fixed.
2005-09-06 Stefano Zacchirolibugfix: avoid losing attributes on boxes which have...
2005-09-06 Stefano Zacchiroliremoved dead code
2005-09-06 Stefano Zacchiroliadded {get,set}_attr
2005-09-06 Stefano Zacchiroliadded {get,set,pp}_attr
2005-09-06 Stefano Zacchiroliuses \def symbol for definitions in context
2005-09-06 Stefano Zacchiroliupdated
2005-09-06 Alberto Griggioadded dirty hack to blacklist mult_n_2, which causes...
2005-09-06 Claudio Sacerdoti... Refiner substituted with the type-checker in a case...
2005-09-06 Claudio Sacerdoti... ...
2005-09-06 Claudio Sacerdoti... Dead code/files removed.
2005-09-06 Stefano Zacchiroliremoved debugging prints and better sample
2005-09-06 Stefano Zacchiroliadded <include href="foo/bar/baz.xml" /> support
2005-09-06 Claudio Sacerdoti... Serious bug fixed: unsharing was not performed over...
2005-09-06 Claudio Sacerdoti... Dead code removed.
2005-09-05 Claudio Sacerdoti... Unfold tactic generalized to perform zeta-reduction.
2005-09-05 Claudio Sacerdoti... locate_in_* functions generalized to handle equalities...
2005-09-05 Claudio Sacerdoti... New change in patterns: the pattern "in H" is now inter...
2005-09-05 Claudio Sacerdoti... The refined form of a reference to a let-in bound varia...
2005-09-05 Stefano Zacchiroliuse uniform naming for referencing cicNotation* modules
2005-09-05 Stefano Zacchiroliremoved tedious debugging message
2005-09-05 Stefano Zacchiroliavoid generating multiple times the same xref/href
2005-09-05 Enrico Tassifix generation of applications of applications.
2005-09-05 Enrico Tassiadded @raise in comment (and source)
2005-09-05 Claudio Sacerdoti... New strategy for let-in unfolding (aka zeta reduction...
2005-09-05 Claudio Sacerdoti... Critical bug fixed: the get_cooked_obj was called on...
2005-09-05 Claudio Sacerdoti... Bug fixed: Invalid_argument was raised by List.combine...
2005-09-02 Claudio Sacerdoti... Unsharing finally introduced (but just for object proce...
2005-09-02 Claudio Sacerdoti... Bug fixed: sorts and implicits were not unshared correctly.
2005-09-02 Claudio Sacerdoti... Assert added to check whether an unsharing problem...
2005-09-02 Claudio Sacerdoti... Serious bug fixed previously introduced by me in the...
2005-09-02 Claudio Sacerdoti... Unused index (because of UNIQUE field count) dropped.
2005-09-01 Claudio Sacerdoti... New index refObj_occurrence on refObj. It is required...
2005-09-01 Alberto Griggiochanged default parameter values...
2005-09-01 Claudio Sacerdoti... Comment added.
2005-08-31 Alberto Griggiofixed bug in compute_equality_weight caused by wrong...
2005-08-30 Claudio Sacerdoti... Bug fixed: "cic:/dummy_i" is an invalid URI (that used...
2005-08-30 Claudio Sacerdoti... A parser for aliases implemented (required by the Whelp).
2005-08-30 Claudio Sacerdoti... CicNotationPres self-reference (misteriously accepted...
2005-08-29 Claudio Sacerdoti... WARNING: this commit changes the DB representation...
2005-08-22 Alberto Griggiosome fixes
2005-08-12 Stefano Zacchiroliimproved some comments
2005-08-05 Alberto Griggiosome bugs fixed
2005-08-01 Alberto Griggiofixed compilation warnings
2005-07-28 Claudio Sacerdoti... 1. ProofEngineHelpers.locate_in_term, ProofEngineHelper...
2005-07-28 Claudio Sacerdoti... Bug fixed: unfold used to work iff the term to unfold...
2005-07-28 Claudio Sacerdoti... arguments of ProofEngineHelpers.replace swapped.
2005-07-28 Claudio Sacerdoti... Bug fixed: locate_term_in_conjecture used to raise...
2005-07-28 Claudio Sacerdoti... New tactic unfold.
2005-07-28 Stefano Zacchiroliadded pretty printing of unicode symbols to TeX like...
2005-07-28 Stefano Zacchiroliadded attributes re-factoring item
2005-07-28 Stefano Zacchiroliadded reverse mapping from unicode to TeX like macro...
2005-07-28 Stefano Zacchiroliworkaround for an assertion failure during rendering...
2005-07-27 Stefano Zacchirolifixed cic_notation dependencies
2005-07-27 Stefano Zacchirolibetter boxes (with more line breaking hints) for object...
2005-07-27 Stefano Zacchiroli*** empty log message ***
2005-07-27 Stefano Zacchirolibugfix: added xref on ast built via pattern matching...
2005-07-27 Stefano Zacchiroliadded id_of_annterm: Cic.annterm -> Cic.id
2005-07-27 Stefano Zacchirolibugfix: no more xref on bound names
2005-07-27 Stefano Zacchiroliadded low level rendering attributes (indent, spacing...
2005-07-27 Stefano Zacchirolirendering from markup to string
2005-07-27 Stefano Zacchiroliimproved debugging pretty printing of xref
2005-07-26 Claudio Sacerdoti... locate_in_term generalized to locate_in_conjecture
next