From: Stephane Glondu Date: Fri, 10 Feb 2012 10:32:18 +0000 (+0100) Subject: Reset $Id$ to avoid useless diffs with svn snapshots X-Git-Tag: archive/raspbian/4.08.1-4+rpi1~3^2~63^2~15 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=d80fea5d6749d4c4c47a78e5e281dcf674b7cfb0;p=ocaml.git Reset $Id$ to avoid useless diffs with svn snapshots --- diff --git a/Changes b/Changes index e9ea3561..2e7b5780 100644 --- a/Changes +++ b/Changes @@ -2721,4 +2721,4 @@ Caml Special Light 1.06: * First public release. -$Id: Changes 11110 2011-07-04 21:15:01Z doligez $ +$Id$ diff --git a/Makefile b/Makefile index 7b777da3..912259b7 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ # # ######################################################################### -# $Id: Makefile 10566 2010-06-16 01:32:26Z garrigue $ +# $Id$ # The main Makefile diff --git a/Makefile.nt b/Makefile.nt index 1f26c270..a7e34f59 100644 --- a/Makefile.nt +++ b/Makefile.nt @@ -10,7 +10,7 @@ # # ######################################################################### -# $Id: Makefile.nt 10616 2010-07-06 10:02:53Z doligez $ +# $Id$ # The main Makefile diff --git a/README b/README index 502dd181..5933521d 100644 --- a/README +++ b/README @@ -135,4 +135,4 @@ You can also contact the implementors directly at caml@inria.fr. ---- -$Id: README 11017 2011-04-29 09:10:12Z doligez $ +$Id$ diff --git a/VERSION b/VERSION index 8b325e02..e34a5e1e 100644 --- a/VERSION +++ b/VERSION @@ -3,4 +3,4 @@ # The version string is the first line of this file. # It must be in the format described in stdlib/sys.mli -# $Id: VERSION 11110 2011-07-04 21:15:01Z doligez $ +# $Id$ diff --git a/asmcomp/alpha/arch.ml b/asmcomp/alpha/arch.ml index 773397c1..52d1f11b 100644 --- a/asmcomp/alpha/arch.ml +++ b/asmcomp/alpha/arch.ml @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: arch.ml 5304 2002-11-29 15:03:37Z xleroy $ *) +(* $Id$ *) (* Specific operations for the Alpha processor *) diff --git a/asmcomp/alpha/emit.mlp b/asmcomp/alpha/emit.mlp index 3de1c01a..6857da04 100644 --- a/asmcomp/alpha/emit.mlp +++ b/asmcomp/alpha/emit.mlp @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: emit.mlp 9547 2010-01-22 12:48:24Z doligez $ *) +(* $Id$ *) module LabelSet = Set.Make(struct type t = Linearize.label let compare = compare end) diff --git a/asmcomp/alpha/proc.ml b/asmcomp/alpha/proc.ml index ce2b651a..93c2422f 100644 --- a/asmcomp/alpha/proc.ml +++ b/asmcomp/alpha/proc.ml @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: proc.ml 10268 2010-04-18 09:02:40Z xleroy $ *) +(* $Id$ *) (* Description of the Alpha processor *) diff --git a/asmcomp/alpha/reload.ml b/asmcomp/alpha/reload.ml index e95a9909..53f7b183 100644 --- a/asmcomp/alpha/reload.ml +++ b/asmcomp/alpha/reload.ml @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: reload.ml 2553 1999-11-17 18:59:06Z xleroy $ *) +(* $Id$ *) (* Reloading for the Alpha *) diff --git a/asmcomp/alpha/scheduling.ml b/asmcomp/alpha/scheduling.ml index 3f6ca8af..f59c26ed 100644 --- a/asmcomp/alpha/scheduling.ml +++ b/asmcomp/alpha/scheduling.ml @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: scheduling.ml 2553 1999-11-17 18:59:06Z xleroy $ *) +(* $Id$ *) open Arch open Mach diff --git a/asmcomp/alpha/selection.ml b/asmcomp/alpha/selection.ml index 1cd0d559..d91ec5bd 100644 --- a/asmcomp/alpha/selection.ml +++ b/asmcomp/alpha/selection.ml @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: selection.ml 10296 2010-04-22 12:51:06Z xleroy $ *) +(* $Id$ *) (* Instruction selection for the Alpha processor *) diff --git a/asmcomp/amd64/arch.ml b/asmcomp/amd64/arch.ml index fe52e54d..3e8f4b11 100644 --- a/asmcomp/amd64/arch.ml +++ b/asmcomp/amd64/arch.ml @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: arch.ml 7784 2007-01-01 13:07:35Z xleroy $ *) +(* $Id$ *) (* Machine-specific command-line options *) diff --git a/asmcomp/amd64/emit.mlp b/asmcomp/amd64/emit.mlp index 94e9cb28..a33a0fa9 100644 --- a/asmcomp/amd64/emit.mlp +++ b/asmcomp/amd64/emit.mlp @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: emit.mlp 10980 2011-03-13 13:33:17Z xleroy $ *) +(* $Id$ *) (* Emission of x86-64 (AMD 64) assembly code *) diff --git a/asmcomp/amd64/emit_nt.mlp b/asmcomp/amd64/emit_nt.mlp index 125099c3..724d6ee0 100644 --- a/asmcomp/amd64/emit_nt.mlp +++ b/asmcomp/amd64/emit_nt.mlp @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: emit_nt.mlp 10862 2010-11-27 17:19:24Z xleroy $ *) +(* $Id$ *) (* Emission of x86-64 (AMD 64) assembly code, MASM syntax *) diff --git a/asmcomp/amd64/proc.ml b/asmcomp/amd64/proc.ml index 2abe5216..4ba0d5c3 100644 --- a/asmcomp/amd64/proc.ml +++ b/asmcomp/amd64/proc.ml @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: proc.ml 9547 2010-01-22 12:48:24Z doligez $ *) +(* $Id$ *) (* Description of the AMD64 processor *) diff --git a/asmcomp/amd64/proc_nt.ml b/asmcomp/amd64/proc_nt.ml index 14b1b105..5c90e4f5 100644 --- a/asmcomp/amd64/proc_nt.ml +++ b/asmcomp/amd64/proc_nt.ml @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: proc_nt.ml 9547 2010-01-22 12:48:24Z doligez $ *) +(* $Id$ *) (* Description of the AMD64 processor with Win64 conventions *) diff --git a/asmcomp/amd64/reload.ml b/asmcomp/amd64/reload.ml index 46588a9b..66772de9 100644 --- a/asmcomp/amd64/reload.ml +++ b/asmcomp/amd64/reload.ml @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: reload.ml 10460 2010-05-24 15:26:23Z xleroy $ *) +(* $Id$ *) open Cmm open Arch diff --git a/asmcomp/amd64/scheduling.ml b/asmcomp/amd64/scheduling.ml index aeecf9e3..faf0353e 100644 --- a/asmcomp/amd64/scheduling.ml +++ b/asmcomp/amd64/scheduling.ml @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: scheduling.ml 5634 2003-06-30 08:28:48Z xleroy $ *) +(* $Id$ *) open Schedgen (* to create a dependency *) diff --git a/asmcomp/amd64/selection.ml b/asmcomp/amd64/selection.ml index f0546cf8..4921e511 100644 --- a/asmcomp/amd64/selection.ml +++ b/asmcomp/amd64/selection.ml @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: selection.ml 10250 2010-04-08 03:58:41Z garrigue $ *) +(* $Id$ *) (* Instruction selection for the AMD64 *) diff --git a/asmcomp/arm/arch.ml b/asmcomp/arm/arch.ml index 998fa4bb..aafb094b 100644 --- a/asmcomp/arm/arch.ml +++ b/asmcomp/arm/arch.ml @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: arch.ml 5304 2002-11-29 15:03:37Z xleroy $ *) +(* $Id$ *) (* Specific operations for the ARM processor *) diff --git a/asmcomp/arm/emit.mlp b/asmcomp/arm/emit.mlp index 20033139..cfcb0c94 100644 --- a/asmcomp/arm/emit.mlp +++ b/asmcomp/arm/emit.mlp @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: emit.mlp 10293 2010-04-22 09:33:18Z xleroy $ *) +(* $Id$ *) (* Emission of ARM assembly code *) diff --git a/asmcomp/arm/proc.ml b/asmcomp/arm/proc.ml index e56ac6e4..06b085b4 100644 --- a/asmcomp/arm/proc.ml +++ b/asmcomp/arm/proc.ml @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: proc.ml 9252 2009-05-04 13:46:46Z xleroy $ *) +(* $Id$ *) (* Description of the ARM processor *) diff --git a/asmcomp/arm/reload.ml b/asmcomp/arm/reload.ml index 09174387..65d81181 100644 --- a/asmcomp/arm/reload.ml +++ b/asmcomp/arm/reload.ml @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: reload.ml 2553 1999-11-17 18:59:06Z xleroy $ *) +(* $Id$ *) (* Reloading for the ARM *) diff --git a/asmcomp/arm/scheduling.ml b/asmcomp/arm/scheduling.ml index 930e1bc2..8f49ad1e 100644 --- a/asmcomp/arm/scheduling.ml +++ b/asmcomp/arm/scheduling.ml @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: scheduling.ml 2553 1999-11-17 18:59:06Z xleroy $ *) +(* $Id$ *) open Mach diff --git a/asmcomp/arm/selection.ml b/asmcomp/arm/selection.ml index f09d146b..1574bf01 100644 --- a/asmcomp/arm/selection.ml +++ b/asmcomp/arm/selection.ml @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: selection.ml 10295 2010-04-22 12:39:40Z xleroy $ *) +(* $Id$ *) (* Instruction selection for the ARM processor *) diff --git a/asmcomp/asmgen.ml b/asmcomp/asmgen.ml index 8f70d1d1..9cdf61f4 100644 --- a/asmcomp/asmgen.ml +++ b/asmcomp/asmgen.ml @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: asmgen.ml 9547 2010-01-22 12:48:24Z doligez $ *) +(* $Id$ *) (* From lambda to assembly code *) diff --git a/asmcomp/asmgen.mli b/asmcomp/asmgen.mli index 19a79c84..fe578bd4 100644 --- a/asmcomp/asmgen.mli +++ b/asmcomp/asmgen.mli @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: asmgen.mli 8477 2007-11-06 15:16:56Z frisch $ *) +(* $Id$ *) (* From lambda to assembly code *) diff --git a/asmcomp/asmlibrarian.ml b/asmcomp/asmlibrarian.ml index 308df7be..1fddb812 100644 --- a/asmcomp/asmlibrarian.ml +++ b/asmcomp/asmlibrarian.ml @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: asmlibrarian.ml 10424 2010-05-19 11:29:38Z xleroy $ *) +(* $Id$ *) (* Build libraries of .cmx files *) diff --git a/asmcomp/asmlibrarian.mli b/asmcomp/asmlibrarian.mli index 0224d89a..66f6a127 100644 --- a/asmcomp/asmlibrarian.mli +++ b/asmcomp/asmlibrarian.mli @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: asmlibrarian.mli 3123 2000-04-21 08:13:22Z weis $ *) +(* $Id$ *) (* Build libraries of .cmx files *) diff --git a/asmcomp/asmlink.ml b/asmcomp/asmlink.ml index 5424b384..e8930139 100644 --- a/asmcomp/asmlink.ml +++ b/asmcomp/asmlink.ml @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: asmlink.ml 11049 2011-05-17 14:14:38Z doligez $ *) +(* $Id$ *) (* Link a set of .cmx/.o files and produce an executable *) diff --git a/asmcomp/asmlink.mli b/asmcomp/asmlink.mli index 1716cb8f..dbebb7be 100644 --- a/asmcomp/asmlink.mli +++ b/asmcomp/asmlink.mli @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: asmlink.mli 10424 2010-05-19 11:29:38Z xleroy $ *) +(* $Id$ *) (* Link a set of .cmx/.o files and produce an executable or a plugin *) diff --git a/asmcomp/asmpackager.ml b/asmcomp/asmpackager.ml index db5c8b59..fadfa49f 100644 --- a/asmcomp/asmpackager.ml +++ b/asmcomp/asmpackager.ml @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: asmpackager.ml 10424 2010-05-19 11:29:38Z xleroy $ *) +(* $Id$ *) (* "Package" a set of .cmx/.o files into one .cmx/.o file having the original compilation units as sub-modules. *) diff --git a/asmcomp/asmpackager.mli b/asmcomp/asmpackager.mli index 9d47e851..7d0bb588 100644 --- a/asmcomp/asmpackager.mli +++ b/asmcomp/asmpackager.mli @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: asmpackager.mli 7003 2005-08-01 15:51:09Z xleroy $ *) +(* $Id$ *) (* "Package" a set of .cmx/.o files into one .cmx/.o file having the original compilation units as sub-modules. *) diff --git a/asmcomp/clambda.ml b/asmcomp/clambda.ml index ec836be1..5e31c3bb 100644 --- a/asmcomp/clambda.ml +++ b/asmcomp/clambda.ml @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: clambda.ml 7812 2007-01-29 12:11:18Z xleroy $ *) +(* $Id$ *) (* A variant of the "lambda" code with direct / indirect calls explicit and closures explicit too *) diff --git a/asmcomp/clambda.mli b/asmcomp/clambda.mli index 82d35600..724490c5 100644 --- a/asmcomp/clambda.mli +++ b/asmcomp/clambda.mli @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: clambda.mli 7812 2007-01-29 12:11:18Z xleroy $ *) +(* $Id$ *) (* A variant of the "lambda" code with direct / indirect calls explicit and closures explicit too *) diff --git a/asmcomp/closure.ml b/asmcomp/closure.ml index c5468751..4ff4d720 100644 --- a/asmcomp/closure.ml +++ b/asmcomp/closure.ml @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: closure.ml 10667 2010-09-02 13:29:21Z xclerc $ *) +(* $Id$ *) (* Introduction of closures, uncurrying, recognition of direct calls *) diff --git a/asmcomp/closure.mli b/asmcomp/closure.mli index 011608fb..f1637906 100644 --- a/asmcomp/closure.mli +++ b/asmcomp/closure.mli @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: closure.mli 9547 2010-01-22 12:48:24Z doligez $ *) +(* $Id$ *) (* Introduction of closures, uncurrying, recognition of direct calls *) diff --git a/asmcomp/cmm.ml b/asmcomp/cmm.ml index 255541ac..68625e24 100644 --- a/asmcomp/cmm.ml +++ b/asmcomp/cmm.ml @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: cmm.ml 9547 2010-01-22 12:48:24Z doligez $ *) +(* $Id$ *) type machtype_component = Addr diff --git a/asmcomp/cmm.mli b/asmcomp/cmm.mli index 2bf92f36..1b090716 100644 --- a/asmcomp/cmm.mli +++ b/asmcomp/cmm.mli @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: cmm.mli 9547 2010-01-22 12:48:24Z doligez $ *) +(* $Id$ *) (* Second intermediate language (machine independent) *) diff --git a/asmcomp/cmmgen.ml b/asmcomp/cmmgen.ml index dd982fbc..ca9d2f04 100644 --- a/asmcomp/cmmgen.ml +++ b/asmcomp/cmmgen.ml @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: cmmgen.ml 10794 2010-11-11 17:08:07Z xleroy $ *) +(* $Id$ *) (* Translation from closed lambda to C-- *) diff --git a/asmcomp/cmmgen.mli b/asmcomp/cmmgen.mli index 32c6da03..ba7e5ad0 100644 --- a/asmcomp/cmmgen.mli +++ b/asmcomp/cmmgen.mli @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: cmmgen.mli 10424 2010-05-19 11:29:38Z xleroy $ *) +(* $Id$ *) (* Translation from closed lambda to C-- *) diff --git a/asmcomp/cmx_format.mli b/asmcomp/cmx_format.mli index 9abfaf02..a43a21df 100644 --- a/asmcomp/cmx_format.mli +++ b/asmcomp/cmx_format.mli @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: compilenv.mli 9547 2010-01-22 12:48:24Z doligez $ *) +(* $Id$ *) (* Format of .cmx, .cmxa and .cmxs files *) diff --git a/asmcomp/codegen.ml b/asmcomp/codegen.ml index f5afae6b..280f1394 100644 --- a/asmcomp/codegen.ml +++ b/asmcomp/codegen.ml @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: codegen.ml 9547 2010-01-22 12:48:24Z doligez $ *) +(* $Id$ *) (* From C-- to assembly code *) diff --git a/asmcomp/codegen.mli b/asmcomp/codegen.mli index 06378ab0..b6d8caa6 100644 --- a/asmcomp/codegen.mli +++ b/asmcomp/codegen.mli @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: codegen.mli 2553 1999-11-17 18:59:06Z xleroy $ *) +(* $Id$ *) (* From C-- to assembly code *) diff --git a/asmcomp/coloring.ml b/asmcomp/coloring.ml index f44a26fb..37c03a05 100644 --- a/asmcomp/coloring.ml +++ b/asmcomp/coloring.ml @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: coloring.ml 9547 2010-01-22 12:48:24Z doligez $ *) +(* $Id$ *) (* Register allocation by coloring of the interference graph *) diff --git a/asmcomp/coloring.mli b/asmcomp/coloring.mli index c92fd41b..cbfb2d6c 100644 --- a/asmcomp/coloring.mli +++ b/asmcomp/coloring.mli @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: coloring.mli 2553 1999-11-17 18:59:06Z xleroy $ *) +(* $Id$ *) (* Register allocation by coloring of the interference graph *) diff --git a/asmcomp/comballoc.ml b/asmcomp/comballoc.ml index e9e51d41..13dbcaff 100644 --- a/asmcomp/comballoc.ml +++ b/asmcomp/comballoc.ml @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: comballoc.ml 10910 2010-12-22 13:52:24Z xleroy $ *) +(* $Id$ *) (* Combine heap allocations occurring in the same basic block *) diff --git a/asmcomp/comballoc.mli b/asmcomp/comballoc.mli index d6d72f58..329e9276 100644 --- a/asmcomp/comballoc.mli +++ b/asmcomp/comballoc.mli @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: comballoc.mli 2553 1999-11-17 18:59:06Z xleroy $ *) +(* $Id$ *) (* Combine heap allocations occurring in the same basic block *) diff --git a/asmcomp/compilenv.ml b/asmcomp/compilenv.ml index 33c35065..cf5001dc 100644 --- a/asmcomp/compilenv.ml +++ b/asmcomp/compilenv.ml @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: compilenv.ml 10424 2010-05-19 11:29:38Z xleroy $ *) +(* $Id$ *) (* Compilation environments for compilation units *) diff --git a/asmcomp/compilenv.mli b/asmcomp/compilenv.mli index 7ca606d8..4d43e1f8 100644 --- a/asmcomp/compilenv.mli +++ b/asmcomp/compilenv.mli @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: compilenv.mli 10424 2010-05-19 11:29:38Z xleroy $ *) +(* $Id$ *) (* Compilation environments for compilation units *) diff --git a/asmcomp/emit.mli b/asmcomp/emit.mli index 57b0066f..ab7657af 100644 --- a/asmcomp/emit.mli +++ b/asmcomp/emit.mli @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: emit.mli 2553 1999-11-17 18:59:06Z xleroy $ *) +(* $Id$ *) (* Generation of assembly code *) diff --git a/asmcomp/emitaux.ml b/asmcomp/emitaux.ml index 522977aa..d4db78ad 100644 --- a/asmcomp/emitaux.ml +++ b/asmcomp/emitaux.ml @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: emitaux.ml 9547 2010-01-22 12:48:24Z doligez $ *) +(* $Id$ *) (* Common functions for emitting assembly code *) diff --git a/asmcomp/emitaux.mli b/asmcomp/emitaux.mli index c253d6fa..4f666be7 100644 --- a/asmcomp/emitaux.mli +++ b/asmcomp/emitaux.mli @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: emitaux.mli 9540 2010-01-20 16:26:46Z doligez $ *) +(* $Id$ *) (* Common functions for emitting assembly code *) diff --git a/asmcomp/hppa/arch.ml b/asmcomp/hppa/arch.ml index febd3b43..eb2e1938 100644 --- a/asmcomp/hppa/arch.ml +++ b/asmcomp/hppa/arch.ml @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: arch.ml 9547 2010-01-22 12:48:24Z doligez $ *) +(* $Id$ *) (* Specific operations for the HP PA-RISC processor *) diff --git a/asmcomp/hppa/emit.mlp b/asmcomp/hppa/emit.mlp index afa182eb..b697a335 100644 --- a/asmcomp/hppa/emit.mlp +++ b/asmcomp/hppa/emit.mlp @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: emit.mlp 9547 2010-01-22 12:48:24Z doligez $ *) +(* $Id$ *) (* Emission of HP PA-RISC assembly code *) diff --git a/asmcomp/hppa/proc.ml b/asmcomp/hppa/proc.ml index bcc1104d..c0b40adb 100644 --- a/asmcomp/hppa/proc.ml +++ b/asmcomp/hppa/proc.ml @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: proc.ml 9547 2010-01-22 12:48:24Z doligez $ *) +(* $Id$ *) (* Description of the HP PA-RISC processor *) diff --git a/asmcomp/hppa/reload.ml b/asmcomp/hppa/reload.ml index 44371522..54208fcc 100644 --- a/asmcomp/hppa/reload.ml +++ b/asmcomp/hppa/reload.ml @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: reload.ml 8768 2008-01-11 16:13:18Z doligez $ *) +(* $Id$ *) (* Reloading for the HPPA *) diff --git a/asmcomp/hppa/scheduling.ml b/asmcomp/hppa/scheduling.ml index 8d2ed7cc..0cdd0998 100644 --- a/asmcomp/hppa/scheduling.ml +++ b/asmcomp/hppa/scheduling.ml @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: scheduling.ml 2553 1999-11-17 18:59:06Z xleroy $ *) +(* $Id$ *) (* Instruction scheduling for the HPPA *) diff --git a/asmcomp/hppa/selection.ml b/asmcomp/hppa/selection.ml index 6240474e..74c546b0 100644 --- a/asmcomp/hppa/selection.ml +++ b/asmcomp/hppa/selection.ml @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: selection.ml 10296 2010-04-22 12:51:06Z xleroy $ *) +(* $Id$ *) (* Instruction selection for the HPPA processor *) diff --git a/asmcomp/i386/arch.ml b/asmcomp/i386/arch.ml index cf1d4b0d..04d673d9 100644 --- a/asmcomp/i386/arch.ml +++ b/asmcomp/i386/arch.ml @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: arch.ml 9547 2010-01-22 12:48:24Z doligez $ *) +(* $Id$ *) (* Machine-specific command-line options *) diff --git a/asmcomp/i386/emit.mlp b/asmcomp/i386/emit.mlp index 16a4da45..881a936a 100644 --- a/asmcomp/i386/emit.mlp +++ b/asmcomp/i386/emit.mlp @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: emit.mlp 10980 2011-03-13 13:33:17Z xleroy $ *) +(* $Id$ *) (* Emission of Intel 386 assembly code *) diff --git a/asmcomp/i386/emit_nt.mlp b/asmcomp/i386/emit_nt.mlp index 0efe2628..7091b3df 100644 --- a/asmcomp/i386/emit_nt.mlp +++ b/asmcomp/i386/emit_nt.mlp @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: emit_nt.mlp 11067 2011-06-04 15:21:43Z xleroy $ *) +(* $Id$ *) (* Emission of Intel 386 assembly code, MASM syntax. *) diff --git a/asmcomp/i386/proc.ml b/asmcomp/i386/proc.ml index 0b802c4b..d2e3cdda 100644 --- a/asmcomp/i386/proc.ml +++ b/asmcomp/i386/proc.ml @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: proc.ml 8462 2007-10-30 12:37:16Z xleroy $ *) +(* $Id$ *) (* Description of the Intel 386 processor *) diff --git a/asmcomp/i386/proc_nt.ml b/asmcomp/i386/proc_nt.ml index 74d2b61a..5e617ff1 100644 --- a/asmcomp/i386/proc_nt.ml +++ b/asmcomp/i386/proc_nt.ml @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: proc_nt.ml 9547 2010-01-22 12:48:24Z doligez $ *) +(* $Id$ *) (* Description of the Intel 386 processor, for Windows NT *) diff --git a/asmcomp/i386/reload.ml b/asmcomp/i386/reload.ml index ac79c582..539d45da 100644 --- a/asmcomp/i386/reload.ml +++ b/asmcomp/i386/reload.ml @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: reload.ml 10250 2010-04-08 03:58:41Z garrigue $ *) +(* $Id$ *) open Cmm open Arch diff --git a/asmcomp/i386/scheduling.ml b/asmcomp/i386/scheduling.ml index 61a107ea..6f018cc8 100644 --- a/asmcomp/i386/scheduling.ml +++ b/asmcomp/i386/scheduling.ml @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: scheduling.ml 2779 2000-02-04 12:43:18Z xleroy $ *) +(* $Id$ *) open Schedgen (* to create a dependency *) diff --git a/asmcomp/i386/selection.ml b/asmcomp/i386/selection.ml index 1700bf38..5a8720fb 100644 --- a/asmcomp/i386/selection.ml +++ b/asmcomp/i386/selection.ml @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: selection.ml 10250 2010-04-08 03:58:41Z garrigue $ *) +(* $Id$ *) (* Instruction selection for the Intel x86 *) diff --git a/asmcomp/ia64/arch.ml b/asmcomp/ia64/arch.ml index 3c2a4c85..77dddaca 100644 --- a/asmcomp/ia64/arch.ml +++ b/asmcomp/ia64/arch.ml @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: arch.ml 5304 2002-11-29 15:03:37Z xleroy $ *) +(* $Id$ *) (* Specific operations for the IA64 processor *) diff --git a/asmcomp/ia64/emit.mlp b/asmcomp/ia64/emit.mlp index 04e5f499..3d8eeb97 100644 --- a/asmcomp/ia64/emit.mlp +++ b/asmcomp/ia64/emit.mlp @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: emit.mlp 9547 2010-01-22 12:48:24Z doligez $ *) +(* $Id$ *) (* Emission of IA64 assembly code *) diff --git a/asmcomp/ia64/proc.ml b/asmcomp/ia64/proc.ml index bf04d1ce..15311aa0 100644 --- a/asmcomp/ia64/proc.ml +++ b/asmcomp/ia64/proc.ml @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: proc.ml 9547 2010-01-22 12:48:24Z doligez $ *) +(* $Id$ *) (* Description of the IA64 processor *) diff --git a/asmcomp/ia64/reload.ml b/asmcomp/ia64/reload.ml index b9b9e6dd..338c0884 100644 --- a/asmcomp/ia64/reload.ml +++ b/asmcomp/ia64/reload.ml @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: reload.ml 3235 2000-07-16 02:57:31Z xleroy $ *) +(* $Id$ *) (* Reloading for the IA64. *) diff --git a/asmcomp/ia64/scheduling.ml b/asmcomp/ia64/scheduling.ml index 236a4061..9bed03a6 100644 --- a/asmcomp/ia64/scheduling.ml +++ b/asmcomp/ia64/scheduling.ml @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: scheduling.ml 9547 2010-01-22 12:48:24Z doligez $ *) +(* $Id$ *) open Schedgen (* to create a dependency *) diff --git a/asmcomp/ia64/selection.ml b/asmcomp/ia64/selection.ml index c8721c47..6be4a18c 100644 --- a/asmcomp/ia64/selection.ml +++ b/asmcomp/ia64/selection.ml @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: selection.ml 10296 2010-04-22 12:51:06Z xleroy $ *) +(* $Id$ *) (* Instruction selection for the IA64 processor *) diff --git a/asmcomp/interf.ml b/asmcomp/interf.ml index ec14b111..30f17b72 100644 --- a/asmcomp/interf.ml +++ b/asmcomp/interf.ml @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: interf.ml 9547 2010-01-22 12:48:24Z doligez $ *) +(* $Id$ *) (* Construction of the interference graph. Annotate pseudoregs with interference lists and preference lists. *) diff --git a/asmcomp/interf.mli b/asmcomp/interf.mli index f78f4059..00f4df49 100644 --- a/asmcomp/interf.mli +++ b/asmcomp/interf.mli @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: interf.mli 2553 1999-11-17 18:59:06Z xleroy $ *) +(* $Id$ *) (* Construction of the interference graph. Annotate pseudoregs with interference lists and preference lists. *) diff --git a/asmcomp/linearize.ml b/asmcomp/linearize.ml index 3f6d641d..5833595a 100644 --- a/asmcomp/linearize.ml +++ b/asmcomp/linearize.ml @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: linearize.ml 9547 2010-01-22 12:48:24Z doligez $ *) +(* $Id$ *) (* Transformation of Mach code into a list of pseudo-instructions. *) diff --git a/asmcomp/linearize.mli b/asmcomp/linearize.mli index 9d2d0269..aaf03184 100644 --- a/asmcomp/linearize.mli +++ b/asmcomp/linearize.mli @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: linearize.mli 9547 2010-01-22 12:48:24Z doligez $ *) +(* $Id$ *) (* Transformation of Mach code into a list of pseudo-instructions. *) diff --git a/asmcomp/liveness.ml b/asmcomp/liveness.ml index 9407f229..4e743d64 100644 --- a/asmcomp/liveness.ml +++ b/asmcomp/liveness.ml @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: liveness.ml 7812 2007-01-29 12:11:18Z xleroy $ *) +(* $Id$ *) (* Liveness analysis. Annotate mach code with the set of regs live at each point. *) diff --git a/asmcomp/liveness.mli b/asmcomp/liveness.mli index de2509e8..3353b444 100644 --- a/asmcomp/liveness.mli +++ b/asmcomp/liveness.mli @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: liveness.mli 3123 2000-04-21 08:13:22Z weis $ *) +(* $Id$ *) (* Liveness analysis. Annotate mach code with the set of regs live at each point. *) diff --git a/asmcomp/mach.ml b/asmcomp/mach.ml index a0d71e10..027550ab 100644 --- a/asmcomp/mach.ml +++ b/asmcomp/mach.ml @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: mach.ml 9547 2010-01-22 12:48:24Z doligez $ *) +(* $Id$ *) (* Representation of machine code by sequences of pseudoinstructions *) diff --git a/asmcomp/mach.mli b/asmcomp/mach.mli index 6cfe97e2..438d15d2 100644 --- a/asmcomp/mach.mli +++ b/asmcomp/mach.mli @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: mach.mli 9547 2010-01-22 12:48:24Z doligez $ *) +(* $Id$ *) (* Representation of machine code by sequences of pseudoinstructions *) diff --git a/asmcomp/mips/arch.ml b/asmcomp/mips/arch.ml index 411c9877..c174ef6c 100644 --- a/asmcomp/mips/arch.ml +++ b/asmcomp/mips/arch.ml @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: arch.ml 5304 2002-11-29 15:03:37Z xleroy $ *) +(* $Id$ *) (* Specific operations for the Mips processor *) diff --git a/asmcomp/mips/emit.mlp b/asmcomp/mips/emit.mlp index d29b4b61..06915fd3 100644 --- a/asmcomp/mips/emit.mlp +++ b/asmcomp/mips/emit.mlp @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: emit.mlp 9547 2010-01-22 12:48:24Z doligez $ *) +(* $Id$ *) (* Emission of Mips assembly code *) diff --git a/asmcomp/mips/proc.ml b/asmcomp/mips/proc.ml index 74eb1a8d..53971890 100644 --- a/asmcomp/mips/proc.ml +++ b/asmcomp/mips/proc.ml @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: proc.ml 9547 2010-01-22 12:48:24Z doligez $ *) +(* $Id$ *) (* Description of the Mips processor *) diff --git a/asmcomp/mips/reload.ml b/asmcomp/mips/reload.ml index 26a620b4..0bdd208d 100644 --- a/asmcomp/mips/reload.ml +++ b/asmcomp/mips/reload.ml @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: reload.ml 2553 1999-11-17 18:59:06Z xleroy $ *) +(* $Id$ *) (* Reloading for the Mips *) diff --git a/asmcomp/mips/scheduling.ml b/asmcomp/mips/scheduling.ml index 273e20bd..062529ad 100644 --- a/asmcomp/mips/scheduling.ml +++ b/asmcomp/mips/scheduling.ml @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: scheduling.ml 2553 1999-11-17 18:59:06Z xleroy $ *) +(* $Id$ *) open Schedgen (* to create a dependency *) diff --git a/asmcomp/mips/selection.ml b/asmcomp/mips/selection.ml index 34be3c90..4dbaa86e 100644 --- a/asmcomp/mips/selection.ml +++ b/asmcomp/mips/selection.ml @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: selection.ml 2553 1999-11-17 18:59:06Z xleroy $ *) +(* $Id$ *) (* Instruction selection for the Mips processor *) diff --git a/asmcomp/power/arch.ml b/asmcomp/power/arch.ml index 11ec295a..8828de7c 100644 --- a/asmcomp/power/arch.ml +++ b/asmcomp/power/arch.ml @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: arch.ml 9547 2010-01-22 12:48:24Z doligez $ *) +(* $Id$ *) (* Specific operations for the PowerPC processor *) diff --git a/asmcomp/power/emit.mlp b/asmcomp/power/emit.mlp index dd3323f9..b6496f98 100644 --- a/asmcomp/power/emit.mlp +++ b/asmcomp/power/emit.mlp @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: emit.mlp 9547 2010-01-22 12:48:24Z doligez $ *) +(* $Id$ *) (* Emission of PowerPC assembly code *) diff --git a/asmcomp/power/proc.ml b/asmcomp/power/proc.ml index dc274425..ab8e5a5d 100644 --- a/asmcomp/power/proc.ml +++ b/asmcomp/power/proc.ml @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: proc.ml 9547 2010-01-22 12:48:24Z doligez $ *) +(* $Id$ *) (* Description of the Power PC *) diff --git a/asmcomp/power/reload.ml b/asmcomp/power/reload.ml index abcac6c6..3f74c3f5 100644 --- a/asmcomp/power/reload.ml +++ b/asmcomp/power/reload.ml @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: reload.ml 2553 1999-11-17 18:59:06Z xleroy $ *) +(* $Id$ *) (* Reloading for the PowerPC *) diff --git a/asmcomp/power/scheduling.ml b/asmcomp/power/scheduling.ml index b7bba9bd..aac37c87 100644 --- a/asmcomp/power/scheduling.ml +++ b/asmcomp/power/scheduling.ml @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: scheduling.ml 9547 2010-01-22 12:48:24Z doligez $ *) +(* $Id$ *) (* Instruction scheduling for the Power PC *) diff --git a/asmcomp/power/selection.ml b/asmcomp/power/selection.ml index ed15efbb..d87b300c 100644 --- a/asmcomp/power/selection.ml +++ b/asmcomp/power/selection.ml @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: selection.ml 10296 2010-04-22 12:51:06Z xleroy $ *) +(* $Id$ *) (* Instruction selection for the Power PC processor *) diff --git a/asmcomp/printcmm.ml b/asmcomp/printcmm.ml index 4c6ded6d..364d9ea8 100644 --- a/asmcomp/printcmm.ml +++ b/asmcomp/printcmm.ml @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: printcmm.ml 9547 2010-01-22 12:48:24Z doligez $ *) +(* $Id$ *) (* Pretty-printing of C-- code *) diff --git a/asmcomp/printcmm.mli b/asmcomp/printcmm.mli index f07a31db..d498ddb7 100644 --- a/asmcomp/printcmm.mli +++ b/asmcomp/printcmm.mli @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: printcmm.mli 3123 2000-04-21 08:13:22Z weis $ *) +(* $Id$ *) (* Pretty-printing of C-- code *) diff --git a/asmcomp/printlinear.ml b/asmcomp/printlinear.ml index 941d6493..3737e72c 100644 --- a/asmcomp/printlinear.ml +++ b/asmcomp/printlinear.ml @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: printlinear.ml 7812 2007-01-29 12:11:18Z xleroy $ *) +(* $Id$ *) (* Pretty-printing of linearized machine code *) diff --git a/asmcomp/printlinear.mli b/asmcomp/printlinear.mli index dee1733f..5e90c11c 100644 --- a/asmcomp/printlinear.mli +++ b/asmcomp/printlinear.mli @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: printlinear.mli 3123 2000-04-21 08:13:22Z weis $ *) +(* $Id$ *) (* Pretty-printing of linearized machine code *) diff --git a/asmcomp/printmach.ml b/asmcomp/printmach.ml index 215a3eae..d7d538df 100644 --- a/asmcomp/printmach.ml +++ b/asmcomp/printmach.ml @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: printmach.ml 9547 2010-01-22 12:48:24Z doligez $ *) +(* $Id$ *) (* Pretty-printing of pseudo machine code *) diff --git a/asmcomp/printmach.mli b/asmcomp/printmach.mli index edbda322..28328707 100644 --- a/asmcomp/printmach.mli +++ b/asmcomp/printmach.mli @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: printmach.mli 3123 2000-04-21 08:13:22Z weis $ *) +(* $Id$ *) (* Pretty-printing of pseudo machine code *) diff --git a/asmcomp/proc.mli b/asmcomp/proc.mli index 15086a44..ba593592 100644 --- a/asmcomp/proc.mli +++ b/asmcomp/proc.mli @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: proc.mli 2553 1999-11-17 18:59:06Z xleroy $ *) +(* $Id$ *) (* Processor descriptions *) diff --git a/asmcomp/reg.ml b/asmcomp/reg.ml index 36a5ff8f..f9bef496 100644 --- a/asmcomp/reg.ml +++ b/asmcomp/reg.ml @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: reg.ml 9547 2010-01-22 12:48:24Z doligez $ *) +(* $Id$ *) open Cmm diff --git a/asmcomp/reg.mli b/asmcomp/reg.mli index e93417a5..b802344d 100644 --- a/asmcomp/reg.mli +++ b/asmcomp/reg.mli @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: reg.mli 9210 2009-03-31 09:44:50Z xleroy $ *) +(* $Id$ *) (* Pseudo-registers *) diff --git a/asmcomp/reload.mli b/asmcomp/reload.mli index 16c22e4c..fc72446e 100644 --- a/asmcomp/reload.mli +++ b/asmcomp/reload.mli @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: reload.mli 9547 2010-01-22 12:48:24Z doligez $ *) +(* $Id$ *) (* Insert load/stores for pseudoregs that got assigned to stack locations. *) diff --git a/asmcomp/reloadgen.ml b/asmcomp/reloadgen.ml index b9ddf8d9..898c65c9 100644 --- a/asmcomp/reloadgen.ml +++ b/asmcomp/reloadgen.ml @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: reloadgen.ml 9547 2010-01-22 12:48:24Z doligez $ *) +(* $Id$ *) (* Insert load/stores for pseudoregs that got assigned to stack locations. *) diff --git a/asmcomp/reloadgen.mli b/asmcomp/reloadgen.mli index 1693905c..f0d1c78c 100644 --- a/asmcomp/reloadgen.mli +++ b/asmcomp/reloadgen.mli @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: reloadgen.mli 10450 2010-05-21 12:00:49Z doligez $ *) +(* $Id$ *) class reload_generic : object method reload_operation : diff --git a/asmcomp/schedgen.ml b/asmcomp/schedgen.ml index 7c1e0773..00762fa3 100644 --- a/asmcomp/schedgen.ml +++ b/asmcomp/schedgen.ml @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: schedgen.ml 10450 2010-05-21 12:00:49Z doligez $ *) +(* $Id$ *) (* Instruction scheduling *) diff --git a/asmcomp/schedgen.mli b/asmcomp/schedgen.mli index 0c43533e..ab5f072b 100644 --- a/asmcomp/schedgen.mli +++ b/asmcomp/schedgen.mli @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: schedgen.mli 10450 2010-05-21 12:00:49Z doligez $ *) +(* $Id$ *) (* Instruction scheduling *) diff --git a/asmcomp/scheduling.mli b/asmcomp/scheduling.mli index 62c55741..dd24354a 100644 --- a/asmcomp/scheduling.mli +++ b/asmcomp/scheduling.mli @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: scheduling.mli 2553 1999-11-17 18:59:06Z xleroy $ *) +(* $Id$ *) (* Instruction scheduling *) diff --git a/asmcomp/selectgen.ml b/asmcomp/selectgen.ml index 2fc40f73..50f949a7 100644 --- a/asmcomp/selectgen.ml +++ b/asmcomp/selectgen.ml @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: selectgen.ml 10667 2010-09-02 13:29:21Z xclerc $ *) +(* $Id$ *) (* Selection of pseudo-instructions, assignment of pseudo-registers, sequentialization. *) diff --git a/asmcomp/selectgen.mli b/asmcomp/selectgen.mli index ae53cda3..7c30f9f5 100644 --- a/asmcomp/selectgen.mli +++ b/asmcomp/selectgen.mli @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: selectgen.mli 10450 2010-05-21 12:00:49Z doligez $ *) +(* $Id$ *) (* Selection of pseudo-instructions, assignment of pseudo-registers, sequentialization. *) diff --git a/asmcomp/selection.mli b/asmcomp/selection.mli index 66abf607..ab17b557 100644 --- a/asmcomp/selection.mli +++ b/asmcomp/selection.mli @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: selection.mli 2553 1999-11-17 18:59:06Z xleroy $ *) +(* $Id$ *) (* Selection of pseudo-instructions, assignment of pseudo-registers, sequentialization. *) diff --git a/asmcomp/sparc/arch.ml b/asmcomp/sparc/arch.ml index 6bd9876f..61ba35b9 100644 --- a/asmcomp/sparc/arch.ml +++ b/asmcomp/sparc/arch.ml @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: arch.ml 5303 2002-11-29 15:03:08Z xleroy $ *) +(* $Id$ *) (* Specific operations for the Sparc processor *) diff --git a/asmcomp/sparc/emit.mlp b/asmcomp/sparc/emit.mlp index 91b8c422..f44f813e 100644 --- a/asmcomp/sparc/emit.mlp +++ b/asmcomp/sparc/emit.mlp @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: emit.mlp 9540 2010-01-20 16:26:46Z doligez $ *) +(* $Id$ *) (* Emission of Sparc assembly code *) diff --git a/asmcomp/sparc/proc.ml b/asmcomp/sparc/proc.ml index 95b722f7..2fd147bf 100644 --- a/asmcomp/sparc/proc.ml +++ b/asmcomp/sparc/proc.ml @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: proc.ml 9547 2010-01-22 12:48:24Z doligez $ *) +(* $Id$ *) (* Description of the Sparc processor *) diff --git a/asmcomp/sparc/reload.ml b/asmcomp/sparc/reload.ml index a3558a7f..a590ba3f 100644 --- a/asmcomp/sparc/reload.ml +++ b/asmcomp/sparc/reload.ml @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: reload.ml 2553 1999-11-17 18:59:06Z xleroy $ *) +(* $Id$ *) (* Reloading for the Sparc *) diff --git a/asmcomp/sparc/scheduling.ml b/asmcomp/sparc/scheduling.ml index 6f82c0db..efe9a1f4 100644 --- a/asmcomp/sparc/scheduling.ml +++ b/asmcomp/sparc/scheduling.ml @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: scheduling.ml 9547 2010-01-22 12:48:24Z doligez $ *) +(* $Id$ *) open Cmm open Mach diff --git a/asmcomp/sparc/selection.ml b/asmcomp/sparc/selection.ml index 82758dc6..965680b6 100644 --- a/asmcomp/sparc/selection.ml +++ b/asmcomp/sparc/selection.ml @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: selection.ml 10296 2010-04-22 12:51:06Z xleroy $ *) +(* $Id$ *) (* Instruction selection for the Sparc processor *) diff --git a/asmcomp/spill.ml b/asmcomp/spill.ml index c31011cb..968987d4 100644 --- a/asmcomp/spill.ml +++ b/asmcomp/spill.ml @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: spill.ml 9547 2010-01-22 12:48:24Z doligez $ *) +(* $Id$ *) (* Insertion of moves to suggest possible spilling / reloading points before register allocation. *) diff --git a/asmcomp/spill.mli b/asmcomp/spill.mli index ed89388c..16a8c01a 100644 --- a/asmcomp/spill.mli +++ b/asmcomp/spill.mli @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: spill.mli 9547 2010-01-22 12:48:24Z doligez $ *) +(* $Id$ *) (* Insertion of moves to suggest possible spilling / reloading points before register allocation. *) diff --git a/asmcomp/split.ml b/asmcomp/split.ml index facab605..9e6130d2 100644 --- a/asmcomp/split.ml +++ b/asmcomp/split.ml @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: split.ml 9547 2010-01-22 12:48:24Z doligez $ *) +(* $Id$ *) (* Renaming of registers at reload points to split live ranges. *) diff --git a/asmcomp/split.mli b/asmcomp/split.mli index 2cb16fda..67e0956e 100644 --- a/asmcomp/split.mli +++ b/asmcomp/split.mli @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: split.mli 2553 1999-11-17 18:59:06Z xleroy $ *) +(* $Id$ *) (* Renaming of registers at reload points to split live ranges. *) diff --git a/asmrun/Makefile b/asmrun/Makefile index efffa335..3e37ab1e 100644 --- a/asmrun/Makefile +++ b/asmrun/Makefile @@ -11,7 +11,7 @@ # # ######################################################################### -# $Id: Makefile 10287 2010-04-20 15:47:15Z doligez $ +# $Id$ include ../config/Makefile diff --git a/asmrun/Makefile.nt b/asmrun/Makefile.nt index f9ed7678..75fe2614 100644 --- a/asmrun/Makefile.nt +++ b/asmrun/Makefile.nt @@ -11,7 +11,7 @@ # # ######################################################################### -# $Id: Makefile.nt 10325 2010-04-28 12:00:27Z xleroy $ +# $Id$ include ../config/Makefile diff --git a/asmrun/alpha.S b/asmrun/alpha.S index 495bed54..c5251b73 100644 --- a/asmrun/alpha.S +++ b/asmrun/alpha.S @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: alpha.S 9547 2010-01-22 12:48:24Z doligez $ */ +/* $Id$ */ /* Asm part of the runtime system, Alpha processor */ diff --git a/asmrun/amd64.S b/asmrun/amd64.S index 090610a2..645c2e61 100644 --- a/asmrun/amd64.S +++ b/asmrun/amd64.S @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: amd64.S 10862 2010-11-27 17:19:24Z xleroy $ */ +/* $Id$ */ /* Asm part of the runtime system, AMD64 processor */ /* Must be preprocessed by cpp */ diff --git a/asmrun/amd64nt.asm b/asmrun/amd64nt.asm index 6430cfef..4c31bc87 100644 --- a/asmrun/amd64nt.asm +++ b/asmrun/amd64nt.asm @@ -11,7 +11,7 @@ ; ;********************************************************************* -; $Id: amd64nt.asm 10862 2010-11-27 17:19:24Z xleroy $ +; $Id$ ; Asm part of the runtime system, AMD64 processor, Intel syntax diff --git a/asmrun/arm.S b/asmrun/arm.S index 164f7310..8a47d182 100644 --- a/asmrun/arm.S +++ b/asmrun/arm.S @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: arm.S 9252 2009-05-04 13:46:46Z xleroy $ */ +/* $Id$ */ /* Asm part of the runtime system, ARM processor */ diff --git a/asmrun/backtrace.c b/asmrun/backtrace.c index f81f54b1..0825cade 100644 --- a/asmrun/backtrace.c +++ b/asmrun/backtrace.c @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: backtrace.c 9547 2010-01-22 12:48:24Z doligez $ */ +/* $Id$ */ /* Stack backtrace for uncaught exceptions */ diff --git a/asmrun/fail.c b/asmrun/fail.c index 0b2544cc..a1ec0fb0 100644 --- a/asmrun/fail.c +++ b/asmrun/fail.c @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: fail.c 9030 2008-09-18 11:23:28Z xleroy $ */ +/* $Id$ */ /* Raising exceptions from C. */ diff --git a/asmrun/hppa.S b/asmrun/hppa.S index 1a7909b0..abdd4554 100644 --- a/asmrun/hppa.S +++ b/asmrun/hppa.S @@ -11,7 +11,7 @@ ;* * ;********************************************************************* -; $Id: hppa.S 9547 2010-01-22 12:48:24Z doligez $ +; $Id$ ; Asm part of the runtime system for the HP PA-RISC processor. ; Must be preprocessed by cpp diff --git a/asmrun/i386.S b/asmrun/i386.S index 95198e0a..73ac4674 100644 --- a/asmrun/i386.S +++ b/asmrun/i386.S @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: i386.S 8962 2008-08-01 08:04:57Z xleroy $ */ +/* $Id$ */ /* Asm part of the runtime system, Intel 386 processor */ /* Must be preprocessed by cpp */ diff --git a/asmrun/i386nt.asm b/asmrun/i386nt.asm index c00771b8..711449cf 100644 --- a/asmrun/i386nt.asm +++ b/asmrun/i386nt.asm @@ -11,7 +11,7 @@ ; ;********************************************************************* -; $Id: i386nt.asm 9547 2010-01-22 12:48:24Z doligez $ +; $Id$ ; Asm part of the runtime system, Intel 386 processor, Intel syntax diff --git a/asmrun/ia64.S b/asmrun/ia64.S index 6145338e..d4296fa4 100644 --- a/asmrun/ia64.S +++ b/asmrun/ia64.S @@ -10,7 +10,7 @@ /* */ /***********************************************************************/ -/* $Id: ia64.S 9547 2010-01-22 12:48:24Z doligez $ */ +/* $Id$ */ /* Asm part of the runtime system, IA64 processor */ diff --git a/asmrun/m68k.S b/asmrun/m68k.S index bf3cbfcb..559eacbe 100644 --- a/asmrun/m68k.S +++ b/asmrun/m68k.S @@ -11,7 +11,7 @@ |* * |*********************************************************************** -| $Id: m68k.S 6050 2004-01-03 12:51:20Z doligez $ +| $Id$ | Asm part of the runtime system, Motorola 68k processor diff --git a/asmrun/mips.s b/asmrun/mips.s index 2ce19ef2..03fd6234 100644 --- a/asmrun/mips.s +++ b/asmrun/mips.s @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: mips.s 6552 2004-07-13 12:19:15Z xleroy $ */ +/* $Id$ */ /* Asm part of the runtime system, Mips processor, IRIX n32 conventions */ diff --git a/asmrun/power-aix.S b/asmrun/power-aix.S index 0f0abf86..d63cdae8 100644 --- a/asmrun/power-aix.S +++ b/asmrun/power-aix.S @@ -11,7 +11,7 @@ #* * #********************************************************************* -# $Id: power-aix.S 6050 2004-01-03 12:51:20Z doligez $ +# $Id$ .csect .text[PR] diff --git a/asmrun/power-elf.S b/asmrun/power-elf.S index dfe8a38e..968e3aeb 100644 --- a/asmrun/power-elf.S +++ b/asmrun/power-elf.S @@ -11,7 +11,7 @@ /* */ /*********************************************************************/ -/* $Id: power-elf.S 9547 2010-01-22 12:48:24Z doligez $ */ +/* $Id$ */ #define Addrglobal(reg,glob) \ addis reg, 0, glob@ha; \ diff --git a/asmrun/power-rhapsody.S b/asmrun/power-rhapsody.S index 48265379..765de9c8 100644 --- a/asmrun/power-rhapsody.S +++ b/asmrun/power-rhapsody.S @@ -11,7 +11,7 @@ /* */ /*********************************************************************/ -/* $Id: power-rhapsody.S 7812 2007-01-29 12:11:18Z xleroy $ */ +/* $Id$ */ #ifdef __ppc64__ #define X(a,b) b diff --git a/asmrun/roots.c b/asmrun/roots.c index a18083c9..cb75a099 100644 --- a/asmrun/roots.c +++ b/asmrun/roots.c @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: roots.c 10315 2010-04-27 07:55:08Z xleroy $ */ +/* $Id$ */ /* To walk the memory roots for garbage collection */ diff --git a/asmrun/signals_asm.c b/asmrun/signals_asm.c index da4491d6..f8f542ad 100644 --- a/asmrun/signals_asm.c +++ b/asmrun/signals_asm.c @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: signals_asm.c 8768 2008-01-11 16:13:18Z doligez $ */ +/* $Id$ */ /* Signal handling, code specific to the native-code compiler */ diff --git a/asmrun/signals_osdep.h b/asmrun/signals_osdep.h index 1e913271..76552e5e 100644 --- a/asmrun/signals_osdep.h +++ b/asmrun/signals_osdep.h @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: signals_osdep.h 9270 2009-05-20 11:52:42Z doligez $ */ +/* $Id$ */ /* Processor- and OS-dependent signal interface */ diff --git a/asmrun/sparc.S b/asmrun/sparc.S index d205c65e..38d0be0c 100644 --- a/asmrun/sparc.S +++ b/asmrun/sparc.S @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: sparc.S 6631 2004-10-06 06:33:25Z garrigue $ */ +/* $Id$ */ /* Asm part of the runtime system for the Sparc processor. */ /* Must be preprocessed by cpp */ diff --git a/asmrun/stack.h b/asmrun/stack.h index c7788736..62a33e71 100644 --- a/asmrun/stack.h +++ b/asmrun/stack.h @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: stack.h 10315 2010-04-27 07:55:08Z xleroy $ */ +/* $Id$ */ /* Machine-dependent interface with the asm code */ diff --git a/asmrun/startup.c b/asmrun/startup.c index b57ab9e1..8bfe7621 100644 --- a/asmrun/startup.c +++ b/asmrun/startup.c @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: startup.c 10315 2010-04-27 07:55:08Z xleroy $ */ +/* $Id$ */ /* Start-up code */ diff --git a/build/boot.sh b/build/boot.sh index 89903a65..3de6006a 100755 --- a/build/boot.sh +++ b/build/boot.sh @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: boot.sh 10956 2011-02-21 15:09:49Z xclerc $ +# $Id$ cd `dirname $0`/.. set -ex TAG_LINE='true: -use_stdlib' diff --git a/build/camlp4-byte-only.sh b/build/camlp4-byte-only.sh index 78315361..39b34617 100755 --- a/build/camlp4-byte-only.sh +++ b/build/camlp4-byte-only.sh @@ -12,7 +12,7 @@ # # ######################################################################### -# $Id: camlp4-byte-only.sh 11041 2011-05-13 08:40:05Z doligez $ +# $Id$ set -e cd `dirname $0`/.. diff --git a/build/camlp4-mkCamlp4Ast.sh b/build/camlp4-mkCamlp4Ast.sh index 76b629c4..2a30b9ab 100755 --- a/build/camlp4-mkCamlp4Ast.sh +++ b/build/camlp4-mkCamlp4Ast.sh @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: camlp4-mkCamlp4Ast.sh 11040 2011-05-13 08:37:04Z doligez $ +# $Id$ set -e cd `dirname $0`/.. diff --git a/build/camlp4-native-only.sh b/build/camlp4-native-only.sh index 005e2554..629684b7 100755 --- a/build/camlp4-native-only.sh +++ b/build/camlp4-native-only.sh @@ -12,7 +12,7 @@ # # ######################################################################### -# $Id: camlp4-native-only.sh 11041 2011-05-13 08:40:05Z doligez $ +# $Id$ set -e cd `dirname $0`/.. diff --git a/build/camlp4-targets.sh b/build/camlp4-targets.sh index ab5b0f85..7c68906a 100644 --- a/build/camlp4-targets.sh +++ b/build/camlp4-targets.sh @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: camlp4-targets.sh 10443 2010-05-20 09:44:25Z doligez $ +# $Id$ CAMLP4_COMMON="\ camlp4/Camlp4/Camlp4Ast.partial.ml \ camlp4/boot/camlp4boot.byte" diff --git a/build/distclean.sh b/build/distclean.sh index 272b8b28..b3efb3ab 100755 --- a/build/distclean.sh +++ b/build/distclean.sh @@ -12,7 +12,7 @@ # # ######################################################################### -# $Id: distclean.sh 10443 2010-05-20 09:44:25Z doligez $ +# $Id$ cd `dirname $0`/.. set -ex diff --git a/build/fastworld.sh b/build/fastworld.sh index 629d070a..82639080 100755 --- a/build/fastworld.sh +++ b/build/fastworld.sh @@ -12,7 +12,7 @@ # # ######################################################################### -# $Id: fastworld.sh 11041 2011-05-13 08:40:05Z doligez $ +# $Id$ cd `dirname $0` set -e diff --git a/build/install.sh b/build/install.sh index 27859323..264d5983 100755 --- a/build/install.sh +++ b/build/install.sh @@ -12,7 +12,7 @@ # # ######################################################################### -# $Id: install.sh 10856 2010-11-25 13:57:43Z xclerc $ +# $Id$ set -e diff --git a/build/mkmyocamlbuild_config.sh b/build/mkmyocamlbuild_config.sh index 5853191c..9c7eebd3 100755 --- a/build/mkmyocamlbuild_config.sh +++ b/build/mkmyocamlbuild_config.sh @@ -12,7 +12,7 @@ # # ######################################################################### -# $Id: mkmyocamlbuild_config.sh 10443 2010-05-20 09:44:25Z doligez $ +# $Id$ cd `dirname $0`/.. diff --git a/build/mkruntimedef.sh b/build/mkruntimedef.sh index 9e637730..54f7cc5c 100755 --- a/build/mkruntimedef.sh +++ b/build/mkruntimedef.sh @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: mkruntimedef.sh 10443 2010-05-20 09:44:25Z doligez $ +# $Id$ echo 'let builtin_exceptions = [|'; \ sed -n -e 's|.*/\* \("[A-Za-z_]*"\) \*/$| \1;|p' byterun/fail.h | \ sed -e '$s/;$//'; \ diff --git a/build/myocamlbuild.sh b/build/myocamlbuild.sh index b7b00cd7..ad8b71a5 100755 --- a/build/myocamlbuild.sh +++ b/build/myocamlbuild.sh @@ -12,7 +12,7 @@ # # ######################################################################### -# $Id: myocamlbuild.sh 10449 2010-05-21 11:48:35Z doligez $ +# $Id$ cd `dirname $0`/.. set -xe diff --git a/build/ocamlbuild-byte-only.sh b/build/ocamlbuild-byte-only.sh index 18569880..2f226d42 100755 --- a/build/ocamlbuild-byte-only.sh +++ b/build/ocamlbuild-byte-only.sh @@ -12,7 +12,7 @@ # # ######################################################################### -# $Id: ocamlbuild-byte-only.sh 11041 2011-05-13 08:40:05Z doligez $ +# $Id$ set -e cd `dirname $0`/.. diff --git a/build/ocamlbuild-native-only.sh b/build/ocamlbuild-native-only.sh index 93ac14ae..c61f6a1a 100755 --- a/build/ocamlbuild-native-only.sh +++ b/build/ocamlbuild-native-only.sh @@ -12,7 +12,7 @@ # # ######################################################################### -# $Id: ocamlbuild-native-only.sh 11041 2011-05-13 08:40:05Z doligez $ +# $Id$ set -e cd `dirname $0`/.. diff --git a/build/ocamlbuildlib-native-only.sh b/build/ocamlbuildlib-native-only.sh index a9fd02f1..52bfb8fe 100755 --- a/build/ocamlbuildlib-native-only.sh +++ b/build/ocamlbuildlib-native-only.sh @@ -12,7 +12,7 @@ # # ######################################################################### -# $Id: ocamlbuildlib-native-only.sh 11041 2011-05-13 08:40:05Z doligez $ +# $Id$ set -e cd `dirname $0`/.. diff --git a/build/otherlibs-targets.sh b/build/otherlibs-targets.sh index 85064701..e3d9fedf 100644 --- a/build/otherlibs-targets.sh +++ b/build/otherlibs-targets.sh @@ -12,7 +12,7 @@ # # ######################################################################### -# $Id: otherlibs-targets.sh 11041 2011-05-13 08:40:05Z doligez $ +# $Id$ OTHERLIBS_BYTE="" OTHERLIBS_NATIVE="" diff --git a/build/partial-install.sh b/build/partial-install.sh index 56d31819..61997628 100755 --- a/build/partial-install.sh +++ b/build/partial-install.sh @@ -12,7 +12,7 @@ # # ######################################################################### -# $Id: partial-install.sh 10443 2010-05-20 09:44:25Z doligez $ +# $Id$ ###################################### ######### Copied from build/install.sh diff --git a/build/targets.sh b/build/targets.sh index 75c96daa..8d698423 100644 --- a/build/targets.sh +++ b/build/targets.sh @@ -10,7 +10,7 @@ # # ######################################################################### -# $Id: targets.sh 10856 2010-11-25 13:57:43Z xclerc $ +# $Id$ . config/config.sh . build/otherlibs-targets.sh diff --git a/build/world.all.sh b/build/world.all.sh index d78047b2..d8a18abb 100755 --- a/build/world.all.sh +++ b/build/world.all.sh @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: world.all.sh 10443 2010-05-20 09:44:25Z doligez $ +# $Id$ set -e cd `dirname $0`/.. . build/targets.sh diff --git a/build/world.byte.sh b/build/world.byte.sh index 3e2738e5..d3e96dc4 100755 --- a/build/world.byte.sh +++ b/build/world.byte.sh @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: world.byte.sh 10443 2010-05-20 09:44:25Z doligez $ +# $Id$ set -e cd `dirname $0`/.. . build/targets.sh diff --git a/build/world.native.sh b/build/world.native.sh index a492723a..ac4a1832 100755 --- a/build/world.native.sh +++ b/build/world.native.sh @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: world.native.sh 10443 2010-05-20 09:44:25Z doligez $ +# $Id$ set -e cd `dirname $0`/.. . build/targets.sh diff --git a/bytecomp/bytegen.ml b/bytecomp/bytegen.ml index d863c59d..b6c8f6fa 100644 --- a/bytecomp/bytegen.ml +++ b/bytecomp/bytegen.ml @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: bytegen.ml 10667 2010-09-02 13:29:21Z xclerc $ *) +(* $Id$ *) (* bytegen.ml : translation of lambda terms to lists of instructions. *) diff --git a/bytecomp/bytegen.mli b/bytecomp/bytegen.mli index 29407c3f..04265fde 100644 --- a/bytecomp/bytegen.mli +++ b/bytecomp/bytegen.mli @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: bytegen.mli 2553 1999-11-17 18:59:06Z xleroy $ *) +(* $Id$ *) (* Generation of bytecode from lambda terms *) diff --git a/bytecomp/bytelibrarian.ml b/bytecomp/bytelibrarian.ml index 5fc34af5..ba08fc01 100644 --- a/bytecomp/bytelibrarian.ml +++ b/bytecomp/bytelibrarian.ml @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: bytelibrarian.ml 9547 2010-01-22 12:48:24Z doligez $ *) +(* $Id$ *) (* Build libraries of .cmo files *) diff --git a/bytecomp/bytelibrarian.mli b/bytecomp/bytelibrarian.mli index 2c706976..a4f9cc2f 100644 --- a/bytecomp/bytelibrarian.mli +++ b/bytecomp/bytelibrarian.mli @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: bytelibrarian.mli 2908 2000-03-06 22:12:09Z weis $ *) +(* $Id$ *) (* Build libraries of .cmo files *) diff --git a/bytecomp/bytelink.ml b/bytecomp/bytelink.ml index bd8f3b23..47928008 100644 --- a/bytecomp/bytelink.ml +++ b/bytecomp/bytelink.ml @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: bytelink.ml 10695 2010-09-29 16:46:54Z doligez $ *) +(* $Id$ *) (* Link a set of .cmo files and produce a bytecode executable. *) diff --git a/bytecomp/bytelink.mli b/bytecomp/bytelink.mli index 99befe1b..2e8f0cb3 100644 --- a/bytecomp/bytelink.mli +++ b/bytecomp/bytelink.mli @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: bytelink.mli 7422 2006-05-11 15:50:53Z xleroy $ *) +(* $Id$ *) (* Link .cmo files and produce a bytecode executable. *) diff --git a/bytecomp/bytepackager.ml b/bytecomp/bytepackager.ml index 4ee3b8b0..e2b6ff54 100644 --- a/bytecomp/bytepackager.ml +++ b/bytecomp/bytepackager.ml @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: bytepackager.ml 11083 2011-06-11 07:24:12Z xleroy $ *) +(* $Id$ *) (* "Package" a set of .cmo files into one .cmo file having the original compilation units as sub-modules. *) diff --git a/bytecomp/bytepackager.mli b/bytecomp/bytepackager.mli index de5c0862..836eb9c6 100644 --- a/bytecomp/bytepackager.mli +++ b/bytecomp/bytepackager.mli @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: bytepackager.mli 4367 2002-02-08 16:55:44Z xleroy $ *) +(* $Id$ *) (* "Package" a set of .cmo files into one .cmo file having the original compilation units as sub-modules. *) diff --git a/bytecomp/bytesections.ml b/bytecomp/bytesections.ml index 407aeec8..16eaf237 100644 --- a/bytecomp/bytesections.ml +++ b/bytecomp/bytesections.ml @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: bytesections.ml 6130 2004-02-22 15:07:51Z xleroy $ *) +(* $Id$ *) (* Handling of sections in bytecode executable files *) diff --git a/bytecomp/bytesections.mli b/bytecomp/bytesections.mli index a58ea59c..5292cc1b 100644 --- a/bytecomp/bytesections.mli +++ b/bytecomp/bytesections.mli @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: bytesections.mli 6130 2004-02-22 15:07:51Z xleroy $ *) +(* $Id$ *) (* Handling of sections in bytecode executable files *) diff --git a/bytecomp/cmo_format.mli b/bytecomp/cmo_format.mli index fd3f972d..c87e6df4 100644 --- a/bytecomp/cmo_format.mli +++ b/bytecomp/cmo_format.mli @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: cmo_format.mli 9547 2010-01-22 12:48:24Z doligez $ *) +(* $Id$ *) (* Symbol table information for .cmo and .cma files *) diff --git a/bytecomp/dll.ml b/bytecomp/dll.ml index ae48a4ab..bcf66b42 100644 --- a/bytecomp/dll.ml +++ b/bytecomp/dll.ml @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: dll.ml 9547 2010-01-22 12:48:24Z doligez $ *) +(* $Id$ *) (* Handling of dynamically-linked libraries *) diff --git a/bytecomp/dll.mli b/bytecomp/dll.mli index 446e420a..fea455f7 100644 --- a/bytecomp/dll.mli +++ b/bytecomp/dll.mli @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: dll.mli 9547 2010-01-22 12:48:24Z doligez $ *) +(* $Id$ *) (* Handling of dynamically-linked libraries *) diff --git a/bytecomp/emitcode.ml b/bytecomp/emitcode.ml index 46bb5dd1..2cec99dc 100644 --- a/bytecomp/emitcode.ml +++ b/bytecomp/emitcode.ml @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: emitcode.ml 9547 2010-01-22 12:48:24Z doligez $ *) +(* $Id$ *) (* Generation of bytecode + relocation information *) diff --git a/bytecomp/emitcode.mli b/bytecomp/emitcode.mli index 6c78f046..fa20de18 100644 --- a/bytecomp/emitcode.mli +++ b/bytecomp/emitcode.mli @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: emitcode.mli 7422 2006-05-11 15:50:53Z xleroy $ *) +(* $Id$ *) (* Generation of bytecode for .cmo files *) diff --git a/bytecomp/instruct.ml b/bytecomp/instruct.ml index edc60d56..4f4fa14f 100644 --- a/bytecomp/instruct.ml +++ b/bytecomp/instruct.ml @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: instruct.ml 9270 2009-05-20 11:52:42Z doligez $ *) +(* $Id$ *) open Lambda diff --git a/bytecomp/instruct.mli b/bytecomp/instruct.mli index 3afc880b..6b9367f9 100644 --- a/bytecomp/instruct.mli +++ b/bytecomp/instruct.mli @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: instruct.mli 9270 2009-05-20 11:52:42Z doligez $ *) +(* $Id$ *) (* The type of the instructions of the abstract machine *) diff --git a/bytecomp/lambda.ml b/bytecomp/lambda.ml index bf39ffeb..06523ebc 100644 --- a/bytecomp/lambda.ml +++ b/bytecomp/lambda.ml @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: lambda.ml 10667 2010-09-02 13:29:21Z xclerc $ *) +(* $Id$ *) open Misc open Path diff --git a/bytecomp/lambda.mli b/bytecomp/lambda.mli index 5f948ddc..e671b891 100644 --- a/bytecomp/lambda.mli +++ b/bytecomp/lambda.mli @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: lambda.mli 10667 2010-09-02 13:29:21Z xclerc $ *) +(* $Id$ *) (* The "lambda" intermediate code *) diff --git a/bytecomp/matching.ml b/bytecomp/matching.ml index cf7c0feb..21006cc6 100644 --- a/bytecomp/matching.ml +++ b/bytecomp/matching.ml @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: matching.ml 9547 2010-01-22 12:48:24Z doligez $ *) +(* $Id$ *) (* Compilation of pattern matching *) diff --git a/bytecomp/matching.mli b/bytecomp/matching.mli index 5e258565..ebfed841 100644 --- a/bytecomp/matching.mli +++ b/bytecomp/matching.mli @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: matching.mli 8974 2008-08-01 16:57:10Z mauny $ *) +(* $Id$ *) (* Compilation of pattern-matching *) diff --git a/bytecomp/meta.ml b/bytecomp/meta.ml index 729e7cd2..a4beaf42 100644 --- a/bytecomp/meta.ml +++ b/bytecomp/meta.ml @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: meta.ml 9547 2010-01-22 12:48:24Z doligez $ *) +(* $Id$ *) external global_data : unit -> Obj.t array = "caml_get_global_data" external realloc_global_data : int -> unit = "caml_realloc_global" diff --git a/bytecomp/meta.mli b/bytecomp/meta.mli index ce1ef0cb..774c5f13 100644 --- a/bytecomp/meta.mli +++ b/bytecomp/meta.mli @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: meta.mli 9547 2010-01-22 12:48:24Z doligez $ *) +(* $Id$ *) (* To control the runtime system and bytecode interpreter *) diff --git a/bytecomp/printinstr.ml b/bytecomp/printinstr.ml index 1f0a095c..2f0508b2 100644 --- a/bytecomp/printinstr.ml +++ b/bytecomp/printinstr.ml @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: printinstr.ml 7031 2005-08-25 15:35:16Z doligez $ *) +(* $Id$ *) (* Pretty-print lists of instructions *) diff --git a/bytecomp/printinstr.mli b/bytecomp/printinstr.mli index 4b1efd69..e88e76ff 100644 --- a/bytecomp/printinstr.mli +++ b/bytecomp/printinstr.mli @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: printinstr.mli 2908 2000-03-06 22:12:09Z weis $ *) +(* $Id$ *) (* Pretty-print lists of instructions *) diff --git a/bytecomp/printlambda.ml b/bytecomp/printlambda.ml index e195ece1..9bfa099e 100644 --- a/bytecomp/printlambda.ml +++ b/bytecomp/printlambda.ml @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: printlambda.ml 10667 2010-09-02 13:29:21Z xclerc $ *) +(* $Id$ *) open Format open Asttypes diff --git a/bytecomp/printlambda.mli b/bytecomp/printlambda.mli index 4c0d5681..352d6d02 100644 --- a/bytecomp/printlambda.mli +++ b/bytecomp/printlambda.mli @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: printlambda.mli 2908 2000-03-06 22:12:09Z weis $ *) +(* $Id$ *) open Lambda diff --git a/bytecomp/runtimedef.mli b/bytecomp/runtimedef.mli index f89d192c..27309f60 100644 --- a/bytecomp/runtimedef.mli +++ b/bytecomp/runtimedef.mli @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: runtimedef.mli 2553 1999-11-17 18:59:06Z xleroy $ *) +(* $Id$ *) (* Values and functions known and/or provided by the runtime system *) diff --git a/bytecomp/simplif.ml b/bytecomp/simplif.ml index 9608bc68..cd942ca2 100644 --- a/bytecomp/simplif.ml +++ b/bytecomp/simplif.ml @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: simplif.ml 10667 2010-09-02 13:29:21Z xclerc $ *) +(* $Id$ *) (* Elimination of useless Llet(Alias) bindings. Also transform let-bound references into variables. *) diff --git a/bytecomp/simplif.mli b/bytecomp/simplif.mli index e19f4f51..2d9b352b 100644 --- a/bytecomp/simplif.mli +++ b/bytecomp/simplif.mli @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: simplif.mli 10667 2010-09-02 13:29:21Z xclerc $ *) +(* $Id$ *) (* Elimination of useless Llet(Alias) bindings. Transformation of let-bound references into variables. diff --git a/bytecomp/symtable.ml b/bytecomp/symtable.ml index d6ecc942..136144ef 100644 --- a/bytecomp/symtable.ml +++ b/bytecomp/symtable.ml @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: symtable.ml 9547 2010-01-22 12:48:24Z doligez $ *) +(* $Id$ *) (* To assign numbers to globals and primitives *) diff --git a/bytecomp/symtable.mli b/bytecomp/symtable.mli index 2b1583f2..cbef01e2 100644 --- a/bytecomp/symtable.mli +++ b/bytecomp/symtable.mli @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: symtable.mli 7422 2006-05-11 15:50:53Z xleroy $ *) +(* $Id$ *) (* Assign locations and numbers to globals and primitives *) diff --git a/bytecomp/translclass.ml b/bytecomp/translclass.ml index cd727650..e18a13ba 100644 --- a/bytecomp/translclass.ml +++ b/bytecomp/translclass.ml @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: translclass.ml 10667 2010-09-02 13:29:21Z xclerc $ *) +(* $Id$ *) open Misc open Asttypes diff --git a/bytecomp/translclass.mli b/bytecomp/translclass.mli index 135f8d86..4938278f 100644 --- a/bytecomp/translclass.mli +++ b/bytecomp/translclass.mli @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: translclass.mli 7372 2006-04-05 02:28:13Z garrigue $ *) +(* $Id$ *) open Typedtree open Lambda diff --git a/bytecomp/translcore.ml b/bytecomp/translcore.ml index e1a50084..3b0b0b0d 100644 --- a/bytecomp/translcore.ml +++ b/bytecomp/translcore.ml @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: translcore.ml 10667 2010-09-02 13:29:21Z xclerc $ *) +(* $Id$ *) (* Translation from typed abstract syntax to lambda terms, for the core language *) diff --git a/bytecomp/translcore.mli b/bytecomp/translcore.mli index 9f8e1ac2..baac0556 100644 --- a/bytecomp/translcore.mli +++ b/bytecomp/translcore.mli @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: translcore.mli 8232 2007-05-16 08:21:41Z doligez $ *) +(* $Id$ *) (* Translation from typed abstract syntax to lambda terms, for the core language *) diff --git a/bytecomp/translmod.ml b/bytecomp/translmod.ml index bc3fb138..bd6107f0 100644 --- a/bytecomp/translmod.ml +++ b/bytecomp/translmod.ml @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: translmod.ml 9547 2010-01-22 12:48:24Z doligez $ *) +(* $Id$ *) (* Translation from typed abstract syntax to lambda terms, for the module language *) diff --git a/bytecomp/translmod.mli b/bytecomp/translmod.mli index c54e0715..9e47ca5e 100644 --- a/bytecomp/translmod.mli +++ b/bytecomp/translmod.mli @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: translmod.mli 9547 2010-01-22 12:48:24Z doligez $ *) +(* $Id$ *) (* Translation from typed abstract syntax to lambda terms, for the module language *) diff --git a/bytecomp/translobj.ml b/bytecomp/translobj.ml index ccf8eb1e..a0df551d 100644 --- a/bytecomp/translobj.ml +++ b/bytecomp/translobj.ml @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: translobj.ml 9547 2010-01-22 12:48:24Z doligez $ *) +(* $Id$ *) open Misc open Primitive diff --git a/bytecomp/translobj.mli b/bytecomp/translobj.mli index c2fdee94..26fa504b 100644 --- a/bytecomp/translobj.mli +++ b/bytecomp/translobj.mli @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: translobj.mli 9153 2008-12-03 18:09:09Z doligez $ *) +(* $Id$ *) open Lambda diff --git a/bytecomp/typeopt.ml b/bytecomp/typeopt.ml index cfd2ee83..f8e43f0d 100644 --- a/bytecomp/typeopt.ml +++ b/bytecomp/typeopt.ml @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: typeopt.ml 9547 2010-01-22 12:48:24Z doligez $ *) +(* $Id$ *) (* Auxiliaries for type-based optimizations, e.g. array kinds *) diff --git a/bytecomp/typeopt.mli b/bytecomp/typeopt.mli index e7d3a48d..811c2da3 100644 --- a/bytecomp/typeopt.mli +++ b/bytecomp/typeopt.mli @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: typeopt.mli 2873 2000-02-28 15:45:50Z xleroy $ *) +(* $Id$ *) (* Auxiliaries for type-based optimizations, e.g. array kinds *) diff --git a/byterun/Makefile b/byterun/Makefile index 6d5b547c..8ee62aee 100644 --- a/byterun/Makefile +++ b/byterun/Makefile @@ -11,7 +11,7 @@ # # ######################################################################### -# $Id: Makefile 10638 2010-07-28 13:19:44Z doligez $ +# $Id$ include Makefile.common diff --git a/byterun/Makefile.common b/byterun/Makefile.common index d554d297..cc75cced 100755 --- a/byterun/Makefile.common +++ b/byterun/Makefile.common @@ -11,7 +11,7 @@ # # ######################################################################### -# $Id: Makefile.common 10448 2010-05-21 11:28:21Z doligez $ +# $Id$ include ../config/Makefile diff --git a/byterun/Makefile.nt b/byterun/Makefile.nt index 55c39ed2..a633787d 100644 --- a/byterun/Makefile.nt +++ b/byterun/Makefile.nt @@ -11,7 +11,7 @@ # # ######################################################################### -# $Id: Makefile.nt 9547 2010-01-22 12:48:24Z doligez $ +# $Id$ include Makefile.common diff --git a/byterun/alloc.c b/byterun/alloc.c index 1c1f11fa..cc19698a 100644 --- a/byterun/alloc.c +++ b/byterun/alloc.c @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: alloc.c 7849 2007-02-09 13:31:15Z doligez $ */ +/* $Id$ */ /* 1. Allocation functions doing the same work as the macros in the case where [Setup_for_gc] and [Restore_after_gc] are no-ops. diff --git a/byterun/alloc.h b/byterun/alloc.h index af81bee7..66cab702 100644 --- a/byterun/alloc.h +++ b/byterun/alloc.h @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: alloc.h 7064 2005-09-22 14:21:50Z xleroy $ */ +/* $Id$ */ #ifndef CAML_ALLOC_H #define CAML_ALLOC_H diff --git a/byterun/array.c b/byterun/array.c index 870dc124..fc606595 100644 --- a/byterun/array.c +++ b/byterun/array.c @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: array.c 9547 2010-01-22 12:48:24Z doligez $ */ +/* $Id$ */ /* Operations on arrays */ diff --git a/byterun/backtrace.c b/byterun/backtrace.c index 85aeb47b..2b29c31d 100644 --- a/byterun/backtrace.c +++ b/byterun/backtrace.c @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: backtrace.c 9547 2010-01-22 12:48:24Z doligez $ */ +/* $Id$ */ /* Stack backtrace for uncaught exceptions */ diff --git a/byterun/backtrace.h b/byterun/backtrace.h index 9d1766dd..2d9c202e 100644 --- a/byterun/backtrace.h +++ b/byterun/backtrace.h @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: backtrace.h 9540 2010-01-20 16:26:46Z doligez $ */ +/* $Id$ */ #ifndef CAML_BACKTRACE_H #define CAML_BACKTRACE_H diff --git a/byterun/callback.c b/byterun/callback.c index c30716b3..d76cf108 100644 --- a/byterun/callback.c +++ b/byterun/callback.c @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: callback.c 7596 2006-09-11 12:12:24Z doligez $ */ +/* $Id$ */ /* Callbacks from C to Caml */ diff --git a/byterun/callback.h b/byterun/callback.h index 9937832b..ffa6cf3b 100644 --- a/byterun/callback.h +++ b/byterun/callback.h @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: callback.h 7596 2006-09-11 12:12:24Z doligez $ */ +/* $Id$ */ /* Callbacks from C to Caml */ diff --git a/byterun/compact.c b/byterun/compact.c index b10b6353..ba1042fb 100644 --- a/byterun/compact.c +++ b/byterun/compact.c @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: compact.c 8822 2008-02-29 12:56:15Z doligez $ */ +/* $Id$ */ #include diff --git a/byterun/compact.h b/byterun/compact.h index 155e7ce8..a4ef4cb1 100644 --- a/byterun/compact.h +++ b/byterun/compact.h @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: compact.h 6044 2003-12-31 14:20:40Z doligez $ */ +/* $Id$ */ #ifndef CAML_COMPACT_H #define CAML_COMPACT_H diff --git a/byterun/compare.c b/byterun/compare.c index 9d26d4e0..75163075 100644 --- a/byterun/compare.c +++ b/byterun/compare.c @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: compare.c 11037 2011-05-12 14:34:05Z xleroy $ */ +/* $Id$ */ #include #include diff --git a/byterun/compare.h b/byterun/compare.h index 603d52bc..dc392ff3 100644 --- a/byterun/compare.h +++ b/byterun/compare.h @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: compare.h 6044 2003-12-31 14:20:40Z doligez $ */ +/* $Id$ */ #ifndef CAML_COMPARE_H #define CAML_COMPARE_H diff --git a/byterun/compatibility.h b/byterun/compatibility.h index fdc87b7c..5c21774e 100644 --- a/byterun/compatibility.h +++ b/byterun/compatibility.h @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: compatibility.h 8953 2008-07-28 11:59:55Z doligez $ */ +/* $Id$ */ /* definitions for compatibility with old identifiers */ diff --git a/byterun/config.h b/byterun/config.h index 4bf1274c..22abe871 100644 --- a/byterun/config.h +++ b/byterun/config.h @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: config.h 10787 2010-11-10 15:47:34Z doligez $ */ +/* $Id$ */ #ifndef CAML_CONFIG_H #define CAML_CONFIG_H diff --git a/byterun/custom.c b/byterun/custom.c index 44bb5535..24281db8 100644 --- a/byterun/custom.c +++ b/byterun/custom.c @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: custom.c 7064 2005-09-22 14:21:50Z xleroy $ */ +/* $Id$ */ #include diff --git a/byterun/custom.h b/byterun/custom.h index aa453deb..51fabed9 100644 --- a/byterun/custom.h +++ b/byterun/custom.h @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: custom.h 11037 2011-05-12 14:34:05Z xleroy $ */ +/* $Id$ */ #ifndef CAML_CUSTOM_H #define CAML_CUSTOM_H diff --git a/byterun/debugger.c b/byterun/debugger.c index 8330063c..f9689126 100644 --- a/byterun/debugger.c +++ b/byterun/debugger.c @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: debugger.c 10287 2010-04-20 15:47:15Z doligez $ */ +/* $Id$ */ /* Interface with the byte-code debugger */ diff --git a/byterun/debugger.h b/byterun/debugger.h index 31aa4b34..57a58f1c 100644 --- a/byterun/debugger.h +++ b/byterun/debugger.h @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: debugger.h 10287 2010-04-20 15:47:15Z doligez $ */ +/* $Id$ */ /* Interface with the debugger */ diff --git a/byterun/dynlink.c b/byterun/dynlink.c index 9f46597d..7df594db 100644 --- a/byterun/dynlink.c +++ b/byterun/dynlink.c @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: dynlink.c 9547 2010-01-22 12:48:24Z doligez $ */ +/* $Id$ */ /* Dynamic loading of C primitives. */ diff --git a/byterun/dynlink.h b/byterun/dynlink.h index aed9c03e..ad4bfbad 100644 --- a/byterun/dynlink.h +++ b/byterun/dynlink.h @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: dynlink.h 6130 2004-02-22 15:07:51Z xleroy $ */ +/* $Id$ */ /* Dynamic loading of C primitives. */ diff --git a/byterun/exec.h b/byterun/exec.h index d126ea84..1abfa455 100644 --- a/byterun/exec.h +++ b/byterun/exec.h @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: exec.h 6359 2004-06-01 12:36:34Z xleroy $ */ +/* $Id$ */ /* exec.h : format of executable bytecode files */ diff --git a/byterun/extern.c b/byterun/extern.c index 0e7bc62e..89e89f00 100644 --- a/byterun/extern.c +++ b/byterun/extern.c @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: extern.c 8978 2008-08-04 11:45:58Z xleroy $ */ +/* $Id$ */ /* Structured output */ diff --git a/byterun/fail.c b/byterun/fail.c index e7b1494d..aceb253b 100644 --- a/byterun/fail.c +++ b/byterun/fail.c @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: fail.c 10793 2010-11-11 11:07:48Z xleroy $ */ +/* $Id$ */ /* Raising exceptions from C. */ diff --git a/byterun/fail.h b/byterun/fail.h index 438728f9..f092c811 100644 --- a/byterun/fail.h +++ b/byterun/fail.h @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: fail.h 9030 2008-09-18 11:23:28Z xleroy $ */ +/* $Id$ */ #ifndef CAML_FAIL_H #define CAML_FAIL_H diff --git a/byterun/finalise.c b/byterun/finalise.c index e60763b7..bc7996d5 100644 --- a/byterun/finalise.c +++ b/byterun/finalise.c @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: finalise.c 10393 2010-05-12 14:32:23Z doligez $ */ +/* $Id$ */ /* Handling of finalised values. */ diff --git a/byterun/finalise.h b/byterun/finalise.h index cca82a1f..ec656f4f 100644 --- a/byterun/finalise.h +++ b/byterun/finalise.h @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: finalise.h 6047 2004-01-02 19:23:29Z doligez $ */ +/* $Id$ */ #ifndef CAML_FINALISE_H #define CAML_FINALISE_H diff --git a/byterun/fix_code.c b/byterun/fix_code.c index 727877ef..b252efd5 100644 --- a/byterun/fix_code.c +++ b/byterun/fix_code.c @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: fix_code.c 9547 2010-01-22 12:48:24Z doligez $ */ +/* $Id$ */ /* Handling of blocks of bytecode (endianness switch, threading). */ diff --git a/byterun/fix_code.h b/byterun/fix_code.h index 3a841bb9..f6e9e3b7 100644 --- a/byterun/fix_code.h +++ b/byterun/fix_code.h @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: fix_code.h 6047 2004-01-02 19:23:29Z doligez $ */ +/* $Id$ */ /* Handling of blocks of bytecode (endianness switch, threading). */ diff --git a/byterun/floats.c b/byterun/floats.c index 47c65a7b..d1d178a3 100644 --- a/byterun/floats.c +++ b/byterun/floats.c @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: floats.c 9547 2010-01-22 12:48:24Z doligez $ */ +/* $Id$ */ /* The interface of this file is in "mlvalues.h" and "alloc.h" */ diff --git a/byterun/freelist.c b/byterun/freelist.c index 37311144..ab1d458b 100644 --- a/byterun/freelist.c +++ b/byterun/freelist.c @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: freelist.c 9153 2008-12-03 18:09:09Z doligez $ */ +/* $Id$ */ #define FREELIST_DEBUG 0 #if FREELIST_DEBUG diff --git a/byterun/freelist.h b/byterun/freelist.h index 286b1978..8db168e9 100644 --- a/byterun/freelist.h +++ b/byterun/freelist.h @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: freelist.h 9153 2008-12-03 18:09:09Z doligez $ */ +/* $Id$ */ /* Free lists of heap blocks. */ diff --git a/byterun/gc.h b/byterun/gc.h index 7acaea82..50d9945a 100644 --- a/byterun/gc.h +++ b/byterun/gc.h @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: gc.h 6557 2004-07-19 13:20:06Z xleroy $ */ +/* $Id$ */ #ifndef CAML_GC_H #define CAML_GC_H diff --git a/byterun/gc_ctrl.c b/byterun/gc_ctrl.c index c55a3d3f..9a2e0b08 100644 --- a/byterun/gc_ctrl.c +++ b/byterun/gc_ctrl.c @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: gc_ctrl.c 10786 2010-11-10 15:46:16Z doligez $ */ +/* $Id$ */ #include "alloc.h" #include "compact.h" diff --git a/byterun/gc_ctrl.h b/byterun/gc_ctrl.h index 512f986f..205636d5 100644 --- a/byterun/gc_ctrl.h +++ b/byterun/gc_ctrl.h @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: gc_ctrl.h 7064 2005-09-22 14:21:50Z xleroy $ */ +/* $Id$ */ #ifndef CAML_GC_CTRL_H #define CAML_GC_CTRL_H diff --git a/byterun/globroots.c b/byterun/globroots.c index 2f728396..acac1e21 100644 --- a/byterun/globroots.c +++ b/byterun/globroots.c @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: globroots.c 9547 2010-01-22 12:48:24Z doligez $ */ +/* $Id$ */ /* Registration of global memory roots */ diff --git a/byterun/globroots.h b/byterun/globroots.h index 3f1e6c4b..4dee35f2 100644 --- a/byterun/globroots.h +++ b/byterun/globroots.h @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: globroots.h 8828 2008-03-10 19:56:39Z xleroy $ */ +/* $Id$ */ /* Registration of global memory roots */ diff --git a/byterun/hash.c b/byterun/hash.c index 511b0ff7..c981768d 100644 --- a/byterun/hash.c +++ b/byterun/hash.c @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: hash.c 9547 2010-01-22 12:48:24Z doligez $ */ +/* $Id$ */ /* The generic hashing primitive */ diff --git a/byterun/instrtrace.c b/byterun/instrtrace.c index d56000f1..3afdc954 100644 --- a/byterun/instrtrace.c +++ b/byterun/instrtrace.c @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: instrtrace.c 9547 2010-01-22 12:48:24Z doligez $ */ +/* $Id$ */ /* Trace the instructions executed */ diff --git a/byterun/instrtrace.h b/byterun/instrtrace.h index 1e7657bc..c1ca4a7e 100644 --- a/byterun/instrtrace.h +++ b/byterun/instrtrace.h @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: instrtrace.h 7064 2005-09-22 14:21:50Z xleroy $ */ +/* $Id$ */ /* Trace the instructions executed */ diff --git a/byterun/instruct.h b/byterun/instruct.h index e368b5b0..c45d4ea2 100644 --- a/byterun/instruct.h +++ b/byterun/instruct.h @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: instruct.h 9547 2010-01-22 12:48:24Z doligez $ */ +/* $Id$ */ /* The instruction set. */ diff --git a/byterun/int64_emul.h b/byterun/int64_emul.h index b784470d..ec4ed0be 100644 --- a/byterun/int64_emul.h +++ b/byterun/int64_emul.h @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: int64_emul.h 10217 2010-03-29 11:29:24Z xleroy $ */ +/* $Id$ */ /* Software emulation of 64-bit integer arithmetic, for C compilers that do not support it. */ diff --git a/byterun/int64_format.h b/byterun/int64_format.h index 74fa6cf5..b9ae9104 100644 --- a/byterun/int64_format.h +++ b/byterun/int64_format.h @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: int64_format.h 9547 2010-01-22 12:48:24Z doligez $ */ +/* $Id$ */ /* printf-like formatting of 64-bit integers, in case the C library printf() function does not support them. */ diff --git a/byterun/int64_native.h b/byterun/int64_native.h index 8184948d..9c079097 100644 --- a/byterun/int64_native.h +++ b/byterun/int64_native.h @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: int64_native.h 9270 2009-05-20 11:52:42Z doligez $ */ +/* $Id$ */ /* Wrapper macros around native 64-bit integer arithmetic, so that it has the same interface as the software emulation diff --git a/byterun/intern.c b/byterun/intern.c index 85cb8a4c..f4421146 100644 --- a/byterun/intern.c +++ b/byterun/intern.c @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: intern.c 9547 2010-01-22 12:48:24Z doligez $ */ +/* $Id$ */ /* Structured input, compact format */ diff --git a/byterun/interp.c b/byterun/interp.c index eca49112..7bcdf7ac 100644 --- a/byterun/interp.c +++ b/byterun/interp.c @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: interp.c 9547 2010-01-22 12:48:24Z doligez $ */ +/* $Id$ */ /* The bytecode interpreter */ #include diff --git a/byterun/interp.h b/byterun/interp.h index 8b83903c..9eb73394 100644 --- a/byterun/interp.h +++ b/byterun/interp.h @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: interp.h 6257 2004-04-26 14:08:22Z basile $ */ +/* $Id$ */ /* The bytecode interpreter */ diff --git a/byterun/intext.h b/byterun/intext.h index de0ef684..b757d171 100644 --- a/byterun/intext.h +++ b/byterun/intext.h @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: intext.h 7064 2005-09-22 14:21:50Z xleroy $ */ +/* $Id$ */ /* Structured input/output */ diff --git a/byterun/ints.c b/byterun/ints.c index e66e7172..51a9a3b3 100644 --- a/byterun/ints.c +++ b/byterun/ints.c @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: ints.c 11037 2011-05-12 14:34:05Z xleroy $ */ +/* $Id$ */ #include #include diff --git a/byterun/io.c b/byterun/io.c index 0539a5cd..e7c7f048 100644 --- a/byterun/io.c +++ b/byterun/io.c @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: io.c 10300 2010-04-23 07:58:59Z shinwell $ */ +/* $Id$ */ /* Buffered input/output. */ diff --git a/byterun/io.h b/byterun/io.h index e43d5ec3..d02a5a72 100644 --- a/byterun/io.h +++ b/byterun/io.h @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: io.h 9041 2008-09-27 21:16:29Z weis $ */ +/* $Id$ */ /* Buffered input/output */ diff --git a/byterun/lexing.c b/byterun/lexing.c index dc7c03de..6e74795c 100644 --- a/byterun/lexing.c +++ b/byterun/lexing.c @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: lexing.c 9547 2010-01-22 12:48:24Z doligez $ */ +/* $Id$ */ /* The table-driven automaton for lexers generated by camllex. */ diff --git a/byterun/main.c b/byterun/main.c index ad7f5c5a..e6afb1b3 100644 --- a/byterun/main.c +++ b/byterun/main.c @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: main.c 8822 2008-02-29 12:56:15Z doligez $ */ +/* $Id$ */ /* Main entry point (can be overridden by a user-provided main() function that calls caml_main() later). */ diff --git a/byterun/major_gc.c b/byterun/major_gc.c index 65301ff9..b9ec8cbf 100644 --- a/byterun/major_gc.c +++ b/byterun/major_gc.c @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: major_gc.c 9410 2009-11-04 12:25:47Z doligez $ */ +/* $Id$ */ #include diff --git a/byterun/major_gc.h b/byterun/major_gc.h index e183dfce..12f88067 100644 --- a/byterun/major_gc.h +++ b/byterun/major_gc.h @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: major_gc.h 10843 2010-11-22 15:32:07Z doligez $ */ +/* $Id$ */ #ifndef CAML_MAJOR_GC_H #define CAML_MAJOR_GC_H diff --git a/byterun/md5.c b/byterun/md5.c index fa5bb5ef..d0b6e5e4 100644 --- a/byterun/md5.c +++ b/byterun/md5.c @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: md5.c 9547 2010-01-22 12:48:24Z doligez $ */ +/* $Id$ */ #include #include "alloc.h" diff --git a/byterun/md5.h b/byterun/md5.h index 486ae692..b92b02ad 100644 --- a/byterun/md5.h +++ b/byterun/md5.h @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: md5.h 9547 2010-01-22 12:48:24Z doligez $ */ +/* $Id$ */ /* MD5 message digest */ diff --git a/byterun/memory.c b/byterun/memory.c index fbbf2bed..bc4c88df 100644 --- a/byterun/memory.c +++ b/byterun/memory.c @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: memory.c 9153 2008-12-03 18:09:09Z doligez $ */ +/* $Id$ */ #include #include diff --git a/byterun/memory.h b/byterun/memory.h index 21380b6e..f8fb8ca2 100644 --- a/byterun/memory.h +++ b/byterun/memory.h @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: memory.h 9153 2008-12-03 18:09:09Z doligez $ */ +/* $Id$ */ /* Allocation macros and functions */ diff --git a/byterun/meta.c b/byterun/meta.c index 0d0ed5c4..1ed4fbdd 100644 --- a/byterun/meta.c +++ b/byterun/meta.c @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: meta.c 9547 2010-01-22 12:48:24Z doligez $ */ +/* $Id$ */ /* Primitives for the toplevel */ diff --git a/byterun/minor_gc.c b/byterun/minor_gc.c index 84d51b20..91aa2979 100644 --- a/byterun/minor_gc.c +++ b/byterun/minor_gc.c @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: minor_gc.c 8954 2008-07-28 12:03:55Z doligez $ */ +/* $Id$ */ #include #include "config.h" diff --git a/byterun/minor_gc.h b/byterun/minor_gc.h index c9751e0d..8e834129 100644 --- a/byterun/minor_gc.h +++ b/byterun/minor_gc.h @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: minor_gc.h 8211 2007-05-04 14:05:13Z doligez $ */ +/* $Id$ */ #ifndef CAML_MINOR_GC_H #define CAML_MINOR_GC_H diff --git a/byterun/misc.c b/byterun/misc.c index 8c25b75e..e8597ee3 100644 --- a/byterun/misc.c +++ b/byterun/misc.c @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: misc.c 8822 2008-02-29 12:56:15Z doligez $ */ +/* $Id$ */ #include #include "config.h" diff --git a/byterun/misc.h b/byterun/misc.h index 336f7bb3..d0aaffd1 100644 --- a/byterun/misc.h +++ b/byterun/misc.h @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: misc.h 8822 2008-02-29 12:56:15Z doligez $ */ +/* $Id$ */ /* Miscellaneous macros and variables. */ diff --git a/byterun/mlvalues.h b/byterun/mlvalues.h index 8f97458f..d76c1f1d 100644 --- a/byterun/mlvalues.h +++ b/byterun/mlvalues.h @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: mlvalues.h 8970 2008-08-01 14:10:36Z xleroy $ */ +/* $Id$ */ #ifndef CAML_MLVALUES_H #define CAML_MLVALUES_H diff --git a/byterun/obj.c b/byterun/obj.c index 9fb4ecd4..e085d672 100644 --- a/byterun/obj.c +++ b/byterun/obj.c @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: obj.c 9561 2010-01-25 11:55:30Z doligez $ */ +/* $Id$ */ /* Operations on objects */ diff --git a/byterun/osdeps.h b/byterun/osdeps.h index 97fe3499..248b3f6a 100644 --- a/byterun/osdeps.h +++ b/byterun/osdeps.h @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: osdeps.h 9547 2010-01-22 12:48:24Z doligez $ */ +/* $Id$ */ /* Operating system - specific stuff */ diff --git a/byterun/parsing.c b/byterun/parsing.c index bd5d820d..bcb9e5fa 100644 --- a/byterun/parsing.c +++ b/byterun/parsing.c @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: parsing.c 9547 2010-01-22 12:48:24Z doligez $ */ +/* $Id$ */ /* The PDA automaton for parsers generated by camlyacc */ diff --git a/byterun/prims.h b/byterun/prims.h index 0f4112ea..d8c1671e 100644 --- a/byterun/prims.h +++ b/byterun/prims.h @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: prims.h 6130 2004-02-22 15:07:51Z xleroy $ */ +/* $Id$ */ /* Interface with C primitives. */ diff --git a/byterun/printexc.c b/byterun/printexc.c index 5dd50406..f72157ff 100644 --- a/byterun/printexc.c +++ b/byterun/printexc.c @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: printexc.c 9547 2010-01-22 12:48:24Z doligez $ */ +/* $Id$ */ /* Print an uncaught exception and abort */ diff --git a/byterun/printexc.h b/byterun/printexc.h index cc48f4b2..e7d17688 100644 --- a/byterun/printexc.h +++ b/byterun/printexc.h @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: printexc.h 6045 2004-01-01 16:42:43Z doligez $ */ +/* $Id$ */ #ifndef CAML_PRINTEXC_H #define CAML_PRINTEXC_H diff --git a/byterun/reverse.h b/byterun/reverse.h index eaacf1bb..e80d1f7d 100644 --- a/byterun/reverse.h +++ b/byterun/reverse.h @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: reverse.h 6021 2003-12-15 18:10:51Z doligez $ */ +/* $Id$ */ /* Swap byte-order in 16, 32, and 64-bit integers or floats */ diff --git a/byterun/roots.c b/byterun/roots.c index 34683b12..74fbb41e 100644 --- a/byterun/roots.c +++ b/byterun/roots.c @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: roots.c 9547 2010-01-22 12:48:24Z doligez $ */ +/* $Id$ */ /* To walk the memory roots for garbage collection */ diff --git a/byterun/roots.h b/byterun/roots.h index 4e02be2f..95c2f63f 100644 --- a/byterun/roots.h +++ b/byterun/roots.h @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: roots.h 7064 2005-09-22 14:21:50Z xleroy $ */ +/* $Id$ */ #ifndef CAML_ROOTS_H #define CAML_ROOTS_H diff --git a/byterun/signals.c b/byterun/signals.c index 37a2addb..90fe8919 100644 --- a/byterun/signals.c +++ b/byterun/signals.c @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: signals.c 9547 2010-01-22 12:48:24Z doligez $ */ +/* $Id$ */ /* Signal handling, code common to the bytecode and native systems */ diff --git a/byterun/signals.h b/byterun/signals.h index 96372b49..e5ba9877 100644 --- a/byterun/signals.h +++ b/byterun/signals.h @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: signals.h 7904 2007-02-23 09:29:45Z xleroy $ */ +/* $Id$ */ #ifndef CAML_SIGNALS_H #define CAML_SIGNALS_H diff --git a/byterun/signals_byt.c b/byterun/signals_byt.c index 13a1d04f..52381493 100644 --- a/byterun/signals_byt.c +++ b/byterun/signals_byt.c @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: signals_byt.c 7904 2007-02-23 09:29:45Z xleroy $ */ +/* $Id$ */ /* Signal handling, code specific to the bytecode interpreter */ diff --git a/byterun/signals_machdep.h b/byterun/signals_machdep.h index d96c0174..08c5f4cb 100644 --- a/byterun/signals_machdep.h +++ b/byterun/signals_machdep.h @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: signals_machdep.h 7905 2007-02-23 09:43:14Z xleroy $ */ +/* $Id$ */ /* Processor-specific operation: atomic "read and clear" */ diff --git a/byterun/stacks.c b/byterun/stacks.c index 2748353a..ed06f953 100644 --- a/byterun/stacks.c +++ b/byterun/stacks.c @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: stacks.c 10793 2010-11-11 11:07:48Z xleroy $ */ +/* $Id$ */ /* To initialize and resize the stacks */ diff --git a/byterun/stacks.h b/byterun/stacks.h index 70c97da3..48e8acc9 100644 --- a/byterun/stacks.h +++ b/byterun/stacks.h @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: stacks.h 10315 2010-04-27 07:55:08Z xleroy $ */ +/* $Id$ */ /* structure of the stacks */ diff --git a/byterun/startup.c b/byterun/startup.c index db273b29..20e61e7d 100644 --- a/byterun/startup.c +++ b/byterun/startup.c @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: startup.c 10668 2010-09-03 16:31:32Z doligez $ */ +/* $Id$ */ /* Start-up code */ diff --git a/byterun/startup.h b/byterun/startup.h index a3ffb8b6..0d1a5a60 100644 --- a/byterun/startup.h +++ b/byterun/startup.h @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: startup.h 6130 2004-02-22 15:07:51Z xleroy $ */ +/* $Id$ */ #ifndef CAML_STARTUP_H #define CAML_STARTUP_H diff --git a/byterun/str.c b/byterun/str.c index d1179ecf..760b154e 100644 --- a/byterun/str.c +++ b/byterun/str.c @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: str.c 9547 2010-01-22 12:48:24Z doligez $ */ +/* $Id$ */ /* Operations on strings */ diff --git a/byterun/sys.c b/byterun/sys.c index 78bc5399..9928910f 100644 --- a/byterun/sys.c +++ b/byterun/sys.c @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: sys.c 11038 2011-05-12 15:12:14Z xleroy $ */ +/* $Id$ */ /* Basic system calls */ diff --git a/byterun/sys.h b/byterun/sys.h index ef56d94a..4ad8011d 100644 --- a/byterun/sys.h +++ b/byterun/sys.h @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: sys.h 7919 2007-02-25 12:38:36Z xleroy $ */ +/* $Id$ */ #ifndef CAML_SYS_H #define CAML_SYS_H diff --git a/byterun/terminfo.c b/byterun/terminfo.c index ac982d6e..e4502fb0 100644 --- a/byterun/terminfo.c +++ b/byterun/terminfo.c @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: terminfo.c 6045 2004-01-01 16:42:43Z doligez $ */ +/* $Id$ */ /* Read and output terminal commands */ diff --git a/byterun/ui.h b/byterun/ui.h index 2c213fdb..fcd9cd9f 100644 --- a/byterun/ui.h +++ b/byterun/ui.h @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: ui.h 6021 2003-12-15 18:10:51Z doligez $ */ +/* $Id$ */ /* Function declarations for non-Unix user interfaces */ diff --git a/byterun/unix.c b/byterun/unix.c index 20fd172c..cdc1f2a0 100644 --- a/byterun/unix.c +++ b/byterun/unix.c @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: unix.c 10613 2010-07-02 08:44:04Z frisch $ */ +/* $Id$ */ /* Unix-specific stuff */ diff --git a/byterun/weak.c b/byterun/weak.c index 9661db61..c6c4a223 100644 --- a/byterun/weak.c +++ b/byterun/weak.c @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: weak.c 9028 2008-09-17 14:55:30Z doligez $ */ +/* $Id$ */ /* Operations on weak arrays */ diff --git a/byterun/weak.h b/byterun/weak.h index 5b4a02d0..270082db 100644 --- a/byterun/weak.h +++ b/byterun/weak.h @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: weak.h 6045 2004-01-01 16:42:43Z doligez $ */ +/* $Id$ */ /* Operations on weak arrays */ diff --git a/byterun/win32.c b/byterun/win32.c index 29991c0e..866977b1 100644 --- a/byterun/win32.c +++ b/byterun/win32.c @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: win32.c 9547 2010-01-22 12:48:24Z doligez $ */ +/* $Id$ */ /* Win32-specific stuff */ diff --git a/camlp4/unmaintained/scheme/Makefile b/camlp4/unmaintained/scheme/Makefile index 01036c22..dd234bf9 100644 --- a/camlp4/unmaintained/scheme/Makefile +++ b/camlp4/unmaintained/scheme/Makefile @@ -38,7 +38,7 @@ opt: all bootstrap: camlp4sch$(EXE) save ./camlp4sch$(EXE) ../../etc/q_phony.cmo ../../meta/pa_extend.cmo ../../etc/pr_r.cmo ../../etc/pr_extend.cmo ../../etc/pr_rp.cmo -impl pa_scheme.sc \ | sed -e 's/^;; \(.*\)$$/(* \1 *)/' -e 's/^; \(.*\)$$/(* \1 *)/' \ - -e 's/$$Id.*\$$/File generated by pretty print; do not edit!/' > pa_scheme.ml + -e 's/$$Id$/File generated by pretty print; do not edit!/' > pa_scheme.ml @if cmp -s pa_scheme.ml SAVED/pa_scheme.ml; then \ echo 'pa_scheme.ml and SAVED/pa_scheme.ml are identical' ; \ else \ diff --git a/config/Makefile-templ b/config/Makefile-templ index 3c88f912..dd65452a 100644 --- a/config/Makefile-templ +++ b/config/Makefile-templ @@ -11,7 +11,7 @@ # # ######################################################################### -# $Id: Makefile-templ 9547 2010-01-22 12:48:24Z doligez $ +# $Id$ ### Compile-time configuration diff --git a/config/Makefile.mingw b/config/Makefile.mingw index 1a95691c..f2e408cc 100644 --- a/config/Makefile.mingw +++ b/config/Makefile.mingw @@ -11,7 +11,7 @@ # # ######################################################################### -# $Id: Makefile.mingw 10461 2010-05-25 10:00:39Z frisch $ +# $Id$ # Configuration for Windows, Mingw compiler diff --git a/config/Makefile.msvc b/config/Makefile.msvc index c93eb9a3..8f0a50ce 100644 --- a/config/Makefile.msvc +++ b/config/Makefile.msvc @@ -11,7 +11,7 @@ # # ######################################################################### -# $Id: Makefile.msvc 10622 2010-07-07 12:04:32Z frisch $ +# $Id$ # Configuration for Windows, Visual C++ compiler diff --git a/config/Makefile.msvc64 b/config/Makefile.msvc64 index 80d72b4f..e91b26f7 100644 --- a/config/Makefile.msvc64 +++ b/config/Makefile.msvc64 @@ -11,7 +11,7 @@ # # ######################################################################### -# $Id: Makefile.msvc64 10622 2010-07-07 12:04:32Z frisch $ +# $Id$ # Configuration for Windows, Visual C++ compiler diff --git a/config/auto-aux/align.c b/config/auto-aux/align.c index b98e33da..0bedf77a 100644 --- a/config/auto-aux/align.c +++ b/config/auto-aux/align.c @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: align.c 4144 2001-12-07 13:41:02Z xleroy $ */ +/* $Id$ */ #include #include diff --git a/config/auto-aux/async_io.c b/config/auto-aux/async_io.c index 10aaa764..2b5faa2d 100644 --- a/config/auto-aux/async_io.c +++ b/config/auto-aux/async_io.c @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: async_io.c 5393 2003-02-11 14:05:36Z xleroy $ */ +/* $Id$ */ #include #include diff --git a/config/auto-aux/bytecopy.c b/config/auto-aux/bytecopy.c index a16f3978..923b444e 100644 --- a/config/auto-aux/bytecopy.c +++ b/config/auto-aux/bytecopy.c @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: bytecopy.c 4144 2001-12-07 13:41:02Z xleroy $ */ +/* $Id$ */ char buffer[27]; diff --git a/config/auto-aux/dblalign.c b/config/auto-aux/dblalign.c index 6877bc70..c2520381 100644 --- a/config/auto-aux/dblalign.c +++ b/config/auto-aux/dblalign.c @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: dblalign.c 9547 2010-01-22 12:48:24Z doligez $ */ +/* $Id$ */ #include #include diff --git a/config/auto-aux/divmod.c b/config/auto-aux/divmod.c index 97807b62..8f69dabf 100644 --- a/config/auto-aux/divmod.c +++ b/config/auto-aux/divmod.c @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: divmod.c 9547 2010-01-22 12:48:24Z doligez $ */ +/* $Id$ */ /* Test semantics of division and modulus for negative arguments */ diff --git a/config/auto-aux/elf.c b/config/auto-aux/elf.c index e0f6653a..026c4838 100644 --- a/config/auto-aux/elf.c +++ b/config/auto-aux/elf.c @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: elf.c 4144 2001-12-07 13:41:02Z xleroy $ */ +/* $Id$ */ #include diff --git a/config/auto-aux/endian.c b/config/auto-aux/endian.c index d3b622a0..def617f0 100644 --- a/config/auto-aux/endian.c +++ b/config/auto-aux/endian.c @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: endian.c 4144 2001-12-07 13:41:02Z xleroy $ */ +/* $Id$ */ #include "m.h" diff --git a/config/auto-aux/expm1.c b/config/auto-aux/expm1.c index ec315871..be41d023 100644 --- a/config/auto-aux/expm1.c +++ b/config/auto-aux/expm1.c @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: longlong.c 4833 2002-05-25 08:33:26Z xleroy $ */ +/* $Id$ */ #include diff --git a/config/auto-aux/getgroups.c b/config/auto-aux/getgroups.c index 547d5e4a..1ed8a1fb 100644 --- a/config/auto-aux/getgroups.c +++ b/config/auto-aux/getgroups.c @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: getgroups.c 4144 2001-12-07 13:41:02Z xleroy $ */ +/* $Id$ */ #include #include diff --git a/config/auto-aux/gethostbyaddr.c b/config/auto-aux/gethostbyaddr.c index c11bb019..c5dd1297 100644 --- a/config/auto-aux/gethostbyaddr.c +++ b/config/auto-aux/gethostbyaddr.c @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: gethostbyaddr.c 4771 2002-05-06 08:29:52Z xleroy $ */ +/* $Id$ */ #ifndef _REENTRANT /* This helps detection on Digital Unix... */ diff --git a/config/auto-aux/gethostbyname.c b/config/auto-aux/gethostbyname.c index 270905f2..043b9d33 100644 --- a/config/auto-aux/gethostbyname.c +++ b/config/auto-aux/gethostbyname.c @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: gethostbyname.c 4771 2002-05-06 08:29:52Z xleroy $ */ +/* $Id$ */ #ifndef _REENTRANT /* This helps detection on Digital Unix... */ diff --git a/config/auto-aux/ia32sse2.c b/config/auto-aux/ia32sse2.c index 41d62017..cbe11462 100644 --- a/config/auto-aux/ia32sse2.c +++ b/config/auto-aux/ia32sse2.c @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: ia32sse2.c 6824 2005-03-24 17:20:54Z doligez $ */ +/* $Id$ */ /* Test whether IA32 assembler supports SSE2 instructions */ diff --git a/config/auto-aux/initgroups.c b/config/auto-aux/initgroups.c index cd1a27c4..b6e0ffbd 100644 --- a/config/auto-aux/initgroups.c +++ b/config/auto-aux/initgroups.c @@ -11,7 +11,7 @@ /* Contributed by Stephane Glondu */ -/* $Id: initgroups.c 9220 2009-04-01 16:50:10Z xleroy $ */ +/* $Id$ */ #include diff --git a/config/auto-aux/int64align.c b/config/auto-aux/int64align.c index 784b2eab..6bdd2556 100644 --- a/config/auto-aux/int64align.c +++ b/config/auto-aux/int64align.c @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: int64align.c 9547 2010-01-22 12:48:24Z doligez $ */ +/* $Id$ */ #include #include diff --git a/config/auto-aux/longlong.c b/config/auto-aux/longlong.c index fd77588d..bcdf4c97 100644 --- a/config/auto-aux/longlong.c +++ b/config/auto-aux/longlong.c @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: longlong.c 4833 2002-05-25 08:33:26Z xleroy $ */ +/* $Id$ */ #include #include diff --git a/config/auto-aux/schar.c b/config/auto-aux/schar.c index 2499f537..55d49f31 100644 --- a/config/auto-aux/schar.c +++ b/config/auto-aux/schar.c @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: schar.c 4144 2001-12-07 13:41:02Z xleroy $ */ +/* $Id$ */ char foo[]="\377"; diff --git a/config/auto-aux/schar2.c b/config/auto-aux/schar2.c index ef913aa5..d1d781a5 100644 --- a/config/auto-aux/schar2.c +++ b/config/auto-aux/schar2.c @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: schar2.c 4144 2001-12-07 13:41:02Z xleroy $ */ +/* $Id$ */ signed char foo[]="\377"; diff --git a/config/auto-aux/setgroups.c b/config/auto-aux/setgroups.c index b12dc8af..5cfe49c0 100644 --- a/config/auto-aux/setgroups.c +++ b/config/auto-aux/setgroups.c @@ -11,7 +11,7 @@ /* Contributed by Stephane Glondu */ -/* $Id: setgroups.c 9220 2009-04-01 16:50:10Z xleroy $ */ +/* $Id$ */ #include diff --git a/config/auto-aux/sighandler.c b/config/auto-aux/sighandler.c index e27d4820..7e748df5 100644 --- a/config/auto-aux/sighandler.c +++ b/config/auto-aux/sighandler.c @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: sighandler.c 4144 2001-12-07 13:41:02Z xleroy $ */ +/* $Id$ */ #include diff --git a/config/auto-aux/signals.c b/config/auto-aux/signals.c index 7f51be85..df0a8b0b 100644 --- a/config/auto-aux/signals.c +++ b/config/auto-aux/signals.c @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: signals.c 4144 2001-12-07 13:41:02Z xleroy $ */ +/* $Id$ */ /* To determine the semantics of signal handlers (System V: signal is reset to default behavior on entrance to the handler diff --git a/config/auto-aux/sizes.c b/config/auto-aux/sizes.c index b6014ce7..992c47a6 100644 --- a/config/auto-aux/sizes.c +++ b/config/auto-aux/sizes.c @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: sizes.c 4144 2001-12-07 13:41:02Z xleroy $ */ +/* $Id$ */ #include diff --git a/config/auto-aux/stackov.c b/config/auto-aux/stackov.c index db4b07c7..39e4e832 100644 --- a/config/auto-aux/stackov.c +++ b/config/auto-aux/stackov.c @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: stackov.c 9547 2010-01-22 12:48:24Z doligez $ */ +/* $Id$ */ #include #include diff --git a/config/m-nt.h b/config/m-nt.h index 60a84a89..7a928281 100644 --- a/config/m-nt.h +++ b/config/m-nt.h @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: m-nt.h 9547 2010-01-22 12:48:24Z doligez $ */ +/* $Id$ */ /* Machine configuration, Intel x86 processors, Win32, Visual C++ or Mingw compiler */ diff --git a/config/m-templ.h b/config/m-templ.h index 8245ba18..392ec562 100644 --- a/config/m-templ.h +++ b/config/m-templ.h @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: m-templ.h 7064 2005-09-22 14:21:50Z xleroy $ */ +/* $Id$ */ /* Processor dependencies */ diff --git a/config/s-nt.h b/config/s-nt.h index 1017e933..5eaf3770 100644 --- a/config/s-nt.h +++ b/config/s-nt.h @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: s-nt.h 4933 2002-06-18 13:01:53Z xleroy $ */ +/* $Id$ */ /* Operating system dependencies, Intel x86 processors, Windows NT */ diff --git a/config/s-templ.h b/config/s-templ.h index aa6dc811..a65b178a 100644 --- a/config/s-templ.h +++ b/config/s-templ.h @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: s-templ.h 9547 2010-01-22 12:48:24Z doligez $ */ +/* $Id$ */ /* Operating system and standard library dependencies. */ diff --git a/configure b/configure index 9be51995..47cc2035 100755 --- a/configure +++ b/configure @@ -13,7 +13,7 @@ # # ######################################################################### -# $Id: configure 11110 2011-07-04 21:15:01Z doligez $ +# $Id$ configure_options="$*" prefix=/usr/local diff --git a/debugger/Makefile b/debugger/Makefile index cd623dcf..3ff1b54a 100644 --- a/debugger/Makefile +++ b/debugger/Makefile @@ -10,7 +10,7 @@ # # ######################################################################### -# $Id: Makefile 8955 2008-07-29 08:31:41Z xleroy $ +# $Id$ UNIXDIR=../otherlibs/unix include Makefile.shared diff --git a/debugger/Makefile.nt b/debugger/Makefile.nt index 793539d5..70263e94 100644 --- a/debugger/Makefile.nt +++ b/debugger/Makefile.nt @@ -10,7 +10,7 @@ # # ######################################################################### -# $Id: Makefile.nt 9547 2010-01-22 12:48:24Z doligez $ +# $Id$ UNIXDIR=../otherlibs/win32unix include Makefile.shared diff --git a/debugger/Makefile.shared b/debugger/Makefile.shared index 84aaa511..778fcf11 100644 --- a/debugger/Makefile.shared +++ b/debugger/Makefile.shared @@ -10,7 +10,7 @@ # # ######################################################################### -# $Id: Makefile.shared 10413 2010-05-17 15:49:53Z doligez $ +# $Id$ include ../config/Makefile diff --git a/debugger/breakpoints.ml b/debugger/breakpoints.ml index 2f607f1b..1da4b74e 100644 --- a/debugger/breakpoints.ml +++ b/debugger/breakpoints.ml @@ -11,7 +11,7 @@ (* *) (***********************************************************************) -(* $Id: breakpoints.ml 9547 2010-01-22 12:48:24Z doligez $ *) +(* $Id$ *) (******************************* Breakpoints ***************************) diff --git a/debugger/breakpoints.mli b/debugger/breakpoints.mli index a4a1dc11..091f6099 100644 --- a/debugger/breakpoints.mli +++ b/debugger/breakpoints.mli @@ -11,7 +11,7 @@ (* *) (***********************************************************************) -(* $Id: breakpoints.mli 2553 1999-11-17 18:59:06Z xleroy $ *) +(* $Id$ *) (******************************* Breakpoints ***************************) diff --git a/debugger/checkpoints.ml b/debugger/checkpoints.ml index 28aa76cb..ffcff35e 100644 --- a/debugger/checkpoints.ml +++ b/debugger/checkpoints.ml @@ -11,7 +11,7 @@ (* *) (***********************************************************************) -(* $Id: checkpoints.ml 5200 2002-10-29 17:53:24Z doligez $ *) +(* $Id$ *) (*************************** Checkpoints *******************************) diff --git a/debugger/checkpoints.mli b/debugger/checkpoints.mli index e489875d..17c1037a 100644 --- a/debugger/checkpoints.mli +++ b/debugger/checkpoints.mli @@ -11,7 +11,7 @@ (* *) (***********************************************************************) -(* $Id: checkpoints.mli 5200 2002-10-29 17:53:24Z doligez $ *) +(* $Id$ *) (***************************** Checkpoints *****************************) diff --git a/debugger/command_line.ml b/debugger/command_line.ml index 7fe76944..944efa86 100644 --- a/debugger/command_line.ml +++ b/debugger/command_line.ml @@ -11,7 +11,7 @@ (* *) (***********************************************************************) -(* $Id: command_line.ml 10695 2010-09-29 16:46:54Z doligez $ *) +(* $Id$ *) (************************ Reading and executing commands ***************) diff --git a/debugger/command_line.mli b/debugger/command_line.mli index 24d720eb..dd2349d2 100644 --- a/debugger/command_line.mli +++ b/debugger/command_line.mli @@ -11,7 +11,7 @@ (* *) (***********************************************************************) -(* $Id: command_line.mli 2919 2000-03-07 18:22:19Z weis $ *) +(* $Id$ *) (************************ Reading and executing commands ***************) diff --git a/debugger/debugcom.ml b/debugger/debugcom.ml index 4f3ebfc7..dfe905ba 100644 --- a/debugger/debugcom.ml +++ b/debugger/debugcom.ml @@ -11,7 +11,7 @@ (* *) (***********************************************************************) -(* $Id: debugcom.ml 10287 2010-04-20 15:47:15Z doligez $ *) +(* $Id$ *) (* Low-level communication with the debuggee *) diff --git a/debugger/debugcom.mli b/debugger/debugcom.mli index 9153af40..abf4fd0b 100644 --- a/debugger/debugcom.mli +++ b/debugger/debugcom.mli @@ -11,7 +11,7 @@ (* *) (***********************************************************************) -(* $Id: debugcom.mli 10287 2010-04-20 15:47:15Z doligez $ *) +(* $Id$ *) (* Low-level communication with the debuggee *) diff --git a/debugger/debugger_config.ml b/debugger/debugger_config.ml index 0d050c22..54d6b2d5 100644 --- a/debugger/debugger_config.ml +++ b/debugger/debugger_config.ml @@ -11,7 +11,7 @@ (* *) (***********************************************************************) -(* $Id: debugger_config.ml 9547 2010-01-22 12:48:24Z doligez $ *) +(* $Id$ *) (**************************** Configuration file ***********************) diff --git a/debugger/debugger_config.mli b/debugger/debugger_config.mli index 75e40feb..18faf9c6 100644 --- a/debugger/debugger_config.mli +++ b/debugger/debugger_config.mli @@ -11,7 +11,7 @@ (* *) (***********************************************************************) -(* $Id: debugger_config.mli 9547 2010-01-22 12:48:24Z doligez $ *) +(* $Id$ *) (********************** Configuration file *****************************) diff --git a/debugger/envaux.ml b/debugger/envaux.ml index 9d7c8946..8d462e2f 100644 --- a/debugger/envaux.ml +++ b/debugger/envaux.ml @@ -11,7 +11,7 @@ (* *) (***********************************************************************) -(* $Id: envaux.ml 9547 2010-01-22 12:48:24Z doligez $ *) +(* $Id$ *) open Misc open Types diff --git a/debugger/envaux.mli b/debugger/envaux.mli index 3b9d7715..8b122cc3 100644 --- a/debugger/envaux.mli +++ b/debugger/envaux.mli @@ -11,7 +11,7 @@ (* *) (***********************************************************************) -(* $Id: envaux.mli 2908 2000-03-06 22:12:09Z weis $ *) +(* $Id$ *) open Format diff --git a/debugger/eval.ml b/debugger/eval.ml index daba02b4..7ee1339f 100644 --- a/debugger/eval.ml +++ b/debugger/eval.ml @@ -11,7 +11,7 @@ (* *) (***********************************************************************) -(* $Id: eval.ml 9547 2010-01-22 12:48:24Z doligez $ *) +(* $Id$ *) open Misc open Path diff --git a/debugger/eval.mli b/debugger/eval.mli index f9888488..b2a2998f 100644 --- a/debugger/eval.mli +++ b/debugger/eval.mli @@ -11,7 +11,7 @@ (* *) (***********************************************************************) -(* $Id: eval.mli 2908 2000-03-06 22:12:09Z weis $ *) +(* $Id$ *) open Types open Parser_aux diff --git a/debugger/events.ml b/debugger/events.ml index 0e5b263b..2521c064 100644 --- a/debugger/events.ml +++ b/debugger/events.ml @@ -11,7 +11,7 @@ (* *) (***********************************************************************) -(* $Id: events.ml 9270 2009-05-20 11:52:42Z doligez $ *) +(* $Id$ *) (********************************* Events ******************************) diff --git a/debugger/events.mli b/debugger/events.mli index be4a92d9..7166f2c9 100644 --- a/debugger/events.mli +++ b/debugger/events.mli @@ -11,7 +11,7 @@ (* *) (***********************************************************************) -(* $Id: events.mli 9547 2010-01-22 12:48:24Z doligez $ *) +(* $Id$ *) open Instruct diff --git a/debugger/exec.ml b/debugger/exec.ml index 6390f2a5..1ea16597 100644 --- a/debugger/exec.ml +++ b/debugger/exec.ml @@ -11,7 +11,7 @@ (* *) (***********************************************************************) -(* $Id: exec.ml 8955 2008-07-29 08:31:41Z xleroy $ *) +(* $Id$ *) (* Handling of keyboard interrupts *) diff --git a/debugger/exec.mli b/debugger/exec.mli index c6c3ab4f..9d3b9860 100644 --- a/debugger/exec.mli +++ b/debugger/exec.mli @@ -11,7 +11,7 @@ (* *) (***********************************************************************) -(* $Id: exec.mli 2553 1999-11-17 18:59:06Z xleroy $ *) +(* $Id$ *) (* Handling of keyboard interrupts *) diff --git a/debugger/frames.ml b/debugger/frames.ml index 44eb08c1..c533782f 100644 --- a/debugger/frames.ml +++ b/debugger/frames.ml @@ -11,7 +11,7 @@ (* *) (***********************************************************************) -(* $Id: frames.ml 9547 2010-01-22 12:48:24Z doligez $ *) +(* $Id$ *) (***************************** Frames **********************************) diff --git a/debugger/frames.mli b/debugger/frames.mli index 0f2b38b3..b4863433 100644 --- a/debugger/frames.mli +++ b/debugger/frames.mli @@ -11,7 +11,7 @@ (* *) (***********************************************************************) -(* $Id: frames.mli 9540 2010-01-20 16:26:46Z doligez $ *) +(* $Id$ *) (****************************** Frames *********************************) diff --git a/debugger/history.ml b/debugger/history.ml index 40781b16..e8c5ed8f 100644 --- a/debugger/history.ml +++ b/debugger/history.ml @@ -11,7 +11,7 @@ (* *) (***********************************************************************) -(* $Id: history.ml 9270 2009-05-20 11:52:42Z doligez $ *) +(* $Id$ *) open Int64ops open Checkpoints diff --git a/debugger/history.mli b/debugger/history.mli index 2c217b77..249629fd 100644 --- a/debugger/history.mli +++ b/debugger/history.mli @@ -11,7 +11,7 @@ (* *) (***********************************************************************) -(* $Id: history.mli 5200 2002-10-29 17:53:24Z doligez $ *) +(* $Id$ *) val empty_history : unit -> unit diff --git a/debugger/input_handling.ml b/debugger/input_handling.ml index e1081df2..f25d4742 100644 --- a/debugger/input_handling.ml +++ b/debugger/input_handling.ml @@ -11,7 +11,7 @@ (* *) (***********************************************************************) -(* $Id: input_handling.ml 9270 2009-05-20 11:52:42Z doligez $ *) +(* $Id$ *) (**************************** Input control ****************************) diff --git a/debugger/input_handling.mli b/debugger/input_handling.mli index 227ae833..959547df 100644 --- a/debugger/input_handling.mli +++ b/debugger/input_handling.mli @@ -11,7 +11,7 @@ (* *) (***********************************************************************) -(* $Id: input_handling.mli 7767 2006-12-09 13:49:10Z ertai $ *) +(* $Id$ *) (***************************** Input control ***************************) diff --git a/debugger/int64ops.ml b/debugger/int64ops.ml index 667d6c07..b854a6c3 100644 --- a/debugger/int64ops.ml +++ b/debugger/int64ops.ml @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: int64ops.ml 5200 2002-10-29 17:53:24Z doligez $ *) +(* $Id$ *) (****************** arithmetic operators for Int64 *********************) diff --git a/debugger/int64ops.mli b/debugger/int64ops.mli index b6edfbc3..98f7228d 100644 --- a/debugger/int64ops.mli +++ b/debugger/int64ops.mli @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: int64ops.mli 5200 2002-10-29 17:53:24Z doligez $ *) +(* $Id$ *) (****************** arithmetic operators for Int64 *********************) diff --git a/debugger/lexer.mli b/debugger/lexer.mli index cc04aca8..7214ed2b 100644 --- a/debugger/lexer.mli +++ b/debugger/lexer.mli @@ -11,7 +11,7 @@ (* *) (***********************************************************************) -(* $Id: lexer.mli 6394 2004-06-13 12:46:11Z xleroy $ *) +(* $Id$ *) val line: Lexing.lexbuf -> string val lexeme: Lexing.lexbuf -> Parser.token diff --git a/debugger/lexer.mll b/debugger/lexer.mll index 307a5964..eea8ed02 100644 --- a/debugger/lexer.mll +++ b/debugger/lexer.mll @@ -11,7 +11,7 @@ (* *) (***********************************************************************) -(* $Id: lexer.mll 9270 2009-05-20 11:52:42Z doligez $ *) +(* $Id$ *) { diff --git a/debugger/loadprinter.ml b/debugger/loadprinter.ml index 42e55c05..ac5aa018 100644 --- a/debugger/loadprinter.ml +++ b/debugger/loadprinter.ml @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: loadprinter.ml 9547 2010-01-22 12:48:24Z doligez $ *) +(* $Id$ *) (* Loading and installation of user-defined printer functions *) diff --git a/debugger/loadprinter.mli b/debugger/loadprinter.mli index ffc94a58..bdaf77a2 100644 --- a/debugger/loadprinter.mli +++ b/debugger/loadprinter.mli @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: loadprinter.mli 2919 2000-03-07 18:22:19Z weis $ *) +(* $Id$ *) (* Loading and installation of user-defined printer functions *) diff --git a/debugger/main.ml b/debugger/main.ml index cc23febb..f5f0d8b5 100644 --- a/debugger/main.ml +++ b/debugger/main.ml @@ -11,7 +11,7 @@ (* *) (***********************************************************************) -(* $Id: main.ml 10444 2010-05-20 14:06:29Z doligez $ *) +(* $Id$ *) open Input_handling open Question diff --git a/debugger/parameters.ml b/debugger/parameters.ml index b8a50ad7..9d518e54 100644 --- a/debugger/parameters.ml +++ b/debugger/parameters.ml @@ -11,7 +11,7 @@ (* *) (***********************************************************************) -(* $Id: parameters.ml 9270 2009-05-20 11:52:42Z doligez $ *) +(* $Id$ *) (* Miscellaneous parameters *) diff --git a/debugger/parameters.mli b/debugger/parameters.mli index fe7830c8..8f750e68 100644 --- a/debugger/parameters.mli +++ b/debugger/parameters.mli @@ -11,7 +11,7 @@ (* *) (***********************************************************************) -(* $Id: parameters.mli 9270 2009-05-20 11:52:42Z doligez $ *) +(* $Id$ *) (* Miscellaneous parameters *) diff --git a/debugger/parser.mly b/debugger/parser.mly index f48502bf..6fc8392a 100644 --- a/debugger/parser.mly +++ b/debugger/parser.mly @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: parser.mly 9547 2010-01-22 12:48:24Z doligez $ */ +/* $Id$ */ %{ diff --git a/debugger/parser_aux.mli b/debugger/parser_aux.mli index a9b95520..a68e08d5 100644 --- a/debugger/parser_aux.mli +++ b/debugger/parser_aux.mli @@ -11,7 +11,7 @@ (* *) (***********************************************************************) -(* $Id: parser_aux.mli 9547 2010-01-22 12:48:24Z doligez $ *) +(* $Id$ *) (*open Globals*) diff --git a/debugger/pattern_matching.ml b/debugger/pattern_matching.ml index 0b1632d3..97af9326 100644 --- a/debugger/pattern_matching.ml +++ b/debugger/pattern_matching.ml @@ -11,7 +11,7 @@ (* *) (***********************************************************************) -(* $Id: pattern_matching.ml 9547 2010-01-22 12:48:24Z doligez $ *) +(* $Id$ *) (************************ Simple pattern matching **********************) diff --git a/debugger/pattern_matching.mli b/debugger/pattern_matching.mli index b3862190..3490edef 100644 --- a/debugger/pattern_matching.mli +++ b/debugger/pattern_matching.mli @@ -11,7 +11,7 @@ (* *) (***********************************************************************) -(* $Id: pattern_matching.mli 2553 1999-11-17 18:59:06Z xleroy $ *) +(* $Id$ *) (************************ Simple pattern matching **********************) diff --git a/debugger/pos.ml b/debugger/pos.ml index f790ab6e..4beba3de 100644 --- a/debugger/pos.ml +++ b/debugger/pos.ml @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: pos.ml 7767 2006-12-09 13:49:10Z ertai $ *) +(* $Id$ *) open Instruct;; open Lexing;; diff --git a/debugger/pos.mli b/debugger/pos.mli index ee083272..e7632e42 100644 --- a/debugger/pos.mli +++ b/debugger/pos.mli @@ -10,6 +10,6 @@ (* *) (***********************************************************************) -(* $Id: pos.mli 5966 2003-11-21 16:10:57Z doligez $ *) +(* $Id$ *) val get_desc : Instruct.debug_event -> string;; diff --git a/debugger/primitives.ml b/debugger/primitives.ml index 9d135433..d4ba22e5 100644 --- a/debugger/primitives.ml +++ b/debugger/primitives.ml @@ -11,7 +11,7 @@ (* *) (***********************************************************************) -(* $Id: primitives.ml 9270 2009-05-20 11:52:42Z doligez $ *) +(* $Id$ *) (*********************** Basic functions and types *********************) diff --git a/debugger/primitives.mli b/debugger/primitives.mli index 4711c10a..4333128f 100644 --- a/debugger/primitives.mli +++ b/debugger/primitives.mli @@ -11,7 +11,7 @@ (* *) (***********************************************************************) -(* $Id: primitives.mli 9270 2009-05-20 11:52:42Z doligez $ *) +(* $Id$ *) (********************* Basic functions and types ***********************) diff --git a/debugger/printval.ml b/debugger/printval.ml index 915dba09..5f36e1a7 100644 --- a/debugger/printval.ml +++ b/debugger/printval.ml @@ -11,7 +11,7 @@ (* *) (***********************************************************************) -(* $Id: printval.ml 9547 2010-01-22 12:48:24Z doligez $ *) +(* $Id$ *) (* To print values *) diff --git a/debugger/printval.mli b/debugger/printval.mli index dd27e0ef..bb631888 100644 --- a/debugger/printval.mli +++ b/debugger/printval.mli @@ -11,7 +11,7 @@ (* *) (***********************************************************************) -(* $Id: printval.mli 9547 2010-01-22 12:48:24Z doligez $ *) +(* $Id$ *) open Format diff --git a/debugger/program_loading.ml b/debugger/program_loading.ml index a4e456ad..79577ff4 100644 --- a/debugger/program_loading.ml +++ b/debugger/program_loading.ml @@ -11,7 +11,7 @@ (* *) (***********************************************************************) -(* $Id: program_loading.ml 9270 2009-05-20 11:52:42Z doligez $ *) +(* $Id$ *) (* Program loading *) diff --git a/debugger/program_loading.mli b/debugger/program_loading.mli index 48847ea1..d1210d1a 100644 --- a/debugger/program_loading.mli +++ b/debugger/program_loading.mli @@ -11,7 +11,7 @@ (* *) (***********************************************************************) -(* $Id: program_loading.mli 2553 1999-11-17 18:59:06Z xleroy $ *) +(* $Id$ *) (*** Debugging. ***) diff --git a/debugger/program_management.ml b/debugger/program_management.ml index 780b57ed..8ebb907d 100644 --- a/debugger/program_management.ml +++ b/debugger/program_management.ml @@ -11,7 +11,7 @@ (* *) (***********************************************************************) -(* $Id: program_management.ml 10450 2010-05-21 12:00:49Z doligez $ *) +(* $Id$ *) (* Manage the loading of the program *) diff --git a/debugger/program_management.mli b/debugger/program_management.mli index 2ec0209e..8e2f28e5 100644 --- a/debugger/program_management.mli +++ b/debugger/program_management.mli @@ -11,7 +11,7 @@ (* *) (***********************************************************************) -(* $Id: program_management.mli 2553 1999-11-17 18:59:06Z xleroy $ *) +(* $Id$ *) (*** Program loading and initializations. ***) diff --git a/debugger/show_information.ml b/debugger/show_information.ml index c8efffae..bd746eb7 100644 --- a/debugger/show_information.ml +++ b/debugger/show_information.ml @@ -11,7 +11,7 @@ (* *) (***********************************************************************) -(* $Id: show_information.ml 9540 2010-01-20 16:26:46Z doligez $ *) +(* $Id$ *) open Instruct open Format diff --git a/debugger/show_information.mli b/debugger/show_information.mli index e7ef20e2..3069f933 100644 --- a/debugger/show_information.mli +++ b/debugger/show_information.mli @@ -11,7 +11,7 @@ (* *) (***********************************************************************) -(* $Id: show_information.mli 2908 2000-03-06 22:12:09Z weis $ *) +(* $Id$ *) open Format;; diff --git a/debugger/show_source.ml b/debugger/show_source.ml index 9a72270c..2826c9e6 100644 --- a/debugger/show_source.ml +++ b/debugger/show_source.ml @@ -11,7 +11,7 @@ (* *) (***********************************************************************) -(* $Id: show_source.ml 9540 2010-01-20 16:26:46Z doligez $ *) +(* $Id$ *) open Debugger_config open Instruct diff --git a/debugger/show_source.mli b/debugger/show_source.mli index 0d4106fe..5ba418af 100644 --- a/debugger/show_source.mli +++ b/debugger/show_source.mli @@ -11,7 +11,7 @@ (* *) (***********************************************************************) -(* $Id: show_source.mli 7767 2006-12-09 13:49:10Z ertai $ *) +(* $Id$ *) (* Print the line containing the point *) val show_point : Instruct.debug_event -> bool -> unit;; diff --git a/debugger/source.ml b/debugger/source.ml index a7ddda01..f0d3d48f 100644 --- a/debugger/source.ml +++ b/debugger/source.ml @@ -11,7 +11,7 @@ (* *) (***********************************************************************) -(* $Id: source.ml 9540 2010-01-20 16:26:46Z doligez $ *) +(* $Id$ *) (************************ Source management ****************************) diff --git a/debugger/source.mli b/debugger/source.mli index fa5337bf..273cb517 100644 --- a/debugger/source.mli +++ b/debugger/source.mli @@ -11,7 +11,7 @@ (* *) (***********************************************************************) -(* $Id: source.mli 9540 2010-01-20 16:26:46Z doligez $ *) +(* $Id$ *) (************************ Source management ****************************) diff --git a/debugger/symbols.ml b/debugger/symbols.ml index d734775d..392da976 100644 --- a/debugger/symbols.ml +++ b/debugger/symbols.ml @@ -11,7 +11,7 @@ (* *) (***********************************************************************) -(* $Id: symbols.ml 9540 2010-01-20 16:26:46Z doligez $ *) +(* $Id$ *) (* Handling of symbol tables (globals and events) *) diff --git a/debugger/symbols.mli b/debugger/symbols.mli index f1ec0544..57ac8007 100644 --- a/debugger/symbols.mli +++ b/debugger/symbols.mli @@ -11,7 +11,7 @@ (* *) (***********************************************************************) -(* $Id: symbols.mli 7031 2005-08-25 15:35:16Z doligez $ *) +(* $Id$ *) (* Modules used by the program. *) val modules : string list ref diff --git a/debugger/time_travel.ml b/debugger/time_travel.ml index 221fbb4a..a4a4c83f 100644 --- a/debugger/time_travel.ml +++ b/debugger/time_travel.ml @@ -11,7 +11,7 @@ (* *) (***********************************************************************) -(* $Id: time_travel.ml 9270 2009-05-20 11:52:42Z doligez $ *) +(* $Id$ *) (**************************** Time travel ******************************) diff --git a/debugger/time_travel.mli b/debugger/time_travel.mli index c5d81154..453e4df0 100644 --- a/debugger/time_travel.mli +++ b/debugger/time_travel.mli @@ -11,7 +11,7 @@ (* *) (***********************************************************************) -(* $Id: time_travel.mli 7745 2006-11-20 10:29:45Z ertai $ *) +(* $Id$ *) (**************************** Time travel ******************************) diff --git a/debugger/trap_barrier.ml b/debugger/trap_barrier.ml index ecdfe893..dba9c929 100644 --- a/debugger/trap_barrier.ml +++ b/debugger/trap_barrier.ml @@ -11,7 +11,7 @@ (* *) (***********************************************************************) -(* $Id: trap_barrier.ml 2553 1999-11-17 18:59:06Z xleroy $ *) +(* $Id$ *) (************************** Trap barrier *******************************) diff --git a/debugger/trap_barrier.mli b/debugger/trap_barrier.mli index e72a9f7c..28bba5a3 100644 --- a/debugger/trap_barrier.mli +++ b/debugger/trap_barrier.mli @@ -11,7 +11,7 @@ (* *) (***********************************************************************) -(* $Id: trap_barrier.mli 2553 1999-11-17 18:59:06Z xleroy $ *) +(* $Id$ *) (************************* Trap barrier ********************************) diff --git a/debugger/unix_tools.ml b/debugger/unix_tools.ml index cf035184..9926e05d 100644 --- a/debugger/unix_tools.ml +++ b/debugger/unix_tools.ml @@ -11,7 +11,7 @@ (* *) (***********************************************************************) -(* $Id: unix_tools.ml 9270 2009-05-20 11:52:42Z doligez $ *) +(* $Id$ *) (****************** Tools for Unix *************************************) diff --git a/debugger/unix_tools.mli b/debugger/unix_tools.mli index 3a702b9d..b5e4ee6c 100644 --- a/debugger/unix_tools.mli +++ b/debugger/unix_tools.mli @@ -11,7 +11,7 @@ (* *) (***********************************************************************) -(* $Id: unix_tools.mli 5232 2002-11-02 22:36:46Z doligez $ *) +(* $Id$ *) (**************************** Tools for Unix ***************************) diff --git a/driver/compile.ml b/driver/compile.ml index 8e14272f..4e2d8566 100644 --- a/driver/compile.ml +++ b/driver/compile.ml @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: compile.ml 9074 2008-10-06 13:53:54Z doligez $ *) +(* $Id$ *) (* The batch compiler *) diff --git a/driver/compile.mli b/driver/compile.mli index de9ebb26..507d61bb 100644 --- a/driver/compile.mli +++ b/driver/compile.mli @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: compile.mli 6395 2004-06-13 12:46:41Z xleroy $ *) +(* $Id$ *) (* Compile a .ml or .mli file *) diff --git a/driver/errors.ml b/driver/errors.ml index e7cd2648..22dd1fc6 100644 --- a/driver/errors.ml +++ b/driver/errors.ml @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: errors.ml 8705 2007-12-04 13:38:58Z doligez $ *) +(* $Id$ *) (* WARNING: if you change something in this file, you must look at opterrors.ml and ocamldoc/odoc_analyse.ml diff --git a/driver/errors.mli b/driver/errors.mli index 7abc0d72..ac203a53 100644 --- a/driver/errors.mli +++ b/driver/errors.mli @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: errors.mli 2908 2000-03-06 22:12:09Z weis $ *) +(* $Id$ *) (* Error report *) open Format diff --git a/driver/main.ml b/driver/main.ml index 48c9647e..09aa8965 100644 --- a/driver/main.ml +++ b/driver/main.ml @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: main.ml 10444 2010-05-20 14:06:29Z doligez $ *) +(* $Id$ *) open Config open Clflags diff --git a/driver/main.mli b/driver/main.mli index f7f414f7..d175a3ca 100644 --- a/driver/main.mli +++ b/driver/main.mli @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: main.mli 2740 2000-01-07 16:03:04Z doligez $ *) +(* $Id$ *) (* this "empty" file is here to speed up garbage collection in ocamlc.opt diff --git a/driver/main_args.ml b/driver/main_args.ml index 13313e9d..279a4632 100644 --- a/driver/main_args.ml +++ b/driver/main_args.ml @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: main_args.ml 10621 2010-07-06 14:05:26Z maranget $ *) +(* $Id$ *) let mk_a f = "-a", Arg.Unit f, " Build a library" diff --git a/driver/main_args.mli b/driver/main_args.mli index ac6beb21..1c4abf50 100644 --- a/driver/main_args.mli +++ b/driver/main_args.mli @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: main_args.mli 10444 2010-05-20 14:06:29Z doligez $ *) +(* $Id$ *) module type Bytecomp_options = sig diff --git a/driver/optcompile.ml b/driver/optcompile.ml index 282a39c6..29afc628 100644 --- a/driver/optcompile.ml +++ b/driver/optcompile.ml @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: optcompile.ml 9153 2008-12-03 18:09:09Z doligez $ *) +(* $Id$ *) (* The batch compiler *) diff --git a/driver/optcompile.mli b/driver/optcompile.mli index 47eb0656..507d61bb 100644 --- a/driver/optcompile.mli +++ b/driver/optcompile.mli @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: optcompile.mli 6395 2004-06-13 12:46:41Z xleroy $ *) +(* $Id$ *) (* Compile a .ml or .mli file *) diff --git a/driver/opterrors.ml b/driver/opterrors.ml index ba83ab3c..58178199 100644 --- a/driver/opterrors.ml +++ b/driver/opterrors.ml @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: opterrors.ml 8705 2007-12-04 13:38:58Z doligez $ *) +(* $Id$ *) (* WARNING: if you change something in this file, you must look at errors.ml to see if you need to make the same changes there. diff --git a/driver/opterrors.mli b/driver/opterrors.mli index 44ea1dd3..d09dc733 100644 --- a/driver/opterrors.mli +++ b/driver/opterrors.mli @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: opterrors.mli 2910 2000-03-07 05:02:33Z garrigue $ *) +(* $Id$ *) (* Error report *) diff --git a/driver/optmain.ml b/driver/optmain.ml index 4ca44711..1c7352c5 100644 --- a/driver/optmain.ml +++ b/driver/optmain.ml @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: optmain.ml 10444 2010-05-20 14:06:29Z doligez $ *) +(* $Id$ *) open Config open Clflags diff --git a/driver/optmain.mli b/driver/optmain.mli index 08ca44ff..628d2d39 100644 --- a/driver/optmain.mli +++ b/driver/optmain.mli @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: optmain.mli 2740 2000-01-07 16:03:04Z doligez $ *) +(* $Id$ *) (* this "empty" file is here to speed up garbage collection in ocamlopt.opt diff --git a/driver/pparse.ml b/driver/pparse.ml index 1ce335b5..0622ddad 100644 --- a/driver/pparse.ml +++ b/driver/pparse.ml @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: pparse.ml 6415 2004-06-16 16:58:46Z doligez $ *) +(* $Id$ *) open Format diff --git a/driver/pparse.mli b/driver/pparse.mli index db2e5612..0ed03913 100644 --- a/driver/pparse.mli +++ b/driver/pparse.mli @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: pparse.mli 4365 2002-02-08 10:14:31Z ddr $ *) +(* $Id$ *) open Format diff --git a/emacs/Makefile b/emacs/Makefile index 19ce8316..077770c6 100644 --- a/emacs/Makefile +++ b/emacs/Makefile @@ -10,7 +10,7 @@ # # ######################################################################### -# $Id: Makefile 10661 2010-08-30 10:16:22Z doligez $ +# $Id$ include ../config/Makefile diff --git a/emacs/caml-compat.el b/emacs/caml-compat.el index 8c4ba63d..8ba7a99c 100644 --- a/emacs/caml-compat.el +++ b/emacs/caml-compat.el @@ -10,7 +10,7 @@ ;(* *) ;(***********************************************************************) -;(* $Id: caml-compat.el 9547 2010-01-22 12:48:24Z doligez $ *) +;(* $Id$ *) ;; function definitions for old versions of emacs diff --git a/emacs/caml-emacs.el b/emacs/caml-emacs.el index 8960203a..d0a2c86e 100644 --- a/emacs/caml-emacs.el +++ b/emacs/caml-emacs.el @@ -10,7 +10,7 @@ ;(* *) ;(***********************************************************************) -;(* $Id: caml-emacs.el 10662 2010-08-30 15:15:33Z doligez $ *) +;(* $Id$ *) ;; for caml-help.el (defalias 'caml-info-other-window 'info-other-window) diff --git a/emacs/caml-font-old.el b/emacs/caml-font-old.el index c578ea82..8faa542f 100644 --- a/emacs/caml-font-old.el +++ b/emacs/caml-font-old.el @@ -10,7 +10,7 @@ ;(* *) ;(***********************************************************************) -;(* $Id: caml-font-old.el 9547 2010-01-22 12:48:24Z doligez $ *) +;(* $Id$ *) ;; useful colors diff --git a/emacs/caml-help.el b/emacs/caml-help.el index 150fa613..2adba675 100644 --- a/emacs/caml-help.el +++ b/emacs/caml-help.el @@ -10,7 +10,7 @@ ;(* *) ;(***********************************************************************) -;(* $Id: caml-help.el 10323 2010-04-28 11:11:07Z remy $ *) +;(* $Id$ *) ;; caml-info.el --- contextual completion and help to caml-mode diff --git a/emacs/caml-hilit.el b/emacs/caml-hilit.el index 8c973ff6..697e5817 100644 --- a/emacs/caml-hilit.el +++ b/emacs/caml-hilit.el @@ -10,7 +10,7 @@ ;(* *) ;(***********************************************************************) -;(* $Id: caml-hilit.el 6612 2004-08-20 17:04:35Z doligez $ *) +;(* $Id$ *) ; Highlighting patterns for hilit19 under caml-mode diff --git a/emacs/caml-types.el b/emacs/caml-types.el index 25316bb2..3c7433a8 100644 --- a/emacs/caml-types.el +++ b/emacs/caml-types.el @@ -10,7 +10,7 @@ ;(* *) ;(***********************************************************************) -;(* $Id: caml-types.el 10661 2010-08-30 10:16:22Z doligez $ *) +;(* $Id$ *) ; An emacs-lisp complement to the "-annot" option of ocamlc and ocamlopt. diff --git a/emacs/caml-xemacs.el b/emacs/caml-xemacs.el index f8aa5052..45d670c7 100644 --- a/emacs/caml-xemacs.el +++ b/emacs/caml-xemacs.el @@ -10,7 +10,7 @@ ;(* *) ;(***********************************************************************) -;(* $Id: caml-xemacs.el 10662 2010-08-30 15:15:33Z doligez $ *) +;(* $Id$ *) (require 'overlay) diff --git a/emacs/caml.el b/emacs/caml.el index a05cbf55..2e37bff5 100644 --- a/emacs/caml.el +++ b/emacs/caml.el @@ -10,7 +10,7 @@ ;(* *) ;(***********************************************************************) -;(* $Id: caml.el 11055 2011-05-20 07:40:01Z garrigue $ *) +;(* $Id$ *) ;;; caml.el --- O'Caml code editing commands for Emacs diff --git a/emacs/camldebug.el b/emacs/camldebug.el index 343fdd57..57a98701 100644 --- a/emacs/camldebug.el +++ b/emacs/camldebug.el @@ -10,7 +10,7 @@ ;(* *) ;(***********************************************************************) -;(* $Id: camldebug.el 10661 2010-08-30 10:16:22Z doligez $ *) +;(* $Id$ *) ;;; Run camldebug under Emacs ;;; Derived from gdb.el. diff --git a/emacs/inf-caml.el b/emacs/inf-caml.el index 11b5e40b..f3e4c48d 100644 --- a/emacs/inf-caml.el +++ b/emacs/inf-caml.el @@ -10,7 +10,7 @@ ;(* *) ;(***********************************************************************) -;(* $Id: inf-caml.el 11027 2011-05-05 11:28:57Z doligez $ *) +;(* $Id$ *) ;;; inf-caml.el --- run the Caml toplevel in an Emacs buffer diff --git a/emacs/ocamltags.in b/emacs/ocamltags.in index 55edab33..aa3f8df1 100644 --- a/emacs/ocamltags.in +++ b/emacs/ocamltags.in @@ -12,7 +12,7 @@ ;(* *) ;(***********************************************************************) -;(* $Id: ocamltags.in 6612 2004-08-20 17:04:35Z doligez $ *) +;(* $Id$ *) ;; Copyright (C) 1998 Ian Zimmerman ;; This program is free software; you can redistribute it and/or @@ -24,7 +24,7 @@ ;; but WITHOUT ANY WARRANTY; without even the implied warranty of ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ;; General Public License for more details. -;; $Id: ocamltags.in 6612 2004-08-20 17:04:35Z doligez $ +;; $Id$ (require 'caml) diff --git a/lex/Makefile b/lex/Makefile index feae7bbd..f190ed89 100644 --- a/lex/Makefile +++ b/lex/Makefile @@ -10,7 +10,7 @@ # # ######################################################################### -# $Id: Makefile 9467 2009-12-09 09:52:47Z weis $ +# $Id$ # The lexer generator CAMLC=../boot/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot diff --git a/lex/Makefile.nt b/lex/Makefile.nt index 6645bd3f..cb1ef94a 100644 --- a/lex/Makefile.nt +++ b/lex/Makefile.nt @@ -10,7 +10,7 @@ # # ######################################################################### -# $Id: Makefile.nt 9540 2010-01-20 16:26:46Z doligez $ +# $Id$ # The lexer generator diff --git a/lex/compact.ml b/lex/compact.ml index 4b020943..abbf5a50 100644 --- a/lex/compact.ml +++ b/lex/compact.ml @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: compact.ml 9547 2010-01-22 12:48:24Z doligez $ *) +(* $Id$ *) (* Compaction of an automata *) diff --git a/lex/compact.mli b/lex/compact.mli index ca0efd25..18363c3d 100644 --- a/lex/compact.mli +++ b/lex/compact.mli @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: compact.mli 9547 2010-01-22 12:48:24Z doligez $ *) +(* $Id$ *) (* Compaction of an automata *) type lex_tables = diff --git a/lex/cset.ml b/lex/cset.ml index 0fdefb63..c4594540 100644 --- a/lex/cset.ml +++ b/lex/cset.ml @@ -11,7 +11,7 @@ (* *) (***********************************************************************) -(* $Id: cset.ml 9547 2010-01-22 12:48:24Z doligez $ *) +(* $Id$ *) exception Bad diff --git a/lex/cset.mli b/lex/cset.mli index 370d7c9c..53b58995 100644 --- a/lex/cset.mli +++ b/lex/cset.mli @@ -11,7 +11,7 @@ (* *) (***********************************************************************) -(* $Id: cset.mli 10268 2010-04-18 09:02:40Z xleroy $ *) +(* $Id$ *) (* Set of characters encoded as list of intervals *) diff --git a/lex/lexer.mli b/lex/lexer.mli index 0a5dd257..be34674e 100644 --- a/lex/lexer.mli +++ b/lex/lexer.mli @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: lexer.mli 6244 2004-04-21 23:26:06Z doligez $ *) +(* $Id$ *) val main: Lexing.lexbuf -> Parser.token diff --git a/lex/lexer.mll b/lex/lexer.mll index 46569beb..b7280428 100644 --- a/lex/lexer.mll +++ b/lex/lexer.mll @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: lexer.mll 7307 2006-01-04 16:55:50Z doligez $ *) +(* $Id$ *) (* The lexical analyzer for lexer definitions. Bootstrapped! *) diff --git a/lex/lexgen.ml b/lex/lexgen.ml index 52ebfe57..775e78b0 100644 --- a/lex/lexgen.ml +++ b/lex/lexgen.ml @@ -12,7 +12,7 @@ (* *) (***********************************************************************) -(* $Id: lexgen.ml 9547 2010-01-22 12:48:24Z doligez $ *) +(* $Id$ *) (* Compiling a lexer definition *) diff --git a/lex/lexgen.mli b/lex/lexgen.mli index 4f77f4de..5136f8f2 100644 --- a/lex/lexgen.mli +++ b/lex/lexgen.mli @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: lexgen.mli 9547 2010-01-22 12:48:24Z doligez $ *) +(* $Id$ *) (* raised when there are too many bindings (>= 254 memory cells) *) diff --git a/lex/main.ml b/lex/main.ml index 84a220d4..57b40490 100644 --- a/lex/main.ml +++ b/lex/main.ml @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: main.ml 10444 2010-05-20 14:06:29Z doligez $ *) +(* $Id$ *) (* The lexer generator. Command-line parsing. *) diff --git a/lex/output.ml b/lex/output.ml index 116a0d3b..5ca403b5 100644 --- a/lex/output.ml +++ b/lex/output.ml @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: output.ml 10695 2010-09-29 16:46:54Z doligez $ *) +(* $Id$ *) (* Output the DFA tables and its entry points *) diff --git a/lex/output.mli b/lex/output.mli index 46ef258b..85f89b30 100644 --- a/lex/output.mli +++ b/lex/output.mli @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: output.mli 5323 2002-12-09 10:44:46Z maranget $ *) +(* $Id$ *) (* Output the DFA tables and its entry points *) diff --git a/lex/outputbis.ml b/lex/outputbis.ml index a78b59dd..6d5e77c3 100644 --- a/lex/outputbis.ml +++ b/lex/outputbis.ml @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: outputbis.ml 10695 2010-09-29 16:46:54Z doligez $ *) +(* $Id$ *) (* Output the DFA tables and its entry points *) diff --git a/lex/outputbis.mli b/lex/outputbis.mli index 9c600413..76f00672 100644 --- a/lex/outputbis.mli +++ b/lex/outputbis.mli @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: outputbis.mli 5323 2002-12-09 10:44:46Z maranget $ *) +(* $Id$ *) val output_lexdef : string -> in_channel -> diff --git a/lex/parser.mly b/lex/parser.mly index 6290e55d..9bc0906a 100644 --- a/lex/parser.mly +++ b/lex/parser.mly @@ -10,7 +10,7 @@ /* */ /***********************************************************************/ -/* $Id: parser.mly 10271 2010-04-19 12:25:06Z maranget $ */ +/* $Id$ */ /* The grammar for lexer definitions */ diff --git a/lex/syntax.ml b/lex/syntax.ml index 356c5612..d1daa02d 100644 --- a/lex/syntax.ml +++ b/lex/syntax.ml @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: syntax.ml 7815 2007-01-29 16:44:16Z maranget $ *) +(* $Id$ *) (* This apparently useless implmentation file is in fact required by the pa_ocamllex syntax extension *) diff --git a/lex/syntax.mli b/lex/syntax.mli index 19dbdcd1..4864b50e 100644 --- a/lex/syntax.mli +++ b/lex/syntax.mli @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: syntax.mli 7815 2007-01-29 16:44:16Z maranget $ *) +(* $Id$ *) (* The shallow abstract syntax *) diff --git a/man/Makefile b/man/Makefile index ebd058d1..4753c202 100644 --- a/man/Makefile +++ b/man/Makefile @@ -10,7 +10,7 @@ # # ######################################################################### -# $Id: Makefile 4733 2002-04-24 09:09:35Z xleroy $ +# $Id$ include ../config/Makefile diff --git a/man/ocaml.m b/man/ocaml.m index fc1bc9ca..f8ca062d 100644 --- a/man/ocaml.m +++ b/man/ocaml.m @@ -1,4 +1,4 @@ -\" $Id: ocaml.m 10444 2010-05-20 14:06:29Z doligez $ +\" $Id$ .TH OCAML 1 diff --git a/man/ocamlc.m b/man/ocamlc.m index 20c2c6b4..20cd06ef 100644 --- a/man/ocamlc.m +++ b/man/ocamlc.m @@ -1,4 +1,4 @@ -\" $Id: ocamlc.m 10450 2010-05-21 12:00:49Z doligez $ +\" $Id$ .TH OCAMLC 1 diff --git a/man/ocamlcp.m b/man/ocamlcp.m index a7b6a574..d3559ad3 100644 --- a/man/ocamlcp.m +++ b/man/ocamlcp.m @@ -1,4 +1,4 @@ -\" $Id: ocamlcp.m 9025 2008-09-15 14:05:30Z doligez $ +\" $Id$ .TH OCAMLCP 1 diff --git a/man/ocamldebug.m b/man/ocamldebug.m index 80b520e2..d527fe87 100644 --- a/man/ocamldebug.m +++ b/man/ocamldebug.m @@ -1,4 +1,4 @@ -\" $Id: ocamldebug.m 10444 2010-05-20 14:06:29Z doligez $ +\" $Id$ .TH OCAMLDEBUG 1 diff --git a/man/ocamldep.m b/man/ocamldep.m index 0d3cfa96..521e41bb 100644 --- a/man/ocamldep.m +++ b/man/ocamldep.m @@ -1,4 +1,4 @@ -\" $Id: ocamldep.m 10914 2011-01-04 10:33:49Z xclerc $ +\" $Id$ .TH OCAMLDEP 1 diff --git a/man/ocamldoc.m b/man/ocamldoc.m index d6e5273f..5c217cfa 100644 --- a/man/ocamldoc.m +++ b/man/ocamldoc.m @@ -1,4 +1,4 @@ -\" $Id: ocamldoc.m 10450 2010-05-21 12:00:49Z doligez $ +\" $Id$ .TH OCAMLDOC 1 diff --git a/man/ocamllex.m b/man/ocamllex.m index aa9b576e..e117dc47 100644 --- a/man/ocamllex.m +++ b/man/ocamllex.m @@ -1,4 +1,4 @@ -\" $Id: ocamllex.m 10444 2010-05-20 14:06:29Z doligez $ +\" $Id$ .TH OCAMLLEX 1 .SH NAME diff --git a/man/ocamlmktop.m b/man/ocamlmktop.m index 13887942..d84381e1 100644 --- a/man/ocamlmktop.m +++ b/man/ocamlmktop.m @@ -1,4 +1,4 @@ -\" $Id: ocamlmktop.m 10444 2010-05-20 14:06:29Z doligez $ +\" $Id$ .TH OCAMLMKTOP 1 .SH NAME diff --git a/man/ocamlopt.m b/man/ocamlopt.m index 9f3bbe99..c021fab6 100644 --- a/man/ocamlopt.m +++ b/man/ocamlopt.m @@ -1,4 +1,4 @@ -\" $Id: ocamlopt.m 10444 2010-05-20 14:06:29Z doligez $ +\" $Id$ .TH OCAMLOPT 1 diff --git a/man/ocamlprof.m b/man/ocamlprof.m index 7b84ca60..f92ab8e4 100644 --- a/man/ocamlprof.m +++ b/man/ocamlprof.m @@ -1,4 +1,4 @@ -\" $Id: ocamlprof.m 10444 2010-05-20 14:06:29Z doligez $ +\" $Id$ .TH OCAMLPROF 1 .SH NAME diff --git a/man/ocamlrun.m b/man/ocamlrun.m index a9e21def..d7e7f037 100644 --- a/man/ocamlrun.m +++ b/man/ocamlrun.m @@ -1,4 +1,4 @@ -\" $Id: ocamlrun.m 10444 2010-05-20 14:06:29Z doligez $ +\" $Id$ .TH OCAMLRUN 1 diff --git a/man/ocamlyacc.m b/man/ocamlyacc.m index 5ff33ca0..232b1727 100644 --- a/man/ocamlyacc.m +++ b/man/ocamlyacc.m @@ -1,4 +1,4 @@ -\" $Id: ocamlyacc.m 10444 2010-05-20 14:06:29Z doligez $ +\" $Id$ .TH OCAMLYACC 1 .SH NAME diff --git a/myocamlbuild.ml b/myocamlbuild.ml index d50274d8..663847b4 100644 --- a/myocamlbuild.ml +++ b/myocamlbuild.ml @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: myocamlbuild.ml 10941 2011-02-08 14:07:47Z xclerc $ *) +(* $Id$ *) open Ocamlbuild_plugin open Command diff --git a/ocamlbuild/Makefile b/ocamlbuild/Makefile index 22c46729..0f190336 100644 --- a/ocamlbuild/Makefile +++ b/ocamlbuild/Makefile @@ -10,7 +10,7 @@ # # ######################################################################### -# $Id: Makefile 10286 2010-04-20 15:38:58Z doligez $ +# $Id$ .PHONY: all byte native profile debug ppcache doc diff --git a/ocamldoc/Makefile b/ocamldoc/Makefile index 8f6e87c7..852df926 100644 --- a/ocamldoc/Makefile +++ b/ocamldoc/Makefile @@ -9,7 +9,7 @@ #(* *) #(***********************************************************************) -# $Id: Makefile 11020 2011-05-02 13:14:14Z guesdon $ +# $Id$ include ../config/Makefile diff --git a/ocamldoc/Makefile.nt b/ocamldoc/Makefile.nt index aa010223..387aec92 100644 --- a/ocamldoc/Makefile.nt +++ b/ocamldoc/Makefile.nt @@ -9,7 +9,7 @@ #(* *) #(***********************************************************************) -# $Id: Makefile.nt 10472 2010-05-28 11:21:46Z garrigue $ +# $Id$ include ../config/Makefile diff --git a/ocamldoc/odoc.ml b/ocamldoc/odoc.ml index 3a54d95d..5ecf7051 100644 --- a/ocamldoc/odoc.ml +++ b/ocamldoc/odoc.ml @@ -9,7 +9,7 @@ (* *) (***********************************************************************) -(* $Id: odoc.ml 9547 2010-01-22 12:48:24Z doligez $ *) +(* $Id$ *) (** Main module for bytecode. *) diff --git a/ocamldoc/odoc_analyse.ml b/ocamldoc/odoc_analyse.ml index 9db82f1e..143da019 100644 --- a/ocamldoc/odoc_analyse.ml +++ b/ocamldoc/odoc_analyse.ml @@ -9,7 +9,7 @@ (* *) (***********************************************************************) -(* $Id: odoc_analyse.ml 10355 2010-05-03 15:06:17Z guesdon $ *) +(* $Id$ *) (** Analysis of source files. This module is strongly inspired from driver/main.ml :-) *) diff --git a/ocamldoc/odoc_analyse.mli b/ocamldoc/odoc_analyse.mli index 56587963..e9be5ba5 100644 --- a/ocamldoc/odoc_analyse.mli +++ b/ocamldoc/odoc_analyse.mli @@ -9,7 +9,7 @@ (* *) (***********************************************************************) -(* $Id: odoc_analyse.mli 9547 2010-01-22 12:48:24Z doligez $ *) +(* $Id$ *) (** Analysis of source files. *) diff --git a/ocamldoc/odoc_args.ml b/ocamldoc/odoc_args.ml index 3845f079..fa693d69 100644 --- a/ocamldoc/odoc_args.ml +++ b/ocamldoc/odoc_args.ml @@ -9,7 +9,7 @@ (* *) (***********************************************************************) -(* cvsid $Id: odoc_args.ml 11029 2011-05-09 07:29:55Z xclerc $ *) +(* cvsid $Id$ *) (** Command-line arguments. *) diff --git a/ocamldoc/odoc_args.mli b/ocamldoc/odoc_args.mli index a3bd95f4..b2c8cd00 100644 --- a/ocamldoc/odoc_args.mli +++ b/ocamldoc/odoc_args.mli @@ -9,7 +9,7 @@ (* *) (***********************************************************************) -(* $Id: odoc_args.mli 11027 2011-05-05 11:28:57Z doligez $ *) +(* $Id$ *) (** Analysis of the command line arguments. *) diff --git a/ocamldoc/odoc_ast.ml b/ocamldoc/odoc_ast.ml index 0d3472c6..3456e14d 100644 --- a/ocamldoc/odoc_ast.ml +++ b/ocamldoc/odoc_ast.ml @@ -9,7 +9,7 @@ (* *) (***********************************************************************) -(* $Id: odoc_ast.ml 10355 2010-05-03 15:06:17Z guesdon $ *) +(* $Id$ *) (** Analysis of implementation files. *) open Misc diff --git a/ocamldoc/odoc_ast.mli b/ocamldoc/odoc_ast.mli index b4c65bd0..48ba98bf 100644 --- a/ocamldoc/odoc_ast.mli +++ b/ocamldoc/odoc_ast.mli @@ -9,7 +9,7 @@ (* *) (***********************************************************************) -(* $Id: odoc_ast.mli 9547 2010-01-22 12:48:24Z doligez $ *) +(* $Id$ *) (** The module for analysing the typed abstract syntax tree and source code and creating modules, classes, ..., elements.*) diff --git a/ocamldoc/odoc_class.ml b/ocamldoc/odoc_class.ml index 50361c63..676d0ebc 100644 --- a/ocamldoc/odoc_class.ml +++ b/ocamldoc/odoc_class.ml @@ -9,7 +9,7 @@ (* *) (***********************************************************************) -(* $Id: odoc_class.ml 9547 2010-01-22 12:48:24Z doligez $ *) +(* $Id$ *) (** Representation and manipulation of classes and class types.*) @@ -250,4 +250,4 @@ let class_type_parameter_text_by_name clt label = None -(* eof $Id: odoc_class.ml 9547 2010-01-22 12:48:24Z doligez $ *) +(* eof $Id$ *) diff --git a/ocamldoc/odoc_comments.ml b/ocamldoc/odoc_comments.ml index 5219f494..ea5427e0 100644 --- a/ocamldoc/odoc_comments.ml +++ b/ocamldoc/odoc_comments.ml @@ -9,7 +9,7 @@ (* *) (***********************************************************************) -(* $Id: odoc_comments.ml 10480 2010-05-31 11:52:13Z guesdon $ *) +(* $Id$ *) (** Analysis of comments. *) diff --git a/ocamldoc/odoc_comments.mli b/ocamldoc/odoc_comments.mli index 6e1a3768..28122cda 100644 --- a/ocamldoc/odoc_comments.mli +++ b/ocamldoc/odoc_comments.mli @@ -9,7 +9,7 @@ (* *) (***********************************************************************) -(* $Id: odoc_comments.mli 7619 2006-09-20 11:14:37Z doligez $ *) +(* $Id$ *) (** Analysis of comments. *) diff --git a/ocamldoc/odoc_comments_global.ml b/ocamldoc/odoc_comments_global.ml index 0b5d92f6..a4366ceb 100644 --- a/ocamldoc/odoc_comments_global.ml +++ b/ocamldoc/odoc_comments_global.ml @@ -9,7 +9,7 @@ (* *) (***********************************************************************) -(* $Id: odoc_comments_global.ml 10480 2010-05-31 11:52:13Z guesdon $ *) +(* $Id$ *) (** The global variables used by the special comment parser.*) @@ -48,4 +48,4 @@ let init () = return_value := None ; customs := [] -(* eof $Id: odoc_comments_global.ml 10480 2010-05-31 11:52:13Z guesdon $ *) +(* eof $Id$ *) diff --git a/ocamldoc/odoc_comments_global.mli b/ocamldoc/odoc_comments_global.mli index b00fdbc6..e9efbffc 100644 --- a/ocamldoc/odoc_comments_global.mli +++ b/ocamldoc/odoc_comments_global.mli @@ -9,7 +9,7 @@ (* *) (***********************************************************************) -(* $Id: odoc_comments_global.mli 10480 2010-05-31 11:52:13Z guesdon $ *) +(* $Id$ *) (** The global variables used by the special comment parser.*) diff --git a/ocamldoc/odoc_config.ml b/ocamldoc/odoc_config.ml index 038b1caa..71769534 100644 --- a/ocamldoc/odoc_config.ml +++ b/ocamldoc/odoc_config.ml @@ -9,7 +9,7 @@ (* *) (***********************************************************************) -(* $Id: odoc_config.ml 8416 2007-10-08 14:19:34Z doligez $ *) +(* $Id$ *) let custom_generators_path = Filename.concat Config.standard_library diff --git a/ocamldoc/odoc_config.mli b/ocamldoc/odoc_config.mli index f67a6117..fb356084 100644 --- a/ocamldoc/odoc_config.mli +++ b/ocamldoc/odoc_config.mli @@ -9,7 +9,7 @@ (* *) (***********************************************************************) -(* $Id: odoc_config.mli 8416 2007-10-08 14:19:34Z doligez $ *) +(* $Id$ *) (** Ocamldoc configuration contants. *) diff --git a/ocamldoc/odoc_control.ml b/ocamldoc/odoc_control.ml index a282a21e..b73796bf 100644 --- a/ocamldoc/odoc_control.ml +++ b/ocamldoc/odoc_control.ml @@ -9,4 +9,4 @@ (* *) (***********************************************************************) -(* $Id: odoc_control.ml 9547 2010-01-22 12:48:24Z doligez $ *) +(* $Id$ *) diff --git a/ocamldoc/odoc_cross.ml b/ocamldoc/odoc_cross.ml index 1d76bec1..962da359 100644 --- a/ocamldoc/odoc_cross.ml +++ b/ocamldoc/odoc_cross.ml @@ -9,7 +9,7 @@ (* *) (***********************************************************************) -(* $Id: odoc_cross.ml 10565 2010-06-14 11:13:29Z guesdon $ *) +(* $Id$ *) (** Cross referencing. *) diff --git a/ocamldoc/odoc_cross.mli b/ocamldoc/odoc_cross.mli index 35e70b6a..2fce2c48 100644 --- a/ocamldoc/odoc_cross.mli +++ b/ocamldoc/odoc_cross.mli @@ -9,7 +9,7 @@ (* *) (***********************************************************************) -(* $Id: odoc_cross.mli 7619 2006-09-20 11:14:37Z doligez $ *) +(* $Id$ *) (** Cross-referencing. *) diff --git a/ocamldoc/odoc_dag2html.ml b/ocamldoc/odoc_dag2html.ml index 4daf0f95..cfdf9abc 100644 --- a/ocamldoc/odoc_dag2html.ml +++ b/ocamldoc/odoc_dag2html.ml @@ -9,7 +9,7 @@ (* *) (***********************************************************************) -(* $Id: odoc_dag2html.ml 6723 2004-12-03 14:42:09Z guesdon $ *) +(* $Id$ *) (** The types and functions to create a html table representing a dag. Thanks to Daniel De Rauglaudre. *) diff --git a/ocamldoc/odoc_dag2html.mli b/ocamldoc/odoc_dag2html.mli index 2da9607b..d377bce2 100644 --- a/ocamldoc/odoc_dag2html.mli +++ b/ocamldoc/odoc_dag2html.mli @@ -9,7 +9,7 @@ (* *) (***********************************************************************) -(* $Id: odoc_dag2html.mli 9547 2010-01-22 12:48:24Z doligez $ *) +(* $Id$ *) (** The types and functions to create a html table representing a dag. Thanks to Daniel de Rauglaudre. *) diff --git a/ocamldoc/odoc_dep.ml b/ocamldoc/odoc_dep.ml index 517d0252..86a0f247 100644 --- a/ocamldoc/odoc_dep.ml +++ b/ocamldoc/odoc_dep.ml @@ -9,7 +9,7 @@ (* *) (***********************************************************************) -(* $Id: odoc_dep.ml 9547 2010-01-22 12:48:24Z doligez $ *) +(* $Id$ *) (** Top modules dependencies. *) diff --git a/ocamldoc/odoc_dot.ml b/ocamldoc/odoc_dot.ml index e6c73fad..452bf2bf 100644 --- a/ocamldoc/odoc_dot.ml +++ b/ocamldoc/odoc_dot.ml @@ -9,7 +9,7 @@ (* *) (***********************************************************************) -(* $Id: odoc_dot.ml 7619 2006-09-20 11:14:37Z doligez $ *) +(* $Id$ *) (** Definition of a class which outputs a dot file showing top modules dependencies.*) diff --git a/ocamldoc/odoc_env.ml b/ocamldoc/odoc_env.ml index 0d5f10e9..a108cf41 100644 --- a/ocamldoc/odoc_env.ml +++ b/ocamldoc/odoc_env.ml @@ -9,7 +9,7 @@ (* *) (***********************************************************************) -(* $Id: odoc_env.ml 9547 2010-01-22 12:48:24Z doligez $ *) +(* $Id$ *) (** Environment for finding complete names from relative names. *) @@ -246,4 +246,4 @@ let subst_class_type env t = in iter t -(* eof $Id: odoc_env.ml 9547 2010-01-22 12:48:24Z doligez $ *) +(* eof $Id$ *) diff --git a/ocamldoc/odoc_env.mli b/ocamldoc/odoc_env.mli index 5eb92dfb..75c0b38a 100644 --- a/ocamldoc/odoc_env.mli +++ b/ocamldoc/odoc_env.mli @@ -9,7 +9,7 @@ (* *) (***********************************************************************) -(* $Id: odoc_env.mli 9547 2010-01-22 12:48:24Z doligez $ *) +(* $Id$ *) (** Environment for finding complete names from relative names. *) diff --git a/ocamldoc/odoc_exception.ml b/ocamldoc/odoc_exception.ml index 5ff5c400..74a2fb5a 100644 --- a/ocamldoc/odoc_exception.ml +++ b/ocamldoc/odoc_exception.ml @@ -9,7 +9,7 @@ (* *) (***********************************************************************) -(* $Id: odoc_exception.ml 9547 2010-01-22 12:48:24Z doligez $ *) +(* $Id$ *) (** Representation and manipulation of exceptions. *) diff --git a/ocamldoc/odoc_global.ml b/ocamldoc/odoc_global.ml index 45d7906e..4e084566 100644 --- a/ocamldoc/odoc_global.ml +++ b/ocamldoc/odoc_global.ml @@ -9,7 +9,7 @@ (* *) (***********************************************************************) -(* $Id: odoc_global.ml 5973 2003-11-24 10:44:07Z starynke $ *) +(* $Id$ *) (** Global variables. *) diff --git a/ocamldoc/odoc_global.mli b/ocamldoc/odoc_global.mli index 4889056b..3a9eab65 100644 --- a/ocamldoc/odoc_global.mli +++ b/ocamldoc/odoc_global.mli @@ -9,7 +9,7 @@ (* *) (***********************************************************************) -(* $Id: odoc_global.mli 5973 2003-11-24 10:44:07Z starynke $ *) +(* $Id$ *) (** Global variables. *) diff --git a/ocamldoc/odoc_html.ml b/ocamldoc/odoc_html.ml index 692712cd..4da125c2 100644 --- a/ocamldoc/odoc_html.ml +++ b/ocamldoc/odoc_html.ml @@ -9,7 +9,7 @@ (* *) (***********************************************************************) -(* $Id: odoc_html.ml 11023 2011-05-02 13:55:00Z guesdon $ *) +(* $Id$ *) (** Generation of html documentation.*) diff --git a/ocamldoc/odoc_info.ml b/ocamldoc/odoc_info.ml index 8f2c1fea..fa3c585e 100644 --- a/ocamldoc/odoc_info.ml +++ b/ocamldoc/odoc_info.ml @@ -9,7 +9,7 @@ (* *) (***********************************************************************) -(* $Id: odoc_info.ml 10480 2010-05-31 11:52:13Z guesdon $ *) +(* $Id$ *) (** Interface for analysing documented OCaml source files and to the collected information. *) diff --git a/ocamldoc/odoc_info.mli b/ocamldoc/odoc_info.mli index 46c0492b..c12e451a 100644 --- a/ocamldoc/odoc_info.mli +++ b/ocamldoc/odoc_info.mli @@ -9,7 +9,7 @@ (* *) (***********************************************************************) -(* $Id: odoc_info.mli 11027 2011-05-05 11:28:57Z doligez $ *) +(* $Id$ *) (** Interface to the information collected in source files. *) diff --git a/ocamldoc/odoc_inherit.ml b/ocamldoc/odoc_inherit.ml index fa50fb04..b73796bf 100644 --- a/ocamldoc/odoc_inherit.ml +++ b/ocamldoc/odoc_inherit.ml @@ -9,4 +9,4 @@ (* *) (***********************************************************************) -(* $Id: odoc_inherit.ml 9547 2010-01-22 12:48:24Z doligez $ *) +(* $Id$ *) diff --git a/ocamldoc/odoc_latex.ml b/ocamldoc/odoc_latex.ml index f7819e28..3750996a 100644 --- a/ocamldoc/odoc_latex.ml +++ b/ocamldoc/odoc_latex.ml @@ -9,7 +9,7 @@ (* *) (***********************************************************************) -(* $Id: odoc_latex.ml 10355 2010-05-03 15:06:17Z guesdon $ *) +(* $Id$ *) (** Generation of LaTeX documentation. *) diff --git a/ocamldoc/odoc_latex_style.ml b/ocamldoc/odoc_latex_style.ml index eb881c3b..db0964a7 100644 --- a/ocamldoc/odoc_latex_style.ml +++ b/ocamldoc/odoc_latex_style.ml @@ -11,7 +11,7 @@ (** The content of the LaTeX style to generate when generating LaTeX code. *) -(* $Id: odoc_latex_style.ml 10695 2010-09-29 16:46:54Z doligez $ *) +(* $Id$ *) let content ="\ \n%% Support macros for LaTeX documentation generated by ocamldoc.\ diff --git a/ocamldoc/odoc_lexer.mll b/ocamldoc/odoc_lexer.mll index bfdede09..7b34b364 100644 --- a/ocamldoc/odoc_lexer.mll +++ b/ocamldoc/odoc_lexer.mll @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: odoc_lexer.mll 10480 2010-05-31 11:52:13Z guesdon $ *) +(* $Id$ *) (** The lexer for special comments. *) diff --git a/ocamldoc/odoc_man.ml b/ocamldoc/odoc_man.ml index d85c6d9e..eb6ec4d7 100644 --- a/ocamldoc/odoc_man.ml +++ b/ocamldoc/odoc_man.ml @@ -9,7 +9,7 @@ (* *) (***********************************************************************) -(* $Id: odoc_man.ml 10480 2010-05-31 11:52:13Z guesdon $ *) +(* $Id$ *) (** The man pages generator. *) open Odoc_info diff --git a/ocamldoc/odoc_merge.ml b/ocamldoc/odoc_merge.ml index afd95a00..7e81159b 100644 --- a/ocamldoc/odoc_merge.ml +++ b/ocamldoc/odoc_merge.ml @@ -9,7 +9,7 @@ (* *) (***********************************************************************) -(* $Id: odoc_merge.ml 10871 2010-11-30 08:08:24Z xclerc $ *) +(* $Id$ *) (** Merge of information from [.ml] and [.mli] for a module.*) diff --git a/ocamldoc/odoc_merge.mli b/ocamldoc/odoc_merge.mli index 7287a257..4f580ee8 100644 --- a/ocamldoc/odoc_merge.mli +++ b/ocamldoc/odoc_merge.mli @@ -9,7 +9,7 @@ (* *) (***********************************************************************) -(* $Id: odoc_merge.mli 10480 2010-05-31 11:52:13Z guesdon $ *) +(* $Id$ *) (** Merge of information from [.ml] and [.mli] for a module.*) diff --git a/ocamldoc/odoc_messages.ml b/ocamldoc/odoc_messages.ml index 9ec4b038..18a1cb4b 100644 --- a/ocamldoc/odoc_messages.ml +++ b/ocamldoc/odoc_messages.ml @@ -9,7 +9,7 @@ (* *) (***********************************************************************) -(* $Id: odoc_messages.ml 11027 2011-05-05 11:28:57Z doligez $ *) +(* $Id$ *) (** The messages of the application. *) diff --git a/ocamldoc/odoc_misc.ml b/ocamldoc/odoc_misc.ml index 1e9f4961..c439ef31 100644 --- a/ocamldoc/odoc_misc.ml +++ b/ocamldoc/odoc_misc.ml @@ -9,7 +9,7 @@ (* *) (***********************************************************************) -(* $Id: odoc_misc.ml 9638 2010-03-08 16:54:13Z guesdon $ *) +(* $Id$ *) let no_blanks s = let len = String.length s in diff --git a/ocamldoc/odoc_misc.mli b/ocamldoc/odoc_misc.mli index 06b66fc3..4fc83fe8 100644 --- a/ocamldoc/odoc_misc.mli +++ b/ocamldoc/odoc_misc.mli @@ -9,7 +9,7 @@ (* *) (***********************************************************************) -(* $Id: odoc_misc.mli 7307 2006-01-04 16:55:50Z doligez $ *) +(* $Id$ *) (** Miscelaneous functions *) diff --git a/ocamldoc/odoc_module.ml b/ocamldoc/odoc_module.ml index 72c1579b..cc1fe02c 100644 --- a/ocamldoc/odoc_module.ml +++ b/ocamldoc/odoc_module.ml @@ -9,7 +9,7 @@ (* *) (***********************************************************************) -(* $Id: odoc_module.ml 10355 2010-05-03 15:06:17Z guesdon $ *) +(* $Id$ *) (** Representation and manipulation of modules and module types. *) diff --git a/ocamldoc/odoc_name.ml b/ocamldoc/odoc_name.ml index 477aab6d..b82cf874 100644 --- a/ocamldoc/odoc_name.ml +++ b/ocamldoc/odoc_name.ml @@ -9,7 +9,7 @@ (* *) (***********************************************************************) -(* $Id: odoc_name.ml 10565 2010-06-14 11:13:29Z guesdon $ *) +(* $Id$ *) (** Representation of element names. *) diff --git a/ocamldoc/odoc_name.mli b/ocamldoc/odoc_name.mli index ff696bfb..e3b43a78 100644 --- a/ocamldoc/odoc_name.mli +++ b/ocamldoc/odoc_name.mli @@ -9,7 +9,7 @@ (* *) (***********************************************************************) -(* $Id: odoc_name.mli 10565 2010-06-14 11:13:29Z guesdon $ *) +(* $Id$ *) (** Representation of element names. *) diff --git a/ocamldoc/odoc_ocamlhtml.mll b/ocamldoc/odoc_ocamlhtml.mll index 4fdc54b5..6364a900 100644 --- a/ocamldoc/odoc_ocamlhtml.mll +++ b/ocamldoc/odoc_ocamlhtml.mll @@ -11,7 +11,7 @@ (* *) (***********************************************************************) -(* $Id: odoc_ocamlhtml.mll 9547 2010-01-22 12:48:24Z doligez $ *) +(* $Id$ *) (** Generation of html code to display OCaml code. *) open Lexing diff --git a/ocamldoc/odoc_parameter.ml b/ocamldoc/odoc_parameter.ml index 24723a14..56f175ec 100644 --- a/ocamldoc/odoc_parameter.ml +++ b/ocamldoc/odoc_parameter.ml @@ -9,7 +9,7 @@ (* *) (***********************************************************************) -(* $Id: odoc_parameter.ml 9547 2010-01-22 12:48:24Z doligez $ *) +(* $Id$ *) (** Representation and manipulation of method / function / class parameters. *) diff --git a/ocamldoc/odoc_parser.mly b/ocamldoc/odoc_parser.mly index 5a3ab6ae..e62dcc55 100644 --- a/ocamldoc/odoc_parser.mly +++ b/ocamldoc/odoc_parser.mly @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: odoc_parser.mly 10480 2010-05-31 11:52:13Z guesdon $ *) +(* $Id$ *) open Odoc_types open Odoc_comments_global diff --git a/ocamldoc/odoc_print.ml b/ocamldoc/odoc_print.ml index 2ca42bfa..5cc8e038 100644 --- a/ocamldoc/odoc_print.ml +++ b/ocamldoc/odoc_print.ml @@ -9,7 +9,7 @@ (* *) (***********************************************************************) -(* $Id: odoc_print.ml 9547 2010-01-22 12:48:24Z doligez $ *) +(* $Id$ *) open Format diff --git a/ocamldoc/odoc_print.mli b/ocamldoc/odoc_print.mli index 2575db90..01b319c3 100644 --- a/ocamldoc/odoc_print.mli +++ b/ocamldoc/odoc_print.mli @@ -9,7 +9,7 @@ (* *) (***********************************************************************) -(* $Id: odoc_print.mli 9547 2010-01-22 12:48:24Z doligez $ *) +(* $Id$ *) (** Printing functions. *) diff --git a/ocamldoc/odoc_scan.ml b/ocamldoc/odoc_scan.ml index 313bb206..29e1ca27 100644 --- a/ocamldoc/odoc_scan.ml +++ b/ocamldoc/odoc_scan.ml @@ -9,7 +9,7 @@ (* *) (***********************************************************************) -(* $Id: odoc_scan.ml 10450 2010-05-21 12:00:49Z doligez $ *) +(* $Id$ *) (** Scanning of modules and elements. diff --git a/ocamldoc/odoc_search.ml b/ocamldoc/odoc_search.ml index 848d1eed..65d602d3 100644 --- a/ocamldoc/odoc_search.ml +++ b/ocamldoc/odoc_search.ml @@ -9,7 +9,7 @@ (* *) (***********************************************************************) -(* $Id: odoc_search.ml 9638 2010-03-08 16:54:13Z guesdon $ *) +(* $Id$ *) (** Research of elements through modules. *) @@ -633,4 +633,4 @@ let find_section mods regexp = Res_section (_,t) -> t | _ -> assert false -(* eof $Id: odoc_search.ml 9638 2010-03-08 16:54:13Z guesdon $ *) +(* eof $Id$ *) diff --git a/ocamldoc/odoc_search.mli b/ocamldoc/odoc_search.mli index c50ac5c2..d7ace583 100644 --- a/ocamldoc/odoc_search.mli +++ b/ocamldoc/odoc_search.mli @@ -9,7 +9,7 @@ (* *) (***********************************************************************) -(* $Id: odoc_search.mli 9547 2010-01-22 12:48:24Z doligez $ *) +(* $Id$ *) (** Research of elements through modules. *) diff --git a/ocamldoc/odoc_see_lexer.mll b/ocamldoc/odoc_see_lexer.mll index 9358611d..b0570f78 100644 --- a/ocamldoc/odoc_see_lexer.mll +++ b/ocamldoc/odoc_see_lexer.mll @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: odoc_see_lexer.mll 9547 2010-01-22 12:48:24Z doligez $ *) +(* $Id$ *) let print_DEBUG2 s = print_string s ; print_newline () diff --git a/ocamldoc/odoc_sig.ml b/ocamldoc/odoc_sig.ml index ecaba149..34a71e84 100644 --- a/ocamldoc/odoc_sig.ml +++ b/ocamldoc/odoc_sig.ml @@ -9,7 +9,7 @@ (* *) (***********************************************************************) -(* $Id: odoc_sig.ml 10282 2010-04-19 16:59:55Z guesdon $ *) +(* $Id$ *) (** Analysis of interface files. *) diff --git a/ocamldoc/odoc_sig.mli b/ocamldoc/odoc_sig.mli index 23d226d4..65ee128f 100644 --- a/ocamldoc/odoc_sig.mli +++ b/ocamldoc/odoc_sig.mli @@ -9,7 +9,7 @@ (* *) (***********************************************************************) -(* $Id: odoc_sig.mli 9547 2010-01-22 12:48:24Z doligez $ *) +(* $Id$ *) (** The module for analysing a signature and source code and creating modules, classes, ..., elements.*) diff --git a/ocamldoc/odoc_str.ml b/ocamldoc/odoc_str.ml index ad3d0a10..b20cd8b4 100644 --- a/ocamldoc/odoc_str.ml +++ b/ocamldoc/odoc_str.ml @@ -9,7 +9,7 @@ (* *) (***********************************************************************) -(* $Id: odoc_str.ml 9547 2010-01-22 12:48:24Z doligez $ *) +(* $Id$ *) (** The functions to get a string from different kinds of elements (types, modules, ...). *) @@ -274,4 +274,4 @@ let string_of_method m = None -> "" | Some i -> Odoc_misc.string_of_info i) -(* eof $Id: odoc_str.ml 9547 2010-01-22 12:48:24Z doligez $ *) +(* eof $Id$ *) diff --git a/ocamldoc/odoc_str.mli b/ocamldoc/odoc_str.mli index 1216b237..5d68c6d2 100644 --- a/ocamldoc/odoc_str.mli +++ b/ocamldoc/odoc_str.mli @@ -9,7 +9,7 @@ (* *) (***********************************************************************) -(* $Id: odoc_str.mli 9547 2010-01-22 12:48:24Z doligez $ *) +(* $Id$ *) (** The functions to get a string from different kinds of elements (types, modules, ...). *) diff --git a/ocamldoc/odoc_test.ml b/ocamldoc/odoc_test.ml index ad477a0e..a9868f6e 100644 --- a/ocamldoc/odoc_test.ml +++ b/ocamldoc/odoc_test.ml @@ -9,7 +9,7 @@ (* *) (***********************************************************************) -(* $Id: odoc_test.ml 10250 2010-04-08 03:58:41Z garrigue $ *) +(* $Id$ *) (** Custom generator to perform test on ocamldoc. *) diff --git a/ocamldoc/odoc_texi.ml b/ocamldoc/odoc_texi.ml index 22cbf84a..a853c4f7 100644 --- a/ocamldoc/odoc_texi.ml +++ b/ocamldoc/odoc_texi.ml @@ -8,7 +8,7 @@ (* under the terms of the Q Public License version 1.0. *) (***********************************************************************) -(* $Id: odoc_texi.ml 10480 2010-05-31 11:52:13Z guesdon $ *) +(* $Id$ *) (** Generation of Texinfo documentation. *) diff --git a/ocamldoc/odoc_text.ml b/ocamldoc/odoc_text.ml index baa98119..b50a2dbd 100644 --- a/ocamldoc/odoc_text.ml +++ b/ocamldoc/odoc_text.ml @@ -9,7 +9,7 @@ (* *) (***********************************************************************) -(* $Id: odoc_text.ml 9638 2010-03-08 16:54:13Z guesdon $ *) +(* $Id$ *) exception Text_syntax of int * int * string (* line, char, string *) diff --git a/ocamldoc/odoc_text.mli b/ocamldoc/odoc_text.mli index f359a244..f4f8e911 100644 --- a/ocamldoc/odoc_text.mli +++ b/ocamldoc/odoc_text.mli @@ -9,7 +9,7 @@ (* *) (***********************************************************************) -(* $Id: odoc_text.mli 9547 2010-01-22 12:48:24Z doligez $ *) +(* $Id$ *) (** A module with a function to parse strings to obtain a [Odoc_types.text] value. *) diff --git a/ocamldoc/odoc_text_lexer.mll b/ocamldoc/odoc_text_lexer.mll index 1327e78d..f229f08a 100644 --- a/ocamldoc/odoc_text_lexer.mll +++ b/ocamldoc/odoc_text_lexer.mll @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: odoc_text_lexer.mll 10584 2010-06-16 11:38:22Z guesdon $ *) +(* $Id$ *) (** The lexer for string to build text structures. *) diff --git a/ocamldoc/odoc_text_parser.mly b/ocamldoc/odoc_text_parser.mly index debb49c4..478cfa07 100644 --- a/ocamldoc/odoc_text_parser.mly +++ b/ocamldoc/odoc_text_parser.mly @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: odoc_text_parser.mly 9638 2010-03-08 16:54:13Z guesdon $ *) +(* $Id$ *) open Odoc_types diff --git a/ocamldoc/odoc_to_text.ml b/ocamldoc/odoc_to_text.ml index 4e44a9ec..591f81d6 100644 --- a/ocamldoc/odoc_to_text.ml +++ b/ocamldoc/odoc_to_text.ml @@ -9,7 +9,7 @@ (* *) (***********************************************************************) -(* $Id: odoc_to_text.ml 10480 2010-05-31 11:52:13Z guesdon $ *) +(* $Id$ *) (** Text generation. diff --git a/ocamldoc/odoc_type.ml b/ocamldoc/odoc_type.ml index a3665c2a..9d19dc67 100644 --- a/ocamldoc/odoc_type.ml +++ b/ocamldoc/odoc_type.ml @@ -9,7 +9,7 @@ (* *) (***********************************************************************) -(* $Id: odoc_type.ml 9547 2010-01-22 12:48:24Z doligez $ *) +(* $Id$ *) (** Representation and manipulation of a type, but not class nor module type.*) diff --git a/ocamldoc/odoc_types.ml b/ocamldoc/odoc_types.ml index e0498de8..53a1ca5f 100644 --- a/ocamldoc/odoc_types.ml +++ b/ocamldoc/odoc_types.ml @@ -9,7 +9,7 @@ (* *) (***********************************************************************) -(* $Id: odoc_types.ml 10867 2010-11-29 12:49:46Z xclerc $ *) +(* $Id$ *) type ref_kind = RK_module diff --git a/ocamldoc/odoc_types.mli b/ocamldoc/odoc_types.mli index 3b5a3a51..d4affb50 100644 --- a/ocamldoc/odoc_types.mli +++ b/ocamldoc/odoc_types.mli @@ -9,7 +9,7 @@ (* *) (***********************************************************************) -(* $Id: odoc_types.mli 10867 2010-11-29 12:49:46Z xclerc $ *) +(* $Id$ *) (** Types for the information collected in comments. *) diff --git a/ocamldoc/odoc_value.ml b/ocamldoc/odoc_value.ml index c88273d7..a210f085 100644 --- a/ocamldoc/odoc_value.ml +++ b/ocamldoc/odoc_value.ml @@ -9,7 +9,7 @@ (* *) (***********************************************************************) -(* $Id: odoc_value.ml 9547 2010-01-22 12:48:24Z doligez $ *) +(* $Id$ *) (** Representation and manipulation of values, class attributes and class methods. *) diff --git a/ocamldoc/remove_DEBUG b/ocamldoc/remove_DEBUG index 5575869d..78b11e61 100755 --- a/ocamldoc/remove_DEBUG +++ b/ocamldoc/remove_DEBUG @@ -11,7 +11,7 @@ #(* *) #(***********************************************************************) -# $Id: remove_DEBUG 10443 2010-05-20 09:44:25Z doligez $ +# $Id$ # usage: remove_DEBUG # remove from every line that contains the string "DEBUG", diff --git a/ocamldoc/runocamldoc b/ocamldoc/runocamldoc index 38509628..a71d705c 100644 --- a/ocamldoc/runocamldoc +++ b/ocamldoc/runocamldoc @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: runocamldoc 10443 2010-05-20 09:44:25Z doligez $ +# $Id$ case "$1" in true) shift diff --git a/otherlibs/Makefile b/otherlibs/Makefile index e769c161..c5db1981 100644 --- a/otherlibs/Makefile +++ b/otherlibs/Makefile @@ -11,7 +11,7 @@ # # ######################################################################### -# $Id: Makefile 8489 2007-11-08 09:17:48Z frisch $ +# $Id$ # Common Makefile for otherlibs on the Unix ports diff --git a/otherlibs/Makefile.nt b/otherlibs/Makefile.nt index 32a2fdb8..32aca21c 100644 --- a/otherlibs/Makefile.nt +++ b/otherlibs/Makefile.nt @@ -11,7 +11,7 @@ # # ######################################################################### -# $Id: Makefile.nt 9547 2010-01-22 12:48:24Z doligez $ +# $Id$ # Common Makefile for otherlibs on the Win32/MinGW ports diff --git a/otherlibs/Makefile.shared b/otherlibs/Makefile.shared index b235cc3d..7e6780b3 100644 --- a/otherlibs/Makefile.shared +++ b/otherlibs/Makefile.shared @@ -11,7 +11,7 @@ # # ######################################################################### -# $Id: Makefile.shared 8916 2008-07-15 15:31:32Z frisch $ +# $Id$ # Common Makefile for otherlibs diff --git a/otherlibs/bigarray/Makefile b/otherlibs/bigarray/Makefile index 81f5aef2..38914ff3 100644 --- a/otherlibs/bigarray/Makefile +++ b/otherlibs/bigarray/Makefile @@ -11,7 +11,7 @@ # # ######################################################################### -# $Id: Makefile 8748 2008-01-04 09:52:27Z xleroy $ +# $Id$ LIBNAME=bigarray EXTRACFLAGS=-I../unix -DIN_OCAML_BIGARRAY -DCAML_NAME_SPACE diff --git a/otherlibs/bigarray/Makefile.nt b/otherlibs/bigarray/Makefile.nt index 94ef9ddd..78f3fc6b 100644 --- a/otherlibs/bigarray/Makefile.nt +++ b/otherlibs/bigarray/Makefile.nt @@ -11,7 +11,7 @@ # # ######################################################################### -# $Id: Makefile.nt 8754 2008-01-04 15:01:48Z xleroy $ +# $Id$ LIBNAME=bigarray EXTRACFLAGS=-I../win32unix -DIN_OCAML_BIGARRAY -DCAML_NAME_SPACE diff --git a/otherlibs/bigarray/bigarray.h b/otherlibs/bigarray/bigarray.h index 55a8eecc..407a5377 100644 --- a/otherlibs/bigarray/bigarray.h +++ b/otherlibs/bigarray/bigarray.h @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: bigarray.h 9153 2008-12-03 18:09:09Z doligez $ */ +/* $Id$ */ #ifndef CAML_BIGARRAY_H #define CAML_BIGARRAY_H diff --git a/otherlibs/bigarray/bigarray.ml b/otherlibs/bigarray/bigarray.ml index 201e69da..09ae8bd1 100644 --- a/otherlibs/bigarray/bigarray.ml +++ b/otherlibs/bigarray/bigarray.ml @@ -11,7 +11,7 @@ (* *) (***********************************************************************) -(* $Id: bigarray.ml 8911 2008-07-14 09:09:53Z xleroy $ *) +(* $Id$ *) (* Module [Bigarray]: large, multi-dimensional, numerical arrays *) diff --git a/otherlibs/bigarray/bigarray.mli b/otherlibs/bigarray/bigarray.mli index 0b08d87a..a49923ae 100644 --- a/otherlibs/bigarray/bigarray.mli +++ b/otherlibs/bigarray/bigarray.mli @@ -11,7 +11,7 @@ (* *) (***********************************************************************) -(* $Id: bigarray.mli 9153 2008-12-03 18:09:09Z doligez $ *) +(* $Id$ *) (** Large, multi-dimensional, numerical arrays. diff --git a/otherlibs/bigarray/bigarray_stubs.c b/otherlibs/bigarray/bigarray_stubs.c index 19e240c4..f4033dec 100644 --- a/otherlibs/bigarray/bigarray_stubs.c +++ b/otherlibs/bigarray/bigarray_stubs.c @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: bigarray_stubs.c 11037 2011-05-12 14:34:05Z xleroy $ */ +/* $Id$ */ #include #include diff --git a/otherlibs/bigarray/mmap_unix.c b/otherlibs/bigarray/mmap_unix.c index 889f7609..6af03930 100644 --- a/otherlibs/bigarray/mmap_unix.c +++ b/otherlibs/bigarray/mmap_unix.c @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: mmap_unix.c 10648 2010-08-18 12:46:09Z doligez $ */ +/* $Id$ */ #include #include diff --git a/otherlibs/bigarray/mmap_win32.c b/otherlibs/bigarray/mmap_win32.c index b2d8c36b..9be9e18e 100644 --- a/otherlibs/bigarray/mmap_win32.c +++ b/otherlibs/bigarray/mmap_win32.c @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: mmap_win32.c 11066 2011-06-04 13:53:24Z xleroy $ */ +/* $Id$ */ #include #include diff --git a/otherlibs/dbm/Makefile b/otherlibs/dbm/Makefile index 38afdcf8..099327d6 100644 --- a/otherlibs/dbm/Makefile +++ b/otherlibs/dbm/Makefile @@ -11,7 +11,7 @@ # # ######################################################################### -# $Id: Makefile 9270 2009-05-20 11:52:42Z doligez $ +# $Id$ # Makefile for the ndbm library diff --git a/otherlibs/dbm/cldbm.c b/otherlibs/dbm/cldbm.c index 881a86ef..0d6cb362 100644 --- a/otherlibs/dbm/cldbm.c +++ b/otherlibs/dbm/cldbm.c @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: cldbm.c 9547 2010-01-22 12:48:24Z doligez $ */ +/* $Id$ */ #include #include diff --git a/otherlibs/dbm/dbm.ml b/otherlibs/dbm/dbm.ml index 85865adf..f31d2993 100644 --- a/otherlibs/dbm/dbm.ml +++ b/otherlibs/dbm/dbm.ml @@ -11,7 +11,7 @@ (* *) (***********************************************************************) -(* $Id: dbm.ml 9547 2010-01-22 12:48:24Z doligez $ *) +(* $Id$ *) type t diff --git a/otherlibs/dbm/dbm.mli b/otherlibs/dbm/dbm.mli index 3bc7b423..f9924427 100644 --- a/otherlibs/dbm/dbm.mli +++ b/otherlibs/dbm/dbm.mli @@ -11,7 +11,7 @@ (* *) (***********************************************************************) -(* $Id: dbm.mli 9547 2010-01-22 12:48:24Z doligez $ *) +(* $Id$ *) (** Interface to the NDBM database. *) diff --git a/otherlibs/dynlink/Makefile b/otherlibs/dynlink/Makefile index 1e16dda5..3da485f4 100644 --- a/otherlibs/dynlink/Makefile +++ b/otherlibs/dynlink/Makefile @@ -11,7 +11,7 @@ # # ######################################################################### -# $Id: Makefile 10476 2010-05-28 15:09:22Z frisch $ +# $Id$ # Makefile for the dynamic link library diff --git a/otherlibs/dynlink/Makefile.nt b/otherlibs/dynlink/Makefile.nt index 8dc4aee6..3d8b84b7 100644 --- a/otherlibs/dynlink/Makefile.nt +++ b/otherlibs/dynlink/Makefile.nt @@ -11,7 +11,7 @@ # # ######################################################################### -# $Id: Makefile.nt 8477 2007-11-06 15:16:56Z frisch $ +# $Id$ # Makefile for the dynamic link library diff --git a/otherlibs/dynlink/dynlink.ml b/otherlibs/dynlink/dynlink.ml index 1b62879c..0d324a85 100644 --- a/otherlibs/dynlink/dynlink.ml +++ b/otherlibs/dynlink/dynlink.ml @@ -11,7 +11,7 @@ (* *) (***********************************************************************) -(* $Id: dynlink.ml 10471 2010-05-28 10:16:31Z frisch $ *) +(* $Id$ *) (* Dynamic loading of .cmo files *) diff --git a/otherlibs/dynlink/dynlink.mli b/otherlibs/dynlink/dynlink.mli index 852afdc0..7cca68c5 100644 --- a/otherlibs/dynlink/dynlink.mli +++ b/otherlibs/dynlink/dynlink.mli @@ -11,7 +11,7 @@ (* *) (***********************************************************************) -(* $Id: dynlink.mli 10471 2010-05-28 10:16:31Z frisch $ *) +(* $Id$ *) (** Dynamic loading of object files. *) diff --git a/otherlibs/dynlink/extract_crc.ml b/otherlibs/dynlink/extract_crc.ml index e2d82bc9..e7d9139b 100644 --- a/otherlibs/dynlink/extract_crc.ml +++ b/otherlibs/dynlink/extract_crc.ml @@ -11,7 +11,7 @@ (* *) (***********************************************************************) -(* $Id: extract_crc.ml 9547 2010-01-22 12:48:24Z doligez $ *) +(* $Id$ *) (* Print the digests of unit interfaces *) diff --git a/otherlibs/dynlink/natdynlink.ml b/otherlibs/dynlink/natdynlink.ml index c2fb8e72..6ab9b985 100644 --- a/otherlibs/dynlink/natdynlink.ml +++ b/otherlibs/dynlink/natdynlink.ml @@ -11,7 +11,7 @@ (* *) (***********************************************************************) -(* $Id: natdynlink.ml 10471 2010-05-28 10:16:31Z frisch $ *) +(* $Id$ *) (* Dynamic loading of .cmx files *) diff --git a/otherlibs/graph/Makefile b/otherlibs/graph/Makefile index fac25018..2be98446 100644 --- a/otherlibs/graph/Makefile +++ b/otherlibs/graph/Makefile @@ -11,7 +11,7 @@ # # ######################################################################### -# $Id: Makefile 8490 2007-11-08 09:23:06Z frisch $ +# $Id$ # Makefile for the portable graphics library diff --git a/otherlibs/graph/color.c b/otherlibs/graph/color.c index 13dcf1d0..0dc29670 100644 --- a/otherlibs/graph/color.c +++ b/otherlibs/graph/color.c @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: color.c 9547 2010-01-22 12:48:24Z doligez $ */ +/* $Id$ */ #include "libgraph.h" #include diff --git a/otherlibs/graph/draw.c b/otherlibs/graph/draw.c index c5c5578b..35a4ae17 100644 --- a/otherlibs/graph/draw.c +++ b/otherlibs/graph/draw.c @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: draw.c 6351 2004-05-30 14:11:41Z xleroy $ */ +/* $Id$ */ #include "libgraph.h" #include diff --git a/otherlibs/graph/dump_img.c b/otherlibs/graph/dump_img.c index 484901c8..8c82c21b 100644 --- a/otherlibs/graph/dump_img.c +++ b/otherlibs/graph/dump_img.c @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: dump_img.c 6171 2004-03-24 15:02:06Z starynke $ */ +/* $Id$ */ #include "libgraph.h" #include "image.h" diff --git a/otherlibs/graph/events.c b/otherlibs/graph/events.c index cb3aa94a..d9563a39 100644 --- a/otherlibs/graph/events.c +++ b/otherlibs/graph/events.c @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: events.c 9547 2010-01-22 12:48:24Z doligez $ */ +/* $Id$ */ #include #include "libgraph.h" diff --git a/otherlibs/graph/fill.c b/otherlibs/graph/fill.c index 67777057..0430c14a 100644 --- a/otherlibs/graph/fill.c +++ b/otherlibs/graph/fill.c @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: fill.c 6351 2004-05-30 14:11:41Z xleroy $ */ +/* $Id$ */ #include "libgraph.h" #include diff --git a/otherlibs/graph/graphics.ml b/otherlibs/graph/graphics.ml index dcb8d72c..96a24716 100644 --- a/otherlibs/graph/graphics.ml +++ b/otherlibs/graph/graphics.ml @@ -11,7 +11,7 @@ (* *) (***********************************************************************) -(* $Id: graphics.ml 9547 2010-01-22 12:48:24Z doligez $ *) +(* $Id$ *) exception Graphic_failure of string diff --git a/otherlibs/graph/graphics.mli b/otherlibs/graph/graphics.mli index e1387e48..23d61a39 100644 --- a/otherlibs/graph/graphics.mli +++ b/otherlibs/graph/graphics.mli @@ -11,7 +11,7 @@ (* *) (***********************************************************************) -(* $Id: graphics.mli 9547 2010-01-22 12:48:24Z doligez $ *) +(* $Id$ *) (** Machine-independent graphics primitives. *) diff --git a/otherlibs/graph/graphicsX11.ml b/otherlibs/graph/graphicsX11.ml index 7da7a324..85f5a436 100644 --- a/otherlibs/graph/graphicsX11.ml +++ b/otherlibs/graph/graphicsX11.ml @@ -11,7 +11,7 @@ (* *) (***********************************************************************) -(* $Id: graphicsX11.ml 9547 2010-01-22 12:48:24Z doligez $ *) +(* $Id$ *) (* Module [GraphicsX11]: additional graphics primitives for the X Windows system *) diff --git a/otherlibs/graph/graphicsX11.mli b/otherlibs/graph/graphicsX11.mli index 2cb281bd..11182537 100644 --- a/otherlibs/graph/graphicsX11.mli +++ b/otherlibs/graph/graphicsX11.mli @@ -11,7 +11,7 @@ (* *) (***********************************************************************) -(* $Id: graphicsX11.mli 9547 2010-01-22 12:48:24Z doligez $ *) +(* $Id$ *) (** Additional graphics primitives for the X Windows system. *) diff --git a/otherlibs/graph/image.c b/otherlibs/graph/image.c index 7bace1ee..501398b3 100644 --- a/otherlibs/graph/image.c +++ b/otherlibs/graph/image.c @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: image.c 6171 2004-03-24 15:02:06Z starynke $ */ +/* $Id$ */ #include "libgraph.h" #include "image.h" @@ -104,4 +104,4 @@ value caml_gr_draw_image(value im, value vx, value vy) return Val_unit; } -/* eof $Id: image.c 6171 2004-03-24 15:02:06Z starynke $ */ +/* eof $Id$ */ diff --git a/otherlibs/graph/image.h b/otherlibs/graph/image.h index a373a2b6..539cf9f8 100644 --- a/otherlibs/graph/image.h +++ b/otherlibs/graph/image.h @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: image.h 6171 2004-03-24 15:02:06Z starynke $ */ +/* $Id$ */ struct grimage { int width, height; /* Dimensions of the image */ diff --git a/otherlibs/graph/libgraph.h b/otherlibs/graph/libgraph.h index 58244d49..d2df1c1a 100644 --- a/otherlibs/graph/libgraph.h +++ b/otherlibs/graph/libgraph.h @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: libgraph.h 9547 2010-01-22 12:48:24Z doligez $ */ +/* $Id$ */ #include #include diff --git a/otherlibs/graph/make_img.c b/otherlibs/graph/make_img.c index 7a7f531f..325e6698 100644 --- a/otherlibs/graph/make_img.c +++ b/otherlibs/graph/make_img.c @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: make_img.c 6171 2004-03-24 15:02:06Z starynke $ */ +/* $Id$ */ #include "libgraph.h" #include "image.h" diff --git a/otherlibs/graph/open.c b/otherlibs/graph/open.c index 5039aa59..82a4c0fb 100644 --- a/otherlibs/graph/open.c +++ b/otherlibs/graph/open.c @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: open.c 7019 2005-08-13 20:59:37Z doligez $ */ +/* $Id$ */ #include #include diff --git a/otherlibs/graph/point_col.c b/otherlibs/graph/point_col.c index 7dd575f8..473dae7d 100644 --- a/otherlibs/graph/point_col.c +++ b/otherlibs/graph/point_col.c @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: point_col.c 9547 2010-01-22 12:48:24Z doligez $ */ +/* $Id$ */ #include "libgraph.h" diff --git a/otherlibs/graph/sound.c b/otherlibs/graph/sound.c index 1d9dc67a..dc75b7ed 100644 --- a/otherlibs/graph/sound.c +++ b/otherlibs/graph/sound.c @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: sound.c 6171 2004-03-24 15:02:06Z starynke $ */ +/* $Id$ */ #include "libgraph.h" diff --git a/otherlibs/graph/subwindow.c b/otherlibs/graph/subwindow.c index a7c2bae9..642e28c4 100644 --- a/otherlibs/graph/subwindow.c +++ b/otherlibs/graph/subwindow.c @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: subwindow.c 6171 2004-03-24 15:02:06Z starynke $ */ +/* $Id$ */ #include "libgraph.h" diff --git a/otherlibs/graph/text.c b/otherlibs/graph/text.c index af63fe64..f4d980ae 100644 --- a/otherlibs/graph/text.c +++ b/otherlibs/graph/text.c @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: text.c 6171 2004-03-24 15:02:06Z starynke $ */ +/* $Id$ */ #include "libgraph.h" #include diff --git a/otherlibs/labltk/browser/Makefile b/otherlibs/labltk/browser/Makefile index ae91c605..5caed2bf 100644 --- a/otherlibs/labltk/browser/Makefile +++ b/otherlibs/labltk/browser/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile 10425 2010-05-19 11:33:23Z doligez $ +# $Id$ OTHERSLIB=-I $(OTHERS)/unix -I $(OTHERS)/str diff --git a/otherlibs/labltk/browser/Makefile.nt b/otherlibs/labltk/browser/Makefile.nt index 95acd93b..405f47e7 100644 --- a/otherlibs/labltk/browser/Makefile.nt +++ b/otherlibs/labltk/browser/Makefile.nt @@ -1,4 +1,4 @@ -# $Id: Makefile.nt 9153 2008-12-03 18:09:09Z doligez $ +# $Id$ OTHERSLIB=-I $(OTHERS)/win32unix -I $(OTHERS)/str -I $(OTHERS)/systhreads diff --git a/otherlibs/labltk/browser/dummyUnix.mli b/otherlibs/labltk/browser/dummyUnix.mli index 1f6df582..22724192 100644 --- a/otherlibs/labltk/browser/dummyUnix.mli +++ b/otherlibs/labltk/browser/dummyUnix.mli @@ -12,7 +12,7 @@ (* *) (*************************************************************************) -(* $Id: dummyUnix.mli 6041 2003-12-29 22:15:02Z doligez $ *) +(* $Id$ *) module Mutex : sig type t diff --git a/otherlibs/labltk/browser/dummyWin.mli b/otherlibs/labltk/browser/dummyWin.mli index d25f81d4..a4b75ee3 100644 --- a/otherlibs/labltk/browser/dummyWin.mli +++ b/otherlibs/labltk/browser/dummyWin.mli @@ -12,4 +12,4 @@ (* *) (*************************************************************************) -(* $Id: dummyWin.mli 4144 2001-12-07 13:41:02Z xleroy $ *) +(* $Id$ *) diff --git a/otherlibs/labltk/browser/editor.ml b/otherlibs/labltk/browser/editor.ml index f5d45030..617cdfa8 100644 --- a/otherlibs/labltk/browser/editor.ml +++ b/otherlibs/labltk/browser/editor.ml @@ -12,7 +12,7 @@ (* *) (*************************************************************************) -(* $Id: editor.ml 7307 2006-01-04 16:55:50Z doligez $ *) +(* $Id$ *) open StdLabels open Tk diff --git a/otherlibs/labltk/browser/editor.mli b/otherlibs/labltk/browser/editor.mli index c284bb10..665ee813 100644 --- a/otherlibs/labltk/browser/editor.mli +++ b/otherlibs/labltk/browser/editor.mli @@ -12,7 +12,7 @@ (* *) (*************************************************************************) -(* $Id: editor.mli 4144 2001-12-07 13:41:02Z xleroy $ *) +(* $Id$ *) open Widget diff --git a/otherlibs/labltk/browser/fileselect.ml b/otherlibs/labltk/browser/fileselect.ml index 646dbf12..22052b42 100644 --- a/otherlibs/labltk/browser/fileselect.ml +++ b/otherlibs/labltk/browser/fileselect.ml @@ -12,7 +12,7 @@ (* *) (*************************************************************************) -(* $Id: fileselect.ml 9547 2010-01-22 12:48:24Z doligez $ *) +(* $Id$ *) (* file selection box *) diff --git a/otherlibs/labltk/browser/fileselect.mli b/otherlibs/labltk/browser/fileselect.mli index c70a5805..b723c626 100644 --- a/otherlibs/labltk/browser/fileselect.mli +++ b/otherlibs/labltk/browser/fileselect.mli @@ -12,7 +12,7 @@ (* *) (*************************************************************************) -(* $Id: fileselect.mli 9547 2010-01-22 12:48:24Z doligez $ *) +(* $Id$ *) val f : title:string -> diff --git a/otherlibs/labltk/browser/jg_bind.ml b/otherlibs/labltk/browser/jg_bind.ml index 636673ec..2e3ec987 100644 --- a/otherlibs/labltk/browser/jg_bind.ml +++ b/otherlibs/labltk/browser/jg_bind.ml @@ -12,7 +12,7 @@ (* *) (*************************************************************************) -(* $Id: jg_bind.ml 9547 2010-01-22 12:48:24Z doligez $ *) +(* $Id$ *) open Tk diff --git a/otherlibs/labltk/browser/jg_bind.mli b/otherlibs/labltk/browser/jg_bind.mli index a3a1907d..e09c2ba4 100644 --- a/otherlibs/labltk/browser/jg_bind.mli +++ b/otherlibs/labltk/browser/jg_bind.mli @@ -12,7 +12,7 @@ (* *) (*************************************************************************) -(* $Id: jg_bind.mli 4144 2001-12-07 13:41:02Z xleroy $ *) +(* $Id$ *) open Widget diff --git a/otherlibs/labltk/browser/jg_box.ml b/otherlibs/labltk/browser/jg_box.ml index 73338566..3675f4bf 100644 --- a/otherlibs/labltk/browser/jg_box.ml +++ b/otherlibs/labltk/browser/jg_box.ml @@ -12,7 +12,7 @@ (* *) (*************************************************************************) -(* $Id: jg_box.ml 10250 2010-04-08 03:58:41Z garrigue $ *) +(* $Id$ *) open Tk diff --git a/otherlibs/labltk/browser/jg_button.ml b/otherlibs/labltk/browser/jg_button.ml index 0adff9a6..11abd68a 100644 --- a/otherlibs/labltk/browser/jg_button.ml +++ b/otherlibs/labltk/browser/jg_button.ml @@ -12,7 +12,7 @@ (* *) (*************************************************************************) -(* $Id: jg_button.ml 4144 2001-12-07 13:41:02Z xleroy $ *) +(* $Id$ *) open Tk diff --git a/otherlibs/labltk/browser/jg_completion.ml b/otherlibs/labltk/browser/jg_completion.ml index 460c1e81..c93b099b 100644 --- a/otherlibs/labltk/browser/jg_completion.ml +++ b/otherlibs/labltk/browser/jg_completion.ml @@ -12,7 +12,7 @@ (* *) (*************************************************************************) -(* $Id: jg_completion.ml 10250 2010-04-08 03:58:41Z garrigue $ *) +(* $Id$ *) let lt_string ?(nocase=false) s1 s2 = if nocase then String.lowercase s1 < String.lowercase s2 else s1 < s2 diff --git a/otherlibs/labltk/browser/jg_completion.mli b/otherlibs/labltk/browser/jg_completion.mli index 2cffc8b8..69c7a134 100644 --- a/otherlibs/labltk/browser/jg_completion.mli +++ b/otherlibs/labltk/browser/jg_completion.mli @@ -12,7 +12,7 @@ (* *) (*************************************************************************) -(* $Id: jg_completion.mli 4144 2001-12-07 13:41:02Z xleroy $ *) +(* $Id$ *) val lt_string : ?nocase:bool -> string -> string -> bool diff --git a/otherlibs/labltk/browser/jg_config.ml b/otherlibs/labltk/browser/jg_config.ml index 4d456189..bce0e50e 100644 --- a/otherlibs/labltk/browser/jg_config.ml +++ b/otherlibs/labltk/browser/jg_config.ml @@ -12,7 +12,7 @@ (* *) (*************************************************************************) -(* $Id: jg_config.ml 4144 2001-12-07 13:41:02Z xleroy $ *) +(* $Id$ *) open StdLabels open Jg_tk diff --git a/otherlibs/labltk/browser/jg_config.mli b/otherlibs/labltk/browser/jg_config.mli index 3e583490..511e2b3a 100644 --- a/otherlibs/labltk/browser/jg_config.mli +++ b/otherlibs/labltk/browser/jg_config.mli @@ -12,6 +12,6 @@ (* *) (*************************************************************************) -(* $Id: jg_config.mli 4144 2001-12-07 13:41:02Z xleroy $ *) +(* $Id$ *) val init: unit -> unit diff --git a/otherlibs/labltk/browser/jg_entry.ml b/otherlibs/labltk/browser/jg_entry.ml index 58fa7f2e..c09a273e 100644 --- a/otherlibs/labltk/browser/jg_entry.ml +++ b/otherlibs/labltk/browser/jg_entry.ml @@ -12,7 +12,7 @@ (* *) (*************************************************************************) -(* $Id: jg_entry.ml 4144 2001-12-07 13:41:02Z xleroy $ *) +(* $Id$ *) open Tk diff --git a/otherlibs/labltk/browser/jg_memo.ml b/otherlibs/labltk/browser/jg_memo.ml index bb357668..e238929a 100644 --- a/otherlibs/labltk/browser/jg_memo.ml +++ b/otherlibs/labltk/browser/jg_memo.ml @@ -12,7 +12,7 @@ (* *) (*************************************************************************) -(* $Id: jg_memo.ml 9547 2010-01-22 12:48:24Z doligez $ *) +(* $Id$ *) type ('a, 'b) assoc_list = Nil diff --git a/otherlibs/labltk/browser/jg_memo.mli b/otherlibs/labltk/browser/jg_memo.mli index 1b9396ee..5491dee3 100644 --- a/otherlibs/labltk/browser/jg_memo.mli +++ b/otherlibs/labltk/browser/jg_memo.mli @@ -12,7 +12,7 @@ (* *) (*************************************************************************) -(* $Id: jg_memo.mli 4144 2001-12-07 13:41:02Z xleroy $ *) +(* $Id$ *) val fast : f:('a -> 'b) -> 'a -> 'b (* "fast" memoizer: uses a List.assq like function *) diff --git a/otherlibs/labltk/browser/jg_menu.ml b/otherlibs/labltk/browser/jg_menu.ml index b0ef967c..b399d10d 100644 --- a/otherlibs/labltk/browser/jg_menu.ml +++ b/otherlibs/labltk/browser/jg_menu.ml @@ -12,7 +12,7 @@ (* *) (*************************************************************************) -(* $Id: jg_menu.ml 7307 2006-01-04 16:55:50Z doligez $ *) +(* $Id$ *) open Tk diff --git a/otherlibs/labltk/browser/jg_message.ml b/otherlibs/labltk/browser/jg_message.ml index 65d7882e..3c18f193 100644 --- a/otherlibs/labltk/browser/jg_message.ml +++ b/otherlibs/labltk/browser/jg_message.ml @@ -12,7 +12,7 @@ (* *) (*************************************************************************) -(* $Id: jg_message.ml 9547 2010-01-22 12:48:24Z doligez $ *) +(* $Id$ *) open StdLabels open Tk diff --git a/otherlibs/labltk/browser/jg_message.mli b/otherlibs/labltk/browser/jg_message.mli index 6cf581de..0a83a594 100644 --- a/otherlibs/labltk/browser/jg_message.mli +++ b/otherlibs/labltk/browser/jg_message.mli @@ -12,7 +12,7 @@ (* *) (*************************************************************************) -(* $Id: jg_message.mli 5045 2002-07-26 00:04:05Z garrigue $ *) +(* $Id$ *) open Widget diff --git a/otherlibs/labltk/browser/jg_multibox.ml b/otherlibs/labltk/browser/jg_multibox.ml index 0250ad40..febec8e5 100644 --- a/otherlibs/labltk/browser/jg_multibox.ml +++ b/otherlibs/labltk/browser/jg_multibox.ml @@ -12,7 +12,7 @@ (* *) (*************************************************************************) -(* $Id: jg_multibox.ml 9547 2010-01-22 12:48:24Z doligez $ *) +(* $Id$ *) open StdLabels diff --git a/otherlibs/labltk/browser/jg_multibox.mli b/otherlibs/labltk/browser/jg_multibox.mli index e122edcf..6dfe7d8f 100644 --- a/otherlibs/labltk/browser/jg_multibox.mli +++ b/otherlibs/labltk/browser/jg_multibox.mli @@ -12,7 +12,7 @@ (* *) (*************************************************************************) -(* $Id: jg_multibox.mli 4144 2001-12-07 13:41:02Z xleroy $ *) +(* $Id$ *) class c : cols:int -> texts:string list -> diff --git a/otherlibs/labltk/browser/jg_text.ml b/otherlibs/labltk/browser/jg_text.ml index 84dae4d8..067b9dac 100644 --- a/otherlibs/labltk/browser/jg_text.ml +++ b/otherlibs/labltk/browser/jg_text.ml @@ -12,7 +12,7 @@ (* *) (*************************************************************************) -(* $Id: jg_text.ml 5094 2002-08-09 10:34:44Z garrigue $ *) +(* $Id$ *) open StdLabels open Tk diff --git a/otherlibs/labltk/browser/jg_text.mli b/otherlibs/labltk/browser/jg_text.mli index a498eed6..e8646dd9 100644 --- a/otherlibs/labltk/browser/jg_text.mli +++ b/otherlibs/labltk/browser/jg_text.mli @@ -12,7 +12,7 @@ (* *) (*************************************************************************) -(* $Id: jg_text.mli 4144 2001-12-07 13:41:02Z xleroy $ *) +(* $Id$ *) open Widget diff --git a/otherlibs/labltk/browser/jg_tk.ml b/otherlibs/labltk/browser/jg_tk.ml index 6441caeb..7fc77f09 100644 --- a/otherlibs/labltk/browser/jg_tk.ml +++ b/otherlibs/labltk/browser/jg_tk.ml @@ -12,7 +12,7 @@ (* *) (*************************************************************************) -(* $Id: jg_tk.ml 4144 2001-12-07 13:41:02Z xleroy $ *) +(* $Id$ *) open Tk diff --git a/otherlibs/labltk/browser/jg_toplevel.ml b/otherlibs/labltk/browser/jg_toplevel.ml index a408d68f..64b6f54d 100644 --- a/otherlibs/labltk/browser/jg_toplevel.ml +++ b/otherlibs/labltk/browser/jg_toplevel.ml @@ -12,7 +12,7 @@ (* *) (*************************************************************************) -(* $Id: jg_toplevel.ml 9547 2010-01-22 12:48:24Z doligez $ *) +(* $Id$ *) open Tk diff --git a/otherlibs/labltk/browser/lexical.ml b/otherlibs/labltk/browser/lexical.ml index 4683b222..72f1957e 100644 --- a/otherlibs/labltk/browser/lexical.ml +++ b/otherlibs/labltk/browser/lexical.ml @@ -12,7 +12,7 @@ (* *) (*************************************************************************) -(* $Id: lexical.ml 9319 2009-07-20 11:51:50Z doligez $ *) +(* $Id$ *) open StdLabels open Tk diff --git a/otherlibs/labltk/browser/lexical.mli b/otherlibs/labltk/browser/lexical.mli index e2a02d2d..3be04d32 100644 --- a/otherlibs/labltk/browser/lexical.mli +++ b/otherlibs/labltk/browser/lexical.mli @@ -12,7 +12,7 @@ (* *) (*************************************************************************) -(* $Id: lexical.mli 4144 2001-12-07 13:41:02Z xleroy $ *) +(* $Id$ *) open Widget diff --git a/otherlibs/labltk/browser/list2.ml b/otherlibs/labltk/browser/list2.ml index 2dd4bb1a..87b88f49 100644 --- a/otherlibs/labltk/browser/list2.ml +++ b/otherlibs/labltk/browser/list2.ml @@ -12,7 +12,7 @@ (* *) (*************************************************************************) -(* $Id: list2.ml 4144 2001-12-07 13:41:02Z xleroy $ *) +(* $Id$ *) open StdLabels diff --git a/otherlibs/labltk/browser/main.ml b/otherlibs/labltk/browser/main.ml index 14c03646..18150696 100644 --- a/otherlibs/labltk/browser/main.ml +++ b/otherlibs/labltk/browser/main.ml @@ -12,7 +12,7 @@ (* *) (*************************************************************************) -(* $Id: main.ml 10444 2010-05-20 14:06:29Z doligez $ *) +(* $Id$ *) open StdLabels module Unix = UnixLabels diff --git a/otherlibs/labltk/browser/mytypes.mli b/otherlibs/labltk/browser/mytypes.mli index d7eb8856..6db120ad 100644 --- a/otherlibs/labltk/browser/mytypes.mli +++ b/otherlibs/labltk/browser/mytypes.mli @@ -12,7 +12,7 @@ (* *) (*************************************************************************) -(* $Id: mytypes.mli 8232 2007-05-16 08:21:41Z doligez $ *) +(* $Id$ *) open Widget diff --git a/otherlibs/labltk/browser/searchid.ml b/otherlibs/labltk/browser/searchid.ml index 083139f3..28481439 100644 --- a/otherlibs/labltk/browser/searchid.ml +++ b/otherlibs/labltk/browser/searchid.ml @@ -12,7 +12,7 @@ (* *) (*************************************************************************) -(* $Id: searchid.ml 9547 2010-01-22 12:48:24Z doligez $ *) +(* $Id$ *) open StdLabels open Location diff --git a/otherlibs/labltk/browser/searchid.mli b/otherlibs/labltk/browser/searchid.mli index 07fefec8..980c141d 100644 --- a/otherlibs/labltk/browser/searchid.mli +++ b/otherlibs/labltk/browser/searchid.mli @@ -12,7 +12,7 @@ (* *) (*************************************************************************) -(* $Id: searchid.mli 5044 2002-07-25 22:51:47Z garrigue $ *) +(* $Id$ *) val start_env : Env.t ref val module_list : string list ref diff --git a/otherlibs/labltk/browser/searchpos.ml b/otherlibs/labltk/browser/searchpos.ml index 1cf7745c..8cae9959 100644 --- a/otherlibs/labltk/browser/searchpos.ml +++ b/otherlibs/labltk/browser/searchpos.ml @@ -12,7 +12,7 @@ (* *) (*************************************************************************) -(* $Id: searchpos.ml 10227 2010-04-02 12:53:33Z xleroy $ *) +(* $Id$ *) open StdLabels open Support diff --git a/otherlibs/labltk/browser/searchpos.mli b/otherlibs/labltk/browser/searchpos.mli index b22356e3..b2f89cd8 100644 --- a/otherlibs/labltk/browser/searchpos.mli +++ b/otherlibs/labltk/browser/searchpos.mli @@ -12,7 +12,7 @@ (* *) (*************************************************************************) -(* $Id: searchpos.mli 9547 2010-01-22 12:48:24Z doligez $ *) +(* $Id$ *) open Widget diff --git a/otherlibs/labltk/browser/setpath.ml b/otherlibs/labltk/browser/setpath.ml index 20fb42cb..1a41b573 100644 --- a/otherlibs/labltk/browser/setpath.ml +++ b/otherlibs/labltk/browser/setpath.ml @@ -12,7 +12,7 @@ (* *) (*************************************************************************) -(* $Id: setpath.ml 9547 2010-01-22 12:48:24Z doligez $ *) +(* $Id$ *) open StdLabels open Tk diff --git a/otherlibs/labltk/browser/setpath.mli b/otherlibs/labltk/browser/setpath.mli index e7b8f5a6..22bf5dc5 100644 --- a/otherlibs/labltk/browser/setpath.mli +++ b/otherlibs/labltk/browser/setpath.mli @@ -12,7 +12,7 @@ (* *) (*************************************************************************) -(* $Id: setpath.mli 9547 2010-01-22 12:48:24Z doligez $ *) +(* $Id$ *) open Widget diff --git a/otherlibs/labltk/browser/shell.ml b/otherlibs/labltk/browser/shell.ml index c366cd8e..1f1492de 100644 --- a/otherlibs/labltk/browser/shell.ml +++ b/otherlibs/labltk/browser/shell.ml @@ -12,7 +12,7 @@ (* *) (*************************************************************************) -(* $Id: shell.ml 10659 2010-08-28 06:10:22Z garrigue $ *) +(* $Id$ *) open StdLabels module Unix = UnixLabels diff --git a/otherlibs/labltk/browser/shell.mli b/otherlibs/labltk/browser/shell.mli index a2c4c250..ac94f43d 100644 --- a/otherlibs/labltk/browser/shell.mli +++ b/otherlibs/labltk/browser/shell.mli @@ -12,7 +12,7 @@ (* *) (*************************************************************************) -(* $Id: shell.mli 5044 2002-07-25 22:51:47Z garrigue $ *) +(* $Id$ *) class ['a] history : unit -> diff --git a/otherlibs/labltk/browser/typecheck.ml b/otherlibs/labltk/browser/typecheck.ml index fff460c9..d5347ef5 100644 --- a/otherlibs/labltk/browser/typecheck.ml +++ b/otherlibs/labltk/browser/typecheck.ml @@ -12,7 +12,7 @@ (* *) (*************************************************************************) -(* $Id: typecheck.ml 9319 2009-07-20 11:51:50Z doligez $ *) +(* $Id$ *) open StdLabels open Tk diff --git a/otherlibs/labltk/browser/typecheck.mli b/otherlibs/labltk/browser/typecheck.mli index d7569189..d61fce62 100644 --- a/otherlibs/labltk/browser/typecheck.mli +++ b/otherlibs/labltk/browser/typecheck.mli @@ -12,7 +12,7 @@ (* *) (*************************************************************************) -(* $Id: typecheck.mli 4144 2001-12-07 13:41:02Z xleroy $ *) +(* $Id$ *) open Widget open Mytypes diff --git a/otherlibs/labltk/browser/useunix.ml b/otherlibs/labltk/browser/useunix.ml index 0328ac58..666f866f 100644 --- a/otherlibs/labltk/browser/useunix.ml +++ b/otherlibs/labltk/browser/useunix.ml @@ -12,7 +12,7 @@ (* *) (*************************************************************************) -(* $Id: useunix.ml 9547 2010-01-22 12:48:24Z doligez $ *) +(* $Id$ *) open StdLabels open UnixLabels diff --git a/otherlibs/labltk/browser/useunix.mli b/otherlibs/labltk/browser/useunix.mli index c0059b80..2850c0d2 100644 --- a/otherlibs/labltk/browser/useunix.mli +++ b/otherlibs/labltk/browser/useunix.mli @@ -12,7 +12,7 @@ (* *) (*************************************************************************) -(* $Id: useunix.mli 5094 2002-08-09 10:34:44Z garrigue $ *) +(* $Id$ *) (* Unix utilities *) diff --git a/otherlibs/labltk/browser/viewer.ml b/otherlibs/labltk/browser/viewer.ml index 3ba4b220..fef3cbe1 100644 --- a/otherlibs/labltk/browser/viewer.ml +++ b/otherlibs/labltk/browser/viewer.ml @@ -12,7 +12,7 @@ (* *) (*************************************************************************) -(* $Id: viewer.ml 9547 2010-01-22 12:48:24Z doligez $ *) +(* $Id$ *) open StdLabels open Tk diff --git a/otherlibs/labltk/browser/viewer.mli b/otherlibs/labltk/browser/viewer.mli index fdab185b..d8bec671 100644 --- a/otherlibs/labltk/browser/viewer.mli +++ b/otherlibs/labltk/browser/viewer.mli @@ -12,7 +12,7 @@ (* *) (*************************************************************************) -(* $Id: viewer.mli 4990 2002-07-11 13:49:51Z garrigue $ *) +(* $Id$ *) (* Module viewer *) open Widget diff --git a/otherlibs/labltk/browser/winmain.c b/otherlibs/labltk/browser/winmain.c index ec580067..dd9146fc 100644 --- a/otherlibs/labltk/browser/winmain.c +++ b/otherlibs/labltk/browser/winmain.c @@ -1,4 +1,4 @@ -/* $Id: winmain.c 9153 2008-12-03 18:09:09Z doligez $ */ +/* $Id$ */ #include #include diff --git a/otherlibs/labltk/builtin/LICENSE b/otherlibs/labltk/builtin/LICENSE index 3098bdf7..c006f51d 100644 --- a/otherlibs/labltk/builtin/LICENSE +++ b/otherlibs/labltk/builtin/LICENSE @@ -14,6 +14,6 @@ (* *) (*************************************************************************) -(* $Id: LICENSE 4144 2001-12-07 13:41:02Z xleroy $ *) +(* $Id$ *) All the files in this directory are subject to the above copyright notice. \ No newline at end of file diff --git a/otherlibs/labltk/compiler/compile.ml b/otherlibs/labltk/compiler/compile.ml index 8055bf9d..fd74bc17 100644 --- a/otherlibs/labltk/compiler/compile.ml +++ b/otherlibs/labltk/compiler/compile.ml @@ -14,7 +14,7 @@ (* *) (***********************************************************************) -(* $Id: compile.ml 9547 2010-01-22 12:48:24Z doligez $ *) +(* $Id$ *) open StdLabels open Tables diff --git a/otherlibs/labltk/compiler/intf.ml b/otherlibs/labltk/compiler/intf.ml index 3b375275..59608b38 100644 --- a/otherlibs/labltk/compiler/intf.ml +++ b/otherlibs/labltk/compiler/intf.ml @@ -14,7 +14,7 @@ (* *) (***********************************************************************) -(* $Id: intf.ml 9547 2010-01-22 12:48:24Z doligez $ *) +(* $Id$ *) open StdLabels diff --git a/otherlibs/labltk/compiler/lexer.mll b/otherlibs/labltk/compiler/lexer.mll index 4b43fd61..f51f0c01 100644 --- a/otherlibs/labltk/compiler/lexer.mll +++ b/otherlibs/labltk/compiler/lexer.mll @@ -14,7 +14,7 @@ (* *) (***********************************************************************) -(* $Id: lexer.mll 9547 2010-01-22 12:48:24Z doligez $ *) +(* $Id$ *) { open StdLabels diff --git a/otherlibs/labltk/compiler/maincompile.ml b/otherlibs/labltk/compiler/maincompile.ml index f4946a6f..d8c72a31 100644 --- a/otherlibs/labltk/compiler/maincompile.ml +++ b/otherlibs/labltk/compiler/maincompile.ml @@ -14,7 +14,7 @@ (* *) (***********************************************************************) -(* $Id: maincompile.ml 9547 2010-01-22 12:48:24Z doligez $ *) +(* $Id$ *) open StdLabels open Support diff --git a/otherlibs/labltk/compiler/parser.mly b/otherlibs/labltk/compiler/parser.mly index 203e13ea..15ced65f 100644 --- a/otherlibs/labltk/compiler/parser.mly +++ b/otherlibs/labltk/compiler/parser.mly @@ -14,7 +14,7 @@ /* */ /***********************************************************************/ -/* $Id: parser.mly 9547 2010-01-22 12:48:24Z doligez $ */ +/* $Id$ */ %{ diff --git a/otherlibs/labltk/compiler/tables.ml b/otherlibs/labltk/compiler/tables.ml index 0293bf55..0663dfaa 100644 --- a/otherlibs/labltk/compiler/tables.ml +++ b/otherlibs/labltk/compiler/tables.ml @@ -14,7 +14,7 @@ (* *) (***********************************************************************) -(* $Id: tables.ml 9547 2010-01-22 12:48:24Z doligez $ *) +(* $Id$ *) open StdLabels open Support diff --git a/otherlibs/labltk/compiler/tsort.ml b/otherlibs/labltk/compiler/tsort.ml index 663823b7..6496eaae 100644 --- a/otherlibs/labltk/compiler/tsort.ml +++ b/otherlibs/labltk/compiler/tsort.ml @@ -14,7 +14,7 @@ (* *) (***********************************************************************) -(* $Id: tsort.ml 9547 2010-01-22 12:48:24Z doligez $ *) +(* $Id$ *) open StdLabels diff --git a/otherlibs/labltk/examples_labltk/README b/otherlibs/labltk/examples_labltk/README index 88eaccda..ec0f20de 100644 --- a/otherlibs/labltk/examples_labltk/README +++ b/otherlibs/labltk/examples_labltk/README @@ -1,4 +1,4 @@ -$Id: README 4745 2002-04-26 12:16:26Z furuse $ +$Id$ Some examples for LablTk. They are written in classic mode, except testris.ml which uses label diff --git a/otherlibs/labltk/examples_labltk/calc.ml b/otherlibs/labltk/examples_labltk/calc.ml index b334f67b..088bf192 100644 --- a/otherlibs/labltk/examples_labltk/calc.ml +++ b/otherlibs/labltk/examples_labltk/calc.ml @@ -14,7 +14,7 @@ (* *) (***********************************************************************) -(* $Id: calc.ml 5175 2002-10-11 19:01:19Z doligez $ *) +(* $Id$ *) (* A simple calculator demonstrating OO programming with O'Labl and LablTk. diff --git a/otherlibs/labltk/examples_labltk/clock.ml b/otherlibs/labltk/examples_labltk/clock.ml index 9e5227b9..57a59b82 100644 --- a/otherlibs/labltk/examples_labltk/clock.ml +++ b/otherlibs/labltk/examples_labltk/clock.ml @@ -14,7 +14,7 @@ (* *) (***********************************************************************) -(* $Id: clock.ml 4745 2002-04-26 12:16:26Z furuse $ *) +(* $Id$ *) (* Clock/V, a simple clock. Reverts every time you push the right button. diff --git a/otherlibs/labltk/examples_labltk/demo.ml b/otherlibs/labltk/examples_labltk/demo.ml index 402be3ba..bd36f3f3 100644 --- a/otherlibs/labltk/examples_labltk/demo.ml +++ b/otherlibs/labltk/examples_labltk/demo.ml @@ -14,7 +14,7 @@ (* *) (***********************************************************************) -(* $Id: demo.ml 9547 2010-01-22 12:48:24Z doligez $ *) +(* $Id$ *) (* Some CamlTk4 Demonstration by JPF *) diff --git a/otherlibs/labltk/examples_labltk/eyes.ml b/otherlibs/labltk/examples_labltk/eyes.ml index 5d8e9d41..81f6aa4a 100644 --- a/otherlibs/labltk/examples_labltk/eyes.ml +++ b/otherlibs/labltk/examples_labltk/eyes.ml @@ -14,7 +14,7 @@ (* *) (***********************************************************************) -(* $Id: eyes.ml 9547 2010-01-22 12:48:24Z doligez $ *) +(* $Id$ *) open Tk diff --git a/otherlibs/labltk/examples_labltk/hello.ml b/otherlibs/labltk/examples_labltk/hello.ml index a14b6c22..3f39d546 100644 --- a/otherlibs/labltk/examples_labltk/hello.ml +++ b/otherlibs/labltk/examples_labltk/hello.ml @@ -14,7 +14,7 @@ (* *) (***********************************************************************) -(* $Id: hello.ml 9547 2010-01-22 12:48:24Z doligez $ *) +(* $Id$ *) (* LablTk4 Demonstration by JPF *) diff --git a/otherlibs/labltk/examples_labltk/taquin.ml b/otherlibs/labltk/examples_labltk/taquin.ml index 6822a9f6..28099351 100644 --- a/otherlibs/labltk/examples_labltk/taquin.ml +++ b/otherlibs/labltk/examples_labltk/taquin.ml @@ -14,7 +14,7 @@ (* *) (***********************************************************************) -(* $Id: taquin.ml 9547 2010-01-22 12:48:24Z doligez $ *) +(* $Id$ *) open Tk;; diff --git a/otherlibs/labltk/examples_labltk/tetris.ml b/otherlibs/labltk/examples_labltk/tetris.ml index 8c7575d4..4f401e59 100644 --- a/otherlibs/labltk/examples_labltk/tetris.ml +++ b/otherlibs/labltk/examples_labltk/tetris.ml @@ -14,7 +14,7 @@ (* *) (***********************************************************************) -(* $Id: tetris.ml 9547 2010-01-22 12:48:24Z doligez $ *) +(* $Id$ *) (* A Tetris game for LablTk *) (* written by Jun P. Furuse *) diff --git a/otherlibs/labltk/frx/frx_entry.ml b/otherlibs/labltk/frx/frx_entry.ml index 5f76ae14..ec842218 100644 --- a/otherlibs/labltk/frx/frx_entry.ml +++ b/otherlibs/labltk/frx/frx_entry.ml @@ -15,7 +15,7 @@ (***********************************************************************) open Camltk -let version = "$Id: frx_entry.ml 9547 2010-01-22 12:48:24Z doligez $" +let version = "$Id$" (* * Tk 4.0 has emacs bindings for entry widgets diff --git a/otherlibs/labltk/frx/frx_fileinput.ml b/otherlibs/labltk/frx/frx_fileinput.ml index 9683e6df..de136867 100644 --- a/otherlibs/labltk/frx/frx_fileinput.ml +++ b/otherlibs/labltk/frx/frx_fileinput.ml @@ -15,7 +15,7 @@ (***********************************************************************) open Camltk -let version = "$Id: frx_fileinput.ml 9547 2010-01-22 12:48:24Z doligez $" +let version = "$Id$" (* * Simple spooling for fileinput callbacks diff --git a/otherlibs/labltk/frx/frx_font.ml b/otherlibs/labltk/frx/frx_font.ml index 02509aa2..3b739a65 100644 --- a/otherlibs/labltk/frx/frx_font.ml +++ b/otherlibs/labltk/frx/frx_font.ml @@ -16,7 +16,7 @@ open Camltk open Widget -let version = "$Id: frx_font.ml 9547 2010-01-22 12:48:24Z doligez $" +let version = "$Id$" (* * Finding fonts. Inspired by code in Ical by Sanjay Ghemawat. diff --git a/otherlibs/labltk/frx/frx_lbutton.ml b/otherlibs/labltk/frx/frx_lbutton.ml index b9447616..c4d51f7b 100644 --- a/otherlibs/labltk/frx/frx_lbutton.ml +++ b/otherlibs/labltk/frx/frx_lbutton.ml @@ -18,7 +18,7 @@ open Camltk open Widget -let version = "$Id: frx_lbutton.ml 4745 2002-04-26 12:16:26Z furuse $" +let version = "$Id$" (* * Simulate a button with a bitmap AND a label diff --git a/otherlibs/labltk/frx/frx_listbox.ml b/otherlibs/labltk/frx/frx_listbox.ml index 62ee8ecd..17d6a3f9 100644 --- a/otherlibs/labltk/frx/frx_listbox.ml +++ b/otherlibs/labltk/frx/frx_listbox.ml @@ -15,7 +15,7 @@ (***********************************************************************) open Camltk -let version = "$Id: frx_listbox.ml 9547 2010-01-22 12:48:24Z doligez $" +let version = "$Id$" (* * Link a scrollbar and a listbox diff --git a/otherlibs/labltk/frx/frx_req.ml b/otherlibs/labltk/frx/frx_req.ml index edbd9083..ab7308fa 100644 --- a/otherlibs/labltk/frx/frx_req.ml +++ b/otherlibs/labltk/frx/frx_req.ml @@ -20,7 +20,7 @@ open Camltk * jargon). *) -let version = "$Id: frx_req.ml 9547 2010-01-22 12:48:24Z doligez $" +let version = "$Id$" (* * Simple requester diff --git a/otherlibs/labltk/frx/frx_text.ml b/otherlibs/labltk/frx/frx_text.ml index c8203008..18d9961f 100644 --- a/otherlibs/labltk/frx/frx_text.ml +++ b/otherlibs/labltk/frx/frx_text.ml @@ -15,7 +15,7 @@ (***********************************************************************) open Camltk -let version = "$Id: frx_text.ml 9547 2010-01-22 12:48:24Z doligez $" +let version = "$Id$" (* * convert an integer to an absolute index diff --git a/otherlibs/labltk/frx/frx_widget.ml b/otherlibs/labltk/frx/frx_widget.ml index d1403bb6..a81c768f 100644 --- a/otherlibs/labltk/frx/frx_widget.ml +++ b/otherlibs/labltk/frx/frx_widget.ml @@ -16,7 +16,7 @@ open Camltk open Widget -let version = "$Id: frx_widget.ml 9547 2010-01-22 12:48:24Z doligez $" +let version = "$Id$" (* Make a window (toplevel widget) resizeable *) let resizeable t = update_idletasks(); (* wait until layout is computed *) diff --git a/otherlibs/labltk/jpf/balloon.ml b/otherlibs/labltk/jpf/balloon.ml index 19a84471..739a8d9e 100644 --- a/otherlibs/labltk/jpf/balloon.ml +++ b/otherlibs/labltk/jpf/balloon.ml @@ -14,7 +14,7 @@ (* *) (***********************************************************************) -(* $Id: balloon.ml 9547 2010-01-22 12:48:24Z doligez $ *) +(* $Id$ *) open StdLabels diff --git a/otherlibs/labltk/jpf/balloon.mli b/otherlibs/labltk/jpf/balloon.mli index 42a1d107..633796ce 100644 --- a/otherlibs/labltk/jpf/balloon.mli +++ b/otherlibs/labltk/jpf/balloon.mli @@ -14,7 +14,7 @@ (* *) (***********************************************************************) -(* $Id: balloon.mli 4745 2002-04-26 12:16:26Z furuse $ *) +(* $Id$ *) (* easy balloon help facility *) open Widget diff --git a/otherlibs/labltk/jpf/balloontest.ml b/otherlibs/labltk/jpf/balloontest.ml index 1359f367..60e3aded 100644 --- a/otherlibs/labltk/jpf/balloontest.ml +++ b/otherlibs/labltk/jpf/balloontest.ml @@ -14,7 +14,7 @@ (* *) (***********************************************************************) -(* $Id: balloontest.ml 9547 2010-01-22 12:48:24Z doligez $ *) +(* $Id$ *) open Tk open Widget diff --git a/otherlibs/labltk/jpf/fileselect.ml b/otherlibs/labltk/jpf/fileselect.ml index 43b1ebc3..3d42ac2d 100644 --- a/otherlibs/labltk/jpf/fileselect.ml +++ b/otherlibs/labltk/jpf/fileselect.ml @@ -14,7 +14,7 @@ (* *) (***********************************************************************) -(* $Id: fileselect.ml 9547 2010-01-22 12:48:24Z doligez $ *) +(* $Id$ *) (* file selection box *) diff --git a/otherlibs/labltk/jpf/fileselect.mli b/otherlibs/labltk/jpf/fileselect.mli index 0e87dedd..4412a418 100644 --- a/otherlibs/labltk/jpf/fileselect.mli +++ b/otherlibs/labltk/jpf/fileselect.mli @@ -14,7 +14,7 @@ (* *) (***********************************************************************) -(* $Id: fileselect.mli 9547 2010-01-22 12:48:24Z doligez $ *) +(* $Id$ *) (* This file selecter works only under the OS with the full unix support. For the portability, Tk.getOpenFile and Tk.getSaveFile are recommended. *) diff --git a/otherlibs/labltk/support/camltk.h b/otherlibs/labltk/support/camltk.h index 965bb8e0..5be206fa 100644 --- a/otherlibs/labltk/support/camltk.h +++ b/otherlibs/labltk/support/camltk.h @@ -14,7 +14,7 @@ /* */ /*************************************************************************/ -/* $Id: camltk.h 10230 2010-04-03 06:43:51Z furuse $ */ +/* $Id$ */ #if defined(_WIN32) && defined(CAML_DLL) && defined(IN_CAMLTKSUPPORT) #define CAMLTKextern CAMLexport diff --git a/otherlibs/labltk/support/cltkCaml.c b/otherlibs/labltk/support/cltkCaml.c index 2f5fe100..c9bcc80d 100644 --- a/otherlibs/labltk/support/cltkCaml.c +++ b/otherlibs/labltk/support/cltkCaml.c @@ -14,7 +14,7 @@ /* */ /***********************************************************************/ -/* $Id: cltkCaml.c 9036 2008-09-26 07:35:24Z garrigue $ */ +/* $Id$ */ #include #include diff --git a/otherlibs/labltk/support/cltkDMain.c b/otherlibs/labltk/support/cltkDMain.c index 8885b957..3d9a4c2d 100644 --- a/otherlibs/labltk/support/cltkDMain.c +++ b/otherlibs/labltk/support/cltkDMain.c @@ -14,7 +14,7 @@ /* */ /*************************************************************************/ -/* $Id: cltkDMain.c 10230 2010-04-03 06:43:51Z furuse $ */ +/* $Id$ */ #include #include diff --git a/otherlibs/labltk/support/cltkEval.c b/otherlibs/labltk/support/cltkEval.c index a5fc80e1..cdd16a91 100644 --- a/otherlibs/labltk/support/cltkEval.c +++ b/otherlibs/labltk/support/cltkEval.c @@ -14,7 +14,7 @@ /* */ /***********************************************************************/ -/* $Id: cltkEval.c 10230 2010-04-03 06:43:51Z furuse $ */ +/* $Id$ */ #include #include diff --git a/otherlibs/labltk/support/cltkEvent.c b/otherlibs/labltk/support/cltkEvent.c index 80125d28..ad9b4d9e 100644 --- a/otherlibs/labltk/support/cltkEvent.c +++ b/otherlibs/labltk/support/cltkEvent.c @@ -14,7 +14,7 @@ /* */ /***********************************************************************/ -/* $Id: cltkEvent.c 9547 2010-01-22 12:48:24Z doligez $ */ +/* $Id$ */ #include #include diff --git a/otherlibs/labltk/support/cltkFile.c b/otherlibs/labltk/support/cltkFile.c index e0c80c47..4fbf9868 100644 --- a/otherlibs/labltk/support/cltkFile.c +++ b/otherlibs/labltk/support/cltkFile.c @@ -14,7 +14,7 @@ /* */ /***********************************************************************/ -/* $Id: cltkFile.c 9547 2010-01-22 12:48:24Z doligez $ */ +/* $Id$ */ #ifdef __CYGWIN__ #define _WIN32 diff --git a/otherlibs/labltk/support/cltkMain.c b/otherlibs/labltk/support/cltkMain.c index b2463e86..eb4617a4 100644 --- a/otherlibs/labltk/support/cltkMain.c +++ b/otherlibs/labltk/support/cltkMain.c @@ -14,7 +14,7 @@ /* */ /***********************************************************************/ -/* $Id: cltkMain.c 10230 2010-04-03 06:43:51Z furuse $ */ +/* $Id$ */ #include #include diff --git a/otherlibs/labltk/support/cltkMisc.c b/otherlibs/labltk/support/cltkMisc.c index 607a6b66..b19713cd 100644 --- a/otherlibs/labltk/support/cltkMisc.c +++ b/otherlibs/labltk/support/cltkMisc.c @@ -14,7 +14,7 @@ /* */ /***********************************************************************/ -/* $Id: cltkMisc.c 10230 2010-04-03 06:43:51Z furuse $ */ +/* $Id$ */ #include #include diff --git a/otherlibs/labltk/support/cltkTimer.c b/otherlibs/labltk/support/cltkTimer.c index 3f253cb9..e0635e85 100644 --- a/otherlibs/labltk/support/cltkTimer.c +++ b/otherlibs/labltk/support/cltkTimer.c @@ -14,7 +14,7 @@ /* */ /***********************************************************************/ -/* $Id: cltkTimer.c 9547 2010-01-22 12:48:24Z doligez $ */ +/* $Id$ */ #include #include diff --git a/otherlibs/labltk/support/cltkUtf.c b/otherlibs/labltk/support/cltkUtf.c index 5654c7e5..fd01bd15 100644 --- a/otherlibs/labltk/support/cltkUtf.c +++ b/otherlibs/labltk/support/cltkUtf.c @@ -14,7 +14,7 @@ /* */ /***********************************************************************/ -/* $Id: cltkUtf.c 4745 2002-04-26 12:16:26Z furuse $ */ +/* $Id$ */ #include #include diff --git a/otherlibs/labltk/support/cltkVar.c b/otherlibs/labltk/support/cltkVar.c index 02783634..0411a94c 100644 --- a/otherlibs/labltk/support/cltkVar.c +++ b/otherlibs/labltk/support/cltkVar.c @@ -14,7 +14,7 @@ /* */ /***********************************************************************/ -/* $Id: cltkVar.c 10230 2010-04-03 06:43:51Z furuse $ */ +/* $Id$ */ /* Alternative to tkwait variable */ #include diff --git a/otherlibs/labltk/support/cltkWait.c b/otherlibs/labltk/support/cltkWait.c index ea392f79..4c126b5d 100644 --- a/otherlibs/labltk/support/cltkWait.c +++ b/otherlibs/labltk/support/cltkWait.c @@ -14,7 +14,7 @@ /* */ /***********************************************************************/ -/* $Id: cltkWait.c 10230 2010-04-03 06:43:51Z furuse $ */ +/* $Id$ */ #include #include diff --git a/otherlibs/labltk/support/fileevent.ml b/otherlibs/labltk/support/fileevent.ml index a175d2e9..846a7519 100644 --- a/otherlibs/labltk/support/fileevent.ml +++ b/otherlibs/labltk/support/fileevent.ml @@ -14,7 +14,7 @@ (* *) (***********************************************************************) -(* $Id: fileevent.ml 9547 2010-01-22 12:48:24Z doligez $ *) +(* $Id$ *) open Unix open Support diff --git a/otherlibs/labltk/support/fileevent.mli b/otherlibs/labltk/support/fileevent.mli index fa3e8be2..34760f0c 100644 --- a/otherlibs/labltk/support/fileevent.mli +++ b/otherlibs/labltk/support/fileevent.mli @@ -14,7 +14,7 @@ (* *) (***********************************************************************) -(* $Id: fileevent.mli 4745 2002-04-26 12:16:26Z furuse $ *) +(* $Id$ *) open Unix diff --git a/otherlibs/labltk/support/protocol.ml b/otherlibs/labltk/support/protocol.ml index 8b59a543..26b97c0b 100644 --- a/otherlibs/labltk/support/protocol.ml +++ b/otherlibs/labltk/support/protocol.ml @@ -14,7 +14,7 @@ (* *) (***********************************************************************) -(* $Id: protocol.ml 9547 2010-01-22 12:48:24Z doligez $ *) +(* $Id$ *) open Support open Widget diff --git a/otherlibs/labltk/support/protocol.mli b/otherlibs/labltk/support/protocol.mli index c5289211..9b5ae393 100644 --- a/otherlibs/labltk/support/protocol.mli +++ b/otherlibs/labltk/support/protocol.mli @@ -14,7 +14,7 @@ (* *) (***********************************************************************) -(* $Id: protocol.mli 9547 2010-01-22 12:48:24Z doligez $ *) +(* $Id$ *) open Widget diff --git a/otherlibs/labltk/support/rawwidget.ml b/otherlibs/labltk/support/rawwidget.ml index 5a5a608c..99b1dce1 100644 --- a/otherlibs/labltk/support/rawwidget.ml +++ b/otherlibs/labltk/support/rawwidget.ml @@ -14,7 +14,7 @@ (* *) (***********************************************************************) -(* $Id: rawwidget.ml 9547 2010-01-22 12:48:24Z doligez $ *) +(* $Id$ *) open Support diff --git a/otherlibs/labltk/support/rawwidget.mli b/otherlibs/labltk/support/rawwidget.mli index ba61398a..4eda7311 100644 --- a/otherlibs/labltk/support/rawwidget.mli +++ b/otherlibs/labltk/support/rawwidget.mli @@ -14,7 +14,7 @@ (* *) (***********************************************************************) -(* $Id: rawwidget.mli 9547 2010-01-22 12:48:24Z doligez $ *) +(* $Id$ *) (* Support for widget manipulations *) diff --git a/otherlibs/labltk/support/slave.ml b/otherlibs/labltk/support/slave.ml index 344668c9..51eae853 100644 --- a/otherlibs/labltk/support/slave.ml +++ b/otherlibs/labltk/support/slave.ml @@ -14,7 +14,7 @@ (* *) (***********************************************************************) -(* $Id: slave.ml 9547 2010-01-22 12:48:24Z doligez $ *) +(* $Id$ *) (* The code run on initialisation, in addition to normal Tk code * NOTE: camltk has not fully been initialised yet diff --git a/otherlibs/labltk/support/support.ml b/otherlibs/labltk/support/support.ml index f4346ea6..fa650e8a 100644 --- a/otherlibs/labltk/support/support.ml +++ b/otherlibs/labltk/support/support.ml @@ -14,7 +14,7 @@ (* *) (***********************************************************************) -(* $Id: support.ml 9547 2010-01-22 12:48:24Z doligez $ *) +(* $Id$ *) (* Parsing results of Tcl *) (* List.split a string according to char_sep predicate *) diff --git a/otherlibs/labltk/support/support.mli b/otherlibs/labltk/support/support.mli index 351e5fc2..95a2255c 100644 --- a/otherlibs/labltk/support/support.mli +++ b/otherlibs/labltk/support/support.mli @@ -14,7 +14,7 @@ (* *) (***********************************************************************) -(* $Id: support.mli 4745 2002-04-26 12:16:26Z furuse $ *) +(* $Id$ *) val split_str : pred:(char -> bool) -> string -> string list val may : ('a -> 'b) -> 'a option -> 'b option diff --git a/otherlibs/labltk/support/textvariable.ml b/otherlibs/labltk/support/textvariable.ml index 6bffeb44..ad9033d4 100644 --- a/otherlibs/labltk/support/textvariable.ml +++ b/otherlibs/labltk/support/textvariable.ml @@ -14,7 +14,7 @@ (* *) (***********************************************************************) -(* $Id: textvariable.ml 9547 2010-01-22 12:48:24Z doligez $ *) +(* $Id$ *) open Support open Protocol diff --git a/otherlibs/labltk/support/textvariable.mli b/otherlibs/labltk/support/textvariable.mli index b9663314..dfa511a2 100644 --- a/otherlibs/labltk/support/textvariable.mli +++ b/otherlibs/labltk/support/textvariable.mli @@ -14,7 +14,7 @@ (* *) (***********************************************************************) -(* $Id: textvariable.mli 9547 2010-01-22 12:48:24Z doligez $ *) +(* $Id$ *) (* Support for Tk -textvariable option *) open Widget diff --git a/otherlibs/labltk/support/timer.ml b/otherlibs/labltk/support/timer.ml index 82a278eb..a6ef8c29 100644 --- a/otherlibs/labltk/support/timer.ml +++ b/otherlibs/labltk/support/timer.ml @@ -14,7 +14,7 @@ (* *) (***********************************************************************) -(* $Id: timer.ml 9547 2010-01-22 12:48:24Z doligez $ *) +(* $Id$ *) (* Timers *) open Support diff --git a/otherlibs/labltk/support/timer.mli b/otherlibs/labltk/support/timer.mli index bf65f657..a45e1c9d 100644 --- a/otherlibs/labltk/support/timer.mli +++ b/otherlibs/labltk/support/timer.mli @@ -14,7 +14,7 @@ (* *) (***********************************************************************) -(* $Id: timer.mli 4745 2002-04-26 12:16:26Z furuse $ *) +(* $Id$ *) type t diff --git a/otherlibs/labltk/support/tkthread.ml b/otherlibs/labltk/support/tkthread.ml index 6bcadfd0..ecdf6146 100644 --- a/otherlibs/labltk/support/tkthread.ml +++ b/otherlibs/labltk/support/tkthread.ml @@ -12,7 +12,7 @@ (* *) (***********************************************************************) -(* $Id: tkthread.ml 8768 2008-01-11 16:13:18Z doligez $ *) +(* $Id$ *) let jobs : (unit -> unit) Queue.t = Queue.create () let m = Mutex.create () diff --git a/otherlibs/labltk/support/tkthread.mli b/otherlibs/labltk/support/tkthread.mli index 54a070d8..4f20e614 100644 --- a/otherlibs/labltk/support/tkthread.mli +++ b/otherlibs/labltk/support/tkthread.mli @@ -12,7 +12,7 @@ (* *) (***********************************************************************) -(* $Id: tkthread.mli 9547 2010-01-22 12:48:24Z doligez $ *) +(* $Id$ *) (* Helper functions for using LablTk with threads. To use, add tkthread.cmo or tkthread.cmx to your command line *) diff --git a/otherlibs/labltk/support/tkwait.ml b/otherlibs/labltk/support/tkwait.ml index 4994dbbf..97a0b0eb 100644 --- a/otherlibs/labltk/support/tkwait.ml +++ b/otherlibs/labltk/support/tkwait.ml @@ -14,7 +14,7 @@ (* *) (***********************************************************************) -(* $Id: tkwait.ml 9358 2009-09-25 12:56:10Z weis $ *) +(* $Id$ *) external internal_tracevis : string -> Protocol.cbid -> unit = "camltk_wait_vis" diff --git a/otherlibs/labltk/support/widget.ml b/otherlibs/labltk/support/widget.ml index 581c879e..65e0d26a 100644 --- a/otherlibs/labltk/support/widget.ml +++ b/otherlibs/labltk/support/widget.ml @@ -14,7 +14,7 @@ (* *) (***********************************************************************) -(* $Id: widget.ml 4745 2002-04-26 12:16:26Z furuse $ *) +(* $Id$ *) (* Hack to permit having the different data type with the same name [widget] for CamlTk and LablTk. *) diff --git a/otherlibs/labltk/support/widget.mli b/otherlibs/labltk/support/widget.mli index 1ae3adc1..f9c83278 100644 --- a/otherlibs/labltk/support/widget.mli +++ b/otherlibs/labltk/support/widget.mli @@ -14,7 +14,7 @@ (* *) (***********************************************************************) -(* $Id: widget.mli 9547 2010-01-22 12:48:24Z doligez $ *) +(* $Id$ *) (* Support for widget manipulations *) diff --git a/otherlibs/num/Makefile b/otherlibs/num/Makefile index 6feef50f..0a4349e8 100644 --- a/otherlibs/num/Makefile +++ b/otherlibs/num/Makefile @@ -11,7 +11,7 @@ # # ######################################################################### -# $Id: Makefile 9623 2010-02-09 14:17:20Z doligez $ +# $Id$ # Makefile for the "num" (exact rational arithmetic) library diff --git a/otherlibs/num/Makefile.nt b/otherlibs/num/Makefile.nt index 19ff74ff..16103b2b 100644 --- a/otherlibs/num/Makefile.nt +++ b/otherlibs/num/Makefile.nt @@ -11,7 +11,7 @@ # # ######################################################################### -# $Id: Makefile.nt 10337 2010-04-30 13:27:35Z frisch $ +# $Id$ # Makefile for the "num" (exact rational arithmetic) library diff --git a/otherlibs/num/arith_flags.ml b/otherlibs/num/arith_flags.ml index 2be7d67f..00e2813e 100644 --- a/otherlibs/num/arith_flags.ml +++ b/otherlibs/num/arith_flags.ml @@ -11,7 +11,7 @@ (* *) (***********************************************************************) -(* $Id: arith_flags.ml 9547 2010-01-22 12:48:24Z doligez $ *) +(* $Id$ *) let error_when_null_denominator_flag = ref true;; diff --git a/otherlibs/num/arith_flags.mli b/otherlibs/num/arith_flags.mli index a132ea41..36160edb 100644 --- a/otherlibs/num/arith_flags.mli +++ b/otherlibs/num/arith_flags.mli @@ -11,7 +11,7 @@ (* *) (***********************************************************************) -(* $Id: arith_flags.mli 4144 2001-12-07 13:41:02Z xleroy $ *) +(* $Id$ *) val error_when_null_denominator_flag : bool ref val normalize_ratio_flag : bool ref diff --git a/otherlibs/num/arith_status.ml b/otherlibs/num/arith_status.ml index 6b7ebd43..8b6fa9f7 100644 --- a/otherlibs/num/arith_status.ml +++ b/otherlibs/num/arith_status.ml @@ -11,7 +11,7 @@ (* *) (***********************************************************************) -(* $Id: arith_status.ml 9547 2010-01-22 12:48:24Z doligez $ *) +(* $Id$ *) open Arith_flags;; diff --git a/otherlibs/num/arith_status.mli b/otherlibs/num/arith_status.mli index cf2407f9..121b4d57 100644 --- a/otherlibs/num/arith_status.mli +++ b/otherlibs/num/arith_status.mli @@ -11,7 +11,7 @@ (* *) (***********************************************************************) -(* $Id: arith_status.mli 9547 2010-01-22 12:48:24Z doligez $ *) +(* $Id$ *) (** Flags that control rational arithmetic. *) diff --git a/otherlibs/num/big_int.ml b/otherlibs/num/big_int.ml index 6c0c9432..b96b8e1f 100644 --- a/otherlibs/num/big_int.ml +++ b/otherlibs/num/big_int.ml @@ -11,7 +11,7 @@ (* *) (***********************************************************************) -(* $Id: big_int.ml 10649 2010-08-18 13:22:48Z doligez $ *) +(* $Id$ *) open Int_misc open Nat diff --git a/otherlibs/num/big_int.mli b/otherlibs/num/big_int.mli index 1b5ca2bb..2ac7b7eb 100644 --- a/otherlibs/num/big_int.mli +++ b/otherlibs/num/big_int.mli @@ -11,7 +11,7 @@ (* *) (***********************************************************************) -(* $Id: big_int.mli 10327 2010-04-29 13:53:01Z xleroy $ *) +(* $Id$ *) (** Operations on arbitrary-precision integers. diff --git a/otherlibs/num/bng.c b/otherlibs/num/bng.c index bd8f6bab..74502470 100644 --- a/otherlibs/num/bng.c +++ b/otherlibs/num/bng.c @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: bng.c 10450 2010-05-21 12:00:49Z doligez $ */ +/* $Id$ */ #include "bng.h" #include "config.h" diff --git a/otherlibs/num/bng.h b/otherlibs/num/bng.h index 8dd7b902..6d12c87c 100644 --- a/otherlibs/num/bng.h +++ b/otherlibs/num/bng.h @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: bng.h 9547 2010-01-22 12:48:24Z doligez $ */ +/* $Id$ */ #include #include "config.h" diff --git a/otherlibs/num/bng_alpha.c b/otherlibs/num/bng_alpha.c index b9284041..5bf964b5 100644 --- a/otherlibs/num/bng_alpha.c +++ b/otherlibs/num/bng_alpha.c @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: bng_alpha.c 9547 2010-01-22 12:48:24Z doligez $ */ +/* $Id$ */ /* Code specific to the Alpha architecture. */ diff --git a/otherlibs/num/bng_amd64.c b/otherlibs/num/bng_amd64.c index 42ad98c3..e829eef2 100644 --- a/otherlibs/num/bng_amd64.c +++ b/otherlibs/num/bng_amd64.c @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: bng_amd64.c 9547 2010-01-22 12:48:24Z doligez $ */ +/* $Id$ */ /* Code specific to the AMD x86_64 architecture. */ diff --git a/otherlibs/num/bng_digit.c b/otherlibs/num/bng_digit.c index d340cd60..168b44ad 100644 --- a/otherlibs/num/bng_digit.c +++ b/otherlibs/num/bng_digit.c @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: bng_digit.c 10324 2010-04-28 11:59:09Z xleroy $ */ +/* $Id$ */ /**** Generic operations on digits ****/ diff --git a/otherlibs/num/bng_ia32.c b/otherlibs/num/bng_ia32.c index ff620f22..bbca8e9d 100644 --- a/otherlibs/num/bng_ia32.c +++ b/otherlibs/num/bng_ia32.c @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: bng_ia32.c 9547 2010-01-22 12:48:24Z doligez $ */ +/* $Id$ */ /* Code specific to the Intel IA32 (x86) architecture. */ diff --git a/otherlibs/num/bng_mips.c b/otherlibs/num/bng_mips.c index 1d6f2cf7..f246843c 100644 --- a/otherlibs/num/bng_mips.c +++ b/otherlibs/num/bng_mips.c @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: bng_mips.c 9547 2010-01-22 12:48:24Z doligez $ */ +/* $Id$ */ /* Code specific to the MIPS architecture. */ diff --git a/otherlibs/num/bng_ppc.c b/otherlibs/num/bng_ppc.c index f566539e..32d573cd 100644 --- a/otherlibs/num/bng_ppc.c +++ b/otherlibs/num/bng_ppc.c @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: bng_ppc.c 7430 2006-05-31 08:16:34Z xleroy $ */ +/* $Id$ */ /* Code specific to the PowerPC architecture. */ diff --git a/otherlibs/num/bng_sparc.c b/otherlibs/num/bng_sparc.c index 55639f01..934c0b2f 100644 --- a/otherlibs/num/bng_sparc.c +++ b/otherlibs/num/bng_sparc.c @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: bng_sparc.c 5880 2003-10-24 09:18:01Z xleroy $ */ +/* $Id$ */ /* Code specific to the SPARC (V8 and above) architecture. */ diff --git a/otherlibs/num/int_misc.ml b/otherlibs/num/int_misc.ml index 1560bf16..b7eb4c67 100644 --- a/otherlibs/num/int_misc.ml +++ b/otherlibs/num/int_misc.ml @@ -11,7 +11,7 @@ (* *) (***********************************************************************) -(* $Id: int_misc.ml 4845 2002-05-27 12:06:49Z weis $ *) +(* $Id$ *) (* Some extra operations on integers *) diff --git a/otherlibs/num/int_misc.mli b/otherlibs/num/int_misc.mli index d20c56b0..28bb335b 100644 --- a/otherlibs/num/int_misc.mli +++ b/otherlibs/num/int_misc.mli @@ -11,7 +11,7 @@ (* *) (***********************************************************************) -(* $Id: int_misc.mli 4144 2001-12-07 13:41:02Z xleroy $ *) +(* $Id$ *) (* Some extra operations on integers *) diff --git a/otherlibs/num/nat.h b/otherlibs/num/nat.h index 5546cdfa..7f67b916 100644 --- a/otherlibs/num/nat.h +++ b/otherlibs/num/nat.h @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: nat.h 9547 2010-01-22 12:48:24Z doligez $ */ +/* $Id$ */ /* Nats are represented as unstructured blocks with tag Custom_tag. */ diff --git a/otherlibs/num/nat.ml b/otherlibs/num/nat.ml index 7c079483..cda80d5d 100644 --- a/otherlibs/num/nat.ml +++ b/otherlibs/num/nat.ml @@ -11,7 +11,7 @@ (* *) (***********************************************************************) -(* $Id: nat.ml 9547 2010-01-22 12:48:24Z doligez $ *) +(* $Id$ *) open Int_misc diff --git a/otherlibs/num/nat.mli b/otherlibs/num/nat.mli index 8ce2e39f..3b32ac8d 100644 --- a/otherlibs/num/nat.mli +++ b/otherlibs/num/nat.mli @@ -11,7 +11,7 @@ (* *) (***********************************************************************) -(* $Id: nat.mli 9547 2010-01-22 12:48:24Z doligez $ *) +(* $Id$ *) (* Module [Nat]: operations on natural numbers *) diff --git a/otherlibs/num/nat_stubs.c b/otherlibs/num/nat_stubs.c index 098cde18..cffe1237 100644 --- a/otherlibs/num/nat_stubs.c +++ b/otherlibs/num/nat_stubs.c @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: nat_stubs.c 9547 2010-01-22 12:48:24Z doligez $ */ +/* $Id$ */ #include "alloc.h" #include "config.h" diff --git a/otherlibs/num/num.ml b/otherlibs/num/num.ml index 2f74910e..52fe8cc0 100644 --- a/otherlibs/num/num.ml +++ b/otherlibs/num/num.ml @@ -11,7 +11,7 @@ (* *) (***********************************************************************) -(* $Id: num.ml 9547 2010-01-22 12:48:24Z doligez $ *) +(* $Id$ *) open Int_misc open Nat diff --git a/otherlibs/num/num.mli b/otherlibs/num/num.mli index c6409707..8bf3d4e6 100644 --- a/otherlibs/num/num.mli +++ b/otherlibs/num/num.mli @@ -11,7 +11,7 @@ (* *) (***********************************************************************) -(* $Id: num.mli 9547 2010-01-22 12:48:24Z doligez $ *) +(* $Id$ *) (** Operation on arbitrary-precision numbers. diff --git a/otherlibs/num/ratio.mli b/otherlibs/num/ratio.mli index 04780ea7..12621f08 100644 --- a/otherlibs/num/ratio.mli +++ b/otherlibs/num/ratio.mli @@ -11,7 +11,7 @@ (* *) (***********************************************************************) -(* $Id: ratio.mli 9547 2010-01-22 12:48:24Z doligez $ *) +(* $Id$ *) (* Module [Ratio]: operations on rational numbers *) diff --git a/otherlibs/str/Makefile b/otherlibs/str/Makefile index b59fe800..b6c16a07 100644 --- a/otherlibs/str/Makefile +++ b/otherlibs/str/Makefile @@ -11,7 +11,7 @@ # # ######################################################################### -# $Id: Makefile 9547 2010-01-22 12:48:24Z doligez $ +# $Id$ # Makefile for the str library diff --git a/otherlibs/str/Makefile.nt b/otherlibs/str/Makefile.nt index fb0eabbc..5aeff80b 100644 --- a/otherlibs/str/Makefile.nt +++ b/otherlibs/str/Makefile.nt @@ -11,7 +11,7 @@ # # ######################################################################### -# $Id: Makefile.nt 9547 2010-01-22 12:48:24Z doligez $ +# $Id$ # Makefile for the str library diff --git a/otherlibs/str/str.ml b/otherlibs/str/str.ml index 509c856f..f3f760ac 100644 --- a/otherlibs/str/str.ml +++ b/otherlibs/str/str.ml @@ -11,7 +11,7 @@ (* *) (***********************************************************************) -(* $Id: str.ml 10375 2010-05-05 14:36:41Z guesdon $ *) +(* $Id$ *) (** String utilities *) diff --git a/otherlibs/str/str.mli b/otherlibs/str/str.mli index b957fb66..b63faf84 100644 --- a/otherlibs/str/str.mli +++ b/otherlibs/str/str.mli @@ -11,7 +11,7 @@ (* *) (***********************************************************************) -(* $Id: str.mli 9547 2010-01-22 12:48:24Z doligez $ *) +(* $Id$ *) (** Regular expressions and high-level string processing *) diff --git a/otherlibs/str/strstubs.c b/otherlibs/str/strstubs.c index 6f8d69bb..b8d53ff8 100644 --- a/otherlibs/str/strstubs.c +++ b/otherlibs/str/strstubs.c @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: strstubs.c 10429 2010-05-19 12:22:24Z xleroy $ */ +/* $Id$ */ #include #include diff --git a/otherlibs/systhreads/Makefile b/otherlibs/systhreads/Makefile index 5ee27750..f5c80c0e 100644 --- a/otherlibs/systhreads/Makefile +++ b/otherlibs/systhreads/Makefile @@ -11,7 +11,7 @@ # # ######################################################################### -# $Id: Makefile 10315 2010-04-27 07:55:08Z xleroy $ +# $Id$ include ../../config/Makefile diff --git a/otherlibs/systhreads/Makefile.nt b/otherlibs/systhreads/Makefile.nt index a7d6aaa2..8c559e0b 100644 --- a/otherlibs/systhreads/Makefile.nt +++ b/otherlibs/systhreads/Makefile.nt @@ -11,7 +11,7 @@ # # ######################################################################### -# $Id: Makefile.nt 10315 2010-04-27 07:55:08Z xleroy $ +# $Id$ include ../../config/Makefile diff --git a/otherlibs/systhreads/condition.ml b/otherlibs/systhreads/condition.ml index 48055696..6549c642 100644 --- a/otherlibs/systhreads/condition.ml +++ b/otherlibs/systhreads/condition.ml @@ -11,7 +11,7 @@ (* *) (***********************************************************************) -(* $Id: condition.ml 4144 2001-12-07 13:41:02Z xleroy $ *) +(* $Id$ *) type t external create: unit -> t = "caml_condition_new" diff --git a/otherlibs/systhreads/condition.mli b/otherlibs/systhreads/condition.mli index 42b73b20..5bc9d674 100644 --- a/otherlibs/systhreads/condition.mli +++ b/otherlibs/systhreads/condition.mli @@ -11,7 +11,7 @@ (* *) (***********************************************************************) -(* $Id: condition.mli 9547 2010-01-22 12:48:24Z doligez $ *) +(* $Id$ *) (** Condition variables to synchronize between threads. diff --git a/otherlibs/systhreads/event.ml b/otherlibs/systhreads/event.ml index 3b3951be..74f457b0 100644 --- a/otherlibs/systhreads/event.ml +++ b/otherlibs/systhreads/event.ml @@ -11,7 +11,7 @@ (* *) (***********************************************************************) -(* $Id: event.ml 9547 2010-01-22 12:48:24Z doligez $ *) +(* $Id$ *) (* Events *) type 'a basic_event = diff --git a/otherlibs/systhreads/event.mli b/otherlibs/systhreads/event.mli index 68abb4d4..08d6b0bf 100644 --- a/otherlibs/systhreads/event.mli +++ b/otherlibs/systhreads/event.mli @@ -11,7 +11,7 @@ (* *) (***********************************************************************) -(* $Id: event.mli 9547 2010-01-22 12:48:24Z doligez $ *) +(* $Id$ *) (** First-class synchronous communication. diff --git a/otherlibs/systhreads/mutex.ml b/otherlibs/systhreads/mutex.ml index a7d1795a..4e108f4a 100644 --- a/otherlibs/systhreads/mutex.ml +++ b/otherlibs/systhreads/mutex.ml @@ -11,7 +11,7 @@ (* *) (***********************************************************************) -(* $Id: mutex.ml 4144 2001-12-07 13:41:02Z xleroy $ *) +(* $Id$ *) type t external create: unit -> t = "caml_mutex_new" diff --git a/otherlibs/systhreads/mutex.mli b/otherlibs/systhreads/mutex.mli index 8cf41748..b1fe1413 100644 --- a/otherlibs/systhreads/mutex.mli +++ b/otherlibs/systhreads/mutex.mli @@ -11,7 +11,7 @@ (* *) (***********************************************************************) -(* $Id: mutex.mli 9547 2010-01-22 12:48:24Z doligez $ *) +(* $Id$ *) (** Locks for mutual exclusion. diff --git a/otherlibs/systhreads/st_posix.h b/otherlibs/systhreads/st_posix.h index 5f9592d6..708a4abf 100644 --- a/otherlibs/systhreads/st_posix.h +++ b/otherlibs/systhreads/st_posix.h @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: posix.c 9270 2009-05-20 11:52:42Z doligez $ */ +/* $Id$ */ /* POSIX thread implementation of the "st" interface */ diff --git a/otherlibs/systhreads/st_stubs.c b/otherlibs/systhreads/st_stubs.c index fbef6ea0..55e35d41 100644 --- a/otherlibs/systhreads/st_stubs.c +++ b/otherlibs/systhreads/st_stubs.c @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: posix.c 9270 2009-05-20 11:52:42Z doligez $ */ +/* $Id$ */ #include "alloc.h" #include "backtrace.h" diff --git a/otherlibs/systhreads/st_win32.h b/otherlibs/systhreads/st_win32.h index e3e37c8c..d4ad98c0 100644 --- a/otherlibs/systhreads/st_win32.h +++ b/otherlibs/systhreads/st_win32.h @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: posix.c 9270 2009-05-20 11:52:42Z doligez $ */ +/* $Id$ */ /* Win32 implementation of the "st" interface */ diff --git a/otherlibs/systhreads/thread.ml b/otherlibs/systhreads/thread.ml index 18cc819b..b0f01dad 100644 --- a/otherlibs/systhreads/thread.ml +++ b/otherlibs/systhreads/thread.ml @@ -11,7 +11,7 @@ (* *) (***********************************************************************) -(* $Id: thread_posix.ml 9547 2010-01-22 12:48:24Z doligez $ *) +(* $Id$ *) (* User-level threads *) diff --git a/otherlibs/systhreads/thread.mli b/otherlibs/systhreads/thread.mli index 09c28bb2..3c2fc01b 100644 --- a/otherlibs/systhreads/thread.mli +++ b/otherlibs/systhreads/thread.mli @@ -11,7 +11,7 @@ (* *) (***********************************************************************) -(* $Id: thread.mli 9547 2010-01-22 12:48:24Z doligez $ *) +(* $Id$ *) (** Lightweight threads for Posix [1003.1c] and Win32. *) diff --git a/otherlibs/systhreads/threadUnix.ml b/otherlibs/systhreads/threadUnix.ml index 5b3fcfa5..71855ec6 100644 --- a/otherlibs/systhreads/threadUnix.ml +++ b/otherlibs/systhreads/threadUnix.ml @@ -11,7 +11,7 @@ (* *) (***********************************************************************) -(* $Id: threadUnix.ml 4144 2001-12-07 13:41:02Z xleroy $ *) +(* $Id$ *) (* Module [ThreadUnix]: thread-compatible system calls *) diff --git a/otherlibs/systhreads/threadUnix.mli b/otherlibs/systhreads/threadUnix.mli index bd03bad6..c05346fe 100644 --- a/otherlibs/systhreads/threadUnix.mli +++ b/otherlibs/systhreads/threadUnix.mli @@ -11,7 +11,7 @@ (* *) (***********************************************************************) -(* $Id: threadUnix.mli 4951 2002-06-26 09:48:00Z xleroy $ *) +(* $Id$ *) (** Thread-compatible system calls. diff --git a/otherlibs/systhreads/threads.h b/otherlibs/systhreads/threads.h index 74662425..3675e69f 100644 --- a/otherlibs/systhreads/threads.h +++ b/otherlibs/systhreads/threads.h @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: posix.c 9270 2009-05-20 11:52:42Z doligez $ */ +/* $Id$ */ #ifndef CAML_THREADS_H #define CAML_THREADS_H diff --git a/otherlibs/threads/Makefile b/otherlibs/threads/Makefile index b22eef53..0e6ef86f 100644 --- a/otherlibs/threads/Makefile +++ b/otherlibs/threads/Makefile @@ -11,7 +11,7 @@ # # ######################################################################### -# $Id: Makefile 9153 2008-12-03 18:09:09Z doligez $ +# $Id$ include ../../config/Makefile diff --git a/otherlibs/threads/condition.ml b/otherlibs/threads/condition.ml index 4b9f3371..e012a86e 100644 --- a/otherlibs/threads/condition.ml +++ b/otherlibs/threads/condition.ml @@ -11,7 +11,7 @@ (* *) (***********************************************************************) -(* $Id: condition.ml 9547 2010-01-22 12:48:24Z doligez $ *) +(* $Id$ *) type t = { mutable waiting: Thread.t list } diff --git a/otherlibs/threads/condition.mli b/otherlibs/threads/condition.mli index 42b73b20..5bc9d674 100644 --- a/otherlibs/threads/condition.mli +++ b/otherlibs/threads/condition.mli @@ -11,7 +11,7 @@ (* *) (***********************************************************************) -(* $Id: condition.mli 9547 2010-01-22 12:48:24Z doligez $ *) +(* $Id$ *) (** Condition variables to synchronize between threads. diff --git a/otherlibs/threads/event.ml b/otherlibs/threads/event.ml index 3b3951be..74f457b0 100644 --- a/otherlibs/threads/event.ml +++ b/otherlibs/threads/event.ml @@ -11,7 +11,7 @@ (* *) (***********************************************************************) -(* $Id: event.ml 9547 2010-01-22 12:48:24Z doligez $ *) +(* $Id$ *) (* Events *) type 'a basic_event = diff --git a/otherlibs/threads/event.mli b/otherlibs/threads/event.mli index 68abb4d4..08d6b0bf 100644 --- a/otherlibs/threads/event.mli +++ b/otherlibs/threads/event.mli @@ -11,7 +11,7 @@ (* *) (***********************************************************************) -(* $Id: event.mli 9547 2010-01-22 12:48:24Z doligez $ *) +(* $Id$ *) (** First-class synchronous communication. diff --git a/otherlibs/threads/marshal.ml b/otherlibs/threads/marshal.ml index a231627e..d31a667d 100644 --- a/otherlibs/threads/marshal.ml +++ b/otherlibs/threads/marshal.ml @@ -11,7 +11,7 @@ (* *) (***********************************************************************) -(* $Id: marshal.ml 9547 2010-01-22 12:48:24Z doligez $ *) +(* $Id$ *) type extern_flags = No_sharing diff --git a/otherlibs/threads/mutex.ml b/otherlibs/threads/mutex.ml index d158d79f..f0f6845b 100644 --- a/otherlibs/threads/mutex.ml +++ b/otherlibs/threads/mutex.ml @@ -11,7 +11,7 @@ (* *) (***********************************************************************) -(* $Id: mutex.ml 9547 2010-01-22 12:48:24Z doligez $ *) +(* $Id$ *) type t = { mutable locked: bool; mutable waiting: Thread.t list } diff --git a/otherlibs/threads/mutex.mli b/otherlibs/threads/mutex.mli index 8cf41748..b1fe1413 100644 --- a/otherlibs/threads/mutex.mli +++ b/otherlibs/threads/mutex.mli @@ -11,7 +11,7 @@ (* *) (***********************************************************************) -(* $Id: mutex.mli 9547 2010-01-22 12:48:24Z doligez $ *) +(* $Id$ *) (** Locks for mutual exclusion. diff --git a/otherlibs/threads/pervasives.ml b/otherlibs/threads/pervasives.ml index 322e9312..08115a2f 100644 --- a/otherlibs/threads/pervasives.ml +++ b/otherlibs/threads/pervasives.ml @@ -11,7 +11,7 @@ (* *) (***********************************************************************) -(* $Id: pervasives.ml 10547 2010-06-09 10:23:48Z weis $ *) +(* $Id$ *) (* Same as ../../stdlib/pervasives.ml, except that I/O functions have been redefined to not block the whole process, but only the calling diff --git a/otherlibs/threads/scheduler.c b/otherlibs/threads/scheduler.c index 0580b2d3..c73ac67e 100644 --- a/otherlibs/threads/scheduler.c +++ b/otherlibs/threads/scheduler.c @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: scheduler.c 7064 2005-09-22 14:21:50Z xleroy $ */ +/* $Id$ */ /* The thread scheduler */ diff --git a/otherlibs/threads/thread.ml b/otherlibs/threads/thread.ml index 88ac55a0..723669a3 100644 --- a/otherlibs/threads/thread.ml +++ b/otherlibs/threads/thread.ml @@ -11,7 +11,7 @@ (* *) (***********************************************************************) -(* $Id: thread.ml 9547 2010-01-22 12:48:24Z doligez $ *) +(* $Id$ *) (* User-level threads *) diff --git a/otherlibs/threads/thread.mli b/otherlibs/threads/thread.mli index 19c93c1e..9577a54e 100644 --- a/otherlibs/threads/thread.mli +++ b/otherlibs/threads/thread.mli @@ -11,7 +11,7 @@ (* *) (***********************************************************************) -(* $Id: thread.mli 9547 2010-01-22 12:48:24Z doligez $ *) +(* $Id$ *) (** Lightweight threads. *) diff --git a/otherlibs/threads/threadUnix.ml b/otherlibs/threads/threadUnix.ml index 9831db7e..66a3704c 100644 --- a/otherlibs/threads/threadUnix.ml +++ b/otherlibs/threads/threadUnix.ml @@ -11,7 +11,7 @@ (* *) (***********************************************************************) -(* $Id: threadUnix.ml 6553 2004-07-13 12:25:21Z xleroy $ *) +(* $Id$ *) (* Module [ThreadUnix]: thread-compatible system calls *) diff --git a/otherlibs/threads/threadUnix.mli b/otherlibs/threads/threadUnix.mli index 0d45884b..1b4dde29 100644 --- a/otherlibs/threads/threadUnix.mli +++ b/otherlibs/threads/threadUnix.mli @@ -11,7 +11,7 @@ (* *) (***********************************************************************) -(* $Id: threadUnix.mli 6553 2004-07-13 12:25:21Z xleroy $ *) +(* $Id$ *) (** Thread-compatible system calls. diff --git a/otherlibs/threads/unix.ml b/otherlibs/threads/unix.ml index bab77bdb..5a8bb697 100644 --- a/otherlibs/threads/unix.ml +++ b/otherlibs/threads/unix.ml @@ -11,7 +11,7 @@ (* *) (***********************************************************************) -(* $Id: unix.ml 9547 2010-01-22 12:48:24Z doligez $ *) +(* $Id$ *) (* An alternate implementation of the Unix module from ../unix which is safe in conjunction with bytecode threads. *) diff --git a/otherlibs/unix/Makefile b/otherlibs/unix/Makefile index 4369dc4b..be723496 100644 --- a/otherlibs/unix/Makefile +++ b/otherlibs/unix/Makefile @@ -11,7 +11,7 @@ # # ######################################################################### -# $Id: Makefile 10442 2010-05-20 09:40:41Z xleroy $ +# $Id$ # Makefile for the Unix interface library diff --git a/otherlibs/unix/accept.c b/otherlibs/unix/accept.c index 075011e0..a6e80f06 100644 --- a/otherlibs/unix/accept.c +++ b/otherlibs/unix/accept.c @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: accept.c 9547 2010-01-22 12:48:24Z doligez $ */ +/* $Id$ */ #include #include diff --git a/otherlibs/unix/access.c b/otherlibs/unix/access.c index f0c07ac7..0c0c5fc1 100644 --- a/otherlibs/unix/access.c +++ b/otherlibs/unix/access.c @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: access.c 8768 2008-01-11 16:13:18Z doligez $ */ +/* $Id$ */ #include #include diff --git a/otherlibs/unix/addrofstr.c b/otherlibs/unix/addrofstr.c index 548815b8..6947d66f 100644 --- a/otherlibs/unix/addrofstr.c +++ b/otherlibs/unix/addrofstr.c @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: addrofstr.c 9547 2010-01-22 12:48:24Z doligez $ */ +/* $Id$ */ #include #include diff --git a/otherlibs/unix/alarm.c b/otherlibs/unix/alarm.c index 2cf2d019..55e4d6cf 100644 --- a/otherlibs/unix/alarm.c +++ b/otherlibs/unix/alarm.c @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: alarm.c 6824 2005-03-24 17:20:54Z doligez $ */ +/* $Id$ */ #include #include "unixsupport.h" diff --git a/otherlibs/unix/bind.c b/otherlibs/unix/bind.c index 8a0d9a2d..85cf1d28 100644 --- a/otherlibs/unix/bind.c +++ b/otherlibs/unix/bind.c @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: bind.c 9547 2010-01-22 12:48:24Z doligez $ */ +/* $Id$ */ #include #include diff --git a/otherlibs/unix/chdir.c b/otherlibs/unix/chdir.c index 520891ae..7901eca0 100644 --- a/otherlibs/unix/chdir.c +++ b/otherlibs/unix/chdir.c @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: chdir.c 4144 2001-12-07 13:41:02Z xleroy $ */ +/* $Id$ */ #include #include "unixsupport.h" diff --git a/otherlibs/unix/chmod.c b/otherlibs/unix/chmod.c index 443d54b6..dff83722 100644 --- a/otherlibs/unix/chmod.c +++ b/otherlibs/unix/chmod.c @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: chmod.c 4144 2001-12-07 13:41:02Z xleroy $ */ +/* $Id$ */ #include #include diff --git a/otherlibs/unix/chown.c b/otherlibs/unix/chown.c index 15d89d5e..bfd16400 100644 --- a/otherlibs/unix/chown.c +++ b/otherlibs/unix/chown.c @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: chown.c 4144 2001-12-07 13:41:02Z xleroy $ */ +/* $Id$ */ #include #include "unixsupport.h" diff --git a/otherlibs/unix/chroot.c b/otherlibs/unix/chroot.c index 2ad88d44..24f49877 100644 --- a/otherlibs/unix/chroot.c +++ b/otherlibs/unix/chroot.c @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: chroot.c 4144 2001-12-07 13:41:02Z xleroy $ */ +/* $Id$ */ #include #include "unixsupport.h" diff --git a/otherlibs/unix/close.c b/otherlibs/unix/close.c index 043d3c74..27e1937d 100644 --- a/otherlibs/unix/close.c +++ b/otherlibs/unix/close.c @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: close.c 4144 2001-12-07 13:41:02Z xleroy $ */ +/* $Id$ */ #include #include "unixsupport.h" diff --git a/otherlibs/unix/closedir.c b/otherlibs/unix/closedir.c index a0ac5191..b2fd5135 100644 --- a/otherlibs/unix/closedir.c +++ b/otherlibs/unix/closedir.c @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: closedir.c 6113 2004-02-14 10:21:23Z xleroy $ */ +/* $Id$ */ #include #include "unixsupport.h" diff --git a/otherlibs/unix/connect.c b/otherlibs/unix/connect.c index f3079dcf..669c347f 100644 --- a/otherlibs/unix/connect.c +++ b/otherlibs/unix/connect.c @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: connect.c 9547 2010-01-22 12:48:24Z doligez $ */ +/* $Id$ */ #include #include diff --git a/otherlibs/unix/cst2constr.c b/otherlibs/unix/cst2constr.c index 782ceed1..9035160d 100644 --- a/otherlibs/unix/cst2constr.c +++ b/otherlibs/unix/cst2constr.c @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: cst2constr.c 4144 2001-12-07 13:41:02Z xleroy $ */ +/* $Id$ */ #include #include diff --git a/otherlibs/unix/cst2constr.h b/otherlibs/unix/cst2constr.h index d404b007..3cb1c118 100644 --- a/otherlibs/unix/cst2constr.h +++ b/otherlibs/unix/cst2constr.h @@ -11,6 +11,6 @@ /* */ /***********************************************************************/ -/* $Id: cst2constr.h 6193 2004-04-09 13:25:23Z xleroy $ */ +/* $Id$ */ extern value cst_to_constr(int n, int * tbl, int size, int deflt); diff --git a/otherlibs/unix/cstringv.c b/otherlibs/unix/cstringv.c index fd45281b..0e37914d 100644 --- a/otherlibs/unix/cstringv.c +++ b/otherlibs/unix/cstringv.c @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: cstringv.c 9547 2010-01-22 12:48:24Z doligez $ */ +/* $Id$ */ #include #include diff --git a/otherlibs/unix/dup.c b/otherlibs/unix/dup.c index 2a2e0099..5935d0b4 100644 --- a/otherlibs/unix/dup.c +++ b/otherlibs/unix/dup.c @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: dup.c 4144 2001-12-07 13:41:02Z xleroy $ */ +/* $Id$ */ #include #include "unixsupport.h" diff --git a/otherlibs/unix/dup2.c b/otherlibs/unix/dup2.c index dec473e7..beb98713 100644 --- a/otherlibs/unix/dup2.c +++ b/otherlibs/unix/dup2.c @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: dup2.c 4144 2001-12-07 13:41:02Z xleroy $ */ +/* $Id$ */ #include #include "unixsupport.h" diff --git a/otherlibs/unix/envir.c b/otherlibs/unix/envir.c index b0291e88..1df842c5 100644 --- a/otherlibs/unix/envir.c +++ b/otherlibs/unix/envir.c @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: envir.c 6824 2005-03-24 17:20:54Z doligez $ */ +/* $Id$ */ #include #include diff --git a/otherlibs/unix/errmsg.c b/otherlibs/unix/errmsg.c index d1cd5a6e..ae8793e1 100644 --- a/otherlibs/unix/errmsg.c +++ b/otherlibs/unix/errmsg.c @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: errmsg.c 6315 2004-05-23 15:53:50Z xleroy $ */ +/* $Id$ */ #include #include diff --git a/otherlibs/unix/execv.c b/otherlibs/unix/execv.c index f0522c04..bc0330b3 100644 --- a/otherlibs/unix/execv.c +++ b/otherlibs/unix/execv.c @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: execv.c 9547 2010-01-22 12:48:24Z doligez $ */ +/* $Id$ */ #include #include diff --git a/otherlibs/unix/execve.c b/otherlibs/unix/execve.c index 044d9a61..4d29fb55 100644 --- a/otherlibs/unix/execve.c +++ b/otherlibs/unix/execve.c @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: execve.c 9547 2010-01-22 12:48:24Z doligez $ */ +/* $Id$ */ #include #include diff --git a/otherlibs/unix/execvp.c b/otherlibs/unix/execvp.c index 5edb5455..6d03a29e 100644 --- a/otherlibs/unix/execvp.c +++ b/otherlibs/unix/execvp.c @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: execvp.c 9547 2010-01-22 12:48:24Z doligez $ */ +/* $Id$ */ #include #include diff --git a/otherlibs/unix/exit.c b/otherlibs/unix/exit.c index 5e5bd047..8f1df6d5 100644 --- a/otherlibs/unix/exit.c +++ b/otherlibs/unix/exit.c @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: exit.c 9547 2010-01-22 12:48:24Z doligez $ */ +/* $Id$ */ #include #include "unixsupport.h" diff --git a/otherlibs/unix/fchmod.c b/otherlibs/unix/fchmod.c index ed2949a9..a90de6ef 100644 --- a/otherlibs/unix/fchmod.c +++ b/otherlibs/unix/fchmod.c @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: fchmod.c 9547 2010-01-22 12:48:24Z doligez $ */ +/* $Id$ */ #include #include diff --git a/otherlibs/unix/fchown.c b/otherlibs/unix/fchown.c index 6d21d1f6..29683a5c 100644 --- a/otherlibs/unix/fchown.c +++ b/otherlibs/unix/fchown.c @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: fchown.c 9547 2010-01-22 12:48:24Z doligez $ */ +/* $Id$ */ #include #include diff --git a/otherlibs/unix/fcntl.c b/otherlibs/unix/fcntl.c index 9cb6dca2..a0891b2c 100644 --- a/otherlibs/unix/fcntl.c +++ b/otherlibs/unix/fcntl.c @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: fcntl.c 6824 2005-03-24 17:20:54Z doligez $ */ +/* $Id$ */ #include #include diff --git a/otherlibs/unix/fork.c b/otherlibs/unix/fork.c index 190c7b5c..74ec6294 100644 --- a/otherlibs/unix/fork.c +++ b/otherlibs/unix/fork.c @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: fork.c 10287 2010-04-20 15:47:15Z doligez $ */ +/* $Id$ */ #include #include diff --git a/otherlibs/unix/ftruncate.c b/otherlibs/unix/ftruncate.c index 51560cc3..661640e3 100644 --- a/otherlibs/unix/ftruncate.c +++ b/otherlibs/unix/ftruncate.c @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: ftruncate.c 7849 2007-02-09 13:31:15Z doligez $ */ +/* $Id$ */ #include #include diff --git a/otherlibs/unix/getaddrinfo.c b/otherlibs/unix/getaddrinfo.c index e390d18b..adc54998 100644 --- a/otherlibs/unix/getaddrinfo.c +++ b/otherlibs/unix/getaddrinfo.c @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: getaddrinfo.c 7019 2005-08-13 20:59:37Z doligez $ */ +/* $Id$ */ #include #include diff --git a/otherlibs/unix/getcwd.c b/otherlibs/unix/getcwd.c index a8c5b99b..7c735b68 100644 --- a/otherlibs/unix/getcwd.c +++ b/otherlibs/unix/getcwd.c @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: getcwd.c 6824 2005-03-24 17:20:54Z doligez $ */ +/* $Id$ */ #include #include diff --git a/otherlibs/unix/getegid.c b/otherlibs/unix/getegid.c index c76544bf..02beaf12 100644 --- a/otherlibs/unix/getegid.c +++ b/otherlibs/unix/getegid.c @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: getegid.c 6824 2005-03-24 17:20:54Z doligez $ */ +/* $Id$ */ #include #include "unixsupport.h" diff --git a/otherlibs/unix/geteuid.c b/otherlibs/unix/geteuid.c index 7b5fe2b2..7c9f660a 100644 --- a/otherlibs/unix/geteuid.c +++ b/otherlibs/unix/geteuid.c @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: geteuid.c 6824 2005-03-24 17:20:54Z doligez $ */ +/* $Id$ */ #include #include "unixsupport.h" diff --git a/otherlibs/unix/getgid.c b/otherlibs/unix/getgid.c index d2f8f4ba..d0ed4bff 100644 --- a/otherlibs/unix/getgid.c +++ b/otherlibs/unix/getgid.c @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: getgid.c 6824 2005-03-24 17:20:54Z doligez $ */ +/* $Id$ */ #include #include "unixsupport.h" diff --git a/otherlibs/unix/getgr.c b/otherlibs/unix/getgr.c index 1c61da11..eefaa597 100644 --- a/otherlibs/unix/getgr.c +++ b/otherlibs/unix/getgr.c @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: getgr.c 4144 2001-12-07 13:41:02Z xleroy $ */ +/* $Id$ */ #include #include diff --git a/otherlibs/unix/getgroups.c b/otherlibs/unix/getgroups.c index ed07c8c6..4d34d5be 100644 --- a/otherlibs/unix/getgroups.c +++ b/otherlibs/unix/getgroups.c @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: getgroups.c 6824 2005-03-24 17:20:54Z doligez $ */ +/* $Id$ */ #include #include diff --git a/otherlibs/unix/gethost.c b/otherlibs/unix/gethost.c index 3141292f..36fdfd8e 100644 --- a/otherlibs/unix/gethost.c +++ b/otherlibs/unix/gethost.c @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: gethost.c 9547 2010-01-22 12:48:24Z doligez $ */ +/* $Id$ */ #include #include diff --git a/otherlibs/unix/gethostname.c b/otherlibs/unix/gethostname.c index 9f8c7c09..f84f8f5b 100644 --- a/otherlibs/unix/gethostname.c +++ b/otherlibs/unix/gethostname.c @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: gethostname.c 6824 2005-03-24 17:20:54Z doligez $ */ +/* $Id$ */ #include #include diff --git a/otherlibs/unix/getlogin.c b/otherlibs/unix/getlogin.c index afd3e2c8..132ed443 100644 --- a/otherlibs/unix/getlogin.c +++ b/otherlibs/unix/getlogin.c @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: getlogin.c 6824 2005-03-24 17:20:54Z doligez $ */ +/* $Id$ */ #include #include diff --git a/otherlibs/unix/getnameinfo.c b/otherlibs/unix/getnameinfo.c index 0a4402be..c8878569 100644 --- a/otherlibs/unix/getnameinfo.c +++ b/otherlibs/unix/getnameinfo.c @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: getnameinfo.c 9547 2010-01-22 12:48:24Z doligez $ */ +/* $Id$ */ #include #include diff --git a/otherlibs/unix/getpeername.c b/otherlibs/unix/getpeername.c index 06e388d8..20a837ca 100644 --- a/otherlibs/unix/getpeername.c +++ b/otherlibs/unix/getpeername.c @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: getpeername.c 9547 2010-01-22 12:48:24Z doligez $ */ +/* $Id$ */ #include #include diff --git a/otherlibs/unix/getpid.c b/otherlibs/unix/getpid.c index 891cc83f..cb522749 100644 --- a/otherlibs/unix/getpid.c +++ b/otherlibs/unix/getpid.c @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: getpid.c 6824 2005-03-24 17:20:54Z doligez $ */ +/* $Id$ */ #include #include "unixsupport.h" diff --git a/otherlibs/unix/getppid.c b/otherlibs/unix/getppid.c index 511e3f6d..0d69aafb 100644 --- a/otherlibs/unix/getppid.c +++ b/otherlibs/unix/getppid.c @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: getppid.c 6824 2005-03-24 17:20:54Z doligez $ */ +/* $Id$ */ #include #include "unixsupport.h" diff --git a/otherlibs/unix/getproto.c b/otherlibs/unix/getproto.c index d931b34d..c9ca1a5c 100644 --- a/otherlibs/unix/getproto.c +++ b/otherlibs/unix/getproto.c @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: getproto.c 9547 2010-01-22 12:48:24Z doligez $ */ +/* $Id$ */ #include #include diff --git a/otherlibs/unix/getpw.c b/otherlibs/unix/getpw.c index d250cb8f..eba9d6c3 100644 --- a/otherlibs/unix/getpw.c +++ b/otherlibs/unix/getpw.c @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: getpw.c 4144 2001-12-07 13:41:02Z xleroy $ */ +/* $Id$ */ #include #include diff --git a/otherlibs/unix/getserv.c b/otherlibs/unix/getserv.c index 96403ee5..e252aacb 100644 --- a/otherlibs/unix/getserv.c +++ b/otherlibs/unix/getserv.c @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: getserv.c 9547 2010-01-22 12:48:24Z doligez $ */ +/* $Id$ */ #include #include diff --git a/otherlibs/unix/getsockname.c b/otherlibs/unix/getsockname.c index 1772254a..6f0b64dc 100644 --- a/otherlibs/unix/getsockname.c +++ b/otherlibs/unix/getsockname.c @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: getsockname.c 9547 2010-01-22 12:48:24Z doligez $ */ +/* $Id$ */ #include #include diff --git a/otherlibs/unix/gettimeofday.c b/otherlibs/unix/gettimeofday.c index 0575b2b2..e095326e 100644 --- a/otherlibs/unix/gettimeofday.c +++ b/otherlibs/unix/gettimeofday.c @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: gettimeofday.c 6824 2005-03-24 17:20:54Z doligez $ */ +/* $Id$ */ #include #include diff --git a/otherlibs/unix/getuid.c b/otherlibs/unix/getuid.c index a6f0efae..780a8d8e 100644 --- a/otherlibs/unix/getuid.c +++ b/otherlibs/unix/getuid.c @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: getuid.c 6824 2005-03-24 17:20:54Z doligez $ */ +/* $Id$ */ #include #include "unixsupport.h" diff --git a/otherlibs/unix/gmtime.c b/otherlibs/unix/gmtime.c index 701a6fe3..2ffeb392 100644 --- a/otherlibs/unix/gmtime.c +++ b/otherlibs/unix/gmtime.c @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: gmtime.c 6824 2005-03-24 17:20:54Z doligez $ */ +/* $Id$ */ #include #include diff --git a/otherlibs/unix/initgroups.c b/otherlibs/unix/initgroups.c index 138294c2..df358dae 100644 --- a/otherlibs/unix/initgroups.c +++ b/otherlibs/unix/initgroups.c @@ -11,7 +11,7 @@ /* Contributed by Stephane Glondu */ -/* $Id: initgroups.c 9235 2009-04-16 07:23:35Z xleroy $ */ +/* $Id$ */ #include #include diff --git a/otherlibs/unix/isatty.c b/otherlibs/unix/isatty.c index 3b913bfd..f534dd77 100644 --- a/otherlibs/unix/isatty.c +++ b/otherlibs/unix/isatty.c @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: isatty.c 7632 2006-09-21 13:54:26Z xleroy $ */ +/* $Id$ */ #include #include "unixsupport.h" diff --git a/otherlibs/unix/itimer.c b/otherlibs/unix/itimer.c index 14209dfd..14bac626 100644 --- a/otherlibs/unix/itimer.c +++ b/otherlibs/unix/itimer.c @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: itimer.c 9547 2010-01-22 12:48:24Z doligez $ */ +/* $Id$ */ #include #include diff --git a/otherlibs/unix/kill.c b/otherlibs/unix/kill.c index 78956d48..8d8a4734 100644 --- a/otherlibs/unix/kill.c +++ b/otherlibs/unix/kill.c @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: kill.c 4144 2001-12-07 13:41:02Z xleroy $ */ +/* $Id$ */ #include #include diff --git a/otherlibs/unix/link.c b/otherlibs/unix/link.c index d24da919..181e9c18 100644 --- a/otherlibs/unix/link.c +++ b/otherlibs/unix/link.c @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: link.c 4144 2001-12-07 13:41:02Z xleroy $ */ +/* $Id$ */ #include #include "unixsupport.h" diff --git a/otherlibs/unix/listen.c b/otherlibs/unix/listen.c index cda2943e..2f40cfba 100644 --- a/otherlibs/unix/listen.c +++ b/otherlibs/unix/listen.c @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: listen.c 6824 2005-03-24 17:20:54Z doligez $ */ +/* $Id$ */ #include #include diff --git a/otherlibs/unix/lockf.c b/otherlibs/unix/lockf.c index d3a12d36..6e6ce5c1 100644 --- a/otherlibs/unix/lockf.c +++ b/otherlibs/unix/lockf.c @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: lockf.c 6824 2005-03-24 17:20:54Z doligez $ */ +/* $Id$ */ #include #include diff --git a/otherlibs/unix/lseek.c b/otherlibs/unix/lseek.c index 29c59b98..d8180eae 100644 --- a/otherlibs/unix/lseek.c +++ b/otherlibs/unix/lseek.c @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: lseek.c 10647 2010-08-18 12:44:33Z doligez $ */ +/* $Id$ */ #include #include diff --git a/otherlibs/unix/mkdir.c b/otherlibs/unix/mkdir.c index fc1606e9..1b8fd624 100644 --- a/otherlibs/unix/mkdir.c +++ b/otherlibs/unix/mkdir.c @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: mkdir.c 4144 2001-12-07 13:41:02Z xleroy $ */ +/* $Id$ */ #include #include diff --git a/otherlibs/unix/mkfifo.c b/otherlibs/unix/mkfifo.c index 8f2cfac5..3e2cf3dd 100644 --- a/otherlibs/unix/mkfifo.c +++ b/otherlibs/unix/mkfifo.c @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: mkfifo.c 6824 2005-03-24 17:20:54Z doligez $ */ +/* $Id$ */ #include #include diff --git a/otherlibs/unix/nice.c b/otherlibs/unix/nice.c index 5dc4caa7..77def267 100644 --- a/otherlibs/unix/nice.c +++ b/otherlibs/unix/nice.c @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: nice.c 8967 2008-08-01 13:14:36Z xleroy $ */ +/* $Id$ */ #include #include "unixsupport.h" diff --git a/otherlibs/unix/open.c b/otherlibs/unix/open.c index 073d9b82..42121830 100644 --- a/otherlibs/unix/open.c +++ b/otherlibs/unix/open.c @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: open.c 9547 2010-01-22 12:48:24Z doligez $ */ +/* $Id$ */ #include #include diff --git a/otherlibs/unix/opendir.c b/otherlibs/unix/opendir.c index a5482308..0497ef1f 100644 --- a/otherlibs/unix/opendir.c +++ b/otherlibs/unix/opendir.c @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: opendir.c 6113 2004-02-14 10:21:23Z xleroy $ */ +/* $Id$ */ #include #include diff --git a/otherlibs/unix/pipe.c b/otherlibs/unix/pipe.c index 438b1332..b68705e9 100644 --- a/otherlibs/unix/pipe.c +++ b/otherlibs/unix/pipe.c @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: pipe.c 6824 2005-03-24 17:20:54Z doligez $ */ +/* $Id$ */ #include #include diff --git a/otherlibs/unix/putenv.c b/otherlibs/unix/putenv.c index 148d8fee..e403d296 100644 --- a/otherlibs/unix/putenv.c +++ b/otherlibs/unix/putenv.c @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: putenv.c 6824 2005-03-24 17:20:54Z doligez $ */ +/* $Id$ */ #include #include diff --git a/otherlibs/unix/read.c b/otherlibs/unix/read.c index 4479f6fc..03a9e6aa 100644 --- a/otherlibs/unix/read.c +++ b/otherlibs/unix/read.c @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: read.c 4144 2001-12-07 13:41:02Z xleroy $ */ +/* $Id$ */ #include #include diff --git a/otherlibs/unix/readdir.c b/otherlibs/unix/readdir.c index e7feb611..fb8a67b2 100644 --- a/otherlibs/unix/readdir.c +++ b/otherlibs/unix/readdir.c @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: readdir.c 6113 2004-02-14 10:21:23Z xleroy $ */ +/* $Id$ */ #include #include diff --git a/otherlibs/unix/readlink.c b/otherlibs/unix/readlink.c index 7544eb7e..d2b9c4e1 100644 --- a/otherlibs/unix/readlink.c +++ b/otherlibs/unix/readlink.c @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: readlink.c 6824 2005-03-24 17:20:54Z doligez $ */ +/* $Id$ */ #include #include diff --git a/otherlibs/unix/rename.c b/otherlibs/unix/rename.c index dac48a47..65f33c8b 100644 --- a/otherlibs/unix/rename.c +++ b/otherlibs/unix/rename.c @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: rename.c 4144 2001-12-07 13:41:02Z xleroy $ */ +/* $Id$ */ #include #include diff --git a/otherlibs/unix/rewinddir.c b/otherlibs/unix/rewinddir.c index 61ce6af5..d14c526d 100644 --- a/otherlibs/unix/rewinddir.c +++ b/otherlibs/unix/rewinddir.c @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: rewinddir.c 6824 2005-03-24 17:20:54Z doligez $ */ +/* $Id$ */ #include #include diff --git a/otherlibs/unix/rmdir.c b/otherlibs/unix/rmdir.c index 79d27c54..8de22346 100644 --- a/otherlibs/unix/rmdir.c +++ b/otherlibs/unix/rmdir.c @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: rmdir.c 4144 2001-12-07 13:41:02Z xleroy $ */ +/* $Id$ */ #include #include "unixsupport.h" diff --git a/otherlibs/unix/select.c b/otherlibs/unix/select.c index 33f82c3b..612d5970 100644 --- a/otherlibs/unix/select.c +++ b/otherlibs/unix/select.c @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: select.c 9547 2010-01-22 12:48:24Z doligez $ */ +/* $Id$ */ #include #include diff --git a/otherlibs/unix/sendrecv.c b/otherlibs/unix/sendrecv.c index bce164b6..bb3989af 100644 --- a/otherlibs/unix/sendrecv.c +++ b/otherlibs/unix/sendrecv.c @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: sendrecv.c 6824 2005-03-24 17:20:54Z doligez $ */ +/* $Id$ */ #include #include diff --git a/otherlibs/unix/setgid.c b/otherlibs/unix/setgid.c index 698e6e25..bd8810f8 100644 --- a/otherlibs/unix/setgid.c +++ b/otherlibs/unix/setgid.c @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: setgid.c 4144 2001-12-07 13:41:02Z xleroy $ */ +/* $Id$ */ #include #include "unixsupport.h" diff --git a/otherlibs/unix/setgroups.c b/otherlibs/unix/setgroups.c index c07c8aea..dd4592ad 100644 --- a/otherlibs/unix/setgroups.c +++ b/otherlibs/unix/setgroups.c @@ -11,7 +11,7 @@ /* Contributed by Stephane Glondu */ -/* $Id: setgroups.c 9220 2009-04-01 16:50:10Z xleroy $ */ +/* $Id$ */ #include #include diff --git a/otherlibs/unix/setsid.c b/otherlibs/unix/setsid.c index cfaa3e65..bfa9dac0 100644 --- a/otherlibs/unix/setsid.c +++ b/otherlibs/unix/setsid.c @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: setsid.c 6824 2005-03-24 17:20:54Z doligez $ */ +/* $Id$ */ #include #include diff --git a/otherlibs/unix/setuid.c b/otherlibs/unix/setuid.c index fb2a9ddc..c867f4c6 100644 --- a/otherlibs/unix/setuid.c +++ b/otherlibs/unix/setuid.c @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: setuid.c 4144 2001-12-07 13:41:02Z xleroy $ */ +/* $Id$ */ #include #include "unixsupport.h" diff --git a/otherlibs/unix/shutdown.c b/otherlibs/unix/shutdown.c index 9a274529..d51b1a3d 100644 --- a/otherlibs/unix/shutdown.c +++ b/otherlibs/unix/shutdown.c @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: shutdown.c 6824 2005-03-24 17:20:54Z doligez $ */ +/* $Id$ */ #include #include diff --git a/otherlibs/unix/signals.c b/otherlibs/unix/signals.c index 7232739b..c388b139 100644 --- a/otherlibs/unix/signals.c +++ b/otherlibs/unix/signals.c @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: signals.c 8768 2008-01-11 16:13:18Z doligez $ */ +/* $Id$ */ #include #include diff --git a/otherlibs/unix/sleep.c b/otherlibs/unix/sleep.c index a5b97786..ec14e39d 100644 --- a/otherlibs/unix/sleep.c +++ b/otherlibs/unix/sleep.c @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: sleep.c 4144 2001-12-07 13:41:02Z xleroy $ */ +/* $Id$ */ #include #include diff --git a/otherlibs/unix/socket.c b/otherlibs/unix/socket.c index 62f8428e..82f6329c 100644 --- a/otherlibs/unix/socket.c +++ b/otherlibs/unix/socket.c @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: socket.c 6824 2005-03-24 17:20:54Z doligez $ */ +/* $Id$ */ #include #include diff --git a/otherlibs/unix/socketaddr.c b/otherlibs/unix/socketaddr.c index b480cf80..f285d15a 100644 --- a/otherlibs/unix/socketaddr.c +++ b/otherlibs/unix/socketaddr.c @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: socketaddr.c 9540 2010-01-20 16:26:46Z doligez $ */ +/* $Id$ */ #include #include diff --git a/otherlibs/unix/socketaddr.h b/otherlibs/unix/socketaddr.h index 9cc3a219..79bc80fa 100644 --- a/otherlibs/unix/socketaddr.h +++ b/otherlibs/unix/socketaddr.h @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: socketaddr.h 6824 2005-03-24 17:20:54Z doligez $ */ +/* $Id$ */ #include #include diff --git a/otherlibs/unix/socketpair.c b/otherlibs/unix/socketpair.c index 9e5aeb0d..df4dcff0 100644 --- a/otherlibs/unix/socketpair.c +++ b/otherlibs/unix/socketpair.c @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: socketpair.c 6824 2005-03-24 17:20:54Z doligez $ */ +/* $Id$ */ #include #include diff --git a/otherlibs/unix/sockopt.c b/otherlibs/unix/sockopt.c index e58c7ff7..31c95c1f 100644 --- a/otherlibs/unix/sockopt.c +++ b/otherlibs/unix/sockopt.c @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: sockopt.c 9547 2010-01-22 12:48:24Z doligez $ */ +/* $Id$ */ #include #include diff --git a/otherlibs/unix/stat.c b/otherlibs/unix/stat.c index 5bb6650f..9cd00006 100644 --- a/otherlibs/unix/stat.c +++ b/otherlibs/unix/stat.c @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: stat.c 9547 2010-01-22 12:48:24Z doligez $ */ +/* $Id$ */ #include #include diff --git a/otherlibs/unix/strofaddr.c b/otherlibs/unix/strofaddr.c index 51927873..ad9ea191 100644 --- a/otherlibs/unix/strofaddr.c +++ b/otherlibs/unix/strofaddr.c @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: strofaddr.c 6824 2005-03-24 17:20:54Z doligez $ */ +/* $Id$ */ #include #include diff --git a/otherlibs/unix/symlink.c b/otherlibs/unix/symlink.c index 6fd7c1fd..6085fd51 100644 --- a/otherlibs/unix/symlink.c +++ b/otherlibs/unix/symlink.c @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: symlink.c 6824 2005-03-24 17:20:54Z doligez $ */ +/* $Id$ */ #include #include diff --git a/otherlibs/unix/termios.c b/otherlibs/unix/termios.c index ff332890..ce49d77e 100644 --- a/otherlibs/unix/termios.c +++ b/otherlibs/unix/termios.c @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: termios.c 9547 2010-01-22 12:48:24Z doligez $ */ +/* $Id$ */ #include #include diff --git a/otherlibs/unix/time.c b/otherlibs/unix/time.c index 476abc3b..2fdf4978 100644 --- a/otherlibs/unix/time.c +++ b/otherlibs/unix/time.c @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: time.c 6824 2005-03-24 17:20:54Z doligez $ */ +/* $Id$ */ #include #include diff --git a/otherlibs/unix/times.c b/otherlibs/unix/times.c index e79f4ca0..aa32f10d 100644 --- a/otherlibs/unix/times.c +++ b/otherlibs/unix/times.c @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: times.c 7382 2006-04-16 23:28:22Z doligez $ */ +/* $Id$ */ #include #include diff --git a/otherlibs/unix/truncate.c b/otherlibs/unix/truncate.c index 362b477e..c23eb47b 100644 --- a/otherlibs/unix/truncate.c +++ b/otherlibs/unix/truncate.c @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: truncate.c 7849 2007-02-09 13:31:15Z doligez $ */ +/* $Id$ */ #include #include diff --git a/otherlibs/unix/umask.c b/otherlibs/unix/umask.c index edd5cfae..6f5d14fd 100644 --- a/otherlibs/unix/umask.c +++ b/otherlibs/unix/umask.c @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: umask.c 4144 2001-12-07 13:41:02Z xleroy $ */ +/* $Id$ */ #include #include diff --git a/otherlibs/unix/unix.ml b/otherlibs/unix/unix.ml index f327e440..8de827b0 100644 --- a/otherlibs/unix/unix.ml +++ b/otherlibs/unix/unix.ml @@ -11,7 +11,7 @@ (* *) (***********************************************************************) -(* $Id: unix.ml 9547 2010-01-22 12:48:24Z doligez $ *) +(* $Id$ *) type error = E2BIG diff --git a/otherlibs/unix/unix.mli b/otherlibs/unix/unix.mli index 8045d3f8..614c206f 100644 --- a/otherlibs/unix/unix.mli +++ b/otherlibs/unix/unix.mli @@ -11,7 +11,7 @@ (* *) (***********************************************************************) -(* $Id: unix.mli 10972 2011-03-06 16:17:09Z weis $ *) +(* $Id$ *) (** Interface to the Unix system *) diff --git a/otherlibs/unix/unixLabels.ml b/otherlibs/unix/unixLabels.ml index f69bef90..683f15ec 100644 --- a/otherlibs/unix/unixLabels.ml +++ b/otherlibs/unix/unixLabels.ml @@ -11,7 +11,7 @@ (* *) (***********************************************************************) -(* $Id: unixLabels.ml 4144 2001-12-07 13:41:02Z xleroy $ *) +(* $Id$ *) (* Module [UnixLabels]: labelled Unix module *) diff --git a/otherlibs/unix/unixLabels.mli b/otherlibs/unix/unixLabels.mli index 46a0a53a..7126d23e 100644 --- a/otherlibs/unix/unixLabels.mli +++ b/otherlibs/unix/unixLabels.mli @@ -11,7 +11,7 @@ (* *) (***********************************************************************) -(* $Id: unixLabels.mli 10971 2011-03-06 16:15:34Z weis $ *) +(* $Id$ *) (** Interface to the Unix system. To use as replacement to default {!Unix} module, diff --git a/otherlibs/unix/unixsupport.c b/otherlibs/unix/unixsupport.c index a471f9e4..c6eaf706 100644 --- a/otherlibs/unix/unixsupport.c +++ b/otherlibs/unix/unixsupport.c @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: unixsupport.c 9547 2010-01-22 12:48:24Z doligez $ */ +/* $Id$ */ #include #include diff --git a/otherlibs/unix/unixsupport.h b/otherlibs/unix/unixsupport.h index 55c21f52..84179f43 100644 --- a/otherlibs/unix/unixsupport.h +++ b/otherlibs/unix/unixsupport.h @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: unixsupport.h 7045 2005-09-06 12:38:32Z doligez $ */ +/* $Id$ */ #ifdef HAS_UNISTD #include diff --git a/otherlibs/unix/unlink.c b/otherlibs/unix/unlink.c index f1c9a058..1d956758 100644 --- a/otherlibs/unix/unlink.c +++ b/otherlibs/unix/unlink.c @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: unlink.c 4144 2001-12-07 13:41:02Z xleroy $ */ +/* $Id$ */ #include #include "unixsupport.h" diff --git a/otherlibs/unix/utimes.c b/otherlibs/unix/utimes.c index c424c2f4..da291357 100644 --- a/otherlibs/unix/utimes.c +++ b/otherlibs/unix/utimes.c @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: utimes.c 6824 2005-03-24 17:20:54Z doligez $ */ +/* $Id$ */ #include #include diff --git a/otherlibs/unix/wait.c b/otherlibs/unix/wait.c index d44d6ad2..486d06af 100644 --- a/otherlibs/unix/wait.c +++ b/otherlibs/unix/wait.c @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: wait.c 6845 2005-04-17 08:23:51Z xleroy $ */ +/* $Id$ */ #include #include diff --git a/otherlibs/unix/write.c b/otherlibs/unix/write.c index 8555457f..9ddf74e3 100644 --- a/otherlibs/unix/write.c +++ b/otherlibs/unix/write.c @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: write.c 9547 2010-01-22 12:48:24Z doligez $ */ +/* $Id$ */ #include #include diff --git a/otherlibs/win32graph/Makefile.nt b/otherlibs/win32graph/Makefile.nt index 92f244d5..12e3d239 100644 --- a/otherlibs/win32graph/Makefile.nt +++ b/otherlibs/win32graph/Makefile.nt @@ -11,7 +11,7 @@ # # ######################################################################### -# $Id: Makefile.nt 8477 2007-11-06 15:16:56Z frisch $ +# $Id$ LIBNAME=graphics COBJS=open.$(O) draw.$(O) events.$(O) dib.$(O) diff --git a/otherlibs/win32graph/dib.c b/otherlibs/win32graph/dib.c index e54357d5..cbf4725a 100644 --- a/otherlibs/win32graph/dib.c +++ b/otherlibs/win32graph/dib.c @@ -10,7 +10,7 @@ /* */ /***********************************************************************/ -/* $Id: dib.c 9547 2010-01-22 12:48:24Z doligez $ */ +/* $Id$ */ //----------------------------------------------------------------------------- // DIB.C diff --git a/otherlibs/win32graph/draw.c b/otherlibs/win32graph/draw.c index ff7ce76f..62710ec0 100644 --- a/otherlibs/win32graph/draw.c +++ b/otherlibs/win32graph/draw.c @@ -10,7 +10,7 @@ /* */ /***********************************************************************/ -/* $Id: draw.c 9547 2010-01-22 12:48:24Z doligez $ */ +/* $Id$ */ #include #include "mlvalues.h" diff --git a/otherlibs/win32graph/events.c b/otherlibs/win32graph/events.c index e9482206..9e0791c3 100755 --- a/otherlibs/win32graph/events.c +++ b/otherlibs/win32graph/events.c @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: events.c 6553 2004-07-13 12:25:21Z xleroy $ */ +/* $Id$ */ #include "mlvalues.h" #include "alloc.h" diff --git a/otherlibs/win32graph/libgraph.h b/otherlibs/win32graph/libgraph.h index 6fc2448d..6c32f15d 100644 --- a/otherlibs/win32graph/libgraph.h +++ b/otherlibs/win32graph/libgraph.h @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: libgraph.h 6553 2004-07-13 12:25:21Z xleroy $ */ +/* $Id$ */ #include #include diff --git a/otherlibs/win32graph/open.c b/otherlibs/win32graph/open.c index 7bef328c..2797bc66 100644 --- a/otherlibs/win32graph/open.c +++ b/otherlibs/win32graph/open.c @@ -10,7 +10,7 @@ /* */ /***********************************************************************/ -/* $Id: open.c 9547 2010-01-22 12:48:24Z doligez $ */ +/* $Id$ */ #include #include diff --git a/otherlibs/win32unix/Makefile.nt b/otherlibs/win32unix/Makefile.nt index 5fa26cfc..0d98b316 100644 --- a/otherlibs/win32unix/Makefile.nt +++ b/otherlibs/win32unix/Makefile.nt @@ -11,7 +11,7 @@ # # ######################################################################### -# $Id: Makefile.nt 10442 2010-05-20 09:40:41Z xleroy $ +# $Id$ # Files in this directory WIN_FILES = accept.c bind.c channels.c close.c \ diff --git a/otherlibs/win32unix/accept.c b/otherlibs/win32unix/accept.c index 3564e6d2..1d54b89b 100644 --- a/otherlibs/win32unix/accept.c +++ b/otherlibs/win32unix/accept.c @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: accept.c 9547 2010-01-22 12:48:24Z doligez $ */ +/* $Id$ */ #include #include diff --git a/otherlibs/win32unix/bind.c b/otherlibs/win32unix/bind.c index 92abb85a..fca96948 100644 --- a/otherlibs/win32unix/bind.c +++ b/otherlibs/win32unix/bind.c @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: bind.c 9547 2010-01-22 12:48:24Z doligez $ */ +/* $Id$ */ #include #include "unixsupport.h" diff --git a/otherlibs/win32unix/channels.c b/otherlibs/win32unix/channels.c index 95af7ac3..56a19c7d 100644 --- a/otherlibs/win32unix/channels.c +++ b/otherlibs/win32unix/channels.c @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: channels.c 11030 2011-05-09 11:38:43Z doligez $ */ +/* $Id$ */ #include #include diff --git a/otherlibs/win32unix/close.c b/otherlibs/win32unix/close.c index 87c84756..21254ef1 100644 --- a/otherlibs/win32unix/close.c +++ b/otherlibs/win32unix/close.c @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: close.c 11030 2011-05-09 11:38:43Z doligez $ */ +/* $Id$ */ #include #include "unixsupport.h" diff --git a/otherlibs/win32unix/close_on.c b/otherlibs/win32unix/close_on.c index 69913608..5b2c4ece 100644 --- a/otherlibs/win32unix/close_on.c +++ b/otherlibs/win32unix/close_on.c @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: close_on.c 4144 2001-12-07 13:41:02Z xleroy $ */ +/* $Id$ */ #include #include diff --git a/otherlibs/win32unix/connect.c b/otherlibs/win32unix/connect.c index a361d2ad..198d02e2 100644 --- a/otherlibs/win32unix/connect.c +++ b/otherlibs/win32unix/connect.c @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: connect.c 7697 2006-10-18 08:26:54Z xleroy $ */ +/* $Id$ */ #include #include diff --git a/otherlibs/win32unix/createprocess.c b/otherlibs/win32unix/createprocess.c index bd4dfe33..042eaef9 100644 --- a/otherlibs/win32unix/createprocess.c +++ b/otherlibs/win32unix/createprocess.c @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: createprocess.c 9319 2009-07-20 11:51:50Z doligez $ */ +/* $Id$ */ #include #include diff --git a/otherlibs/win32unix/dup.c b/otherlibs/win32unix/dup.c index 5db795e8..2668e75b 100644 --- a/otherlibs/win32unix/dup.c +++ b/otherlibs/win32unix/dup.c @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: dup.c 9547 2010-01-22 12:48:24Z doligez $ */ +/* $Id$ */ #include #include "unixsupport.h" diff --git a/otherlibs/win32unix/dup2.c b/otherlibs/win32unix/dup2.c index 848c1869..3f6d37e7 100644 --- a/otherlibs/win32unix/dup2.c +++ b/otherlibs/win32unix/dup2.c @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: dup2.c 7630 2006-09-21 09:43:58Z xleroy $ */ +/* $Id$ */ #include #include "unixsupport.h" diff --git a/otherlibs/win32unix/errmsg.c b/otherlibs/win32unix/errmsg.c index e6ba25a5..9ce9dddb 100644 --- a/otherlibs/win32unix/errmsg.c +++ b/otherlibs/win32unix/errmsg.c @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: errmsg.c 9547 2010-01-22 12:48:24Z doligez $ */ +/* $Id$ */ #include #include diff --git a/otherlibs/win32unix/getpeername.c b/otherlibs/win32unix/getpeername.c index ff1e634c..9aeb4c21 100644 --- a/otherlibs/win32unix/getpeername.c +++ b/otherlibs/win32unix/getpeername.c @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: getpeername.c 6824 2005-03-24 17:20:54Z doligez $ */ +/* $Id$ */ #include #include "unixsupport.h" diff --git a/otherlibs/win32unix/getpid.c b/otherlibs/win32unix/getpid.c index 92ba55af..0892f8f9 100644 --- a/otherlibs/win32unix/getpid.c +++ b/otherlibs/win32unix/getpid.c @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: getpid.c 4144 2001-12-07 13:41:02Z xleroy $ */ +/* $Id$ */ #include #include "unixsupport.h" diff --git a/otherlibs/win32unix/getsockname.c b/otherlibs/win32unix/getsockname.c index 5b6ea300..88487a43 100644 --- a/otherlibs/win32unix/getsockname.c +++ b/otherlibs/win32unix/getsockname.c @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: getsockname.c 6824 2005-03-24 17:20:54Z doligez $ */ +/* $Id$ */ #include #include "unixsupport.h" diff --git a/otherlibs/win32unix/gettimeofday.c b/otherlibs/win32unix/gettimeofday.c index 2b1eed11..f1313f06 100644 --- a/otherlibs/win32unix/gettimeofday.c +++ b/otherlibs/win32unix/gettimeofday.c @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: gettimeofday.c 9547 2010-01-22 12:48:24Z doligez $ */ +/* $Id$ */ #include #include diff --git a/otherlibs/win32unix/link.c b/otherlibs/win32unix/link.c index 2737e048..89214342 100644 --- a/otherlibs/win32unix/link.c +++ b/otherlibs/win32unix/link.c @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: link.c 9547 2010-01-22 12:48:24Z doligez $ */ +/* $Id$ */ #include #include diff --git a/otherlibs/win32unix/listen.c b/otherlibs/win32unix/listen.c index cd61bdbd..20789e1a 100644 --- a/otherlibs/win32unix/listen.c +++ b/otherlibs/win32unix/listen.c @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: listen.c 4765 2002-04-30 15:00:48Z xleroy $ */ +/* $Id$ */ #include #include "unixsupport.h" diff --git a/otherlibs/win32unix/lockf.c b/otherlibs/win32unix/lockf.c index f7d899e2..524f9516 100644 --- a/otherlibs/win32unix/lockf.c +++ b/otherlibs/win32unix/lockf.c @@ -13,7 +13,7 @@ /* */ /***********************************************************************/ -/* $Id: lockf.c 9153 2008-12-03 18:09:09Z doligez $ */ +/* $Id$ */ #include #include diff --git a/otherlibs/win32unix/lseek.c b/otherlibs/win32unix/lseek.c index c19fb79d..9619fcc9 100644 --- a/otherlibs/win32unix/lseek.c +++ b/otherlibs/win32unix/lseek.c @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: lseek.c 9547 2010-01-22 12:48:24Z doligez $ */ +/* $Id$ */ #include #include diff --git a/otherlibs/win32unix/mkdir.c b/otherlibs/win32unix/mkdir.c index d2895253..aae54783 100644 --- a/otherlibs/win32unix/mkdir.c +++ b/otherlibs/win32unix/mkdir.c @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: mkdir.c 4144 2001-12-07 13:41:02Z xleroy $ */ +/* $Id$ */ #include #include "unixsupport.h" diff --git a/otherlibs/win32unix/nonblock.c b/otherlibs/win32unix/nonblock.c index ab5f2aa0..1bf80bfc 100755 --- a/otherlibs/win32unix/nonblock.c +++ b/otherlibs/win32unix/nonblock.c @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: nonblock.c 10467 2010-05-25 13:01:06Z xleroy $ */ +/* $Id$ */ #include #include diff --git a/otherlibs/win32unix/open.c b/otherlibs/win32unix/open.c index 60fa80bd..f2f334bb 100644 --- a/otherlibs/win32unix/open.c +++ b/otherlibs/win32unix/open.c @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: open.c 8768 2008-01-11 16:13:18Z doligez $ */ +/* $Id$ */ #include #include diff --git a/otherlibs/win32unix/pipe.c b/otherlibs/win32unix/pipe.c index 84d379ae..afacd3e1 100644 --- a/otherlibs/win32unix/pipe.c +++ b/otherlibs/win32unix/pipe.c @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: pipe.c 9270 2009-05-20 11:52:42Z doligez $ */ +/* $Id$ */ #include #include diff --git a/otherlibs/win32unix/read.c b/otherlibs/win32unix/read.c index 2319cb67..67882eb7 100644 --- a/otherlibs/win32unix/read.c +++ b/otherlibs/win32unix/read.c @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: read.c 7697 2006-10-18 08:26:54Z xleroy $ */ +/* $Id$ */ #include #include diff --git a/otherlibs/win32unix/rename.c b/otherlibs/win32unix/rename.c index 8f3aea17..9ab43fca 100644 --- a/otherlibs/win32unix/rename.c +++ b/otherlibs/win32unix/rename.c @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: rename.c 9547 2010-01-22 12:48:24Z doligez $ */ +/* $Id$ */ #include #include diff --git a/otherlibs/win32unix/select.c b/otherlibs/win32unix/select.c index 1c2b4ddc..b82c423c 100644 --- a/otherlibs/win32unix/select.c +++ b/otherlibs/win32unix/select.c @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: select.c 10467 2010-05-25 13:01:06Z xleroy $ */ +/* $Id$ */ #include #include diff --git a/otherlibs/win32unix/sendrecv.c b/otherlibs/win32unix/sendrecv.c index 9141f3d0..855957bd 100644 --- a/otherlibs/win32unix/sendrecv.c +++ b/otherlibs/win32unix/sendrecv.c @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: sendrecv.c 7697 2006-10-18 08:26:54Z xleroy $ */ +/* $Id$ */ #include #include diff --git a/otherlibs/win32unix/shutdown.c b/otherlibs/win32unix/shutdown.c index ae968727..f3d2c6e0 100644 --- a/otherlibs/win32unix/shutdown.c +++ b/otherlibs/win32unix/shutdown.c @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: shutdown.c 4765 2002-04-30 15:00:48Z xleroy $ */ +/* $Id$ */ #include #include "unixsupport.h" diff --git a/otherlibs/win32unix/sleep.c b/otherlibs/win32unix/sleep.c index e5054a6f..421e5f90 100644 --- a/otherlibs/win32unix/sleep.c +++ b/otherlibs/win32unix/sleep.c @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: sleep.c 4899 2002-06-07 09:49:45Z xleroy $ */ +/* $Id$ */ #include #include diff --git a/otherlibs/win32unix/socket.c b/otherlibs/win32unix/socket.c index 412c1185..3cd55ec2 100644 --- a/otherlibs/win32unix/socket.c +++ b/otherlibs/win32unix/socket.c @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: socket.c 9547 2010-01-22 12:48:24Z doligez $ */ +/* $Id$ */ #include #include "unixsupport.h" diff --git a/otherlibs/win32unix/socketaddr.h b/otherlibs/win32unix/socketaddr.h index 0a05dfff..8abc63b4 100644 --- a/otherlibs/win32unix/socketaddr.h +++ b/otherlibs/win32unix/socketaddr.h @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: socketaddr.h 6824 2005-03-24 17:20:54Z doligez $ */ +/* $Id$ */ #include diff --git a/otherlibs/win32unix/sockopt.c b/otherlibs/win32unix/sockopt.c index 9ffa315e..f82d810e 100644 --- a/otherlibs/win32unix/sockopt.c +++ b/otherlibs/win32unix/sockopt.c @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: sockopt.c 8968 2008-08-01 13:46:08Z xleroy $ */ +/* $Id$ */ #include #include diff --git a/otherlibs/win32unix/stat.c b/otherlibs/win32unix/stat.c index ab35d205..79fc3b2e 100644 --- a/otherlibs/win32unix/stat.c +++ b/otherlibs/win32unix/stat.c @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: stat.c 9270 2009-05-20 11:52:42Z doligez $ */ +/* $Id$ */ #include #include diff --git a/otherlibs/win32unix/system.c b/otherlibs/win32unix/system.c index 487d771f..51dc9bfb 100644 --- a/otherlibs/win32unix/system.c +++ b/otherlibs/win32unix/system.c @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: system.c 9547 2010-01-22 12:48:24Z doligez $ */ +/* $Id$ */ #include #include diff --git a/otherlibs/win32unix/unix.ml b/otherlibs/win32unix/unix.ml index e6b1f66a..c8396d7f 100644 --- a/otherlibs/win32unix/unix.ml +++ b/otherlibs/win32unix/unix.ml @@ -11,7 +11,7 @@ (* *) (***********************************************************************) -(* $Id: unix.ml 9547 2010-01-22 12:48:24Z doligez $ *) +(* $Id$ *) (* Initialization *) diff --git a/otherlibs/win32unix/unixsupport.c b/otherlibs/win32unix/unixsupport.c index 5f8077d2..2f545c19 100644 --- a/otherlibs/win32unix/unixsupport.c +++ b/otherlibs/win32unix/unixsupport.c @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: unixsupport.c 10467 2010-05-25 13:01:06Z xleroy $ */ +/* $Id$ */ #include #include diff --git a/otherlibs/win32unix/unixsupport.h b/otherlibs/win32unix/unixsupport.h index 152810d4..d5615830 100644 --- a/otherlibs/win32unix/unixsupport.h +++ b/otherlibs/win32unix/unixsupport.h @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: unixsupport.h 10467 2010-05-25 13:01:06Z xleroy $ */ +/* $Id$ */ #define WIN32_LEAN_AND_MEAN #include diff --git a/otherlibs/win32unix/windbug.c b/otherlibs/win32unix/windbug.c index e27fbacf..e3a2772d 100644 --- a/otherlibs/win32unix/windbug.c +++ b/otherlibs/win32unix/windbug.c @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: windbug.c 10467 2010-05-25 13:01:06Z xleroy $ */ +/* $Id$ */ #include "windbug.h" diff --git a/otherlibs/win32unix/windbug.h b/otherlibs/win32unix/windbug.h index 7f1e5df3..69cbd3b6 100644 --- a/otherlibs/win32unix/windbug.h +++ b/otherlibs/win32unix/windbug.h @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: windbug.h 10467 2010-05-25 13:01:06Z xleroy $ */ +/* $Id$ */ #ifdef DEBUG diff --git a/otherlibs/win32unix/windir.c b/otherlibs/win32unix/windir.c index c345aefb..8b96589e 100644 --- a/otherlibs/win32unix/windir.c +++ b/otherlibs/win32unix/windir.c @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: windir.c 9547 2010-01-22 12:48:24Z doligez $ */ +/* $Id$ */ #include #include diff --git a/otherlibs/win32unix/winlist.c b/otherlibs/win32unix/winlist.c index 52a9525c..318a0add 100644 --- a/otherlibs/win32unix/winlist.c +++ b/otherlibs/win32unix/winlist.c @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: winlist.c 8961 2008-07-31 12:09:18Z xleroy $ */ +/* $Id$ */ /* Basic list function in C. */ diff --git a/otherlibs/win32unix/winlist.h b/otherlibs/win32unix/winlist.h index 6f86c1b2..be388a4c 100644 --- a/otherlibs/win32unix/winlist.h +++ b/otherlibs/win32unix/winlist.h @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: winlist.h 8961 2008-07-31 12:09:18Z xleroy $ */ +/* $Id$ */ #ifndef _WINLIST_H #define _WINLIST_H diff --git a/otherlibs/win32unix/winwait.c b/otherlibs/win32unix/winwait.c index 4de4818c..895a6926 100644 --- a/otherlibs/win32unix/winwait.c +++ b/otherlibs/win32unix/winwait.c @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: winwait.c 8768 2008-01-11 16:13:18Z doligez $ */ +/* $Id$ */ #include #include diff --git a/otherlibs/win32unix/winworker.c b/otherlibs/win32unix/winworker.c index ce449d4c..57f95a9a 100644 --- a/otherlibs/win32unix/winworker.c +++ b/otherlibs/win32unix/winworker.c @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: winworker.c 10467 2010-05-25 13:01:06Z xleroy $ */ +/* $Id$ */ #include "winworker.h" #include "winlist.h" diff --git a/otherlibs/win32unix/winworker.h b/otherlibs/win32unix/winworker.h index a7f0477d..06450a4e 100644 --- a/otherlibs/win32unix/winworker.h +++ b/otherlibs/win32unix/winworker.h @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: winworker.h 9547 2010-01-22 12:48:24Z doligez $ */ +/* $Id$ */ #ifndef _WINWORKER_H #define _WINWORKER_H diff --git a/otherlibs/win32unix/write.c b/otherlibs/win32unix/write.c index 4d8aebeb..190d9025 100644 --- a/otherlibs/win32unix/write.c +++ b/otherlibs/win32unix/write.c @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: write.c 9359 2009-09-25 15:03:06Z weis $ */ +/* $Id$ */ #include #include diff --git a/parsing/asttypes.mli b/parsing/asttypes.mli index 9728b58f..2530b44c 100644 --- a/parsing/asttypes.mli +++ b/parsing/asttypes.mli @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: asttypes.mli 10250 2010-04-08 03:58:41Z garrigue $ *) +(* $Id$ *) (* Auxiliary a.s.t. types used by parsetree and typedtree. *) diff --git a/parsing/lexer.mli b/parsing/lexer.mli index 2e6ff1bc..3ddb5dde 100644 --- a/parsing/lexer.mli +++ b/parsing/lexer.mli @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: lexer.mli 5961 2003-11-21 16:01:13Z xleroy $ *) +(* $Id$ *) (* The lexical analyzer *) diff --git a/parsing/lexer.mll b/parsing/lexer.mll index a8db4977..5da264ec 100644 --- a/parsing/lexer.mll +++ b/parsing/lexer.mll @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: lexer.mll 10250 2010-04-08 03:58:41Z garrigue $ *) +(* $Id$ *) (* The lexer definition *) diff --git a/parsing/linenum.mli b/parsing/linenum.mli index 0dc4978d..50cc57e8 100644 --- a/parsing/linenum.mli +++ b/parsing/linenum.mli @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: linenum.mli 2553 1999-11-17 18:59:06Z xleroy $ *) +(* $Id$ *) (* An auxiliary lexer for determining the line number corresponding to a file position, honoring the directives # linenum "filename" *) diff --git a/parsing/linenum.mll b/parsing/linenum.mll index 57e600fe..91e71e97 100644 --- a/parsing/linenum.mll +++ b/parsing/linenum.mll @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: linenum.mll 9547 2010-01-22 12:48:24Z doligez $ *) +(* $Id$ *) (* An auxiliary lexer for determining the line number corresponding to a file position, honoring the directives # linenum "filename" *) diff --git a/parsing/location.ml b/parsing/location.ml index d1ad9b55..15b074ac 100644 --- a/parsing/location.ml +++ b/parsing/location.ml @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: location.ml 11050 2011-05-17 16:14:39Z doligez $ *) +(* $Id$ *) open Lexing diff --git a/parsing/location.mli b/parsing/location.mli index 9ca64c1f..a496a355 100644 --- a/parsing/location.mli +++ b/parsing/location.mli @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: location.mli 8705 2007-12-04 13:38:58Z doligez $ *) +(* $Id$ *) (* Source code locations (ranges of positions), used in parsetree. *) diff --git a/parsing/longident.ml b/parsing/longident.ml index 188ff77e..1b459ca3 100644 --- a/parsing/longident.ml +++ b/parsing/longident.ml @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: longident.ml 9324 2009-08-27 08:19:08Z xleroy $ *) +(* $Id$ *) type t = Lident of string diff --git a/parsing/longident.mli b/parsing/longident.mli index db7a84ec..4568bc95 100644 --- a/parsing/longident.mli +++ b/parsing/longident.mli @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: longident.mli 9324 2009-08-27 08:19:08Z xleroy $ *) +(* $Id$ *) (* Long identifiers, used in parsetree. *) diff --git a/parsing/parse.ml b/parsing/parse.ml index d3fa85e9..7f3e4cdc 100644 --- a/parsing/parse.ml +++ b/parsing/parse.ml @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: parse.ml 9547 2010-01-22 12:48:24Z doligez $ *) +(* $Id$ *) (* Entry points in the parser *) diff --git a/parsing/parse.mli b/parsing/parse.mli index 3694a8e5..87a09f0e 100644 --- a/parsing/parse.mli +++ b/parsing/parse.mli @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: parse.mli 9547 2010-01-22 12:48:24Z doligez $ *) +(* $Id$ *) (* Entry points in the parser *) diff --git a/parsing/parser.mly b/parsing/parser.mly index eabc97d8..9311b34c 100644 --- a/parsing/parser.mly +++ b/parsing/parser.mly @@ -10,7 +10,7 @@ /* */ /***********************************************************************/ -/* $Id: parser.mly 11016 2011-04-29 04:56:21Z furuse $ */ +/* $Id$ */ /* The parser definition */ diff --git a/parsing/parsetree.mli b/parsing/parsetree.mli index db0317da..05f92bd0 100644 --- a/parsing/parsetree.mli +++ b/parsing/parsetree.mli @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: parsetree.mli 10263 2010-04-17 14:45:12Z garrigue $ *) +(* $Id$ *) (* Abstract syntax tree produced by parsing *) diff --git a/parsing/printast.ml b/parsing/printast.ml index 351dfb9f..f63e21b8 100644 --- a/parsing/printast.ml +++ b/parsing/printast.ml @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: printast.ml 10263 2010-04-17 14:45:12Z garrigue $ *) +(* $Id$ *) open Asttypes;; open Format;; diff --git a/parsing/printast.mli b/parsing/printast.mli index 4a33e3fe..7ea14867 100644 --- a/parsing/printast.mli +++ b/parsing/printast.mli @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: printast.mli 2908 2000-03-06 22:12:09Z weis $ *) +(* $Id$ *) open Parsetree;; open Format;; diff --git a/parsing/syntaxerr.ml b/parsing/syntaxerr.ml index 80cef0d4..edaabda1 100644 --- a/parsing/syntaxerr.ml +++ b/parsing/syntaxerr.ml @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: syntaxerr.ml 9316 2009-07-15 14:06:37Z xleroy $ *) +(* $Id$ *) (* Auxiliary type for reporting syntax errors *) diff --git a/parsing/syntaxerr.mli b/parsing/syntaxerr.mli index 6115b66b..4e967992 100644 --- a/parsing/syntaxerr.mli +++ b/parsing/syntaxerr.mli @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: syntaxerr.mli 9316 2009-07-15 14:06:37Z xleroy $ *) +(* $Id$ *) (* Auxiliary type for reporting syntax errors *) diff --git a/stdlib/Compflags b/stdlib/Compflags index 9786601a..862a1c4e 100755 --- a/stdlib/Compflags +++ b/stdlib/Compflags @@ -12,7 +12,7 @@ # # ######################################################################### -# $Id: Compflags 10443 2010-05-20 09:44:25Z doligez $ +# $Id$ case $1 in pervasives.cm[iox]|pervasives.p.cmx) echo ' -nopervasives';; diff --git a/stdlib/Makefile b/stdlib/Makefile index a3e28763..874dcf6f 100644 --- a/stdlib/Makefile +++ b/stdlib/Makefile @@ -11,7 +11,7 @@ # # ######################################################################### -# $Id: Makefile 9547 2010-01-22 12:48:24Z doligez $ +# $Id$ include Makefile.shared diff --git a/stdlib/Makefile.nt b/stdlib/Makefile.nt index bb9ce28e..995a0c3f 100644 --- a/stdlib/Makefile.nt +++ b/stdlib/Makefile.nt @@ -11,7 +11,7 @@ # # ######################################################################### -# $Id: Makefile.nt 9547 2010-01-22 12:48:24Z doligez $ +# $Id$ include Makefile.shared diff --git a/stdlib/Makefile.shared b/stdlib/Makefile.shared index b9ec5e3f..64087dc9 100755 --- a/stdlib/Makefile.shared +++ b/stdlib/Makefile.shared @@ -11,7 +11,7 @@ # # ######################################################################### -# $Id: Makefile.shared 10448 2010-05-21 11:28:21Z doligez $ +# $Id$ include ../config/Makefile RUNTIME=../boot/ocamlrun diff --git a/stdlib/StdlibModules b/stdlib/StdlibModules index 5a5246a1..4f689f8c 100644 --- a/stdlib/StdlibModules +++ b/stdlib/StdlibModules @@ -1,6 +1,6 @@ # This file lists all standard library modules. -*- Makefile -*- # It is used in particular to know what to expunge in toplevels. -# $Id: StdlibModules 8974 2008-08-01 16:57:10Z mauny $ +# $Id$ STDLIB_MODULES=\ arg \ diff --git a/stdlib/arg.ml b/stdlib/arg.ml index e27058b1..ac552d38 100644 --- a/stdlib/arg.ml +++ b/stdlib/arg.ml @@ -11,7 +11,7 @@ (* *) (***********************************************************************) -(* $Id: arg.ml 11028 2011-05-09 07:28:57Z xclerc $ *) +(* $Id$ *) type key = string type doc = string diff --git a/stdlib/arg.mli b/stdlib/arg.mli index ca70fdd7..88725661 100644 --- a/stdlib/arg.mli +++ b/stdlib/arg.mli @@ -11,7 +11,7 @@ (* *) (***********************************************************************) -(* $Id: arg.mli 11031 2011-05-09 11:39:33Z doligez $ *) +(* $Id$ *) (** Parsing of command line arguments. diff --git a/stdlib/array.ml b/stdlib/array.ml index a5b1d8e5..d1cbd655 100644 --- a/stdlib/array.ml +++ b/stdlib/array.ml @@ -11,7 +11,7 @@ (* *) (***********************************************************************) -(* $Id: array.ml 10482 2010-05-31 12:46:27Z doligez $ *) +(* $Id$ *) (* Array operations *) diff --git a/stdlib/array.mli b/stdlib/array.mli index 7ba565b5..9fb74b06 100644 --- a/stdlib/array.mli +++ b/stdlib/array.mli @@ -11,7 +11,7 @@ (* *) (***********************************************************************) -(* $Id: array.mli 7164 2005-10-25 18:34:07Z doligez $ *) +(* $Id$ *) (** Array operations. *) diff --git a/stdlib/arrayLabels.ml b/stdlib/arrayLabels.ml index 1ff61349..fed0ad1c 100644 --- a/stdlib/arrayLabels.ml +++ b/stdlib/arrayLabels.ml @@ -11,7 +11,7 @@ (* *) (***********************************************************************) -(* $Id: arrayLabels.ml 4144 2001-12-07 13:41:02Z xleroy $ *) +(* $Id$ *) (* Module [ArrayLabels]: labelled Array module *) diff --git a/stdlib/arrayLabels.mli b/stdlib/arrayLabels.mli index 0b08227d..f45f70c6 100644 --- a/stdlib/arrayLabels.mli +++ b/stdlib/arrayLabels.mli @@ -11,7 +11,7 @@ (* *) (***********************************************************************) -(* $Id: arrayLabels.mli 7805 2007-01-22 08:06:09Z garrigue $ *) +(* $Id$ *) (** Array operations. *) diff --git a/stdlib/buffer.ml b/stdlib/buffer.ml index 23ad0c2e..9327aaef 100644 --- a/stdlib/buffer.ml +++ b/stdlib/buffer.ml @@ -11,7 +11,7 @@ (* *) (***********************************************************************) -(* $Id: buffer.ml 10216 2010-03-28 08:16:45Z xleroy $ *) +(* $Id$ *) (* Extensible buffers *) diff --git a/stdlib/buffer.mli b/stdlib/buffer.mli index 13e2f088..efe2e9ea 100644 --- a/stdlib/buffer.mli +++ b/stdlib/buffer.mli @@ -11,7 +11,7 @@ (* *) (***********************************************************************) -(* $Id: buffer.mli 10457 2010-05-21 18:30:12Z doligez $ *) +(* $Id$ *) (** Extensible string buffers. diff --git a/stdlib/callback.ml b/stdlib/callback.ml index 29a2031a..819f9d3f 100644 --- a/stdlib/callback.ml +++ b/stdlib/callback.ml @@ -11,7 +11,7 @@ (* *) (***********************************************************************) -(* $Id: callback.ml 6044 2003-12-31 14:20:40Z doligez $ *) +(* $Id$ *) (* Registering Caml values with the C runtime for later callbacks *) diff --git a/stdlib/callback.mli b/stdlib/callback.mli index ce0fdc93..ba2ab7ec 100644 --- a/stdlib/callback.mli +++ b/stdlib/callback.mli @@ -11,7 +11,7 @@ (* *) (***********************************************************************) -(* $Id: callback.mli 7164 2005-10-25 18:34:07Z doligez $ *) +(* $Id$ *) (** Registering Caml values with the C runtime. diff --git a/stdlib/camlinternalLazy.ml b/stdlib/camlinternalLazy.ml index 820e20b4..46cf4278 100644 --- a/stdlib/camlinternalLazy.ml +++ b/stdlib/camlinternalLazy.ml @@ -11,7 +11,7 @@ (* *) (***********************************************************************) -(* $Id: camlinternalLazy.ml 8974 2008-08-01 16:57:10Z mauny $ *) +(* $Id$ *) (* Internals of forcing lazy values. *) diff --git a/stdlib/camlinternalLazy.mli b/stdlib/camlinternalLazy.mli index 019fce30..37b707d4 100644 --- a/stdlib/camlinternalLazy.mli +++ b/stdlib/camlinternalLazy.mli @@ -11,7 +11,7 @@ (* *) (***********************************************************************) -(* $Id: camlinternalLazy.mli 8974 2008-08-01 16:57:10Z mauny $ *) +(* $Id$ *) (* Internals of forcing lazy values *) diff --git a/stdlib/camlinternalMod.ml b/stdlib/camlinternalMod.ml index e2e82031..12a77cc8 100644 --- a/stdlib/camlinternalMod.ml +++ b/stdlib/camlinternalMod.ml @@ -11,7 +11,7 @@ (* *) (***********************************************************************) -(* $Id: camlinternalMod.ml 8768 2008-01-11 16:13:18Z doligez $ *) +(* $Id$ *) type shape = | Function diff --git a/stdlib/camlinternalMod.mli b/stdlib/camlinternalMod.mli index 34006784..74bf28db 100644 --- a/stdlib/camlinternalMod.mli +++ b/stdlib/camlinternalMod.mli @@ -11,7 +11,7 @@ (* *) (***********************************************************************) -(* $Id: camlinternalMod.mli 6586 2004-08-12 12:57:00Z xleroy $ *) +(* $Id$ *) type shape = | Function diff --git a/stdlib/camlinternalOO.ml b/stdlib/camlinternalOO.ml index e5ae4590..2ffa71c0 100644 --- a/stdlib/camlinternalOO.ml +++ b/stdlib/camlinternalOO.ml @@ -11,7 +11,7 @@ (* *) (***********************************************************************) -(* $Id: camlinternalOO.ml 8768 2008-01-11 16:13:18Z doligez $ *) +(* $Id$ *) open Obj diff --git a/stdlib/camlinternalOO.mli b/stdlib/camlinternalOO.mli index 81113211..d2aeea31 100644 --- a/stdlib/camlinternalOO.mli +++ b/stdlib/camlinternalOO.mli @@ -11,7 +11,7 @@ (* *) (***********************************************************************) -(* $Id: camlinternalOO.mli 7372 2006-04-05 02:28:13Z garrigue $ *) +(* $Id$ *) (** Run-time support for objects and classes. All functions in this module are for system use only, not for the diff --git a/stdlib/char.ml b/stdlib/char.ml index a6b8a5f7..28a1bcc4 100644 --- a/stdlib/char.ml +++ b/stdlib/char.ml @@ -11,7 +11,7 @@ (* *) (***********************************************************************) -(* $Id: char.ml 8189 2007-04-16 11:06:51Z weis $ *) +(* $Id$ *) (* Character operations *) diff --git a/stdlib/char.mli b/stdlib/char.mli index c3637ac8..8ab72bd9 100644 --- a/stdlib/char.mli +++ b/stdlib/char.mli @@ -11,7 +11,7 @@ (* *) (***********************************************************************) -(* $Id: char.mli 7164 2005-10-25 18:34:07Z doligez $ *) +(* $Id$ *) (** Character operations. *) diff --git a/stdlib/complex.ml b/stdlib/complex.ml index 90d42331..3c28a58b 100644 --- a/stdlib/complex.ml +++ b/stdlib/complex.ml @@ -11,7 +11,7 @@ (* *) (***********************************************************************) -(* $Id: complex.ml 7164 2005-10-25 18:34:07Z doligez $ *) +(* $Id$ *) (* Complex numbers *) diff --git a/stdlib/complex.mli b/stdlib/complex.mli index 8c80b5e2..3c3b361d 100644 --- a/stdlib/complex.mli +++ b/stdlib/complex.mli @@ -11,7 +11,7 @@ (* *) (***********************************************************************) -(* $Id: complex.mli 7164 2005-10-25 18:34:07Z doligez $ *) +(* $Id$ *) (** Complex numbers. diff --git a/stdlib/digest.ml b/stdlib/digest.ml index 2d030666..78a45d54 100644 --- a/stdlib/digest.ml +++ b/stdlib/digest.ml @@ -11,7 +11,7 @@ (* *) (***********************************************************************) -(* $Id: digest.ml 6044 2003-12-31 14:20:40Z doligez $ *) +(* $Id$ *) (* Message digest (MD5) *) diff --git a/stdlib/digest.mli b/stdlib/digest.mli index d3359029..981bd02f 100644 --- a/stdlib/digest.mli +++ b/stdlib/digest.mli @@ -11,7 +11,7 @@ (* *) (***********************************************************************) -(* $Id: digest.mli 7164 2005-10-25 18:34:07Z doligez $ *) +(* $Id$ *) (** MD5 message digest. diff --git a/stdlib/filename.ml b/stdlib/filename.ml index e85a6d2d..e11f1e33 100644 --- a/stdlib/filename.ml +++ b/stdlib/filename.ml @@ -11,7 +11,7 @@ (* *) (***********************************************************************) -(* $Id: filename.ml 9540 2010-01-20 16:26:46Z doligez $ *) +(* $Id$ *) let generic_quote quotequote s = let l = String.length s in diff --git a/stdlib/filename.mli b/stdlib/filename.mli index f5c47219..efbdcd98 100644 --- a/stdlib/filename.mli +++ b/stdlib/filename.mli @@ -11,7 +11,7 @@ (* *) (***********************************************************************) -(* $Id: filename.mli 10957 2011-02-21 15:17:38Z xclerc $ *) +(* $Id$ *) (** Operations on file names. *) diff --git a/stdlib/format.ml b/stdlib/format.ml index f68b3515..a8d6ec9e 100644 --- a/stdlib/format.ml +++ b/stdlib/format.ml @@ -11,7 +11,7 @@ (* *) (***********************************************************************) -(* $Id: format.ml 10348 2010-05-03 09:18:20Z weis $ *) +(* $Id$ *) (* A pretty-printing facility and definition of formatters for ``parallel'' (i.e. unrelated or independent) pretty-printing on multiple out channels. *) diff --git a/stdlib/format.mli b/stdlib/format.mli index 2d973461..9b49c53f 100644 --- a/stdlib/format.mli +++ b/stdlib/format.mli @@ -11,7 +11,7 @@ (* *) (***********************************************************************) -(* $Id: format.mli 10970 2011-03-06 16:13:14Z weis $ *) +(* $Id$ *) (** Pretty printing. diff --git a/stdlib/gc.ml b/stdlib/gc.ml index b1eb59f7..6482ebb7 100644 --- a/stdlib/gc.ml +++ b/stdlib/gc.ml @@ -11,7 +11,7 @@ (* *) (***********************************************************************) -(* $Id: gc.ml 10315 2010-04-27 07:55:08Z xleroy $ *) +(* $Id$ *) type stat = { minor_words : float; diff --git a/stdlib/gc.mli b/stdlib/gc.mli index 21aeb8c0..33e794dc 100644 --- a/stdlib/gc.mli +++ b/stdlib/gc.mli @@ -11,7 +11,7 @@ (* *) (***********************************************************************) -(* $Id: gc.mli 10457 2010-05-21 18:30:12Z doligez $ *) +(* $Id$ *) (** Memory management control and statistics; finalised values. *) diff --git a/stdlib/genlex.ml b/stdlib/genlex.ml index 12837de6..6ecc2805 100644 --- a/stdlib/genlex.ml +++ b/stdlib/genlex.ml @@ -11,7 +11,7 @@ (* *) (***********************************************************************) -(* $Id: genlex.ml 4694 2002-04-18 07:27:47Z garrigue $ *) +(* $Id$ *) type token = Kwd of string diff --git a/stdlib/genlex.mli b/stdlib/genlex.mli index c03ef294..93bc5f55 100644 --- a/stdlib/genlex.mli +++ b/stdlib/genlex.mli @@ -11,7 +11,7 @@ (* *) (***********************************************************************) -(* $Id: genlex.mli 7164 2005-10-25 18:34:07Z doligez $ *) +(* $Id$ *) (** A generic lexical analyzer. diff --git a/stdlib/hashtbl.ml b/stdlib/hashtbl.ml index b65c5dc4..bcb2c927 100644 --- a/stdlib/hashtbl.ml +++ b/stdlib/hashtbl.ml @@ -11,7 +11,7 @@ (* *) (***********************************************************************) -(* $Id: hashtbl.ml 7164 2005-10-25 18:34:07Z doligez $ *) +(* $Id$ *) (* Hash tables *) diff --git a/stdlib/hashtbl.mli b/stdlib/hashtbl.mli index e66c4864..1bf175ad 100644 --- a/stdlib/hashtbl.mli +++ b/stdlib/hashtbl.mli @@ -11,7 +11,7 @@ (* *) (***********************************************************************) -(* $Id: hashtbl.mli 6854 2005-05-04 13:36:47Z doligez $ *) +(* $Id$ *) (** Hash tables and hash functions. diff --git a/stdlib/header.c b/stdlib/header.c index 15d56062..eda76325 100644 --- a/stdlib/header.c +++ b/stdlib/header.c @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: header.c 9547 2010-01-22 12:48:24Z doligez $ */ +/* $Id$ */ /* The launcher for bytecode executables (if #! is not working) */ diff --git a/stdlib/headernt.c b/stdlib/headernt.c index 6e742541..c8d23ee2 100644 --- a/stdlib/headernt.c +++ b/stdlib/headernt.c @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: headernt.c 7829 2007-02-07 10:31:36Z ertai $ */ +/* $Id$ */ #define STRICT #define WIN32_LEAN_AND_MEAN diff --git a/stdlib/int32.ml b/stdlib/int32.ml index 3eb10285..64d525e8 100644 --- a/stdlib/int32.ml +++ b/stdlib/int32.ml @@ -11,7 +11,7 @@ (* *) (***********************************************************************) -(* $Id: int32.ml 7818 2007-01-30 09:34:36Z xleroy $ *) +(* $Id$ *) (* Module [Int32]: 32-bit integers *) diff --git a/stdlib/int32.mli b/stdlib/int32.mli index eef35333..eeafb1a2 100644 --- a/stdlib/int32.mli +++ b/stdlib/int32.mli @@ -11,7 +11,7 @@ (* *) (***********************************************************************) -(* $Id: int32.mli 8768 2008-01-11 16:13:18Z doligez $ *) +(* $Id$ *) (** 32-bit integers. diff --git a/stdlib/int64.ml b/stdlib/int64.ml index 6d7168a2..e916fa4e 100644 --- a/stdlib/int64.ml +++ b/stdlib/int64.ml @@ -11,7 +11,7 @@ (* *) (***********************************************************************) -(* $Id: int64.ml 7818 2007-01-30 09:34:36Z xleroy $ *) +(* $Id$ *) (* Module [Int64]: 64-bit integers *) diff --git a/stdlib/int64.mli b/stdlib/int64.mli index 44fabfe3..3b641338 100644 --- a/stdlib/int64.mli +++ b/stdlib/int64.mli @@ -11,7 +11,7 @@ (* *) (***********************************************************************) -(* $Id: int64.mli 8768 2008-01-11 16:13:18Z doligez $ *) +(* $Id$ *) (** 64-bit integers. diff --git a/stdlib/lazy.ml b/stdlib/lazy.ml index 15becc85..b1a9cbbd 100644 --- a/stdlib/lazy.ml +++ b/stdlib/lazy.ml @@ -11,7 +11,7 @@ (* *) (***********************************************************************) -(* $Id: lazy.ml 8974 2008-08-01 16:57:10Z mauny $ *) +(* $Id$ *) (* Module [Lazy]: deferred computations *) diff --git a/stdlib/lazy.mli b/stdlib/lazy.mli index ee72153e..3b85717f 100644 --- a/stdlib/lazy.mli +++ b/stdlib/lazy.mli @@ -11,7 +11,7 @@ (* *) (***********************************************************************) -(* $Id: lazy.mli 10394 2010-05-12 14:56:09Z doligez $ *) +(* $Id$ *) (** Deferred computations. *) diff --git a/stdlib/lexing.ml b/stdlib/lexing.ml index 78b41517..9e014152 100644 --- a/stdlib/lexing.ml +++ b/stdlib/lexing.ml @@ -11,7 +11,7 @@ (* *) (***********************************************************************) -(* $Id: lexing.ml 8787 2008-01-22 16:27:53Z doligez $ *) +(* $Id$ *) (* The run-time library for lexers generated by camllex *) diff --git a/stdlib/lexing.mli b/stdlib/lexing.mli index f8aef823..2edb6c5d 100644 --- a/stdlib/lexing.mli +++ b/stdlib/lexing.mli @@ -11,7 +11,7 @@ (* *) (***********************************************************************) -(* $Id: lexing.mli 10457 2010-05-21 18:30:12Z doligez $ *) +(* $Id$ *) (** The run-time library for lexers generated by [ocamllex]. *) diff --git a/stdlib/list.ml b/stdlib/list.ml index 80a76c49..8bb9e3fa 100644 --- a/stdlib/list.ml +++ b/stdlib/list.ml @@ -11,7 +11,7 @@ (* *) (***********************************************************************) -(* $Id: list.ml 7597 2006-09-11 12:18:00Z doligez $ *) +(* $Id$ *) (* List operations *) diff --git a/stdlib/list.mli b/stdlib/list.mli index 26c53869..8f895619 100644 --- a/stdlib/list.mli +++ b/stdlib/list.mli @@ -11,7 +11,7 @@ (* *) (***********************************************************************) -(* $Id: list.mli 7597 2006-09-11 12:18:00Z doligez $ *) +(* $Id$ *) (** List operations. diff --git a/stdlib/listLabels.ml b/stdlib/listLabels.ml index 896caf9b..be7bddea 100644 --- a/stdlib/listLabels.ml +++ b/stdlib/listLabels.ml @@ -11,7 +11,7 @@ (* *) (***********************************************************************) -(* $Id: listLabels.ml 4144 2001-12-07 13:41:02Z xleroy $ *) +(* $Id$ *) (* Module [ListLabels]: labelled List module *) diff --git a/stdlib/listLabels.mli b/stdlib/listLabels.mli index b9f39366..1f6a4ead 100644 --- a/stdlib/listLabels.mli +++ b/stdlib/listLabels.mli @@ -11,7 +11,7 @@ (* *) (***********************************************************************) -(* $Id: listLabels.mli 7805 2007-01-22 08:06:09Z garrigue $ *) +(* $Id$ *) (** List operations. diff --git a/stdlib/map.ml b/stdlib/map.ml index 2975dadb..3d9597aa 100644 --- a/stdlib/map.ml +++ b/stdlib/map.ml @@ -11,7 +11,7 @@ (* *) (***********************************************************************) -(* $Id: map.ml 10468 2010-05-25 13:29:43Z frisch $ *) +(* $Id$ *) module type OrderedType = sig diff --git a/stdlib/map.mli b/stdlib/map.mli index a8843049..b025b8c0 100644 --- a/stdlib/map.mli +++ b/stdlib/map.mli @@ -11,7 +11,7 @@ (* *) (***********************************************************************) -(* $Id: map.mli 10632 2010-07-24 14:16:58Z garrigue $ *) +(* $Id$ *) (** Association tables over ordered types. diff --git a/stdlib/marshal.ml b/stdlib/marshal.ml index f2eaf00d..0410a23e 100644 --- a/stdlib/marshal.ml +++ b/stdlib/marshal.ml @@ -11,7 +11,7 @@ (* *) (***********************************************************************) -(* $Id: marshal.ml 7164 2005-10-25 18:34:07Z doligez $ *) +(* $Id$ *) type extern_flags = No_sharing diff --git a/stdlib/marshal.mli b/stdlib/marshal.mli index 16ba32c1..ac0775bb 100644 --- a/stdlib/marshal.mli +++ b/stdlib/marshal.mli @@ -11,7 +11,7 @@ (* *) (***********************************************************************) -(* $Id: marshal.mli 7164 2005-10-25 18:34:07Z doligez $ *) +(* $Id$ *) (** Marshaling of data structures. diff --git a/stdlib/moreLabels.ml b/stdlib/moreLabels.ml index 567c316f..f6cfddab 100644 --- a/stdlib/moreLabels.ml +++ b/stdlib/moreLabels.ml @@ -11,7 +11,7 @@ (* *) (***********************************************************************) -(* $Id: moreLabels.ml 4144 2001-12-07 13:41:02Z xleroy $ *) +(* $Id$ *) (* Module [MoreLabels]: meta-module for compatibility labelled libraries *) diff --git a/stdlib/moreLabels.mli b/stdlib/moreLabels.mli index 96f9119c..55c77334 100644 --- a/stdlib/moreLabels.mli +++ b/stdlib/moreLabels.mli @@ -11,7 +11,7 @@ (* *) (***********************************************************************) -(* $Id: moreLabels.mli 10468 2010-05-25 13:29:43Z frisch $ *) +(* $Id$ *) (** Extra labeled libraries. diff --git a/stdlib/nativeint.ml b/stdlib/nativeint.ml index 126e4d38..93478436 100644 --- a/stdlib/nativeint.ml +++ b/stdlib/nativeint.ml @@ -11,7 +11,7 @@ (* *) (***********************************************************************) -(* $Id: nativeint.ml 7818 2007-01-30 09:34:36Z xleroy $ *) +(* $Id$ *) (* Module [Nativeint]: processor-native integers *) diff --git a/stdlib/nativeint.mli b/stdlib/nativeint.mli index dd3fd7f7..ff499a26 100644 --- a/stdlib/nativeint.mli +++ b/stdlib/nativeint.mli @@ -11,7 +11,7 @@ (* *) (***********************************************************************) -(* $Id: nativeint.mli 7164 2005-10-25 18:34:07Z doligez $ *) +(* $Id$ *) (** Processor-native integers. diff --git a/stdlib/obj.ml b/stdlib/obj.ml index 0d3c2728..c16b5115 100644 --- a/stdlib/obj.ml +++ b/stdlib/obj.ml @@ -11,7 +11,7 @@ (* *) (***********************************************************************) -(* $Id: obj.ml 9561 2010-01-25 11:55:30Z doligez $ *) +(* $Id$ *) (* Operations on internal representations of values *) diff --git a/stdlib/obj.mli b/stdlib/obj.mli index 7da25aec..57df0491 100644 --- a/stdlib/obj.mli +++ b/stdlib/obj.mli @@ -11,7 +11,7 @@ (* *) (***********************************************************************) -(* $Id: obj.mli 10457 2010-05-21 18:30:12Z doligez $ *) +(* $Id$ *) (** Operations on internal representations of values. diff --git a/stdlib/oo.ml b/stdlib/oo.ml index c7322c84..c9ec64ae 100644 --- a/stdlib/oo.ml +++ b/stdlib/oo.ml @@ -11,7 +11,7 @@ (* *) (***********************************************************************) -(* $Id: oo.ml 6331 2004-05-26 11:10:52Z garrigue $ *) +(* $Id$ *) let copy = CamlinternalOO.copy external id : < .. > -> int = "%field1" diff --git a/stdlib/oo.mli b/stdlib/oo.mli index 7ff2f1bc..b3111ce8 100644 --- a/stdlib/oo.mli +++ b/stdlib/oo.mli @@ -11,7 +11,7 @@ (* *) (***********************************************************************) -(* $Id: oo.mli 6331 2004-05-26 11:10:52Z garrigue $ *) +(* $Id$ *) (** Operations on objects *) diff --git a/stdlib/parsing.ml b/stdlib/parsing.ml index d11ca97c..5d53c741 100644 --- a/stdlib/parsing.ml +++ b/stdlib/parsing.ml @@ -11,7 +11,7 @@ (* *) (***********************************************************************) -(* $Id: parsing.ml 10908 2010-12-22 13:05:55Z xleroy $ *) +(* $Id$ *) (* The parsing engine *) diff --git a/stdlib/parsing.mli b/stdlib/parsing.mli index 21f38cd3..03721ba3 100644 --- a/stdlib/parsing.mli +++ b/stdlib/parsing.mli @@ -11,7 +11,7 @@ (* *) (***********************************************************************) -(* $Id: parsing.mli 10457 2010-05-21 18:30:12Z doligez $ *) +(* $Id$ *) (** The run-time library for parsers generated by [ocamlyacc]. *) diff --git a/stdlib/pervasives.ml b/stdlib/pervasives.ml index 38d8eebd..22dfa8fc 100644 --- a/stdlib/pervasives.ml +++ b/stdlib/pervasives.ml @@ -11,7 +11,7 @@ (* *) (***********************************************************************) -(* $Id: pervasives.ml 10549 2010-06-09 10:27:01Z weis $ *) +(* $Id$ *) (* type 'a option = None | Some of 'a *) diff --git a/stdlib/pervasives.mli b/stdlib/pervasives.mli index e4e1513f..d741313d 100644 --- a/stdlib/pervasives.mli +++ b/stdlib/pervasives.mli @@ -11,7 +11,7 @@ (* *) (***********************************************************************) -(* $Id: pervasives.mli 11048 2011-05-17 13:31:32Z doligez $ *) +(* $Id$ *) (** The initially opened module. diff --git a/stdlib/printexc.ml b/stdlib/printexc.ml index 270862dd..9e435c59 100644 --- a/stdlib/printexc.ml +++ b/stdlib/printexc.ml @@ -11,7 +11,7 @@ (* *) (***********************************************************************) -(* $Id: printexc.ml 10272 2010-04-19 12:25:46Z frisch $ *) +(* $Id$ *) open Printf;; diff --git a/stdlib/printexc.mli b/stdlib/printexc.mli index ba6260b8..71a6af55 100644 --- a/stdlib/printexc.mli +++ b/stdlib/printexc.mli @@ -11,7 +11,7 @@ (* *) (***********************************************************************) -(* $Id: printexc.mli 10457 2010-05-21 18:30:12Z doligez $ *) +(* $Id$ *) (** Facilities for printing exceptions. *) diff --git a/stdlib/printf.ml b/stdlib/printf.ml index a62c48b5..13f16dd6 100644 --- a/stdlib/printf.ml +++ b/stdlib/printf.ml @@ -11,7 +11,7 @@ (* *) (***********************************************************************) -(* $Id: printf.ml 10969 2011-03-06 16:11:50Z weis $ *) +(* $Id$ *) external format_float: string -> float -> string = "caml_format_float" diff --git a/stdlib/printf.mli b/stdlib/printf.mli index ca5dc14d..e122dece 100644 --- a/stdlib/printf.mli +++ b/stdlib/printf.mli @@ -11,7 +11,7 @@ (* *) (***********************************************************************) -(* $Id: printf.mli 10968 2011-03-06 16:10:59Z weis $ *) +(* $Id$ *) (** Formatted output functions. *) diff --git a/stdlib/queue.ml b/stdlib/queue.ml index d7d66a84..9e21686a 100644 --- a/stdlib/queue.ml +++ b/stdlib/queue.ml @@ -11,7 +11,7 @@ (* *) (***********************************************************************) -(* $Id: queue.ml 7032 2005-08-26 12:10:47Z doligez $ *) +(* $Id$ *) exception Empty diff --git a/stdlib/queue.mli b/stdlib/queue.mli index d8b802e9..085cfb00 100644 --- a/stdlib/queue.mli +++ b/stdlib/queue.mli @@ -11,7 +11,7 @@ (* *) (***********************************************************************) -(* $Id: queue.mli 4956 2002-06-27 08:48:26Z xleroy $ *) +(* $Id$ *) (** First-in first-out queues. diff --git a/stdlib/random.ml b/stdlib/random.ml index dde660db..bd397991 100644 --- a/stdlib/random.ml +++ b/stdlib/random.ml @@ -11,7 +11,7 @@ (* *) (***********************************************************************) -(* $Id: random.ml 9621 2010-02-05 17:34:14Z doligez $ *) +(* $Id$ *) (* Pseudo-random number generator This is a lagged-Fibonacci F(55, 24, +) with a modified addition diff --git a/stdlib/random.mli b/stdlib/random.mli index 22792e8a..88387d19 100644 --- a/stdlib/random.mli +++ b/stdlib/random.mli @@ -11,7 +11,7 @@ (* *) (***********************************************************************) -(* $Id: random.mli 10457 2010-05-21 18:30:12Z doligez $ *) +(* $Id$ *) (** Pseudo-random number generators (PRNG). *) diff --git a/stdlib/scanf.ml b/stdlib/scanf.ml index f4b2c224..3d3d16c2 100644 --- a/stdlib/scanf.ml +++ b/stdlib/scanf.ml @@ -11,7 +11,7 @@ (* *) (***********************************************************************) -(* $Id: scanf.ml 10377 2010-05-05 17:49:19Z weis $ *) +(* $Id$ *) (* The run-time library for scanners. *) diff --git a/stdlib/scanf.mli b/stdlib/scanf.mli index 458ebd49..2a3bf4fd 100644 --- a/stdlib/scanf.mli +++ b/stdlib/scanf.mli @@ -11,7 +11,7 @@ (* *) (***********************************************************************) -(* $Id: scanf.mli 10967 2011-03-06 16:08:33Z weis $ *) +(* $Id$ *) (** Formatted input functions. *) diff --git a/stdlib/set.ml b/stdlib/set.ml index 103595e3..375fc5d0 100644 --- a/stdlib/set.ml +++ b/stdlib/set.ml @@ -11,7 +11,7 @@ (* *) (***********************************************************************) -(* $Id: set.ml 6694 2004-11-25 00:06:06Z doligez $ *) +(* $Id$ *) (* Sets over ordered types *) diff --git a/stdlib/set.mli b/stdlib/set.mli index d8317bc2..851a9ef5 100644 --- a/stdlib/set.mli +++ b/stdlib/set.mli @@ -11,7 +11,7 @@ (* *) (***********************************************************************) -(* $Id: set.mli 6974 2005-07-21 14:52:45Z doligez $ *) +(* $Id$ *) (** Sets over ordered types. diff --git a/stdlib/sort.ml b/stdlib/sort.ml index 4bc0b8f5..7c53ab77 100644 --- a/stdlib/sort.ml +++ b/stdlib/sort.ml @@ -11,7 +11,7 @@ (* *) (***********************************************************************) -(* $Id: sort.ml 7164 2005-10-25 18:34:07Z doligez $ *) +(* $Id$ *) (* Merging and sorting *) diff --git a/stdlib/sort.mli b/stdlib/sort.mli index 4a2a217b..7069052e 100644 --- a/stdlib/sort.mli +++ b/stdlib/sort.mli @@ -11,7 +11,7 @@ (* *) (***********************************************************************) -(* $Id: sort.mli 7164 2005-10-25 18:34:07Z doligez $ *) +(* $Id$ *) (** Sorting and merging lists. diff --git a/stdlib/stack.ml b/stdlib/stack.ml index 94008f5a..03277d07 100644 --- a/stdlib/stack.ml +++ b/stdlib/stack.ml @@ -11,7 +11,7 @@ (* *) (***********************************************************************) -(* $Id: stack.ml 4956 2002-06-27 08:48:26Z xleroy $ *) +(* $Id$ *) type 'a t = { mutable c : 'a list } diff --git a/stdlib/stack.mli b/stdlib/stack.mli index dc305898..bf33d01a 100644 --- a/stdlib/stack.mli +++ b/stdlib/stack.mli @@ -11,7 +11,7 @@ (* *) (***********************************************************************) -(* $Id: stack.mli 7164 2005-10-25 18:34:07Z doligez $ *) +(* $Id$ *) (** Last-in first-out stacks. diff --git a/stdlib/stdLabels.ml b/stdlib/stdLabels.ml index d0f9730a..bd6a5841 100644 --- a/stdlib/stdLabels.ml +++ b/stdlib/stdLabels.ml @@ -11,7 +11,7 @@ (* *) (***********************************************************************) -(* $Id: stdLabels.ml 4144 2001-12-07 13:41:02Z xleroy $ *) +(* $Id$ *) (* Module [StdLabels]: meta-module for labelled libraries *) diff --git a/stdlib/stdLabels.mli b/stdlib/stdLabels.mli index 325afd6b..73f72dc6 100644 --- a/stdlib/stdLabels.mli +++ b/stdlib/stdLabels.mli @@ -11,7 +11,7 @@ (* *) (***********************************************************************) -(* $Id: stdLabels.mli 6694 2004-11-25 00:06:06Z doligez $ *) +(* $Id$ *) (** Standard labeled libraries. diff --git a/stdlib/std_exit.ml b/stdlib/std_exit.ml index f000f4b4..6f5ff301 100644 --- a/stdlib/std_exit.ml +++ b/stdlib/std_exit.ml @@ -11,7 +11,7 @@ (* *) (***********************************************************************) -(* $Id: std_exit.ml 4144 2001-12-07 13:41:02Z xleroy $ *) +(* $Id$ *) (* Ensure that [at_exit] functions are called at the end of every program *) diff --git a/stdlib/stdlib.mllib b/stdlib/stdlib.mllib index 803c9523..91265e5d 100644 --- a/stdlib/stdlib.mllib +++ b/stdlib/stdlib.mllib @@ -1,7 +1,7 @@ # This file lists all standard library modules # (in the same order as Makefile.shared). # It is used in particular to know what to expunge in toplevels. -# $Id: stdlib.mllib 9540 2010-01-20 16:26:46Z doligez $ +# $Id$ Pervasives Array diff --git a/stdlib/stream.ml b/stdlib/stream.ml index c1a74ac8..aa6a2a2a 100644 --- a/stdlib/stream.ml +++ b/stdlib/stream.ml @@ -11,7 +11,7 @@ (* *) (***********************************************************************) -(* $Id: stream.ml 8893 2008-06-18 15:35:02Z mauny $ *) +(* $Id$ *) (* The fields of type t are not mutable to preserve polymorphism of the empty stream. This is type safe because the empty stream is never diff --git a/stdlib/stream.mli b/stdlib/stream.mli index 05b9b523..28cfd3a1 100644 --- a/stdlib/stream.mli +++ b/stdlib/stream.mli @@ -11,7 +11,7 @@ (* *) (***********************************************************************) -(* $Id: stream.mli 7164 2005-10-25 18:34:07Z doligez $ *) +(* $Id$ *) (** Streams and parsers. *) diff --git a/stdlib/string.ml b/stdlib/string.ml index 02ba00a8..0e55ff46 100644 --- a/stdlib/string.ml +++ b/stdlib/string.ml @@ -11,7 +11,7 @@ (* *) (***********************************************************************) -(* $Id: string.ml 11043 2011-05-16 15:00:33Z doligez $ *) +(* $Id$ *) (* String operations *) diff --git a/stdlib/string.mli b/stdlib/string.mli index 383319b6..21bfb7c0 100644 --- a/stdlib/string.mli +++ b/stdlib/string.mli @@ -11,7 +11,7 @@ (* *) (***********************************************************************) -(* $Id: string.mli 9153 2008-12-03 18:09:09Z doligez $ *) +(* $Id$ *) (** String operations. Given a string [s] of length [l], we call character number in [s] diff --git a/stdlib/stringLabels.ml b/stdlib/stringLabels.ml index 86701dcc..87d23d86 100644 --- a/stdlib/stringLabels.ml +++ b/stdlib/stringLabels.ml @@ -11,7 +11,7 @@ (* *) (***********************************************************************) -(* $Id: stringLabels.ml 6054 2004-01-03 22:08:38Z doligez $ *) +(* $Id$ *) (* Module [StringLabels]: labelled String module *) diff --git a/stdlib/stringLabels.mli b/stdlib/stringLabels.mli index 3e16254c..9cbee708 100644 --- a/stdlib/stringLabels.mli +++ b/stdlib/stringLabels.mli @@ -11,7 +11,7 @@ (* *) (***********************************************************************) -(* $Id: stringLabels.mli 7805 2007-01-22 08:06:09Z garrigue $ *) +(* $Id$ *) (** String operations. *) diff --git a/stdlib/sys.mli b/stdlib/sys.mli index 455f31ce..713038aa 100644 --- a/stdlib/sys.mli +++ b/stdlib/sys.mli @@ -11,7 +11,7 @@ (* *) (***********************************************************************) -(* $Id: sys.mli 10715 2010-10-12 09:55:46Z doligez $ *) +(* $Id$ *) (** System interface. *) diff --git a/stdlib/sys.mlp b/stdlib/sys.mlp index 03e2b91f..b58ca0bb 100644 --- a/stdlib/sys.mlp +++ b/stdlib/sys.mlp @@ -11,7 +11,7 @@ (* *) (***********************************************************************) -(* $Id: sys.mlp 7927 2007-02-26 14:21:57Z xleroy $ *) +(* $Id$ *) (* WARNING: sys.ml is generated from sys.mlp. DO NOT EDIT sys.ml or your changes will be lost. diff --git a/stdlib/weak.ml b/stdlib/weak.ml index 4799c74c..4adacd8e 100644 --- a/stdlib/weak.ml +++ b/stdlib/weak.ml @@ -11,7 +11,7 @@ (* *) (***********************************************************************) -(* $Id: weak.ml 8823 2008-02-29 14:21:22Z doligez $ *) +(* $Id$ *) (** Weak array operations *) diff --git a/stdlib/weak.mli b/stdlib/weak.mli index 118007bb..33f4bf1d 100644 --- a/stdlib/weak.mli +++ b/stdlib/weak.mli @@ -11,7 +11,7 @@ (* *) (***********************************************************************) -(* $Id: weak.mli 9153 2008-12-03 18:09:09Z doligez $ *) +(* $Id$ *) (** Arrays of weak pointers and hash tables of weak pointers. *) diff --git a/testlabl/printers.ml b/testlabl/printers.ml index 4a900e46..c80c42d6 100644 --- a/testlabl/printers.ml +++ b/testlabl/printers.ml @@ -1,4 +1,4 @@ -(* $Id: printers.ml 5492 2003-04-03 02:16:20Z garrigue $ *) +(* $Id$ *) open Types diff --git a/testlabl/tests.ml b/testlabl/tests.ml index 4d22a4d0..c39d152f 100644 --- a/testlabl/tests.ml +++ b/testlabl/tests.ml @@ -1,4 +1,4 @@ -(* $Id: tests.ml 2745 2000-01-07 16:47:25Z doligez $ *) +(* $Id$ *) let f1 = function `a x -> x=1 | `b -> true let f2 = function `a x -> x | `b -> true diff --git a/testsuite/Makefile b/testsuite/Makefile index 283e0746..d7a97569 100644 --- a/testsuite/Makefile +++ b/testsuite/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile 10713 2010-10-08 11:53:19Z doligez $ +# $Id$ BASEDIR=${PWD} NO_PRINT=`($(MAKE) empty --no-print-directory > /dev/null 2>&1) && echo '--no-print-directory' || echo ''` diff --git a/testsuite/interactive/lib-gc/alloc.ml b/testsuite/interactive/lib-gc/alloc.ml index 83ccbe35..ea103e42 100644 --- a/testsuite/interactive/lib-gc/alloc.ml +++ b/testsuite/interactive/lib-gc/alloc.ml @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: alloc.ml 10713 2010-10-08 11:53:19Z doligez $ *) +(* $Id$ *) (* Random allocation test *) diff --git a/testsuite/lib/Makefile b/testsuite/lib/Makefile index 9b8257ad..52b50207 100644 --- a/testsuite/lib/Makefile +++ b/testsuite/lib/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile 10713 2010-10-08 11:53:19Z doligez $ +# $Id$ compile: testing.cmi testing.cmo testing.cmx diff --git a/testsuite/lib/testing.ml b/testsuite/lib/testing.ml index ffbc62ed..2015aa14 100644 --- a/testsuite/lib/testing.ml +++ b/testsuite/lib/testing.ml @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: testing.ml 10713 2010-10-08 11:53:19Z doligez $ *) +(* $Id$ *) (* Testing auxilliaries. *) diff --git a/testsuite/lib/testing.mli b/testsuite/lib/testing.mli index 4e0e6d7e..6f47d2a3 100644 --- a/testsuite/lib/testing.mli +++ b/testsuite/lib/testing.mli @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: testing.mli 10713 2010-10-08 11:53:19Z doligez $ *) +(* $Id$ *) (* Testing auxilliaries. *) diff --git a/testsuite/makefiles/Makefile.common b/testsuite/makefiles/Makefile.common index 794878ac..a1abd1aa 100644 --- a/testsuite/makefiles/Makefile.common +++ b/testsuite/makefiles/Makefile.common @@ -1,4 +1,4 @@ -# $Id: Makefile.common 10713 2010-10-08 11:53:19Z doligez $ +# $Id$ TOPDIR=$(BASEDIR)/.. diff --git a/testsuite/makefiles/Makefile.okbad b/testsuite/makefiles/Makefile.okbad index 959b549a..833cfab3 100644 --- a/testsuite/makefiles/Makefile.okbad +++ b/testsuite/makefiles/Makefile.okbad @@ -1,4 +1,4 @@ -# $Id: Makefile.okbad 10713 2010-10-08 11:53:19Z doligez $ +# $Id$ default: compile diff --git a/testsuite/makefiles/Makefile.one b/testsuite/makefiles/Makefile.one index 7f0ac0a1..4921d7df 100644 --- a/testsuite/makefiles/Makefile.one +++ b/testsuite/makefiles/Makefile.one @@ -1,4 +1,4 @@ -# $Id: Makefile.one 10713 2010-10-08 11:53:19Z doligez $ +# $Id$ CMI_FILES=$(MODULES:=.cmi) CMO_FILES=$(MODULES:=.cmo) diff --git a/testsuite/makefiles/Makefile.several b/testsuite/makefiles/Makefile.several index 098b5d12..09925132 100644 --- a/testsuite/makefiles/Makefile.several +++ b/testsuite/makefiles/Makefile.several @@ -1,4 +1,4 @@ -# $Id: Makefile.several 10713 2010-10-08 11:53:19Z doligez $ +# $Id$ CC=$(NATIVECC) $(NATIVECCCOMPOPTS) FC=$(FORTAN_COMPILER) diff --git a/testsuite/makefiles/Makefile.toplevel b/testsuite/makefiles/Makefile.toplevel index 0bcc0a80..2302b196 100644 --- a/testsuite/makefiles/Makefile.toplevel +++ b/testsuite/makefiles/Makefile.toplevel @@ -1,4 +1,4 @@ -# $Id: Makefile.toplevel 10713 2010-10-08 11:53:19Z doligez $ +# $Id$ default: @for file in *.ml; do \ diff --git a/testsuite/tests/asmcomp/alpha.S b/testsuite/tests/asmcomp/alpha.S index ba0ab057..d8851065 100644 --- a/testsuite/tests/asmcomp/alpha.S +++ b/testsuite/tests/asmcomp/alpha.S @@ -10,7 +10,7 @@ /* */ /***********************************************************************/ -/* $Id: alpha.S 10713 2010-10-08 11:53:19Z doligez $ */ +/* $Id$ */ .globl call_gen_code .ent call_gen_code diff --git a/testsuite/tests/asmcomp/amd64.S b/testsuite/tests/asmcomp/amd64.S index 3b934b8b..8df6e2d2 100644 --- a/testsuite/tests/asmcomp/amd64.S +++ b/testsuite/tests/asmcomp/amd64.S @@ -10,7 +10,7 @@ /* */ /***********************************************************************/ -/* $Id: amd64.S 10713 2010-10-08 11:53:19Z doligez $ */ +/* $Id$ */ #ifdef SYS_macosx #define ALIGN 4 diff --git a/testsuite/tests/asmcomp/arith.cmm b/testsuite/tests/asmcomp/arith.cmm index e11663f3..f4efefdb 100644 --- a/testsuite/tests/asmcomp/arith.cmm +++ b/testsuite/tests/asmcomp/arith.cmm @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: arith.cmm 10713 2010-10-08 11:53:19Z doligez $ *) +(* $Id$ *) (* Regression test for arithmetic instructions *) diff --git a/testsuite/tests/asmcomp/arm.S b/testsuite/tests/asmcomp/arm.S index 8b2c90d5..186d7061 100644 --- a/testsuite/tests/asmcomp/arm.S +++ b/testsuite/tests/asmcomp/arm.S @@ -10,7 +10,7 @@ /* */ /***********************************************************************/ -/* $Id: arm.S 10713 2010-10-08 11:53:19Z doligez $ */ +/* $Id$ */ .text diff --git a/testsuite/tests/asmcomp/checkbound.cmm b/testsuite/tests/asmcomp/checkbound.cmm index 709c4666..995b74f8 100644 --- a/testsuite/tests/asmcomp/checkbound.cmm +++ b/testsuite/tests/asmcomp/checkbound.cmm @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: checkbound.cmm 10713 2010-10-08 11:53:19Z doligez $ *) +(* $Id$ *) (function "checkbound2" (x: int y: int) (checkbound x y)) diff --git a/testsuite/tests/asmcomp/fib.cmm b/testsuite/tests/asmcomp/fib.cmm index 693db654..b7e64d30 100644 --- a/testsuite/tests/asmcomp/fib.cmm +++ b/testsuite/tests/asmcomp/fib.cmm @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: fib.cmm 10713 2010-10-08 11:53:19Z doligez $ *) +(* $Id$ *) (function "fib" (n: int) (if (< n 2) diff --git a/testsuite/tests/asmcomp/hppa.S b/testsuite/tests/asmcomp/hppa.S index ca0485ea..2b1ab21c 100644 --- a/testsuite/tests/asmcomp/hppa.S +++ b/testsuite/tests/asmcomp/hppa.S @@ -10,7 +10,7 @@ ;* * ;********************************************************************* -; $Id: hppa.S 10713 2010-10-08 11:53:19Z doligez $ +; $Id$ ; Must be preprocessed by cpp #ifdef SYS_hpux diff --git a/testsuite/tests/asmcomp/i386.S b/testsuite/tests/asmcomp/i386.S index 6f3c2c10..f4b65e57 100644 --- a/testsuite/tests/asmcomp/i386.S +++ b/testsuite/tests/asmcomp/i386.S @@ -10,7 +10,7 @@ /* */ /***********************************************************************/ -/* $Id: i386.S 10713 2010-10-08 11:53:19Z doligez $ */ +/* $Id$ */ /* Linux with ELF binaries does not prefix identifiers with _. Linux with a.out binaries, FreeBSD, and NextStep do. */ diff --git a/testsuite/tests/asmcomp/i386nt.asm b/testsuite/tests/asmcomp/i386nt.asm index 8dd62360..66550eb8 100644 --- a/testsuite/tests/asmcomp/i386nt.asm +++ b/testsuite/tests/asmcomp/i386nt.asm @@ -10,7 +10,7 @@ ; ;********************************************************************* -; $Id: i386nt.asm 10713 2010-10-08 11:53:19Z doligez $ +; $Id$ .386 .MODEL FLAT diff --git a/testsuite/tests/asmcomp/ia64.S b/testsuite/tests/asmcomp/ia64.S index da16b12e..51361690 100644 --- a/testsuite/tests/asmcomp/ia64.S +++ b/testsuite/tests/asmcomp/ia64.S @@ -10,7 +10,7 @@ /* */ /***********************************************************************/ -/* $Id: ia64.S 10713 2010-10-08 11:53:19Z doligez $ */ +/* $Id$ */ #define ST8OFF(a,b,d) st8 [a] = b, d #define LD8OFF(a,b,d) ld8 a = [b], d diff --git a/testsuite/tests/asmcomp/integr.cmm b/testsuite/tests/asmcomp/integr.cmm index ddd9d7a3..481dd758 100644 --- a/testsuite/tests/asmcomp/integr.cmm +++ b/testsuite/tests/asmcomp/integr.cmm @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: integr.cmm 10713 2010-10-08 11:53:19Z doligez $ *) +(* $Id$ *) (function "square" (x: float) ( *f x x)) diff --git a/testsuite/tests/asmcomp/lexcmm.mli b/testsuite/tests/asmcomp/lexcmm.mli index ad51dfa4..a28a57c5 100644 --- a/testsuite/tests/asmcomp/lexcmm.mli +++ b/testsuite/tests/asmcomp/lexcmm.mli @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: lexcmm.mli 10713 2010-10-08 11:53:19Z doligez $ *) +(* $Id$ *) val token: Lexing.lexbuf -> Parsecmm.token diff --git a/testsuite/tests/asmcomp/lexcmm.mll b/testsuite/tests/asmcomp/lexcmm.mll index ea0af554..0e8432e1 100644 --- a/testsuite/tests/asmcomp/lexcmm.mll +++ b/testsuite/tests/asmcomp/lexcmm.mll @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: lexcmm.mll 10713 2010-10-08 11:53:19Z doligez $ *) +(* $Id$ *) { open Parsecmm diff --git a/testsuite/tests/asmcomp/m68k.S b/testsuite/tests/asmcomp/m68k.S index ffe3d342..436e65e6 100644 --- a/testsuite/tests/asmcomp/m68k.S +++ b/testsuite/tests/asmcomp/m68k.S @@ -10,7 +10,7 @@ |* * |*********************************************************************** -| $Id: m68k.S 10713 2010-10-08 11:53:19Z doligez $ +| $Id$ | call_gen_code is used with the following types: | unit -> int diff --git a/testsuite/tests/asmcomp/main.c b/testsuite/tests/asmcomp/main.c index aef888f0..e45c8c27 100644 --- a/testsuite/tests/asmcomp/main.c +++ b/testsuite/tests/asmcomp/main.c @@ -10,7 +10,7 @@ /* */ /***********************************************************************/ -/* $Id: main.c 10713 2010-10-08 11:53:19Z doligez $ */ +/* $Id$ */ #include #include diff --git a/testsuite/tests/asmcomp/main.ml b/testsuite/tests/asmcomp/main.ml index f5ca538c..d6207102 100644 --- a/testsuite/tests/asmcomp/main.ml +++ b/testsuite/tests/asmcomp/main.ml @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: main.ml 10713 2010-10-08 11:53:19Z doligez $ *) +(* $Id$ *) open Clflags diff --git a/testsuite/tests/asmcomp/mainarith.c b/testsuite/tests/asmcomp/mainarith.c index 338f8428..95a923d8 100644 --- a/testsuite/tests/asmcomp/mainarith.c +++ b/testsuite/tests/asmcomp/mainarith.c @@ -10,7 +10,7 @@ /* */ /***********************************************************************/ -/* $Id: mainarith.c 10713 2010-10-08 11:53:19Z doligez $ */ +/* $Id$ */ #include #include diff --git a/testsuite/tests/asmcomp/mips.s b/testsuite/tests/asmcomp/mips.s index 22e5ab8e..9fe9f94b 100644 --- a/testsuite/tests/asmcomp/mips.s +++ b/testsuite/tests/asmcomp/mips.s @@ -10,7 +10,7 @@ /* */ /***********************************************************************/ -/* $Id: mips.s 10713 2010-10-08 11:53:19Z doligez $ */ +/* $Id$ */ .globl call_gen_code .ent call_gen_code diff --git a/testsuite/tests/asmcomp/parsecmm.mly b/testsuite/tests/asmcomp/parsecmm.mly index 23131180..79b278b0 100644 --- a/testsuite/tests/asmcomp/parsecmm.mly +++ b/testsuite/tests/asmcomp/parsecmm.mly @@ -10,7 +10,7 @@ /* */ /***********************************************************************/ -/* $Id: parsecmm.mly 10713 2010-10-08 11:53:19Z doligez $ */ +/* $Id$ */ /* A simple parser for C-- */ diff --git a/testsuite/tests/asmcomp/parsecmmaux.ml b/testsuite/tests/asmcomp/parsecmmaux.ml index a911414e..8c46888c 100644 --- a/testsuite/tests/asmcomp/parsecmmaux.ml +++ b/testsuite/tests/asmcomp/parsecmmaux.ml @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: parsecmmaux.ml 10713 2010-10-08 11:53:19Z doligez $ *) +(* $Id$ *) (* Auxiliary functions for parsing *) diff --git a/testsuite/tests/asmcomp/parsecmmaux.mli b/testsuite/tests/asmcomp/parsecmmaux.mli index 642fa885..55899655 100644 --- a/testsuite/tests/asmcomp/parsecmmaux.mli +++ b/testsuite/tests/asmcomp/parsecmmaux.mli @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: parsecmmaux.mli 10713 2010-10-08 11:53:19Z doligez $ *) +(* $Id$ *) (* Auxiliary functions for parsing *) diff --git a/testsuite/tests/asmcomp/power-aix.S b/testsuite/tests/asmcomp/power-aix.S index 41c1679e..96ed2b92 100644 --- a/testsuite/tests/asmcomp/power-aix.S +++ b/testsuite/tests/asmcomp/power-aix.S @@ -10,7 +10,7 @@ #* * #********************************************************************* -# $Id: power-aix.S 10713 2010-10-08 11:53:19Z doligez $ +# $Id$ .csect .text[PR] diff --git a/testsuite/tests/asmcomp/power-elf.S b/testsuite/tests/asmcomp/power-elf.S index 5ddfd607..994a9fa7 100644 --- a/testsuite/tests/asmcomp/power-elf.S +++ b/testsuite/tests/asmcomp/power-elf.S @@ -10,7 +10,7 @@ /* */ /*********************************************************************/ -/* $Id: power-elf.S 10713 2010-10-08 11:53:19Z doligez $ */ +/* $Id$ */ /* Save and restore all callee-save registers */ /* GPR 14 at sp+16 ... GPR 31 at sp+84 diff --git a/testsuite/tests/asmcomp/power-rhapsody.S b/testsuite/tests/asmcomp/power-rhapsody.S index 0a62f6ae..b4561058 100644 --- a/testsuite/tests/asmcomp/power-rhapsody.S +++ b/testsuite/tests/asmcomp/power-rhapsody.S @@ -10,7 +10,7 @@ /* */ /*********************************************************************/ -/* $Id: power-rhapsody.S 10713 2010-10-08 11:53:19Z doligez $ */ +/* $Id$ */ /* Save and restore all callee-save registers */ /* GPR 14 at sp+16 ... GPR 31 at sp+84 diff --git a/testsuite/tests/asmcomp/quicksort.cmm b/testsuite/tests/asmcomp/quicksort.cmm index b7d7cc10..4029da8d 100644 --- a/testsuite/tests/asmcomp/quicksort.cmm +++ b/testsuite/tests/asmcomp/quicksort.cmm @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: quicksort.cmm 10713 2010-10-08 11:53:19Z doligez $ *) +(* $Id$ *) (function "quicksort" (lo: int hi: int a: addr) (if (< lo hi) diff --git a/testsuite/tests/asmcomp/quicksort2.cmm b/testsuite/tests/asmcomp/quicksort2.cmm index f027cad1..eae9809a 100644 --- a/testsuite/tests/asmcomp/quicksort2.cmm +++ b/testsuite/tests/asmcomp/quicksort2.cmm @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: quicksort2.cmm 10713 2010-10-08 11:53:19Z doligez $ *) +(* $Id$ *) (function "cmp" (i: int j: int) (- i j)) diff --git a/testsuite/tests/asmcomp/soli.cmm b/testsuite/tests/asmcomp/soli.cmm index ff0b3d83..47ce64c0 100644 --- a/testsuite/tests/asmcomp/soli.cmm +++ b/testsuite/tests/asmcomp/soli.cmm @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: soli.cmm 10713 2010-10-08 11:53:19Z doligez $ *) +(* $Id$ *) ("d1": int 0 int 1 "d2": int 1 int 0 diff --git a/testsuite/tests/asmcomp/sparc.S b/testsuite/tests/asmcomp/sparc.S index 4f36a37a..9a829e17 100644 --- a/testsuite/tests/asmcomp/sparc.S +++ b/testsuite/tests/asmcomp/sparc.S @@ -10,7 +10,7 @@ /* */ /***********************************************************************/ -/* $Id: sparc.S 10713 2010-10-08 11:53:19Z doligez $ */ +/* $Id$ */ #ifndef SYS_solaris #define Call_gen_code _call_gen_code diff --git a/testsuite/tests/asmcomp/tagged-fib.cmm b/testsuite/tests/asmcomp/tagged-fib.cmm index 2c727dc8..e5e45b0f 100644 --- a/testsuite/tests/asmcomp/tagged-fib.cmm +++ b/testsuite/tests/asmcomp/tagged-fib.cmm @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: tagged-fib.cmm 10713 2010-10-08 11:53:19Z doligez $ *) +(* $Id$ *) (function "fib" (n: int) (if (< n 5) diff --git a/testsuite/tests/asmcomp/tagged-integr.cmm b/testsuite/tests/asmcomp/tagged-integr.cmm index 14268d34..df46813e 100644 --- a/testsuite/tests/asmcomp/tagged-integr.cmm +++ b/testsuite/tests/asmcomp/tagged-integr.cmm @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: tagged-integr.cmm 10713 2010-10-08 11:53:19Z doligez $ *) +(* $Id$ *) ("res_square": skip 8) ("h": skip 8) diff --git a/testsuite/tests/asmcomp/tagged-quicksort.cmm b/testsuite/tests/asmcomp/tagged-quicksort.cmm index f828b45c..b519e5ce 100644 --- a/testsuite/tests/asmcomp/tagged-quicksort.cmm +++ b/testsuite/tests/asmcomp/tagged-quicksort.cmm @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: tagged-quicksort.cmm 10713 2010-10-08 11:53:19Z doligez $ *) +(* $Id$ *) (function "quick" (lo: int hi: int a: addr) (if (< lo hi) diff --git a/testsuite/tests/asmcomp/tagged-tak.cmm b/testsuite/tests/asmcomp/tagged-tak.cmm index bc6785a4..fe9e6eb0 100644 --- a/testsuite/tests/asmcomp/tagged-tak.cmm +++ b/testsuite/tests/asmcomp/tagged-tak.cmm @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: tagged-tak.cmm 10713 2010-10-08 11:53:19Z doligez $ *) +(* $Id$ *) (function "tak" (x:int y:int z:int) (if (> x y) diff --git a/testsuite/tests/asmcomp/tak.cmm b/testsuite/tests/asmcomp/tak.cmm index 3d5ea420..cd61ec89 100644 --- a/testsuite/tests/asmcomp/tak.cmm +++ b/testsuite/tests/asmcomp/tak.cmm @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: tak.cmm 10713 2010-10-08 11:53:19Z doligez $ *) +(* $Id$ *) (function "tak" (x:int y:int z:int) (if (> x y) diff --git a/testsuite/tests/basic-more/tformat.ml b/testsuite/tests/basic-more/tformat.ml index 6c45217e..d02cb290 100644 --- a/testsuite/tests/basic-more/tformat.ml +++ b/testsuite/tests/basic-more/tformat.ml @@ -10,7 +10,7 @@ (* *) (*************************************************************************) -(* $Id: tformat.ml 10713 2010-10-08 11:53:19Z doligez $ +(* $Id$ A testbed file for the module Format. diff --git a/testsuite/tests/basic-private/length.ml b/testsuite/tests/basic-private/length.ml index 8f7b8958..318e98cb 100644 --- a/testsuite/tests/basic-private/length.ml +++ b/testsuite/tests/basic-private/length.ml @@ -1,4 +1,4 @@ -(* $Id: length.ml 10713 2010-10-08 11:53:19Z doligez $ +(* $Id$ A testbed file for private type abbreviation definitions. diff --git a/testsuite/tests/basic-private/length.mli b/testsuite/tests/basic-private/length.mli index b88a7cd4..6cd7e121 100644 --- a/testsuite/tests/basic-private/length.mli +++ b/testsuite/tests/basic-private/length.mli @@ -1,4 +1,4 @@ -(* $Id: length.mli 10713 2010-10-08 11:53:19Z doligez $ +(* $Id$ A testbed file for private type abbreviation definitions. diff --git a/testsuite/tests/basic-private/tlength.ml b/testsuite/tests/basic-private/tlength.ml index 3ab07500..f1fd91af 100644 --- a/testsuite/tests/basic-private/tlength.ml +++ b/testsuite/tests/basic-private/tlength.ml @@ -1,4 +1,4 @@ -(* $Id: tlength.ml 10713 2010-10-08 11:53:19Z doligez $ +(* $Id$ A testbed file for private type abbreviation definitions. diff --git a/testsuite/tests/basic/maps.ml b/testsuite/tests/basic/maps.ml index c7717678..c23f2d8c 100644 --- a/testsuite/tests/basic/maps.ml +++ b/testsuite/tests/basic/maps.ml @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: maps.ml 10713 2010-10-08 11:53:19Z doligez $ *) +(* $Id$ *) module IntMap = Map.Make(struct type t = int let compare x y = x-y end) diff --git a/testsuite/tests/basic/sets.ml b/testsuite/tests/basic/sets.ml index 635303df..983145ee 100644 --- a/testsuite/tests/basic/sets.ml +++ b/testsuite/tests/basic/sets.ml @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: sets.ml 10713 2010-10-08 11:53:19Z doligez $ *) +(* $Id$ *) module IntSet = Set.Make(struct type t = int let compare x y = x-y end) diff --git a/testsuite/tests/lib-bigarray/fftba.ml b/testsuite/tests/lib-bigarray/fftba.ml index 7079fbec..17465df5 100644 --- a/testsuite/tests/lib-bigarray/fftba.ml +++ b/testsuite/tests/lib-bigarray/fftba.ml @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: fftba.ml 10713 2010-10-08 11:53:19Z doligez $ *) +(* $Id$ *) open Bigarray diff --git a/testsuite/tests/lib-scanf/tscanf.ml b/testsuite/tests/lib-scanf/tscanf.ml index ebfd87f4..89b188b4 100644 --- a/testsuite/tests/lib-scanf/tscanf.ml +++ b/testsuite/tests/lib-scanf/tscanf.ml @@ -10,7 +10,7 @@ (* *) (*************************************************************************) -(* $Id: tscanf.ml 10713 2010-10-08 11:53:19Z doligez $ +(* $Id$ A testbed file for the module Scanf. diff --git a/testsuite/tests/misc-kb/equations.ml b/testsuite/tests/misc-kb/equations.ml index 61a510b4..a7ea9a03 100644 --- a/testsuite/tests/misc-kb/equations.ml +++ b/testsuite/tests/misc-kb/equations.ml @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: equations.ml 10713 2010-10-08 11:53:19Z doligez $ *) +(* $Id$ *) (****************** Equation manipulations *************) diff --git a/testsuite/tests/misc-kb/equations.mli b/testsuite/tests/misc-kb/equations.mli index a719a747..45d79026 100644 --- a/testsuite/tests/misc-kb/equations.mli +++ b/testsuite/tests/misc-kb/equations.mli @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: equations.mli 10713 2010-10-08 11:53:19Z doligez $ *) +(* $Id$ *) open Terms diff --git a/testsuite/tests/misc-kb/kb.ml b/testsuite/tests/misc-kb/kb.ml index 54409ee7..590f4cd5 100644 --- a/testsuite/tests/misc-kb/kb.ml +++ b/testsuite/tests/misc-kb/kb.ml @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: kb.ml 10713 2010-10-08 11:53:19Z doligez $ *) +(* $Id$ *) open Terms open Equations diff --git a/testsuite/tests/misc-kb/kb.mli b/testsuite/tests/misc-kb/kb.mli index 117c1549..59b60e4e 100644 --- a/testsuite/tests/misc-kb/kb.mli +++ b/testsuite/tests/misc-kb/kb.mli @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: kb.mli 10713 2010-10-08 11:53:19Z doligez $ *) +(* $Id$ *) open Terms open Equations diff --git a/testsuite/tests/misc-kb/kbmain.ml b/testsuite/tests/misc-kb/kbmain.ml index 0c987347..0a5da2fb 100644 --- a/testsuite/tests/misc-kb/kbmain.ml +++ b/testsuite/tests/misc-kb/kbmain.ml @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: kbmain.ml 10713 2010-10-08 11:53:19Z doligez $ *) +(* $Id$ *) open Terms open Equations diff --git a/testsuite/tests/misc-kb/orderings.ml b/testsuite/tests/misc-kb/orderings.ml index 71a832d8..11a776ba 100644 --- a/testsuite/tests/misc-kb/orderings.ml +++ b/testsuite/tests/misc-kb/orderings.ml @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: orderings.ml 10713 2010-10-08 11:53:19Z doligez $ *) +(* $Id$ *) (*********************** Recursive Path Ordering ****************************) diff --git a/testsuite/tests/misc-kb/orderings.mli b/testsuite/tests/misc-kb/orderings.mli index a2d215ac..d7abfd56 100644 --- a/testsuite/tests/misc-kb/orderings.mli +++ b/testsuite/tests/misc-kb/orderings.mli @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: orderings.mli 10713 2010-10-08 11:53:19Z doligez $ *) +(* $Id$ *) open Terms diff --git a/testsuite/tests/misc-kb/terms.ml b/testsuite/tests/misc-kb/terms.ml index 229c2afa..dba70006 100644 --- a/testsuite/tests/misc-kb/terms.ml +++ b/testsuite/tests/misc-kb/terms.ml @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: terms.ml 10713 2010-10-08 11:53:19Z doligez $ *) +(* $Id$ *) (****************** Term manipulations *****************) diff --git a/testsuite/tests/misc-kb/terms.mli b/testsuite/tests/misc-kb/terms.mli index d53292b3..7d22e9cb 100644 --- a/testsuite/tests/misc-kb/terms.mli +++ b/testsuite/tests/misc-kb/terms.mli @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: terms.mli 10713 2010-10-08 11:53:19Z doligez $ *) +(* $Id$ *) type term = Var of int diff --git a/testsuite/tests/misc-unsafe/fft.ml b/testsuite/tests/misc-unsafe/fft.ml index 98b75017..0907cdee 100644 --- a/testsuite/tests/misc-unsafe/fft.ml +++ b/testsuite/tests/misc-unsafe/fft.ml @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: fft.ml 10713 2010-10-08 11:53:19Z doligez $ *) +(* $Id$ *) let pi = 3.14159265358979323846 diff --git a/testsuite/tests/misc-unsafe/quicksort.ml b/testsuite/tests/misc-unsafe/quicksort.ml index 9a612e39..7449488d 100644 --- a/testsuite/tests/misc-unsafe/quicksort.ml +++ b/testsuite/tests/misc-unsafe/quicksort.ml @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: quicksort.ml 10713 2010-10-08 11:53:19Z doligez $ *) +(* $Id$ *) (* Good test for loops. Best compiled with -unsafe. *) diff --git a/testsuite/tests/misc-unsafe/soli.ml b/testsuite/tests/misc-unsafe/soli.ml index a6e77e66..aba79b15 100644 --- a/testsuite/tests/misc-unsafe/soli.ml +++ b/testsuite/tests/misc-unsafe/soli.ml @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: soli.ml 10713 2010-10-08 11:53:19Z doligez $ *) +(* $Id$ *) type peg = Out | Empty | Peg diff --git a/testsuite/tests/misc/bdd.ml b/testsuite/tests/misc/bdd.ml index 3dae7a41..8452b8c6 100644 --- a/testsuite/tests/misc/bdd.ml +++ b/testsuite/tests/misc/bdd.ml @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: bdd.ml 10713 2010-10-08 11:53:19Z doligez $ *) +(* $Id$ *) (* Translated to Caml by Xavier Leroy *) (* Original code written in SML by ... *) diff --git a/testsuite/tests/misc/boyer.ml b/testsuite/tests/misc/boyer.ml index a407b36e..c5e829ff 100644 --- a/testsuite/tests/misc/boyer.ml +++ b/testsuite/tests/misc/boyer.ml @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: boyer.ml 10713 2010-10-08 11:53:19Z doligez $ *) +(* $Id$ *) (* Manipulations over terms *) diff --git a/testsuite/tests/misc/fib.ml b/testsuite/tests/misc/fib.ml index 584d4dcf..7fad4bfd 100644 --- a/testsuite/tests/misc/fib.ml +++ b/testsuite/tests/misc/fib.ml @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: fib.ml 10713 2010-10-08 11:53:19Z doligez $ *) +(* $Id$ *) let rec fib n = if n < 2 then 1 else fib(n-1) + fib(n-2) diff --git a/testsuite/tests/misc/hamming.ml b/testsuite/tests/misc/hamming.ml index b2eebc49..7216ddb0 100644 --- a/testsuite/tests/misc/hamming.ml +++ b/testsuite/tests/misc/hamming.ml @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: hamming.ml 10713 2010-10-08 11:53:19Z doligez $ *) +(* $Id$ *) (* We cannot use bignums because we don't do custom runtimes, but int64 is a bit short, so we roll our own 37-digit numbers... diff --git a/testsuite/tests/misc/nucleic.ml b/testsuite/tests/misc/nucleic.ml index a9256490..e3adfd62 100644 --- a/testsuite/tests/misc/nucleic.ml +++ b/testsuite/tests/misc/nucleic.ml @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: nucleic.ml 10713 2010-10-08 11:53:19Z doligez $ *) +(* $Id$ *) (* Use floating-point arithmetic *) diff --git a/testsuite/tests/misc/sieve.ml b/testsuite/tests/misc/sieve.ml index 644da5f8..994a4087 100644 --- a/testsuite/tests/misc/sieve.ml +++ b/testsuite/tests/misc/sieve.ml @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: sieve.ml 10713 2010-10-08 11:53:19Z doligez $ *) +(* $Id$ *) (* Eratosthene's sieve *) diff --git a/testsuite/tests/misc/sorts.ml b/testsuite/tests/misc/sorts.ml index 9d1a4657..7ae00bef 100644 --- a/testsuite/tests/misc/sorts.ml +++ b/testsuite/tests/misc/sorts.ml @@ -4476,4 +4476,4 @@ let main () = if not !Sys.interactive then Printexc.catch main ();; -(* $Id: sorts.ml 10713 2010-10-08 11:53:19Z doligez $ *) +(* $Id$ *) diff --git a/testsuite/tests/misc/takc.ml b/testsuite/tests/misc/takc.ml index 3447546b..8e49f248 100644 --- a/testsuite/tests/misc/takc.ml +++ b/testsuite/tests/misc/takc.ml @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: takc.ml 10713 2010-10-08 11:53:19Z doligez $ *) +(* $Id$ *) let rec tak x y z = if x > y then tak (tak (x-1) y z) (tak (y-1) z x) (tak (z-1) x y) diff --git a/testsuite/tests/misc/taku.ml b/testsuite/tests/misc/taku.ml index e01b1e5b..555fb01c 100644 --- a/testsuite/tests/misc/taku.ml +++ b/testsuite/tests/misc/taku.ml @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: taku.ml 10713 2010-10-08 11:53:19Z doligez $ *) +(* $Id$ *) let rec tak (x, y, z) = if x > y then tak(tak (x-1, y, z), tak (y-1, z, x), tak (z-1, x, y)) diff --git a/testsuite/tests/misc/weaktest.ml b/testsuite/tests/misc/weaktest.ml index 3c3e4488..92ab5576 100644 --- a/testsuite/tests/misc/weaktest.ml +++ b/testsuite/tests/misc/weaktest.ml @@ -1,4 +1,4 @@ -(* $Id: weaktest.ml 10713 2010-10-08 11:53:19Z doligez $ *) +(* $Id$ *) let debug = false;; diff --git a/testsuite/tests/tool-lexyacc/gram_aux.ml b/testsuite/tests/tool-lexyacc/gram_aux.ml index d4aacf2e..b84d8588 100644 --- a/testsuite/tests/tool-lexyacc/gram_aux.ml +++ b/testsuite/tests/tool-lexyacc/gram_aux.ml @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: gram_aux.ml 10713 2010-10-08 11:53:19Z doligez $ *) +(* $Id$ *) (* Auxiliaries for the parser. *) diff --git a/testsuite/tests/tool-lexyacc/grammar.mly b/testsuite/tests/tool-lexyacc/grammar.mly index 48b5c2ca..8c1e4db9 100644 --- a/testsuite/tests/tool-lexyacc/grammar.mly +++ b/testsuite/tests/tool-lexyacc/grammar.mly @@ -10,7 +10,7 @@ /* */ /***********************************************************************/ -/* $Id: grammar.mly 10713 2010-10-08 11:53:19Z doligez $ */ +/* $Id$ */ /* The grammar for lexer definitions */ diff --git a/testsuite/tests/tool-lexyacc/input b/testsuite/tests/tool-lexyacc/input index a8561f5d..6793cb87 100644 --- a/testsuite/tests/tool-lexyacc/input +++ b/testsuite/tests/tool-lexyacc/input @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: input 10713 2010-10-08 11:53:19Z doligez $ *) +(* $Id$ *) (* The lexical analyzer for lexer definitions. *) diff --git a/testsuite/tests/tool-lexyacc/lexgen.ml b/testsuite/tests/tool-lexyacc/lexgen.ml index 8be3ac69..bbd729b0 100644 --- a/testsuite/tests/tool-lexyacc/lexgen.ml +++ b/testsuite/tests/tool-lexyacc/lexgen.ml @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: lexgen.ml 10713 2010-10-08 11:53:19Z doligez $ *) +(* $Id$ *) (* Compiling a lexer definition *) diff --git a/testsuite/tests/tool-lexyacc/main.ml b/testsuite/tests/tool-lexyacc/main.ml index c1bdc839..d18a4886 100644 --- a/testsuite/tests/tool-lexyacc/main.ml +++ b/testsuite/tests/tool-lexyacc/main.ml @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: main.ml 10713 2010-10-08 11:53:19Z doligez $ *) +(* $Id$ *) (* The lexer generator. Command-line parsing. *) diff --git a/testsuite/tests/tool-lexyacc/output.ml b/testsuite/tests/tool-lexyacc/output.ml index 8680832c..09c66b68 100644 --- a/testsuite/tests/tool-lexyacc/output.ml +++ b/testsuite/tests/tool-lexyacc/output.ml @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: output.ml 10713 2010-10-08 11:53:19Z doligez $ *) +(* $Id$ *) (* Generating a DFA as a set of mutually recursive functions *) diff --git a/testsuite/tests/tool-lexyacc/scan_aux.ml b/testsuite/tests/tool-lexyacc/scan_aux.ml index eebf21af..c449b13a 100644 --- a/testsuite/tests/tool-lexyacc/scan_aux.ml +++ b/testsuite/tests/tool-lexyacc/scan_aux.ml @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: scan_aux.ml 10713 2010-10-08 11:53:19Z doligez $ *) +(* $Id$ *) (* Auxiliaries for the lexical analyzer *) diff --git a/testsuite/tests/tool-lexyacc/scanner.mll b/testsuite/tests/tool-lexyacc/scanner.mll index 2d93db64..131272fd 100644 --- a/testsuite/tests/tool-lexyacc/scanner.mll +++ b/testsuite/tests/tool-lexyacc/scanner.mll @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: scanner.mll 10713 2010-10-08 11:53:19Z doligez $ *) +(* $Id$ *) (* The lexical analyzer for lexer definitions. *) diff --git a/testsuite/tests/tool-lexyacc/syntax.ml b/testsuite/tests/tool-lexyacc/syntax.ml index b9287112..ff704cd2 100644 --- a/testsuite/tests/tool-lexyacc/syntax.ml +++ b/testsuite/tests/tool-lexyacc/syntax.ml @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: syntax.ml 10713 2010-10-08 11:53:19Z doligez $ *) +(* $Id$ *) (* The shallow abstract syntax *) diff --git a/testsuite/tests/tool-ocaml/lib.ml b/testsuite/tests/tool-ocaml/lib.ml index 1d6c1900..557fc04a 100644 --- a/testsuite/tests/tool-ocaml/lib.ml +++ b/testsuite/tests/tool-ocaml/lib.ml @@ -1,4 +1,4 @@ -(* file $Id: lib.ml 10713 2010-10-08 11:53:19Z doligez $ *) +(* file $Id$ *) external raise : exn -> 'a = "%raise" @@ -43,4 +43,4 @@ external weak_get: 'a weak_t -> int -> 'a option = "caml_weak_get";; let x = 42;; -(* eof $Id: lib.ml 10713 2010-10-08 11:53:19Z doligez $ *) +(* eof $Id$ *) diff --git a/testsuite/tests/tool-ocaml/t301-object.ml b/testsuite/tests/tool-ocaml/t301-object.ml index 8a64a831..5b053c00 100644 --- a/testsuite/tests/tool-ocaml/t301-object.ml +++ b/testsuite/tests/tool-ocaml/t301-object.ml @@ -7,7 +7,7 @@ ocamlc -nostdlib -I ../../stdlib \ t301-object.ml -o t301-object.byte ***) -(* $Id: t301-object.ml 10713 2010-10-08 11:53:19Z doligez $ *) +(* $Id$ *) class c = object (self) @@ -26,4 +26,4 @@ let (x,y,z) = f () in if y <> 2 then raise Not_found; if z <> 4 then raise Not_found;; -(**** eof $Id: t301-object.ml 10713 2010-10-08 11:53:19Z doligez $ *) +(**** eof $Id$ *) diff --git a/testsuite/tests/tool-ocamldoc/odoc_test.ml b/testsuite/tests/tool-ocamldoc/odoc_test.ml index f4185e78..ba73fe52 100644 --- a/testsuite/tests/tool-ocamldoc/odoc_test.ml +++ b/testsuite/tests/tool-ocamldoc/odoc_test.ml @@ -9,7 +9,7 @@ (* *) (***********************************************************************) -(* $Id: odoc_test.ml 10713 2010-10-08 11:53:19Z doligez $ *) +(* $Id$ *) (** Custom generator to perform test on ocamldoc. *) diff --git a/testsuite/tests/typing-labels/mixin.ml b/testsuite/tests/typing-labels/mixin.ml index e4d353e9..83e7571f 100644 --- a/testsuite/tests/typing-labels/mixin.ml +++ b/testsuite/tests/typing-labels/mixin.ml @@ -1,4 +1,4 @@ -(* $Id: mixin.ml 10713 2010-10-08 11:53:19Z doligez $ *) +(* $Id$ *) open StdLabels open MoreLabels diff --git a/testsuite/tests/typing-labels/mixin2.ml b/testsuite/tests/typing-labels/mixin2.ml index a9e11170..34d6bf50 100644 --- a/testsuite/tests/typing-labels/mixin2.ml +++ b/testsuite/tests/typing-labels/mixin2.ml @@ -1,4 +1,4 @@ -(* $Id: mixin2.ml 10713 2010-10-08 11:53:19Z doligez $ *) +(* $Id$ *) (* Full fledge version, using objects to structure code *) diff --git a/testsuite/tests/typing-labels/mixin3.ml b/testsuite/tests/typing-labels/mixin3.ml index 85a5cc8d..d8b037b7 100644 --- a/testsuite/tests/typing-labels/mixin3.ml +++ b/testsuite/tests/typing-labels/mixin3.ml @@ -1,4 +1,4 @@ -(* $Id: mixin3.ml 10713 2010-10-08 11:53:19Z doligez $ *) +(* $Id$ *) (* Full fledge version, using objects to structure code *) diff --git a/testsuite/tests/typing-poly/poly.ml b/testsuite/tests/typing-poly/poly.ml index 5458194c..b5835b3d 100644 --- a/testsuite/tests/typing-poly/poly.ml +++ b/testsuite/tests/typing-poly/poly.ml @@ -1,4 +1,4 @@ -(* $Id: poly.ml 10713 2010-10-08 11:53:19Z doligez $ *) +(* $Id$ *) (* Polymorphic methods are now available in the main branch. Enjoy. diff --git a/tools/Characters b/tools/Characters index 2cd82df8..fb8e6868 100644 --- a/tools/Characters +++ b/tools/Characters @@ -1,6 +1,6 @@ # Characters -# $Id: Characters 2629 1999-11-29 19:04:21Z doligez $ +# $Id$ # Usage: # Characters n1 to n2 diff --git a/tools/DoMake b/tools/DoMake index fe0b7cb7..2fce3401 100644 --- a/tools/DoMake +++ b/tools/DoMake @@ -1,6 +1,6 @@ # DoMake -# $Id: DoMake 9547 2010-01-22 12:48:24Z doligez $ +# $Id$ # Execute the output of "Make -f Makefile.Mac -f Makefile.Mac.depend" # or "Make -f Makefile -f Makefile.depend" if "Makefile.Mac" does not exist diff --git a/tools/MakeDepend b/tools/MakeDepend index 0ca8e3d4..5693b27e 100644 --- a/tools/MakeDepend +++ b/tools/MakeDepend @@ -1,6 +1,6 @@ # MakeDepend -# $Id: MakeDepend 2631 1999-11-29 19:04:25Z doligez $ +# $Id$ # Usage: MakeDepend fileƉ diff --git a/tools/Makefile b/tools/Makefile index f7997e85..bad14c7e 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -10,7 +10,7 @@ # # ######################################################################### -# $Id: Makefile 8616 2007-11-22 22:14:43Z doligez $ +# $Id$ include Makefile.shared diff --git a/tools/Makefile.nt b/tools/Makefile.nt index 66b4598e..b90c0c4f 100644 --- a/tools/Makefile.nt +++ b/tools/Makefile.nt @@ -10,7 +10,7 @@ # # ######################################################################### -# $Id: Makefile.nt 8485 2007-11-07 10:14:21Z frisch $ +# $Id$ include Makefile.shared diff --git a/tools/Makefile.shared b/tools/Makefile.shared index 247575a5..32049eab 100644 --- a/tools/Makefile.shared +++ b/tools/Makefile.shared @@ -10,7 +10,7 @@ # # ######################################################################### -# $Id: Makefile.shared 10718 2010-10-15 15:36:55Z doligez $ +# $Id$ include ../config/Makefile diff --git a/tools/addlabels.ml b/tools/addlabels.ml index 3fd1912d..15ad6f5a 100644 --- a/tools/addlabels.ml +++ b/tools/addlabels.ml @@ -1,4 +1,4 @@ -(* $Id: addlabels.ml 10250 2010-04-08 03:58:41Z garrigue $ *) +(* $Id$ *) open StdLabels open Asttypes diff --git a/tools/checkstack.c b/tools/checkstack.c index adfdf748..fc760945 100644 --- a/tools/checkstack.c +++ b/tools/checkstack.c @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: checkstack.c 9625 2010-02-09 14:48:28Z weis $ */ +/* $Id$ */ #include #include diff --git a/tools/cvt_emit.mll b/tools/cvt_emit.mll index 23ea61f4..3e28ae97 100644 --- a/tools/cvt_emit.mll +++ b/tools/cvt_emit.mll @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: cvt_emit.mll 3304 2000-10-02 14:18:05Z maranget $ *) +(* $Id$ *) { let first_item = ref false diff --git a/tools/depend.ml b/tools/depend.ml index b528dc34..44e85702 100644 --- a/tools/depend.ml +++ b/tools/depend.ml @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: depend.ml 10263 2010-04-17 14:45:12Z garrigue $ *) +(* $Id$ *) open Format open Location diff --git a/tools/depend.mli b/tools/depend.mli index 682d2c6d..a1387061 100644 --- a/tools/depend.mli +++ b/tools/depend.mli @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: depend.mli 4694 2002-04-18 07:27:47Z garrigue $ *) +(* $Id$ *) (** Module dependencies. *) diff --git a/tools/dumpobj.ml b/tools/dumpobj.ml index 62fe18c8..2a054ee6 100644 --- a/tools/dumpobj.ml +++ b/tools/dumpobj.ml @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: dumpobj.ml 9015 2008-09-10 12:53:05Z doligez $ *) +(* $Id$ *) (* Disassembler for executable and .cmo object files *) diff --git a/tools/lexer299.mll b/tools/lexer299.mll index 82a436c7..9a244721 100644 --- a/tools/lexer299.mll +++ b/tools/lexer299.mll @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: lexer299.mll 9547 2010-01-22 12:48:24Z doligez $ *) +(* $Id$ *) (* The lexer definition *) diff --git a/tools/lexer301.mll b/tools/lexer301.mll index afa3b3d1..daec549e 100644 --- a/tools/lexer301.mll +++ b/tools/lexer301.mll @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: lexer301.mll 9547 2010-01-22 12:48:24Z doligez $ *) +(* $Id$ *) (* The lexer definition *) diff --git a/tools/make-package-macosx b/tools/make-package-macosx index d2c7c75d..ebdf0eba 100755 --- a/tools/make-package-macosx +++ b/tools/make-package-macosx @@ -12,7 +12,7 @@ # # ######################################################################### -# $Id: make-package-macosx 10448 2010-05-21 11:28:21Z doligez $ +# $Id$ cd package-macosx rm -rf ocaml.pkg ocaml-rw.dmg diff --git a/tools/objinfo.ml b/tools/objinfo.ml index 4f467f26..e9eb4031 100644 --- a/tools/objinfo.ml +++ b/tools/objinfo.ml @@ -13,7 +13,7 @@ (* *) (***********************************************************************) -(* $Id: objinfo.ml 10459 2010-05-24 14:27:50Z xleroy $ *) +(* $Id$ *) (* Dump info on .cmi, .cmo, .cmx, .cma, .cmxa, .cmxs files and on bytecode executables. *) diff --git a/tools/ocaml-objcopy-macosx b/tools/ocaml-objcopy-macosx index 99279cf8..cb2f703b 100755 --- a/tools/ocaml-objcopy-macosx +++ b/tools/ocaml-objcopy-macosx @@ -12,7 +12,7 @@ # # ######################################################################### -# $Id: ocaml-objcopy-macosx 7307 2006-01-04 16:55:50Z doligez $ +# $Id$ TMP="${TMPDIR=/tmp}" diff --git a/tools/ocaml299to3.ml b/tools/ocaml299to3.ml index e30d71c9..b1dca8da 100644 --- a/tools/ocaml299to3.ml +++ b/tools/ocaml299to3.ml @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: ocaml299to3.ml 3838 2001-10-03 01:34:05Z garrigue $ *) +(* $Id$ *) open Lexer299 diff --git a/tools/ocamlcp.ml b/tools/ocamlcp.ml index f043e1d5..a86ae352 100644 --- a/tools/ocamlcp.ml +++ b/tools/ocamlcp.ml @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: ocamlcp.ml 10444 2010-05-20 14:06:29Z doligez $ *) +(* $Id$ *) open Printf diff --git a/tools/ocamldep.ml b/tools/ocamldep.ml index dfeb59be..d92ad488 100644 --- a/tools/ocamldep.ml +++ b/tools/ocamldep.ml @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: ocamldep.ml 10914 2011-01-04 10:33:49Z xclerc $ *) +(* $Id$ *) open Format open Location diff --git a/tools/ocamlmklib.mlp b/tools/ocamlmklib.mlp index 8374439a..2e2edd02 100644 --- a/tools/ocamlmklib.mlp +++ b/tools/ocamlmklib.mlp @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: ocamlmklib.mlp 10695 2010-09-29 16:46:54Z doligez $ *) +(* $Id$ *) open Printf open Myocamlbuild_config diff --git a/tools/ocamlmktop.ml b/tools/ocamlmktop.ml index 8104607d..3d353a8f 100644 --- a/tools/ocamlmktop.ml +++ b/tools/ocamlmktop.ml @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: ocamlmktop.ml 5454 2003-03-24 15:27:01Z xleroy $ *) +(* $Id$ *) let _ = let args = Ccomp.quote_files (List.tl (Array.to_list Sys.argv)) in diff --git a/tools/ocamlmktop.tpl b/tools/ocamlmktop.tpl index 5f82e2f1..477f7387 100644 --- a/tools/ocamlmktop.tpl +++ b/tools/ocamlmktop.tpl @@ -11,6 +11,6 @@ # # ######################################################################### -# $Id: ocamlmktop.tpl 10443 2010-05-20 09:44:25Z doligez $ +# $Id$ exec %%BINDIR%%/ocamlc -linkall toplevellib.cma "$@" topstart.cmo diff --git a/tools/ocamlprof.ml b/tools/ocamlprof.ml index c0815707..e561f60e 100644 --- a/tools/ocamlprof.ml +++ b/tools/ocamlprof.ml @@ -11,7 +11,7 @@ (* *) (***********************************************************************) -(* $Id: ocamlprof.ml 10444 2010-05-20 14:06:29Z doligez $ *) +(* $Id$ *) open Printf diff --git a/tools/primreq.ml b/tools/primreq.ml index 74b6aa36..dcace11b 100644 --- a/tools/primreq.ml +++ b/tools/primreq.ml @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: primreq.ml 7469 2006-07-05 12:09:18Z pouillar $ *) +(* $Id$ *) (* Determine the set of C primitives required by the given .cmo and .cma files *) diff --git a/tools/profiling.ml b/tools/profiling.ml index dd431434..9c6d9dd0 100644 --- a/tools/profiling.ml +++ b/tools/profiling.ml @@ -12,7 +12,7 @@ (* *) (***********************************************************************) -(* $Id: profiling.ml 9547 2010-01-22 12:48:24Z doligez $ *) +(* $Id$ *) (* Run-time library for profiled programs *) diff --git a/tools/profiling.mli b/tools/profiling.mli index 01dc1215..ca8486f4 100644 --- a/tools/profiling.mli +++ b/tools/profiling.mli @@ -12,7 +12,7 @@ (* *) (***********************************************************************) -(* $Id: profiling.mli 6824 2005-03-24 17:20:54Z doligez $ *) +(* $Id$ *) (* Run-time library for profiled programs *) diff --git a/tools/scrapelabels.ml b/tools/scrapelabels.ml index 5ab6f013..dc43e97b 100644 --- a/tools/scrapelabels.ml +++ b/tools/scrapelabels.ml @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: scrapelabels.ml 9547 2010-01-22 12:48:24Z doligez $ *) +(* $Id$ *) open StdLabels open Lexer301 diff --git a/toplevel/expunge.ml b/toplevel/expunge.ml index 81800907..5debb412 100644 --- a/toplevel/expunge.ml +++ b/toplevel/expunge.ml @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: expunge.ml 6074 2004-01-16 15:24:03Z doligez $ *) +(* $Id$ *) (* "Expunge" a toplevel by removing compiler modules from the global List.map. Usage: expunge *) diff --git a/toplevel/genprintval.ml b/toplevel/genprintval.ml index bc67afae..32770040 100644 --- a/toplevel/genprintval.ml +++ b/toplevel/genprintval.ml @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: genprintval.ml 9397 2009-10-26 10:53:16Z frisch $ *) +(* $Id$ *) (* To print values *) diff --git a/toplevel/genprintval.mli b/toplevel/genprintval.mli index edb8a4a3..898588b2 100644 --- a/toplevel/genprintval.mli +++ b/toplevel/genprintval.mli @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: genprintval.mli 4694 2002-04-18 07:27:47Z garrigue $ *) +(* $Id$ *) (* Printing of values *) diff --git a/toplevel/opttopdirs.ml b/toplevel/opttopdirs.ml index 30c29439..b586bae1 100644 --- a/toplevel/opttopdirs.ml +++ b/toplevel/opttopdirs.ml @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: opttopdirs.ml 9547 2010-01-22 12:48:24Z doligez $ *) +(* $Id$ *) (* Toplevel directives *) diff --git a/toplevel/opttopdirs.mli b/toplevel/opttopdirs.mli index 77330bda..800c6cf7 100644 --- a/toplevel/opttopdirs.mli +++ b/toplevel/opttopdirs.mli @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: opttopdirs.mli 8477 2007-11-06 15:16:56Z frisch $ *) +(* $Id$ *) (* The toplevel directives. *) diff --git a/toplevel/opttoploop.ml b/toplevel/opttoploop.ml index 71ecf68e..ee6b5a0e 100644 --- a/toplevel/opttoploop.ml +++ b/toplevel/opttoploop.ml @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: opttoploop.ml 10260 2010-04-13 10:44:25Z doligez $ *) +(* $Id$ *) (* The interactive toplevel loop *) diff --git a/toplevel/opttoploop.mli b/toplevel/opttoploop.mli index 86363ba7..78e45f0b 100644 --- a/toplevel/opttoploop.mli +++ b/toplevel/opttoploop.mli @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: opttoploop.mli 8705 2007-12-04 13:38:58Z doligez $ *) +(* $Id$ *) open Format diff --git a/toplevel/opttopmain.ml b/toplevel/opttopmain.ml index 383e0ffa..bd27abb7 100644 --- a/toplevel/opttopmain.ml +++ b/toplevel/opttopmain.ml @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: opttopmain.ml 10444 2010-05-20 14:06:29Z doligez $ *) +(* $Id$ *) open Clflags diff --git a/toplevel/opttopmain.mli b/toplevel/opttopmain.mli index 119cb000..197f88bb 100644 --- a/toplevel/opttopmain.mli +++ b/toplevel/opttopmain.mli @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: opttopmain.mli 8477 2007-11-06 15:16:56Z frisch $ *) +(* $Id$ *) (* Start the [ocaml] toplevel loop *) diff --git a/toplevel/opttopstart.ml b/toplevel/opttopstart.ml index c13cfcbb..3e3fe58b 100644 --- a/toplevel/opttopstart.ml +++ b/toplevel/opttopstart.ml @@ -10,6 +10,6 @@ (* *) (***********************************************************************) -(* $Id: opttopstart.ml 8477 2007-11-06 15:16:56Z frisch $ *) +(* $Id$ *) let _ = Opttopmain.main() diff --git a/toplevel/topdirs.ml b/toplevel/topdirs.ml index b3dae052..6516a387 100644 --- a/toplevel/topdirs.ml +++ b/toplevel/topdirs.ml @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: topdirs.ml 9547 2010-01-22 12:48:24Z doligez $ *) +(* $Id$ *) (* Toplevel directives *) diff --git a/toplevel/topdirs.mli b/toplevel/topdirs.mli index 1aa70859..36af2211 100644 --- a/toplevel/topdirs.mli +++ b/toplevel/topdirs.mli @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: topdirs.mli 4694 2002-04-18 07:27:47Z garrigue $ *) +(* $Id$ *) (* The toplevel directives. *) diff --git a/toplevel/toploop.ml b/toplevel/toploop.ml index 1c454b45..250a27b5 100644 --- a/toplevel/toploop.ml +++ b/toplevel/toploop.ml @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: toploop.ml 9166 2009-01-25 22:46:15Z weis $ *) +(* $Id$ *) (* The interactive toplevel loop *) diff --git a/toplevel/toploop.mli b/toplevel/toploop.mli index be9c27b8..35eb5dbf 100644 --- a/toplevel/toploop.mli +++ b/toplevel/toploop.mli @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: toploop.mli 8705 2007-12-04 13:38:58Z doligez $ *) +(* $Id$ *) open Format diff --git a/toplevel/topmain.ml b/toplevel/topmain.ml index 6ef5812b..4bf9922a 100644 --- a/toplevel/topmain.ml +++ b/toplevel/topmain.ml @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: topmain.ml 10444 2010-05-20 14:06:29Z doligez $ *) +(* $Id$ *) open Clflags diff --git a/toplevel/topmain.mli b/toplevel/topmain.mli index c2a7c896..197f88bb 100644 --- a/toplevel/topmain.mli +++ b/toplevel/topmain.mli @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: topmain.mli 4731 2002-04-24 08:02:51Z xleroy $ *) +(* $Id$ *) (* Start the [ocaml] toplevel loop *) diff --git a/toplevel/topstart.ml b/toplevel/topstart.ml index 7d853f51..570e2f20 100644 --- a/toplevel/topstart.ml +++ b/toplevel/topstart.ml @@ -10,6 +10,6 @@ (* *) (***********************************************************************) -(* $Id: topstart.ml 4731 2002-04-24 08:02:51Z xleroy $ *) +(* $Id$ *) let _ = Topmain.main() diff --git a/toplevel/trace.ml b/toplevel/trace.ml index a306d9b4..fad92d98 100644 --- a/toplevel/trace.ml +++ b/toplevel/trace.ml @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: trace.ml 3490 2001-04-19 08:34:21Z garrigue $ *) +(* $Id$ *) (* The "trace" facility *) diff --git a/toplevel/trace.mli b/toplevel/trace.mli index 3c08f146..d708361c 100644 --- a/toplevel/trace.mli +++ b/toplevel/trace.mli @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: trace.mli 9547 2010-01-22 12:48:24Z doligez $ *) +(* $Id$ *) (* The "trace" facility *) diff --git a/typing/annot.mli b/typing/annot.mli index 95e72437..92b2f6ec 100644 --- a/typing/annot.mli +++ b/typing/annot.mli @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: annot.mli 8958 2008-07-29 15:42:44Z doligez $ *) +(* $Id$ *) (* Data types for annotations (Stypes.ml) *) diff --git a/typing/btype.ml b/typing/btype.ml index 55045e7e..e57e760f 100644 --- a/typing/btype.ml +++ b/typing/btype.ml @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: btype.ml 9547 2010-01-22 12:48:24Z doligez $ *) +(* $Id$ *) (* Basic operations on core types *) diff --git a/typing/btype.mli b/typing/btype.mli index dad6c4a0..4ea5e3b4 100644 --- a/typing/btype.mli +++ b/typing/btype.mli @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: btype.mli 8922 2008-07-19 02:13:09Z garrigue $ *) +(* $Id$ *) (* Basic operations on core types *) diff --git a/typing/ctype.ml b/typing/ctype.ml index 24bbb7d9..356260b5 100644 --- a/typing/ctype.ml +++ b/typing/ctype.ml @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: ctype.ml 10702 2010-10-02 08:56:39Z garrigue $ *) +(* $Id$ *) (* Operations on core types *) diff --git a/typing/ctype.mli b/typing/ctype.mli index fef23840..d7a40184 100644 --- a/typing/ctype.mli +++ b/typing/ctype.mli @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: ctype.mli 10669 2010-09-06 06:34:13Z garrigue $ *) +(* $Id$ *) (* Operations on core types *) diff --git a/typing/datarepr.ml b/typing/datarepr.ml index bc2617ac..80b94132 100644 --- a/typing/datarepr.ml +++ b/typing/datarepr.ml @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: datarepr.ml 9331 2009-09-12 12:41:07Z xleroy $ *) +(* $Id$ *) (* Compute constructor and label descriptions from type declarations, determining their representation. *) diff --git a/typing/datarepr.mli b/typing/datarepr.mli index 606b659c..283dbd29 100644 --- a/typing/datarepr.mli +++ b/typing/datarepr.mli @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: datarepr.mli 9547 2010-01-22 12:48:24Z doligez $ *) +(* $Id$ *) (* Compute constructor and label descriptions from type declarations, determining their representation. *) diff --git a/typing/env.ml b/typing/env.ml index dd4887e4..6eb55855 100644 --- a/typing/env.ml +++ b/typing/env.ml @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: env.ml 11062 2011-06-01 22:23:56Z doligez $ *) +(* $Id$ *) (* Environment handling *) diff --git a/typing/env.mli b/typing/env.mli index 5ee7af39..8f00972a 100644 --- a/typing/env.mli +++ b/typing/env.mli @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: env.mli 9074 2008-10-06 13:53:54Z doligez $ *) +(* $Id$ *) (* Environment handling *) diff --git a/typing/ident.ml b/typing/ident.ml index 504b0fb0..c5bc09f4 100644 --- a/typing/ident.ml +++ b/typing/ident.ml @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: ident.ml 9547 2010-01-22 12:48:24Z doligez $ *) +(* $Id$ *) open Format diff --git a/typing/ident.mli b/typing/ident.mli index f5debb95..03e2eee4 100644 --- a/typing/ident.mli +++ b/typing/ident.mli @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: ident.mli 9547 2010-01-22 12:48:24Z doligez $ *) +(* $Id$ *) (* Identifiers (unique names) *) diff --git a/typing/includeclass.ml b/typing/includeclass.ml index 772047a1..0bb47b52 100644 --- a/typing/includeclass.ml +++ b/typing/includeclass.ml @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: includeclass.ml 10541 2010-06-08 08:43:38Z garrigue $ *) +(* $Id$ *) (* Inclusion checks for the class language *) diff --git a/typing/includeclass.mli b/typing/includeclass.mli index 8f9cdca1..5596056d 100644 --- a/typing/includeclass.mli +++ b/typing/includeclass.mli @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: includeclass.mli 2908 2000-03-06 22:12:09Z weis $ *) +(* $Id$ *) (* Inclusion checks for the class language *) diff --git a/typing/includecore.ml b/typing/includecore.ml index f6766881..a0883192 100644 --- a/typing/includecore.ml +++ b/typing/includecore.ml @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: includecore.ml 10458 2010-05-24 06:52:16Z garrigue $ *) +(* $Id$ *) (* Inclusion checks for the core language *) diff --git a/typing/includecore.mli b/typing/includecore.mli index e3554742..a2af04ba 100644 --- a/typing/includecore.mli +++ b/typing/includecore.mli @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: includecore.mli 10455 2010-05-21 15:13:47Z garrigue $ *) +(* $Id$ *) (* Inclusion checks for the core language *) diff --git a/typing/includemod.ml b/typing/includemod.ml index 887e9557..4b9d4ff3 100644 --- a/typing/includemod.ml +++ b/typing/includemod.ml @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: includemod.ml 10458 2010-05-24 06:52:16Z garrigue $ *) +(* $Id$ *) (* Inclusion checks for the module language *) diff --git a/typing/includemod.mli b/typing/includemod.mli index f09035ca..347fd2d6 100644 --- a/typing/includemod.mli +++ b/typing/includemod.mli @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: includemod.mli 10447 2010-05-21 03:36:52Z garrigue $ *) +(* $Id$ *) (* Inclusion checks for the module language *) diff --git a/typing/mtype.ml b/typing/mtype.ml index 1dc3037a..dddc65a0 100644 --- a/typing/mtype.ml +++ b/typing/mtype.ml @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: mtype.ml 9547 2010-01-22 12:48:24Z doligez $ *) +(* $Id$ *) (* Operations on module types *) diff --git a/typing/mtype.mli b/typing/mtype.mli index 855b35df..b15b09ec 100644 --- a/typing/mtype.mli +++ b/typing/mtype.mli @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: mtype.mli 6196 2004-04-09 13:32:28Z xleroy $ *) +(* $Id$ *) (* Operations on module types *) diff --git a/typing/oprint.ml b/typing/oprint.ml index add376c9..68166173 100644 --- a/typing/oprint.ml +++ b/typing/oprint.ml @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: oprint.ml 11051 2011-05-18 15:01:07Z xclerc $ *) +(* $Id$ *) open Format open Outcometree diff --git a/typing/oprint.mli b/typing/oprint.mli index 8ffd7141..7a5121ae 100644 --- a/typing/oprint.mli +++ b/typing/oprint.mli @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: oprint.mli 10486 2010-05-31 13:18:11Z xclerc $ *) +(* $Id$ *) open Format open Outcometree diff --git a/typing/outcometree.mli b/typing/outcometree.mli index 30fc235f..80c28ea0 100644 --- a/typing/outcometree.mli +++ b/typing/outcometree.mli @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: outcometree.mli 9397 2009-10-26 10:53:16Z frisch $ *) +(* $Id$ *) (* Module [Outcometree]: results displayed by the toplevel *) diff --git a/typing/parmatch.ml b/typing/parmatch.ml index e614962b..d73f79af 100644 --- a/typing/parmatch.ml +++ b/typing/parmatch.ml @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: parmatch.ml 9547 2010-01-22 12:48:24Z doligez $ *) +(* $Id$ *) (* Detection of partial matches and unused match cases. *) diff --git a/typing/parmatch.mli b/typing/parmatch.mli index 3080749f..7ef6a830 100644 --- a/typing/parmatch.mli +++ b/typing/parmatch.mli @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: parmatch.mli 8906 2008-07-09 13:03:38Z mauny $ *) +(* $Id$ *) (* Detection of partial matches and unused match cases. *) open Types diff --git a/typing/path.ml b/typing/path.ml index 53ab8f0a..00955026 100644 --- a/typing/path.ml +++ b/typing/path.ml @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: path.ml 9547 2010-01-22 12:48:24Z doligez $ *) +(* $Id$ *) type t = Pident of Ident.t diff --git a/typing/path.mli b/typing/path.mli index e4d06324..96f3e983 100644 --- a/typing/path.mli +++ b/typing/path.mli @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: path.mli 5640 2003-07-01 13:05:43Z xleroy $ *) +(* $Id$ *) (* Access paths *) diff --git a/typing/predef.ml b/typing/predef.ml index e74468b9..728eb572 100644 --- a/typing/predef.ml +++ b/typing/predef.ml @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: predef.ml 10288 2010-04-21 08:13:10Z xleroy $ *) +(* $Id$ *) (* Predefined type constructors (with special typing rules in typecore) *) diff --git a/typing/predef.mli b/typing/predef.mli index 3cf8b25d..b7bbb6f4 100644 --- a/typing/predef.mli +++ b/typing/predef.mli @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: predef.mli 7702 2006-10-24 20:54:58Z weis $ *) +(* $Id$ *) (* Predefined type constructors (with special typing rules in typecore) *) diff --git a/typing/primitive.ml b/typing/primitive.ml index c7ff9528..3d7ab5f7 100644 --- a/typing/primitive.ml +++ b/typing/primitive.ml @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: primitive.ml 8930 2008-07-24 05:35:22Z frisch $ *) +(* $Id$ *) (* Description of primitive functions *) diff --git a/typing/primitive.mli b/typing/primitive.mli index 70050229..8446037f 100644 --- a/typing/primitive.mli +++ b/typing/primitive.mli @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: primitive.mli 8930 2008-07-24 05:35:22Z frisch $ *) +(* $Id$ *) (* Description of primitive functions *) diff --git a/typing/printtyp.ml b/typing/printtyp.ml index 08280c82..081e3008 100644 --- a/typing/printtyp.ml +++ b/typing/printtyp.ml @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: printtyp.ml 10703 2010-10-02 08:58:23Z garrigue $ *) +(* $Id$ *) (* Printing functions *) diff --git a/typing/printtyp.mli b/typing/printtyp.mli index 6f56d164..5e3402ff 100644 --- a/typing/printtyp.mli +++ b/typing/printtyp.mli @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: printtyp.mli 7382 2006-04-16 23:28:22Z doligez $ *) +(* $Id$ *) (* Printing functions *) diff --git a/typing/stypes.ml b/typing/stypes.ml index 64028e10..4d1166fe 100644 --- a/typing/stypes.ml +++ b/typing/stypes.ml @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: stypes.ml 8958 2008-07-29 15:42:44Z doligez $ *) +(* $Id$ *) (* Recording and dumping (partial) type information *) diff --git a/typing/stypes.mli b/typing/stypes.mli index 06aea2c1..32f92c1d 100644 --- a/typing/stypes.mli +++ b/typing/stypes.mli @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: stypes.mli 8958 2008-07-29 15:42:44Z doligez $ *) +(* $Id$ *) (* Recording and dumping (partial) type information *) diff --git a/typing/subst.ml b/typing/subst.ml index 6592c72e..6aa27660 100644 --- a/typing/subst.ml +++ b/typing/subst.ml @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: subst.ml 10285 2010-04-20 14:11:28Z xleroy $ *) +(* $Id$ *) (* Substitutions *) diff --git a/typing/subst.mli b/typing/subst.mli index 1a501139..c861a57b 100644 --- a/typing/subst.mli +++ b/typing/subst.mli @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: subst.mli 9547 2010-01-22 12:48:24Z doligez $ *) +(* $Id$ *) (* Substitutions *) diff --git a/typing/typeclass.ml b/typing/typeclass.ml index ad36db82..c81e8fe8 100644 --- a/typing/typeclass.ml +++ b/typing/typeclass.ml @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: typeclass.ml 10702 2010-10-02 08:56:39Z garrigue $ *) +(* $Id$ *) open Misc open Parsetree diff --git a/typing/typeclass.mli b/typing/typeclass.mli index 3b645772..e360ba4e 100644 --- a/typing/typeclass.mli +++ b/typing/typeclass.mli @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: typeclass.mli 10422 2010-05-18 17:25:02Z frisch $ *) +(* $Id$ *) open Asttypes open Types diff --git a/typing/typecore.ml b/typing/typecore.ml index 47908f18..48611548 100644 --- a/typing/typecore.ml +++ b/typing/typecore.ml @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: typecore.ml 10624 2010-07-12 09:36:07Z garrigue $ *) +(* $Id$ *) (* Typechecking for the core language *) diff --git a/typing/typecore.mli b/typing/typecore.mli index 07d79402..3fb90ff3 100644 --- a/typing/typecore.mli +++ b/typing/typecore.mli @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: typecore.mli 10417 2010-05-18 16:46:46Z frisch $ *) +(* $Id$ *) (* Type inference for the core language *) diff --git a/typing/typedecl.ml b/typing/typedecl.ml index ca74fbb8..f8a58181 100644 --- a/typing/typedecl.ml +++ b/typing/typedecl.ml @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: typedecl.ml 10669 2010-09-06 06:34:13Z garrigue $ *) +(* $Id$ *) (**** Typing of type definitions ****) diff --git a/typing/typedecl.mli b/typing/typedecl.mli index cb16d653..f0e742bd 100644 --- a/typing/typedecl.mli +++ b/typing/typedecl.mli @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: typedecl.mli 10669 2010-09-06 06:34:13Z garrigue $ *) +(* $Id$ *) (* Typing of type definitions and primitive definitions *) diff --git a/typing/typedtree.ml b/typing/typedtree.ml index 7a83603e..e2b7e285 100644 --- a/typing/typedtree.ml +++ b/typing/typedtree.ml @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: typedtree.ml 9397 2009-10-26 10:53:16Z frisch $ *) +(* $Id$ *) (* Abstract syntax tree after typing *) diff --git a/typing/typedtree.mli b/typing/typedtree.mli index d29bfb83..eb64937c 100644 --- a/typing/typedtree.mli +++ b/typing/typedtree.mli @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: typedtree.mli 9547 2010-01-22 12:48:24Z doligez $ *) +(* $Id$ *) (* Abstract syntax tree after typing *) diff --git a/typing/typemod.ml b/typing/typemod.ml index b774b22a..f1cc3f0a 100644 --- a/typing/typemod.ml +++ b/typing/typemod.ml @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: typemod.ml 10706 2010-10-07 02:22:19Z garrigue $ *) +(* $Id$ *) (* Type-checking of the module language *) diff --git a/typing/typemod.mli b/typing/typemod.mli index 4148c716..d508a429 100644 --- a/typing/typemod.mli +++ b/typing/typemod.mli @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: typemod.mli 10419 2010-05-18 17:18:24Z frisch $ *) +(* $Id$ *) (* Type-checking of the module language *) diff --git a/typing/types.ml b/typing/types.ml index 21f65420..5996719d 100644 --- a/typing/types.ml +++ b/typing/types.ml @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: types.ml 9397 2009-10-26 10:53:16Z frisch $ *) +(* $Id$ *) (* Representation of types and declarations *) diff --git a/typing/types.mli b/typing/types.mli index 1ca1a1b3..a4c64084 100644 --- a/typing/types.mli +++ b/typing/types.mli @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: types.mli 10250 2010-04-08 03:58:41Z garrigue $ *) +(* $Id$ *) (* Representation of types and declarations *) diff --git a/typing/typetexp.mli b/typing/typetexp.mli index 429472ed..ec9042ce 100644 --- a/typing/typetexp.mli +++ b/typing/typetexp.mli @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: typetexp.mli 10422 2010-05-18 17:25:02Z frisch $ *) +(* $Id$ *) (* Typechecking of type expressions for the core language *) diff --git a/typing/unused_var.ml b/typing/unused_var.ml index b966a6dc..c90b6e80 100644 --- a/typing/unused_var.ml +++ b/typing/unused_var.ml @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: unused_var.ml 11110 2011-07-04 21:15:01Z doligez $ *) +(* $Id$ *) open Parsetree diff --git a/typing/unused_var.mli b/typing/unused_var.mli index 6d408686..be36fcca 100644 --- a/typing/unused_var.mli +++ b/typing/unused_var.mli @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: unused_var.mli 7307 2006-01-04 16:55:50Z doligez $ *) +(* $Id$ *) val warn : Format.formatter -> Parsetree.structure -> Parsetree.structure;; (* Warn on unused variables; return the second argument. *) diff --git a/utils/ccomp.ml b/utils/ccomp.ml index c3d84ecc..94a29217 100644 --- a/utils/ccomp.ml +++ b/utils/ccomp.ml @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: ccomp.ml 10326 2010-04-28 12:09:32Z xleroy $ *) +(* $Id$ *) (* Compiling C files and building C libraries *) diff --git a/utils/ccomp.mli b/utils/ccomp.mli index 47f15059..72ae7131 100644 --- a/utils/ccomp.mli +++ b/utils/ccomp.mli @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: ccomp.mli 8768 2008-01-11 16:13:18Z doligez $ *) +(* $Id$ *) (* Compiling C files and building C libraries *) diff --git a/utils/clflags.ml b/utils/clflags.ml index c013d9d9..1074d362 100644 --- a/utils/clflags.ml +++ b/utils/clflags.ml @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: clflags.ml 9464 2009-12-09 09:17:12Z weis $ *) +(* $Id$ *) (* Command-line parameters *) diff --git a/utils/clflags.mli b/utils/clflags.mli index beee95f1..d5357ef3 100644 --- a/utils/clflags.mli +++ b/utils/clflags.mli @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: clflags.mli 9464 2009-12-09 09:17:12Z weis $ *) +(* $Id$ *) val objfiles : string list ref val ccobjs : string list ref diff --git a/utils/config.mlbuild b/utils/config.mlbuild index 478d5997..68a7c858 100644 --- a/utils/config.mlbuild +++ b/utils/config.mlbuild @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: config.mlbuild 10424 2010-05-19 11:29:38Z xleroy $ *) +(* $Id$ *) (***********************************************************************) (** **) diff --git a/utils/config.mli b/utils/config.mli index 4c66eb08..da39808b 100644 --- a/utils/config.mli +++ b/utils/config.mli @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: config.mli 10424 2010-05-19 11:29:38Z xleroy $ *) +(* $Id$ *) (* System configuration *) diff --git a/utils/config.mlp b/utils/config.mlp index 96948686..4cabf90b 100644 --- a/utils/config.mlp +++ b/utils/config.mlp @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: config.mlp 10424 2010-05-19 11:29:38Z xleroy $ *) +(* $Id$ *) (***********************************************************************) (** **) diff --git a/utils/consistbl.ml b/utils/consistbl.ml index c9ffaf25..d01d7c87 100644 --- a/utils/consistbl.ml +++ b/utils/consistbl.ml @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: consistbl.ml 5275 2002-11-18 10:41:26Z xleroy $ *) +(* $Id$ *) (* Consistency tables: for checking consistency of module CRCs *) diff --git a/utils/consistbl.mli b/utils/consistbl.mli index 0e58dd57..edaac12f 100644 --- a/utils/consistbl.mli +++ b/utils/consistbl.mli @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: consistbl.mli 5275 2002-11-18 10:41:26Z xleroy $ *) +(* $Id$ *) (* Consistency tables: for checking consistency of module CRCs *) diff --git a/utils/misc.ml b/utils/misc.ml index 04a07125..68ca8e3d 100644 --- a/utils/misc.ml +++ b/utils/misc.ml @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: misc.ml 7909 2007-02-23 13:44:51Z ertai $ *) +(* $Id$ *) (* Errors *) diff --git a/utils/misc.mli b/utils/misc.mli index 9e08d824..87f74e25 100644 --- a/utils/misc.mli +++ b/utils/misc.mli @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: misc.mli 9547 2010-01-22 12:48:24Z doligez $ *) +(* $Id$ *) (* Miscellaneous useful types and functions *) diff --git a/utils/tbl.ml b/utils/tbl.ml index c79a73f6..b0651693 100644 --- a/utils/tbl.ml +++ b/utils/tbl.ml @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: tbl.ml 10285 2010-04-20 14:11:28Z xleroy $ *) +(* $Id$ *) type ('a, 'b) t = Empty diff --git a/utils/tbl.mli b/utils/tbl.mli index fbe96243..44a021a7 100644 --- a/utils/tbl.mli +++ b/utils/tbl.mli @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: tbl.mli 10285 2010-04-20 14:11:28Z xleroy $ *) +(* $Id$ *) (* Association tables from any ordered type to any type. We use the generic ordering to compare keys. *) diff --git a/utils/terminfo.ml b/utils/terminfo.ml index 8f1d5af8..cc179910 100644 --- a/utils/terminfo.ml +++ b/utils/terminfo.ml @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: terminfo.ml 6045 2004-01-01 16:42:43Z doligez $ *) +(* $Id$ *) (* Basic interface to the terminfo database *) diff --git a/utils/terminfo.mli b/utils/terminfo.mli index 9198c13b..ef26b61a 100644 --- a/utils/terminfo.mli +++ b/utils/terminfo.mli @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: terminfo.mli 6045 2004-01-01 16:42:43Z doligez $ *) +(* $Id$ *) (* Basic interface to the terminfo database *) diff --git a/utils/warnings.ml b/utils/warnings.ml index 2ce355d1..72885523 100644 --- a/utils/warnings.ml +++ b/utils/warnings.ml @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: warnings.ml 10450 2010-05-21 12:00:49Z doligez $ *) +(* $Id$ *) (* When you change this, you need to update the documentation: - man/ocamlc.m in ocaml diff --git a/utils/warnings.mli b/utils/warnings.mli index 739b770a..c9e577d9 100644 --- a/utils/warnings.mli +++ b/utils/warnings.mli @@ -10,7 +10,7 @@ (* *) (***********************************************************************) -(* $Id: warnings.mli 10369 2010-05-04 18:44:38Z frisch $ *) +(* $Id$ *) open Format diff --git a/win32caml/Makefile b/win32caml/Makefile index 518ce9e7..a73b7315 100644 --- a/win32caml/Makefile +++ b/win32caml/Makefile @@ -11,7 +11,7 @@ # # ######################################################################### -# $Id: Makefile 8521 2007-11-15 13:21:15Z frisch $ +# $Id$ include ../config/Makefile diff --git a/win32caml/inria.h b/win32caml/inria.h index cfa1d1b2..095cbcc7 100644 --- a/win32caml/inria.h +++ b/win32caml/inria.h @@ -10,7 +10,7 @@ /* */ /***********************************************************************/ -/* $Id: inria.h 9153 2008-12-03 18:09:09Z doligez $ */ +/* $Id$ */ /*------------------------------------------------------------------------ Module: D:\lcc\inria\inria.h diff --git a/win32caml/libgraph.h b/win32caml/libgraph.h index f36c0752..3bfaff30 100644 --- a/win32caml/libgraph.h +++ b/win32caml/libgraph.h @@ -11,7 +11,7 @@ /* */ /***********************************************************************/ -/* $Id: libgraph.h 5029 2002-07-23 14:12:03Z doligez $ */ +/* $Id$ */ #include #include diff --git a/win32caml/menu.c b/win32caml/menu.c index ba7af01e..9ab0f5f3 100644 --- a/win32caml/menu.c +++ b/win32caml/menu.c @@ -15,7 +15,7 @@ /* Began 14 Sept 2003 - watford@uiuc.edu */ /***********************************************************************/ -/* $Id: menu.c 7411 2006-05-09 16:03:48Z xleroy $ */ +/* $Id$ */ #include #include diff --git a/win32caml/ocaml.c b/win32caml/ocaml.c index cd50cb9d..2a2e04a5 100644 --- a/win32caml/ocaml.c +++ b/win32caml/ocaml.c @@ -14,7 +14,7 @@ /* Began 14 Sept 2003 - watford@uiuc.edu */ /***********************************************************************/ -/* $Id: ocaml.c 7411 2006-05-09 16:03:48Z xleroy $ */ +/* $Id$ */ /*@@ Wedit generated application. Written Sat Jun 02 18:22:38 2001 @@header: D:\lcc\inria\inriares.h diff --git a/win32caml/startocaml.c b/win32caml/startocaml.c index 8b0ae8c5..f1a3562d 100644 --- a/win32caml/startocaml.c +++ b/win32caml/startocaml.c @@ -15,7 +15,7 @@ /* Began 14 Sept 2003 - watford@uiuc.edu */ /***********************************************************************/ -/* $Id: startocaml.c 6824 2005-03-24 17:20:54Z doligez $ */ +/* $Id$ */ #include #include diff --git a/yacc/Makefile b/yacc/Makefile index 6a05cd20..a90700f2 100644 --- a/yacc/Makefile +++ b/yacc/Makefile @@ -10,7 +10,7 @@ # # ######################################################################### -# $Id: Makefile 10448 2010-05-21 11:28:21Z doligez $ +# $Id$ # Makefile for the parser generator. diff --git a/yacc/Makefile.nt b/yacc/Makefile.nt index 16f5694c..a33fa014 100644 --- a/yacc/Makefile.nt +++ b/yacc/Makefile.nt @@ -10,7 +10,7 @@ # # ######################################################################### -# $Id: Makefile.nt 10448 2010-05-21 11:28:21Z doligez $ +# $Id$ # Makefile for the parser generator. diff --git a/yacc/closure.c b/yacc/closure.c index dfb32be1..1b7926a0 100644 --- a/yacc/closure.c +++ b/yacc/closure.c @@ -12,7 +12,7 @@ /* Based on public-domain code from Berkeley Yacc */ -/* $Id: closure.c 3573 2001-07-12 12:54:24Z doligez $ */ +/* $Id$ */ #include "defs.h" diff --git a/yacc/defs.h b/yacc/defs.h index f6bc869b..1be27d1a 100644 --- a/yacc/defs.h +++ b/yacc/defs.h @@ -12,7 +12,7 @@ /* Based on public-domain code from Berkeley Yacc */ -/* $Id: defs.h 9547 2010-01-22 12:48:24Z doligez $ */ +/* $Id$ */ #include #include diff --git a/yacc/error.c b/yacc/error.c index bae9c194..ae0b77ac 100644 --- a/yacc/error.c +++ b/yacc/error.c @@ -12,7 +12,7 @@ /* Based on public-domain code from Berkeley Yacc */ -/* $Id: error.c 6654 2004-11-02 10:48:14Z doligez $ */ +/* $Id$ */ /* routines for printing error messages */ diff --git a/yacc/lalr.c b/yacc/lalr.c index e4727ef7..f87afb1d 100644 --- a/yacc/lalr.c +++ b/yacc/lalr.c @@ -12,7 +12,7 @@ /* Based on public-domain code from Berkeley Yacc */ -/* $Id: lalr.c 9547 2010-01-22 12:48:24Z doligez $ */ +/* $Id$ */ #include "defs.h" diff --git a/yacc/lr0.c b/yacc/lr0.c index 58bf42ef..e05fcb07 100644 --- a/yacc/lr0.c +++ b/yacc/lr0.c @@ -12,7 +12,7 @@ /* Based on public-domain code from Berkeley Yacc */ -/* $Id: lr0.c 3573 2001-07-12 12:54:24Z doligez $ */ +/* $Id$ */ #include "defs.h" diff --git a/yacc/main.c b/yacc/main.c index 0aa15cde..feb2dbda 100644 --- a/yacc/main.c +++ b/yacc/main.c @@ -12,7 +12,7 @@ /* Based on public-domain code from Berkeley Yacc */ -/* $Id: main.c 10444 2010-05-20 14:06:29Z doligez $ */ +/* $Id$ */ #include #include diff --git a/yacc/mkpar.c b/yacc/mkpar.c index 0773e1e1..1f9759e1 100644 --- a/yacc/mkpar.c +++ b/yacc/mkpar.c @@ -12,7 +12,7 @@ /* Based on public-domain code from Berkeley Yacc */ -/* $Id: mkpar.c 9547 2010-01-22 12:48:24Z doligez $ */ +/* $Id$ */ #include "defs.h" diff --git a/yacc/output.c b/yacc/output.c index f029ddd7..00d61ac9 100644 --- a/yacc/output.c +++ b/yacc/output.c @@ -12,7 +12,7 @@ /* Based on public-domain code from Berkeley Yacc */ -/* $Id: output.c 9547 2010-01-22 12:48:24Z doligez $ */ +/* $Id$ */ #include "defs.h" diff --git a/yacc/reader.c b/yacc/reader.c index 50ff136e..d3c27557 100644 --- a/yacc/reader.c +++ b/yacc/reader.c @@ -12,7 +12,7 @@ /* Based on public-domain code from Berkeley Yacc */ -/* $Id: reader.c 9319 2009-07-20 11:51:50Z doligez $ */ +/* $Id$ */ #include #include "defs.h" diff --git a/yacc/skeleton.c b/yacc/skeleton.c index 7b12a633..86e152ac 100644 --- a/yacc/skeleton.c +++ b/yacc/skeleton.c @@ -12,7 +12,7 @@ /* Based on public-domain code from Berkeley Yacc */ -/* $Id: skeleton.c 7019 2005-08-13 20:59:37Z doligez $ */ +/* $Id$ */ #include "defs.h" diff --git a/yacc/symtab.c b/yacc/symtab.c index 92ad7d39..87e280a0 100644 --- a/yacc/symtab.c +++ b/yacc/symtab.c @@ -12,7 +12,7 @@ /* Based on public-domain code from Berkeley Yacc */ -/* $Id: symtab.c 3573 2001-07-12 12:54:24Z doligez $ */ +/* $Id$ */ #include #include "defs.h" diff --git a/yacc/verbose.c b/yacc/verbose.c index 017c260d..0a1850ff 100644 --- a/yacc/verbose.c +++ b/yacc/verbose.c @@ -12,7 +12,7 @@ /* Based on public-domain code from Berkeley Yacc */ -/* $Id: verbose.c 9547 2010-01-22 12:48:24Z doligez $ */ +/* $Id$ */ #include "defs.h" diff --git a/yacc/warshall.c b/yacc/warshall.c index f1caabb6..5b8f10c8 100644 --- a/yacc/warshall.c +++ b/yacc/warshall.c @@ -12,7 +12,7 @@ /* Based on public-domain code from Berkeley Yacc */ -/* $Id: warshall.c 3573 2001-07-12 12:54:24Z doligez $ */ +/* $Id$ */ #include "defs.h"