# Mark objects as 'ancient' so they are taken out of the OCaml heap.
-# $Id: Makefile,v 1.9 2006-10-31 14:39:50 rich Exp $
include Makefile.config
# Mark objects as 'ancient' so they are taken out of the OCaml heap.
-# $Id: Makefile.config,v 1.8 2006-10-31 14:39:50 rich Exp $
PACKAGE := ancient
VERSION := 0.8.0
'Ancient' module for OCaml
----------------------------------------------------------------------
-$Id: README.txt,v 1.4 2006-10-13 14:13:06 rich Exp $
What does this module do?
----------------------------------------------------------------------
-(* Mark objects as 'ancient' so they are taken out of the OCaml heap.
- * $Id: ancient.ml,v 1.7 2006-10-13 12:28:20 rich Exp $
- *)
+(* Mark objects as 'ancient' so they are taken out of the OCaml heap. *)
type 'a ancient
-(** Mark objects as 'ancient' so they are taken out of the OCaml heap.
- * $Id: ancient.mli,v 1.8 2006-10-13 12:28:20 rich Exp $
- *)
+(** Mark objects as 'ancient' so they are taken out of the OCaml heap. *)
type 'a ancient
/* Mark objects as 'ancient' so they are taken out of the OCaml heap.
- * $Id: ancient_c.c,v 1.11 2006-10-31 14:39:50 rich Exp $
*/
#include <string.h>
(* Get the major or minor part of the OCaml version string.
* This doesn't seem t be present in header files (at least not in 3.08.x).
- * $Id: ocaml_version.ml,v 1.1 2006-10-31 14:39:50 rich Exp $
*)
type t = Major | Minor
let usage () = failwith "ocaml_version major|minor"
-(* Read shared dictionary.
- * $Id: test_ancient_dict_read.ml,v 1.1 2006-10-06 15:03:47 rich Exp $
- *)
+(* Read shared dictionary. *)
open Printf
open Unix
-(* Verify shared dictionary.
- * $Id: test_ancient_dict_verify.ml,v 1.1 2006-10-06 15:03:47 rich Exp $
- *)
+(* Verify shared dictionary. *)
open Printf
open Unix
-(* Create shared dictionary.
- * $Id: test_ancient_dict_write.ml,v 1.1 2006-10-06 15:03:47 rich Exp $
- *)
+(* Create shared dictionary. *)
open Printf
open Unix