]> matita.cs.unibo.it Git - helm.git/commit
- MatitaMisc: we factorized here the function out_preamble used in matitadep
authorFerruccio Guidi <ferruccio.guidi@unibo.it>
Tue, 21 Apr 2009 19:49:59 +0000 (19:49 +0000)
committerFerruccio Guidi <ferruccio.guidi@unibo.it>
Tue, 21 Apr 2009 19:49:59 +0000 (19:49 +0000)
commit93cc2a2254a2620000377dfc99a7aaedf2b8ec63
tree97bd56f1ac895f1be8e86d51dab7db3a0a4650ca
parentbdbe077ddb0b377823b6806adc8bece82130c992
- MatitaMisc: we factorized here the function out_preamble used in matitadep
              and MatitacLib
- ApplyTransformation: we moved some "\n" hoping in a better rendering :)
- matitadep: we now generate a "theory" file (dfault name "theory.ma" but can
- MatitaMisc: we factorized here the function out_preamble used in matitadep
              and MatitacLib
- ApplyTransformation: we moved some "\n" hoping in a better rendering :)
- matitadep: we now generate a "theory" file (dfault name "theory.ma" but can
             be changed via the -theory cmdline option) that includes all the
     files of the devel so the devel itself can be included just
             including the theory file. To speed up the inclusion process, only
             the "top level" files are included (inclusion seems slow anyway)
- procedural/Makefile.common: new entries for single file compilation
- procedural/library: better preamble including library/theory.ma. Now the
                      devel should be reconstructed with the correct notation
- power_derivative.ma: we definitely do not want 'x' as a keyword in a serious
                       file. All files including it (for intance its
       reconstructed version) can not use 'x' as an identifier.
                       For now we replaced 'x' with 'X'
- transcript: bug fix in obtaining the list of files to be processed
helm/software/components/binaries/transcript/engine.ml
helm/software/matita/applyTransformation.ml
helm/software/matita/contribs/procedural/Makefile.common
helm/software/matita/contribs/procedural/library/preamble.ma
helm/software/matita/library/demo/power_derivative.ma
helm/software/matita/library/depends
helm/software/matita/library/theory.ma [new file with mode: 0644]
helm/software/matita/matitaMisc.ml
helm/software/matita/matitaMisc.mli
helm/software/matita/matitacLib.ml
helm/software/matita/matitadep.ml