]> matita.cs.unibo.it Git - helm.git/log
helm.git
22 years agoThis commit was manufactured by cvs2svn to create tag just_before_moving_to_gdome
no author [Wed, 6 Feb 2002 14:52:29 +0000 (14:52 +0000)]
This commit was manufactured by cvs2svn to create tag
'just_before_moving_to_gdome'.

22 years agoUntil Garrigue puts a META file in lablgtk, we can use this one.
Claudio Sacerdoti Coen [Wed, 6 Feb 2002 14:52:29 +0000 (14:52 +0000)]
Until Garrigue puts a META file in lablgtk, we can use this one.

22 years agoDue to a syntax error, theories in MathML Presentation were broken.
Claudio Sacerdoti Coen [Tue, 5 Feb 2002 15:03:34 +0000 (15:03 +0000)]
Due to a syntax error, theories in MathML Presentation were broken.

22 years agoporting to gdome2 started
Luca Padovani [Tue, 5 Feb 2002 02:44:56 +0000 (02:44 +0000)]
porting to gdome2 started

22 years ago----------------------------------------------------------------------
Irene Schena [Fri, 1 Feb 2002 17:08:31 +0000 (17:08 +0000)]
----------------------------------------------------------------------
Modified Files:
1) arith.xsl mmlctop.xsl-0.14 mmlextension.xsl xslt_index.txt: added
mml presentation for (dis)equalities and new proof elements and some
additions for Algebra elements
Added Files:
2) mmlnotation.xsl: mml presentation notations
----------------------------------------------------------------------

22 years agoPorted to ocaml-3.04
Claudio Sacerdoti Coen [Tue, 29 Jan 2002 14:55:44 +0000 (14:55 +0000)]
Ported to ocaml-3.04

22 years agoPorted to ocaml-3.04.
Claudio Sacerdoti Coen [Tue, 29 Jan 2002 14:44:29 +0000 (14:44 +0000)]
Ported to ocaml-3.04.

22 years agoBug fix: destdir for mlminidom installation is now guessed by
Stefano Zacchiroli [Mon, 21 Jan 2002 14:36:53 +0000 (14:36 +0000)]
Bug fix: destdir for mlminidom installation is now guessed by
configure

22 years ago- Vanity: added .... me to the copyright file as author :-P
Stefano Zacchiroli [Sun, 20 Jan 2002 15:24:22 +0000 (15:24 +0000)]
- Vanity: added  .... me to the copyright file as author :-P

22 years ago- Minor fix: includes upstream changelog only if it have size
Stefano Zacchiroli [Sun, 20 Jan 2002 15:23:52 +0000 (15:23 +0000)]
- Minor fix: includes upstream changelog only if it have size
  greater than zero.

22 years agoAdded "-destdir" argument to "ocamlfind install" in "install:"
Stefano Zacchiroli [Sun, 20 Jan 2002 14:46:32 +0000 (14:46 +0000)]
Added "-destdir" argument to "ocamlfind install" in "install:"
target of Makefile.in, ease creation of debian package and non
standard installation.

22 years agoPorted to ocaml 3.04 (fixed problems with commuting label mode).
Stefano Zacchiroli [Sun, 20 Jan 2002 14:45:07 +0000 (14:45 +0000)]
Ported to ocaml 3.04 (fixed problems with commuting label mode).

22 years agoUpgraded debian package for mlminidom 0.2.2
Stefano Zacchiroli [Sun, 20 Jan 2002 14:41:51 +0000 (14:41 +0000)]
Upgraded debian package for mlminidom 0.2.2

22 years agoThere were a big bug in both Fix and CoFix: the recursive functions were
Claudio Sacerdoti Coen [Fri, 11 Jan 2002 18:25:37 +0000 (18:25 +0000)]
There were a big bug in both Fix and CoFix: the recursive functions were
not bounded in the bodies.

Fix and CoFix syntax changed to a less natural, but easier to parse one.
The above bug has been fixed.

22 years agoCIC Textual Parser added to the repository.
Claudio Sacerdoti Coen [Thu, 10 Jan 2002 16:52:05 +0000 (16:52 +0000)]
CIC Textual Parser added to the repository.
The Makefile stuff has been modified because of ocamllex and ocamlyacc rules.

22 years ago----------------------------------------------------------------------
Irene Schena [Fri, 21 Dec 2001 16:47:13 +0000 (16:47 +0000)]
----------------------------------------------------------------------
Modified Files:
1) schema-h.rdf schema-hth.rdf: bugs fixed
----------------------------------------------------------------------

22 years ago----------------------------------------------------------------------
Irene Schena [Thu, 13 Dec 2001 16:11:54 +0000 (16:11 +0000)]
----------------------------------------------------------------------
Modified Files:
1) schema-h.rdf schema-hth.rdf: added comments
Added Files:
1) 13-dcagent 21-euler dces dcq dctype eor: euler and dublin core schemas
----------------------------------------------------------------------

22 years agoGeneration of forward metadata using a lexical analyser.
Claudio Sacerdoti Coen [Thu, 13 Dec 2001 14:21:33 +0000 (14:21 +0000)]
Generation of forward metadata using a lexical analyser.

22 years agoThe hash-table used in the implementation was of "type"
Claudio Sacerdoti Coen [Thu, 13 Dec 2001 12:09:17 +0000 (12:09 +0000)]
The hash-table used in the implementation was of "type"
(UriManager.uri * int) -> Cic.obj

Is is now of type
UriManager.uri -> (int * Cic.obj) list

where the list is ordered from the most cooked to the less cooked.

There is almost no difference at all in the performance of big files
(limit_plus). The new design is easier to extend to a real cache with
rollback.

22 years agoNew architecture for the environment.
Claudio Sacerdoti Coen [Thu, 13 Dec 2001 10:09:45 +0000 (10:09 +0000)]
New architecture for the environment.
The final goal is to have a reentrant, session-aware environment that
also behaves as a true cache.

22 years agoFixing of guarded_by_constructors completed.
Claudio Sacerdoti Coen [Wed, 12 Dec 2001 18:43:17 +0000 (18:43 +0000)]
Fixing of guarded_by_constructors completed.
This is the idea of the implementation:
1) The guarded_by_constructors is called on a term which is going to produce
   an inductive type (in every branch).
2) The guarded_by_constructors now has also a parameter which is the list
   of arguments that are applied to the inductive type that the term
   we are cheking is going to produce.
3) Once the constructor is found, its type is "applied" to the list of
   arguments its inductive type is applied to. This operation gives us
   an instantiated constructor type.
4) Depending on the type of every argument in the instantiated constructor
   type, we call either the does_not_occur or the guarded_by_constructors
   on every term the constructor is applied to. In case we call the
   guarded_by_constructors, we also compute the new parameter (list of
   arguments the new inductive type was applied to).

Note that the analysis of the type of the constructors is based very closely
on the analysis of positivy of an inductive type.

Note also that some cases (e.g. a MutCase, a Fix or a CoFix in head position
in the backbone of the type of a constructor) has not been considered and
raises an exception.

22 years agoPARTIAL COMMIT:
Claudio Sacerdoti Coen [Tue, 11 Dec 2001 14:21:33 +0000 (14:21 +0000)]
PARTIAL COMMIT:
 The whole logic of the guarded_by_constructors is being changed.
 The new idea is this one:
  1) The guarded_by_constructors is applied to a term t which must always
     generate an inhabitant of an inductive data type or of a co-inductive
     data type.
  2) When it find a constructor in head position, then the constructor
     must construct the inductive or co-inductive data type of 1).
  3) The type of the formal parameter of a constructor determines what
     condition is checked on the actual parameters of the constructors:
     a) Not recursive: the function must not occur in the actual parameter
     b) Simply recursive (to be defined): the function must occur in the
        actual parameter only guarded by constructors (where the constructor
        has already been found).
     c) Imbricated (i.e. it is another inductive type applied to the one
        that is going to be recursively defined): in this case the guarded
        by constructors (where the constructor has already been found) must
        be called, but:
         I) the expected inductive data type is no more the old one, but
            the one of the inductive data type that is in head position in
            the type.
        II) Once (if) one constructor of I) will be found, its type must
            be considered only after the substitution of the left (?)
            parameters and considering recursion IN THE CO-INDUCTIVE TYPE
            THAT IS THE OUTPUT TYPE OF THE WHOLE COFIX.

What is still wrong with this commit is that we don't have the notion of
imbricated argument yet. So, as soon as an imbricated argument is found,
the invariant 1-3 are broken and sooner or later an exception is raised
or false is returned.

22 years ago----------------------------------------------------------------------
Irene Schena [Mon, 10 Dec 2001 16:28:04 +0000 (16:28 +0000)]
----------------------------------------------------------------------
Modified Files:
1) schema-h.rdf, schema-hth.rdf: updated DC schemas + class and
property refinements + value types.
----------------------------------------------------------------------

22 years agoBug fixed: the strictly_positive condition was unnecessarily too tight.
Claudio Sacerdoti Coen [Mon, 10 Dec 2001 12:00:39 +0000 (12:00 +0000)]
Bug fixed: the strictly_positive condition was unnecessarily too tight.

22 years agoThe typing rule for LetIn was simply wrong. Fixed.
Claudio Sacerdoti Coen [Fri, 7 Dec 2001 17:08:07 +0000 (17:08 +0000)]
The typing rule for LetIn was simply wrong. Fixed.

22 years agoBug partially fixed: the branch of a case of type Prod can be not a Lambda.
Claudio Sacerdoti Coen [Fri, 7 Dec 2001 15:34:41 +0000 (15:34 +0000)]
Bug partially fixed: the branch of a case of type Prod can be not a Lambda.
(e.g. a Rel, a MutConstruct, etc.) I have fixed only the two cases of a
Rel and a MutConstruct.

22 years agoBug fixed: cooking w.r.t. a variable with a body must not increment
Claudio Sacerdoti Coen [Thu, 6 Dec 2001 18:24:58 +0000 (18:24 +0000)]
Bug fixed: cooking w.r.t. a variable with a body must not increment
the number of left parameters.

22 years agoIt now exits gracefully after an End-of-file.
Claudio Sacerdoti Coen [Thu, 6 Dec 2001 08:59:30 +0000 (08:59 +0000)]
It now exits gracefully after an End-of-file.

22 years agohttp:/ ==> http://
Claudio Sacerdoti Coen [Wed, 5 Dec 2001 17:49:59 +0000 (17:49 +0000)]
http:/ ==> http://

22 years agoVery stupid bug fixed: in is_small, I created an environment in reverse order.
Claudio Sacerdoti Coen [Wed, 5 Dec 2001 15:32:08 +0000 (15:32 +0000)]
Very stupid bug fixed: in is_small, I created an environment in reverse order.

22 years agoThe definition of small inductive types has been relaxed: a constructor
Claudio Sacerdoti Coen [Wed, 5 Dec 2001 14:58:46 +0000 (14:58 +0000)]
The definition of small inductive types has been relaxed: a constructor
is now considered small when its type without the parameters was small
with the previous definition. This is consistent with Coq's behaviour.

22 years agoDebugging code removed to achieve more tail-recursivity.
Claudio Sacerdoti Coen [Wed, 5 Dec 2001 11:57:06 +0000 (11:57 +0000)]
Debugging code removed to achieve more tail-recursivity.

22 years agoJust code clean-up.
Claudio Sacerdoti Coen [Wed, 5 Dec 2001 11:46:13 +0000 (11:46 +0000)]
Just code clean-up.

22 years agoDischarging of variables with a body was bugged. Fixed.
Claudio Sacerdoti Coen [Wed, 5 Dec 2001 10:53:40 +0000 (10:53 +0000)]
Discharging of variables with a body was bugged. Fixed.

22 years ago* Code improvement: there were two different functions both named eat_prods.
Claudio Sacerdoti Coen [Tue, 4 Dec 2001 13:24:27 +0000 (13:24 +0000)]
* Code improvement: there were two different functions both named eat_prods.
  One has been renamed drop_prods.
* Bug fix: decast was still too weak. Replaced by CicReduction.whd everywhere.

22 years agodoes_not_occur now handles LetIn correctly (i.e. raising an exception
Claudio Sacerdoti Coen [Tue, 4 Dec 2001 11:03:59 +0000 (11:03 +0000)]
does_not_occur now handles LetIn correctly (i.e. raising an exception
different from NotImplemented)

22 years agoError reporting improved.
Claudio Sacerdoti Coen [Tue, 4 Dec 2001 11:01:08 +0000 (11:01 +0000)]
Error reporting improved.

22 years agois_small did not use the environment. Hence the List.nth exception. Fixed.
Claudio Sacerdoti Coen [Tue, 4 Dec 2001 10:56:46 +0000 (10:56 +0000)]
is_small did not use the environment. Hence the List.nth exception. Fixed.

22 years agolift 0 was just a very heavy implementation of the identity function.
Claudio Sacerdoti Coen [Tue, 4 Dec 2001 09:50:17 +0000 (09:50 +0000)]
lift 0 was just a very heavy implementation of the identity function.

22 years agodecast must also perform LetIn reduction now.
Claudio Sacerdoti Coen [Tue, 4 Dec 2001 09:19:20 +0000 (09:19 +0000)]
decast must also perform LetIn reduction now.

22 years agoppterm added
Claudio Sacerdoti Coen [Tue, 4 Dec 2001 09:18:54 +0000 (09:18 +0000)]
ppterm added

22 years agoMakefile improved: dependencies from libraries are now considered.
Claudio Sacerdoti Coen [Mon, 3 Dec 2001 16:25:10 +0000 (16:25 +0000)]
Makefile improved: dependencies from libraries are now considered.

22 years ago----------------------------------------------------------------------
Irene Schena [Mon, 3 Dec 2001 16:17:59 +0000 (16:17 +0000)]
----------------------------------------------------------------------
Added Files:
1) schema-h.rdf, schema-hth.rdf: first draft of rdf schemas for objects
and theories
----------------------------------------------------------------------

22 years agoDependencies from libraries now checked.
Claudio Sacerdoti Coen [Mon, 3 Dec 2001 15:33:40 +0000 (15:33 +0000)]
Dependencies from libraries now checked.

22 years ago* Major code cleanup.
Claudio Sacerdoti Coen [Mon, 3 Dec 2001 15:13:22 +0000 (15:13 +0000)]
* Major code cleanup.
* Bug fixing: discharging of objects depending on variables with a body
  is now handled (more) correctly.

22 years agoMakefile improved.
Claudio Sacerdoti Coen [Mon, 3 Dec 2001 14:56:05 +0000 (14:56 +0000)]
Makefile improved.

22 years agoMain code clean-up.
Claudio Sacerdoti Coen [Mon, 3 Dec 2001 14:52:07 +0000 (14:52 +0000)]
Main code clean-up.

22 years agocicAnnotationHinter.ml* were in the library without any reason.
Claudio Sacerdoti Coen [Fri, 30 Nov 2001 17:17:43 +0000 (17:17 +0000)]
cicAnnotationHinter.ml* were in the library without any reason.

22 years agocicAnnotationHinter.ml* have no reason to be in the library.
Claudio Sacerdoti Coen [Fri, 30 Nov 2001 17:16:28 +0000 (17:16 +0000)]
cicAnnotationHinter.ml* have no reason to be in the library.
In this way, the dependency from lablgtk is removed.

22 years agoException management improved.
Claudio Sacerdoti Coen [Fri, 30 Nov 2001 17:15:59 +0000 (17:15 +0000)]
Exception management improved.

22 years ago...
Claudio Sacerdoti Coen [Fri, 30 Nov 2001 16:48:19 +0000 (16:48 +0000)]
...

22 years agoNew implementation of the proof-checker daemon: there is now
Claudio Sacerdoti Coen [Fri, 30 Nov 2001 16:44:30 +0000 (16:44 +0000)]
New implementation of the proof-checker daemon: there is now
only one sequential (= non concurrent) proof-checker that process
one request at a time. The next big step will be to make it re-entrant.

22 years agoCicCooking.init() must now be used to initialize the proof-checker library.
Claudio Sacerdoti Coen [Thu, 29 Nov 2001 20:48:49 +0000 (20:48 +0000)]
CicCooking.init() must now be used to initialize the proof-checker library.

22 years agoA .cmo file inside a .cma is linked iff it is referenced at least once.
Claudio Sacerdoti Coen [Thu, 29 Nov 2001 20:47:54 +0000 (20:47 +0000)]
A .cmo file inside a .cma is linked iff it is referenced at least once.
This was not the case for cicCooking, that simply worked using side-effects
(i.e. registering one function of him to cicEnvironment).

So, I have created a new init function to initialize the wall proof-checker.

22 years agoLetIn reduction (alias zeta-reduction) is now performed during whd.
Claudio Sacerdoti Coen [Thu, 29 Nov 2001 18:32:04 +0000 (18:32 +0000)]
LetIn reduction (alias zeta-reduction) is now performed during whd.

22 years agoLetIn was missing.
Claudio Sacerdoti Coen [Thu, 29 Nov 2001 18:28:16 +0000 (18:28 +0000)]
LetIn was missing.

22 years ago* .mli added where needed
Claudio Sacerdoti Coen [Thu, 29 Nov 2001 18:07:10 +0000 (18:07 +0000)]
* .mli added where needed
* Install and uninstall implemented
* Makefile improvements

22 years agoconfigure.in now used (just to check that ocaml and findlib are there)
Claudio Sacerdoti Coen [Wed, 28 Nov 2001 11:36:49 +0000 (11:36 +0000)]
configure.in now used (just to check that ocaml and findlib are there)
Very small bug-fixes.

22 years agoMETA files are now automatically generated from META-*.src files.
Claudio Sacerdoti Coen [Wed, 28 Nov 2001 11:23:51 +0000 (11:23 +0000)]
META files are now automatically generated from META-*.src files.
In this way all the hard-coded file paths have been removed.
Installation and uninstallation (still not implemented) should be also
easier.
Moreover, an error in a sub-directory now stops the whole processing.

22 years agoFirst version of fix_params into CVS.
Claudio Sacerdoti Coen [Tue, 27 Nov 2001 17:28:57 +0000 (17:28 +0000)]
First version of fix_params into CVS.

22 years agoFirst versione of the proofChecker into CVS.
Claudio Sacerdoti Coen [Tue, 27 Nov 2001 17:22:51 +0000 (17:22 +0000)]
First versione of the proofChecker into CVS.

22 years agoparam.annotations was yes or NO. It is now yer or no.
Claudio Sacerdoti Coen [Tue, 27 Nov 2001 17:05:45 +0000 (17:05 +0000)]
param.annotations was yes or NO. It is now yer or no.

22 years agoannotations: was yes or NO. It is now yes or no.
Claudio Sacerdoti Coen [Tue, 27 Nov 2001 17:05:01 +0000 (17:05 +0000)]
annotations: was yes or NO. It is now yes or no.

22 years agoFirst release of cicAnnotationHelper in CVS.
Claudio Sacerdoti Coen [Tue, 27 Nov 2001 14:19:09 +0000 (14:19 +0000)]
First release of cicAnnotationHelper in CVS.
Uses the new HELM OCaml libraries.

22 years ago.depend must be in the repository
Claudio Sacerdoti Coen [Tue, 27 Nov 2001 13:26:56 +0000 (13:26 +0000)]
.depend must be in the repository

22 years agoNew implementation using the new HELM OCaml libraries.
Claudio Sacerdoti Coen [Tue, 27 Nov 2001 13:16:21 +0000 (13:16 +0000)]
New implementation using the new HELM OCaml libraries.

22 years agoNew implementation that uses the new HELM OCaml libraries.
Claudio Sacerdoti Coen [Tue, 27 Nov 2001 13:12:34 +0000 (13:12 +0000)]
New implementation that uses the new HELM OCaml libraries.

22 years ago1) .cma/.cmxa used to simplify META files.
Claudio Sacerdoti Coen [Tue, 27 Nov 2001 11:58:50 +0000 (11:58 +0000)]
1) .cma/.cmxa used to simplify META files.
2) Common parts of Makefiles factorized into Makefile.common
3) Makefile added

22 years ago.cvsignore and .depend forgot
Claudio Sacerdoti Coen [Mon, 26 Nov 2001 18:38:03 +0000 (18:38 +0000)]
.cvsignore and .depend forgot

22 years agoHELM OCaml libraries with findlib support.
Claudio Sacerdoti Coen [Mon, 26 Nov 2001 18:28:28 +0000 (18:28 +0000)]
HELM OCaml libraries with findlib support.

22 years agoinitial checkin
Claudio Sacerdoti Coen [Mon, 26 Nov 2001 09:24:32 +0000 (09:24 +0000)]
initial checkin

22 years agoReadme for the debianize.helm stuff.
Stefano Zacchiroli [Sun, 25 Nov 2001 16:11:10 +0000 (16:11 +0000)]
Readme for the debianize.helm stuff.

22 years agoDebianize.helm stuff.
Stefano Zacchiroli [Sun, 25 Nov 2001 15:56:09 +0000 (15:56 +0000)]
Debianize.helm stuff.
Now you can check out a cvs revision and obtain a *clean* debianized source
tree executing "debian/debianize.helm".
Moreover the generated debian packages are native debian packages.

22 years agoSynced debian dir.
Stefano Zacchiroli [Sun, 25 Nov 2001 13:52:41 +0000 (13:52 +0000)]
Synced debian dir.

22 years agoRemoved from debian dir.
Stefano Zacchiroli [Sun, 25 Nov 2001 13:05:37 +0000 (13:05 +0000)]
Removed from debian dir.

22 years agoSynced debian dir.
Stefano Zacchiroli [Sun, 25 Nov 2001 13:02:31 +0000 (13:02 +0000)]
Synced debian dir.

22 years agoadded config.sub and config.guess so that the package is ready for Debian
Luca Padovani [Fri, 23 Nov 2001 19:34:54 +0000 (19:34 +0000)]
added config.sub and config.guess so that the package is ready for Debian

22 years agoContent-type for MathML Content "fixed". Why was it broken?
Claudio Sacerdoti Coen [Fri, 23 Nov 2001 17:12:00 +0000 (17:12 +0000)]
Content-type for MathML Content "fixed". Why was it broken?

22 years agoout of sync w.r.t. configuration.ml
Claudio Sacerdoti Coen [Thu, 22 Nov 2001 13:16:15 +0000 (13:16 +0000)]
out of sync w.r.t. configuration.ml

22 years agoUnderlining of hyperlinks removed.
Claudio Sacerdoti Coen [Wed, 21 Nov 2001 18:38:35 +0000 (18:38 +0000)]
Underlining of hyperlinks removed.

22 years agomkMetaTheoryURL(): param.embedKeys() forgot.
Claudio Sacerdoti Coen [Wed, 21 Nov 2001 18:32:00 +0000 (18:32 +0000)]
mkMetaTheoryURL(): param.embedKeys() forgot.
Code improvement.

22 years agoChanged version number to 0.2.1
Stefano Zacchiroli [Mon, 19 Nov 2001 15:04:14 +0000 (15:04 +0000)]
Changed version number to 0.2.1

22 years agoBUG FIXED:
Claudio Sacerdoti Coen [Fri, 16 Nov 2001 17:23:25 +0000 (17:23 +0000)]
BUG FIXED:
An maction with only one child does not have the same semantic
of an mrow. E.g.: when I click to un-expand a node, the first enclosing
maction is the one I am acting on. If it has only one child, nothing
happens. So, if an maction with only one child is put inside an maction with
two children, the inner one stops any possibility to unexpand the outer one.

22 years agoChecks for mlminidom and lablgtk added.
Claudio Sacerdoti Coen [Fri, 16 Nov 2001 16:04:38 +0000 (16:04 +0000)]
Checks for mlminidom and lablgtk added.

22 years agoSome spourious files removed.
Claudio Sacerdoti Coen [Fri, 16 Nov 2001 14:56:04 +0000 (14:56 +0000)]
Some spourious files removed.

22 years ago...
Claudio Sacerdoti Coen [Fri, 16 Nov 2001 14:27:36 +0000 (14:27 +0000)]
...

22 years ago.cvsignore improved
Claudio Sacerdoti Coen [Fri, 16 Nov 2001 14:26:34 +0000 (14:26 +0000)]
.cvsignore improved

22 years agoDisequalities chains for algebra. First draft.
Andrea Asperti [Fri, 16 Nov 2001 09:36:08 +0000 (09:36 +0000)]
Disequalities chains for algebra. First draft.

22 years agoDistribution improvements.
Claudio Sacerdoti Coen [Thu, 15 Nov 2001 12:37:05 +0000 (12:37 +0000)]
Distribution improvements.

22 years agoNow automatically generated from Makefile.in
Claudio Sacerdoti Coen [Thu, 15 Nov 2001 12:36:42 +0000 (12:36 +0000)]
Now automatically generated from Makefile.in

22 years agoNo more used.
Claudio Sacerdoti Coen [Thu, 15 Nov 2001 12:33:55 +0000 (12:33 +0000)]
No more used.

22 years agoFirst commit towards the 0.2.8 version.
Claudio Sacerdoti Coen [Thu, 15 Nov 2001 12:33:20 +0000 (12:33 +0000)]
First commit towards the 0.2.8 version.

22 years agoBug fixed
Claudio Sacerdoti Coen [Wed, 14 Nov 2001 15:17:45 +0000 (15:17 +0000)]
Bug fixed

22 years agoBug fixed: $< confused with $^
Claudio Sacerdoti Coen [Wed, 14 Nov 2001 15:02:01 +0000 (15:02 +0000)]
Bug fixed: $< confused with $^

22 years agomissing macro
Claudio Sacerdoti Coen [Wed, 14 Nov 2001 14:49:29 +0000 (14:49 +0000)]
missing macro

22 years agoHTTP_GETTER_URIS_DBM added
Claudio Sacerdoti Coen [Wed, 14 Nov 2001 14:29:54 +0000 (14:29 +0000)]
HTTP_GETTER_URIS_DBM added

22 years agoHTTP_GETTER_SERVERS_FILE introduced
Claudio Sacerdoti Coen [Wed, 14 Nov 2001 14:23:53 +0000 (14:23 +0000)]
HTTP_GETTER_SERVERS_FILE introduced

22 years agoBug fix: changed "prefix" dir in install target.
Stefano Zacchiroli [Wed, 14 Nov 2001 14:05:08 +0000 (14:05 +0000)]
Bug fix: changed "prefix" dir in install target.
Minor changes in debhelper usage.

22 years agoChanged policy standard version.
Stefano Zacchiroli [Wed, 14 Nov 2001 14:04:21 +0000 (14:04 +0000)]
Changed policy standard version.

22 years agoRemoved INSTALL (not needed) and NEWS (0 sized) from document list.
Stefano Zacchiroli [Wed, 14 Nov 2001 13:47:57 +0000 (13:47 +0000)]
Removed INSTALL (not needed) and NEWS (0 sized) from document list.