FreeBSD Bugzilla – Attachment 10207 Details for
Bug 20539
Upgrate lang/ocaml port to the latest and greatest version
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 31.92 KB, created by
ak03
on 2000-08-11 22:00:00 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
ak03
Created:
2000-08-11 22:00:00 UTC
Size:
31.92 KB
patch
obsolete
>Index: Makefile >=================================================================== >RCS file: /usr/ncvs/ports/lang/ocaml/Makefile,v >retrieving revision 1.14 >diff -u -r1.14 Makefile >--- Makefile 2000/04/16 04:14:09 1.14 >+++ Makefile 2000/08/11 20:44:43 >@@ -6,29 +6,43 @@ > # > > PORTNAME= ocaml >-PORTVERSION= 2.04 >+PORTVERSION= 3.00 > CATEGORIES= lang > MASTER_SITES= ftp://ftp.inria.fr/lang/caml-light/ \ > ftp://ftp.kurims.kyoto-u.ac.jp/pub/lang/caml-light/ > DISTFILES= ${PKGNAME}.tar.gz ${DOCFILES} >+EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}-refman.html${EXTRACT_SUFX} > > MAINTAINER= ortmann@isl.net > >-EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}-refman.html${EXTRACT_SUFX} >+.if defined(WITH_TK) >+PLIST_SUB+= LABLTK:="" >+LIB_DEPENDS= tk82.1:${PORTSDIR}/x11-toolkits/tk82 >+.else >+PLIST_SUB+= LABLTK:="@comment " >+.endif >+ > USE_XLIB= yes > HAS_CONFIGURE= yes >-#USE_GMAKE= yes > ALL_TARGET= world bootstrap opt ocamlc.opt ocamlopt.opt > > .if ${MACHINE_ARCH} != "i386" >-PLIST= ${PKGDIR}/PLIST.noprof >+PLIST_SUB+= PROF:="@comment " >+.else >+PLIST_SUB+= PROF:="" > .endif > > MAN1= ocaml.1 ocamlc.1 ocamlcp.1 ocamldep.1 ocamllex.1 \ > ocamlopt.1 ocamlprof.1 ocamlrun.1 ocamlyacc.1 ocamlmktop.1 \ > ocamlc.opt.1 ocamlopt.opt.1 >+ >+CONFIGURE_ARGS= -prefix ${PREFIX} \ >+ -x11include ${X11BASE}/include \ >+ -x11lib ${X11BASE}/lib > >-CONFIGURE_ENV= PREFIX=${PREFIX} X11BASE=${X11BASE} BATCH=${BATCH} >+.if defined(WITH_TK) >+CONFIGURE_ARGS+= -tkdefs "-I${PREFIX}/include/tcl8.2 -I${PREFIX}/include/tk8.2" >+.endif > > .if !defined(NOPORTDOCS) > DOCFILES= ${DISTNAME}-refman.html.tar.gz ${DISTNAME}-refman.ps.gz >Index: files/md5 >=================================================================== >RCS file: /usr/ncvs/ports/lang/ocaml/files/md5,v >retrieving revision 1.5 >diff -u -r1.5 md5 >--- files/md5 2000/02/28 15:44:27 1.5 >+++ files/md5 2000/08/10 16:39:04 >@@ -1,3 +1,3 @@ >-MD5 (ocaml-2.04.tar.gz) = e7eb206d2f7ee6e1aca0ab07d1f4dc20 >-MD5 (ocaml-2.04-refman.html.tar.gz) = b5f06bbf3f602fd9ea0cddf7a1f2cfe4 >-MD5 (ocaml-2.04-refman.ps.gz) = 7e162fc434f1ab36fdbad896ce935779 >+MD5 (ocaml-3.00.tar.gz) = 7156d619d8e2aea430e0df9b1bab1b52 >+MD5 (ocaml-3.00-refman.html.tar.gz) = 785ac165cc61ee8413a67399a3a2002e >+MD5 (ocaml-3.00-refman.ps.gz) = 3857d22c9b14d9ef2ef4ed41a9f0f02d >Index: patches/patch-aa >=================================================================== >RCS file: patch-aa >diff -N patch-aa >--- /tmp/cvsPNjId50060 Fri Aug 11 16:46:39 2000 >+++ /dev/null Fri Aug 11 16:46:11 2000 >@@ -1,83 +0,0 @@ >---- configure.orig Fri Feb 11 16:15:25 2000 >-+++ configure Fri Feb 11 16:27:37 2000 >-@@ -135,27 +135,27 @@ >- >- # Check for buggy versions of GCC >- >--case "$host,$cc" in >-- i[3456]86-*-*,gcc*) >-- case `$cc --version` in >-- 2.7.2.1) cat <<'EOF' >-- >--WARNING: you are using gcc version 2.7.2.1 on an Intel x86 processor. >--This version of gcc is known to generate incorrect code for the >--Objective Caml runtime system on some Intel x86 machines. (The symptom >--is a crash of boot/ocamlc when compiling stdlib/pervasives.mli.) >--In particular, the version of gcc 2.7.2.1 that comes with >--Linux RedHat 4.x / Intel is affected by this problem. >--Other Linux distributions might also be affected. >--If you are using one of these configurations, you are strongly advised >--to use another version of gcc, such as 2.7.2 or 2.7.2.2, which are >--known to work well with Objective Caml. >-- >--Press <enter> to proceed or <interrupt> to stop. >--EOF >-- read reply;; >-- esac;; >--esac >-+#case "$host,$cc" in >-+# i[3456]86-*-*,gcc*) >-+# case `$cc --version` in >-+# 2.7.2.1) cat <<'EOF' >-+# >-+#WARNING: you are using gcc version 2.7.2.1 on an Intel x86 processor. >-+#This version of gcc is known to generate incorrect code for the >-+#Objective Caml runtime system on some Intel x86 machines. (The symptom >-+#is a crash of boot/ocamlc when compiling stdlib/pervasives.mli.) >-+#In particular, the version of gcc 2.7.2.1 that comes with >-+#Linux RedHat 4.x / Intel is affected by this problem. >-+#Other Linux distributions might also be affected. >-+#If you are using one of these configurations, you are strongly advised >-+#to use another version of gcc, such as 2.7.2 or 2.7.2.2, which are >-+#known to work well with Objective Caml. >-+# >-+#Press <enter> to proceed or <interrupt> to stop. >-+#EOF >-+# read reply;; >-+# esac;; >-+#esac >- >- # Configure the bytecode compiler >- >-@@ -290,6 +290,7 @@ >- case "$host" in >- alpha-*-osf*) arch=alpha; system=digital;; >- alpha-*-linux*) arch=alpha; system=linux;; >-+ alpha-*-freebsd*) arch=alpha; system=freebsd;; >- alpha-*-netbsd*) arch=alpha; system=netbsd;; >- alpha-*-openbsd*) arch=alpha; system=openbsd;; >- sparc-*-sunos4.*) arch=sparc; system=sunos;; >-@@ -340,6 +341,7 @@ >- alpha,*,digital) asflags='-O2'; asppflags='-O2 -DSYS_$(SYSTEM)'; >- asppprofflags='-pg -DPROFILING';; >- alpha,*,linux) aspp='gcc'; asppflags='-c -DSYS_$(SYSTEM)';; >-+ alpha,*,freebsd) aspp='gcc'; asppflags='-c -DSYS_$(SYSTEM)';; >- alpha,*,netbsd) aspp='gcc'; asppflags='-c -DSYS_$(SYSTEM)';; >- alpha,*,openbsd) aspp='gcc'; asppflags='-c -DSYS_$(SYSTEM)';; >- mips,*,irix) asflags='-n32 -O2'; asppflags="$asflags";; >-@@ -365,6 +367,7 @@ >- case "$arch,$model,$system" in >- alpha,*,digital) profiling='prof';; >- i386,*,linux_elf) profiling='prof';; >-+ i386,*,*bsd*) profiling='prof';; >- *) profiling='noprof';; >- esac >- >-@@ -649,6 +652,7 @@ >- alpha-*-osf*) bignum_arch=alpha;; >- i[3456]86-*-linux) bignum_arch=x86;; >- i[3456]86-*-beos) bignum_arch=x86;; >-+ i[3456]86-*-*bsd*) bignum_arch=x86;; >- sparc-*-sunos*) bignum_arch=supersparc;; >- sparc-*-solaris*) bignum_arch=supersparc-solaris;; >- sparc-*-*bsd*) bignum_arch=sparc;; >Index: patches/patch-ab >=================================================================== >RCS file: patch-ab >diff -N patch-ab >--- /tmp/cvsZxBca50060 Fri Aug 11 16:46:39 2000 >+++ /dev/null Fri Aug 11 16:46:11 2000 >@@ -1,18 +0,0 @@ >---- asmcomp/i386/emit.mlp.orig Fri Feb 11 16:33:42 2000 >-+++ asmcomp/i386/emit.mlp Fri Feb 11 16:53:31 2000 >-@@ -713,6 +713,15 @@ >- ` popl %edx\n`; >- ` popl %ecx\n`; >- ` popl %eax\n` >-+ | "bsd_elf" -> >-+ ` pushl %eax\n`; >-+ ` movl %esp, %ebp\n`; >-+ ` pushl %ecx\n`; >-+ ` pushl %edx\n`; >-+ ` call .mcount\n`; >-+ ` popl %edx\n`; >-+ ` popl %ecx\n`; >-+ ` popl %eax\n` >- | _ -> () (*unsupported yet*) >- >- (* Emission of a function declaration *) >Index: patches/patch-ac >=================================================================== >RCS file: patch-ac >diff -N patch-ac >--- /tmp/cvsjVNol50060 Fri Aug 11 16:46:39 2000 >+++ /dev/null Fri Aug 11 16:46:11 2000 >@@ -1,26 +0,0 @@ >---- asmrun/i386.S.orig Wed Nov 17 19:56:48 1999 >-+++ asmrun/i386.S Fri Feb 11 16:51:35 2000 >-@@ -35,13 +35,22 @@ >- #define FUNCTION_ALIGN 2 >- #endif >- >--#if defined(PROFILING) && defined(SYS_linux_elf) >-+#if defined(PROFILING) >-+#if defined(SYS_linux_elf) >- #define PROFILE_CAML \ >- pushl %ebp; movl %esp, %ebp; pushl %eax; pushl %ecx; pushl %edx; \ >- call mcount; \ >- popl %edx; popl %ecx; popl %eax; popl %ebp >- #define PROFILE_C \ >- pushl %ebp; movl %esp, %ebp; call mcount; popl %ebp >-+#elif defined(SYS_bsd_elf) >-+#define PROFILE_CAML \ >-+ pushl %ebp; movl %esp, %ebp; pushl %eax; pushl %ecx; pushl %edx; \ >-+ call .mcount; \ >-+ popl %edx; popl %ecx; popl %eax; popl %ebp >-+#define PROFILE_C \ >-+ pushl %ebp; movl %esp, %ebp; call .mcount; popl %ebp >-+#endif >- #else >- #define PROFILE_CAML >- #define PROFILE_C >Index: patches/patch-ad >=================================================================== >RCS file: patch-ad >diff -N patch-ad >--- /tmp/cvsmgIlx50060 Fri Aug 11 16:46:39 2000 >+++ /dev/null Fri Aug 11 16:46:11 2000 >@@ -1,11 +0,0 @@ >---- otherlibs/num/bignum/Makefile.orig Thu Dec 4 19:07:35 1997 >-+++ otherlibs/num/bignum/Makefile Fri Feb 11 16:54:51 2000 >-@@ -73,7 +73,7 @@ >- $(MAKE) CC="$(CC)" CFLAGS="$(CFLAGS)" all >- >- alpha: scratch >-- as -O s/alphaKerN.s -o o/KerN.o >-+ as s/alphaKerN.s -o o/KerN.o >- $(MAKE) CC="$(CC)" CFLAGS="$(CFLAGS)" all >- >- pyramid: scratch >Index: patches/patch-ae >=================================================================== >RCS file: patch-ae >diff -N patch-ae >--- /tmp/cvsmzhTW50060 Fri Aug 11 16:46:39 2000 >+++ /dev/null Fri Aug 11 16:46:11 2000 >@@ -1,11 +0,0 @@ >---- asmcomp/alpha/emit.mlp.orig Fri Feb 11 16:55:21 2000 >-+++ asmcomp/alpha/emit.mlp Fri Feb 11 16:56:28 2000 >-@@ -274,7 +274,7 @@ >- let rdata_section = >- match Config.system with >- "digital" | "openbsd" -> ".rdata" >-- | "linux" | "netbsd" -> ".section .rodata" >-+ | "linux" | "netbsd" "freebsd" -> ".section .rodata" >- | _ -> assert false >- >- (* Names of various instructions *) >Index: pkg/PLIST >=================================================================== >RCS file: /usr/ncvs/ports/lang/ocaml/pkg/PLIST,v >retrieving revision 1.8 >diff -u -r1.8 PLIST >--- pkg/PLIST 2000/03/26 06:03:02 1.8 >+++ pkg/PLIST 2000/08/10 22:36:01 >@@ -1,271 +1,358 @@ >-bin/ocaml >+bin/ocamlrun > bin/ocamlc >-bin/ocamlc.opt >-bin/ocamlcp >-bin/ocamldebug >-bin/ocamldep >+bin/ocaml > bin/ocamllex >+bin/ocamlyacc >+bin/ocamldep >+bin/ocamlprof >+bin/ocamlcp > bin/ocamlmktop >+bin/ocaml299to3 >+%%LABLTK:%%bin/labltk >+%%LABLTK:%%bin/ocamlbrowser > bin/ocamlopt >+bin/ocamlc.opt > bin/ocamlopt.opt >-bin/ocamlprof >-bin/ocamlrun >-bin/ocamlyacc >-lib/ocaml/arg.cmi >-lib/ocaml/arg.cmx >-lib/ocaml/arg.ml >-lib/ocaml/arg.mli >-lib/ocaml/arg.p.cmx >-lib/ocaml/arith_flags.cmx >-lib/ocaml/arith_status.cmi >-lib/ocaml/arith_status.cmx >-lib/ocaml/arith_status.mli >-lib/ocaml/array.cmi >-lib/ocaml/array.cmx >-lib/ocaml/array.ml >-lib/ocaml/array.mli >-lib/ocaml/array.p.cmx >-lib/ocaml/big_int.cmi >-lib/ocaml/big_int.cmx >-lib/ocaml/big_int.mli >-lib/ocaml/buffer.cmi >-lib/ocaml/buffer.cmx >-lib/ocaml/buffer.ml >-lib/ocaml/buffer.mli >-lib/ocaml/buffer.p.cmx >-lib/ocaml/callback.cmi >-lib/ocaml/callback.cmx >-lib/ocaml/callback.ml >-lib/ocaml/callback.mli >-lib/ocaml/callback.p.cmx >-lib/ocaml/caml/alloc.h >-lib/ocaml/caml/callback.h >-lib/ocaml/caml/config.h >+bin/ocamldebug >+lib/ocaml/libcamlrun.a >+lib/ocaml/caml/custom.h > lib/ocaml/caml/fail.h >-lib/ocaml/caml/memory.h >+lib/ocaml/caml/callback.h > lib/ocaml/caml/misc.h >+lib/ocaml/caml/alloc.h > lib/ocaml/caml/mlvalues.h >+lib/ocaml/caml/config.h >+lib/ocaml/caml/memory.h >+lib/ocaml/caml/bigarray.h >+lib/ocaml/stdlib.cma > lib/ocaml/camlheader >-lib/ocaml/camlheader_ur >-lib/ocaml/char.cmi >-lib/ocaml/char.cmx >+lib/ocaml/weak.ml >+lib/ocaml/sys.ml >+lib/ocaml/string.ml >+lib/ocaml/stream.ml >+lib/ocaml/std_exit.ml >+lib/ocaml/stack.ml >+lib/ocaml/sort.ml >+lib/ocaml/set.ml >+lib/ocaml/random.ml >+lib/ocaml/queue.ml >+lib/ocaml/printf.ml >+lib/ocaml/printexc.ml >+lib/ocaml/pervasives.ml >+lib/ocaml/parsing.ml >+lib/ocaml/oo.ml >+lib/ocaml/obj.ml >+lib/ocaml/nativeint.ml >+lib/ocaml/marshal.ml >+lib/ocaml/map.ml >+lib/ocaml/list.ml >+lib/ocaml/lexing.ml >+lib/ocaml/lazy.ml >+lib/ocaml/int64.ml >+lib/ocaml/int32.ml >+lib/ocaml/hashtbl.ml >+lib/ocaml/genlex.ml >+lib/ocaml/gc.ml >+lib/ocaml/format.ml >+lib/ocaml/filename.ml >+lib/ocaml/digest.ml > lib/ocaml/char.ml >+lib/ocaml/callback.ml >+lib/ocaml/buffer.ml >+lib/ocaml/array.ml >+lib/ocaml/arg.ml >+lib/ocaml/weak.mli >+lib/ocaml/sys.mli >+lib/ocaml/string.mli >+lib/ocaml/stream.mli >+lib/ocaml/stack.mli >+lib/ocaml/sort.mli >+lib/ocaml/set.mli >+lib/ocaml/random.mli >+lib/ocaml/queue.mli >+lib/ocaml/printf.mli >+lib/ocaml/printexc.mli >+lib/ocaml/pervasives.mli >+lib/ocaml/parsing.mli >+lib/ocaml/oo.mli >+lib/ocaml/obj.mli >+lib/ocaml/nativeint.mli >+lib/ocaml/marshal.mli >+lib/ocaml/map.mli >+lib/ocaml/list.mli >+lib/ocaml/lexing.mli >+lib/ocaml/lazy.mli >+lib/ocaml/int64.mli >+lib/ocaml/int32.mli >+lib/ocaml/hashtbl.mli >+lib/ocaml/genlex.mli >+lib/ocaml/gc.mli >+lib/ocaml/format.mli >+lib/ocaml/filename.mli >+lib/ocaml/digest.mli > lib/ocaml/char.mli >-lib/ocaml/char.p.cmx >-lib/ocaml/condition.mli >-lib/ocaml/dbm.a >-lib/ocaml/dbm.cma >-lib/ocaml/dbm.cmi >-lib/ocaml/dbm.cmx >-lib/ocaml/dbm.cmxa >-lib/ocaml/dbm.mli >+lib/ocaml/callback.mli >+lib/ocaml/buffer.mli >+lib/ocaml/array.mli >+lib/ocaml/arg.mli >+lib/ocaml/weak.cmi >+lib/ocaml/sys.cmi >+lib/ocaml/string.cmi >+lib/ocaml/stream.cmi >+lib/ocaml/std_exit.cmi >+lib/ocaml/stack.cmi >+lib/ocaml/sort.cmi >+lib/ocaml/set.cmi >+lib/ocaml/random.cmi >+lib/ocaml/queue.cmi >+lib/ocaml/printf.cmi >+lib/ocaml/printexc.cmi >+lib/ocaml/pervasives.cmi >+lib/ocaml/parsing.cmi >+lib/ocaml/oo.cmi >+lib/ocaml/obj.cmi >+lib/ocaml/nativeint.cmi >+lib/ocaml/marshal.cmi >+lib/ocaml/map.cmi >+lib/ocaml/list.cmi >+lib/ocaml/lexing.cmi >+lib/ocaml/lazy.cmi >+lib/ocaml/int64.cmi >+lib/ocaml/int32.cmi >+lib/ocaml/hashtbl.cmi >+lib/ocaml/genlex.cmi >+lib/ocaml/gc.cmi >+lib/ocaml/format.cmi >+lib/ocaml/filename.cmi > lib/ocaml/digest.cmi >-lib/ocaml/digest.cmx >-lib/ocaml/digest.ml >-lib/ocaml/digest.mli >-lib/ocaml/digest.p.cmx >+lib/ocaml/char.cmi >+lib/ocaml/callback.cmi >+lib/ocaml/buffer.cmi >+lib/ocaml/array.cmi >+lib/ocaml/arg.cmi >+lib/ocaml/std_exit.cmo >+lib/ocaml/camlheader_ur >+lib/ocaml/toplevellib.cma >+lib/ocaml/expunge >+lib/ocaml/topmain.cmo >+lib/ocaml/topdirs.cmi >+lib/ocaml/toploop.cmi >+lib/ocaml/profiling.cmo >+lib/ocaml/profiling.cmi >+lib/ocaml/libunix.a >+lib/ocaml/unix.mli >+lib/ocaml/unix.cma >+lib/ocaml/unix.cmi >+lib/ocaml/libstr.a >+lib/ocaml/str.mli >+lib/ocaml/str.cmi >+lib/ocaml/str.cma >+lib/ocaml/libnums.a >+lib/ocaml/nums.cma >+lib/ocaml/ratio.mli >+lib/ocaml/num.mli >+lib/ocaml/nat.mli >+lib/ocaml/big_int.mli >+lib/ocaml/arith_status.cmi >+lib/ocaml/ratio.cmi >+lib/ocaml/num.cmi >+lib/ocaml/nat.cmi >+lib/ocaml/big_int.cmi >+lib/ocaml/arith_status.mli >+lib/ocaml/extract_crc >+lib/ocaml/dynlink.mli > lib/ocaml/dynlink.cma > lib/ocaml/dynlink.cmi >+lib/ocaml/bigarray.cma >+lib/ocaml/libbigarray.a >+lib/ocaml/bigarray.mli >+lib/ocaml/bigarray.cmi >+lib/ocaml/libthreads.a >+lib/ocaml/threads/event.cmi >+lib/ocaml/threads/threads.cma >+lib/ocaml/threads/threadUnix.cmi >+lib/ocaml/threads/stdlib.cma >+lib/ocaml/threads/condition.cmi >+lib/ocaml/threads/mutex.cmi >+lib/ocaml/threads/thread.cmi >+lib/ocaml/threadUnix.mli > lib/ocaml/event.mli >-lib/ocaml/expunge >-lib/ocaml/extract_crc >-lib/ocaml/filename.cmi >-lib/ocaml/filename.cmx >-lib/ocaml/filename.ml >-lib/ocaml/filename.mli >-lib/ocaml/filename.p.cmx >-lib/ocaml/format.cmi >-lib/ocaml/format.cmx >-lib/ocaml/format.ml >-lib/ocaml/format.mli >-lib/ocaml/format.p.cmx >-lib/ocaml/gc.cmi >-lib/ocaml/gc.cmx >-lib/ocaml/gc.ml >-lib/ocaml/gc.mli >-lib/ocaml/gc.p.cmx >-lib/ocaml/genlex.cmi >-lib/ocaml/genlex.cmx >-lib/ocaml/genlex.ml >-lib/ocaml/genlex.mli >-lib/ocaml/genlex.p.cmx >-lib/ocaml/graphics.a >-lib/ocaml/graphics.cma >-lib/ocaml/graphics.cmi >-lib/ocaml/graphics.cmxa >+lib/ocaml/condition.mli >+lib/ocaml/mutex.mli >+lib/ocaml/thread.mli >+lib/ocaml/libgraphics.a > lib/ocaml/graphics.mli >-lib/ocaml/hashtbl.cmi >-lib/ocaml/hashtbl.cmx >-lib/ocaml/hashtbl.ml >-lib/ocaml/hashtbl.mli >-lib/ocaml/hashtbl.p.cmx >-lib/ocaml/int_misc.cmx >-lib/ocaml/lazy.cmi >-lib/ocaml/lazy.cmx >-lib/ocaml/lazy.ml >-lib/ocaml/lazy.mli >-lib/ocaml/lazy.p.cmx >-lib/ocaml/lexing.cmi >-lib/ocaml/lexing.cmx >-lib/ocaml/lexing.ml >-lib/ocaml/lexing.mli >-lib/ocaml/lexing.p.cmx >+lib/ocaml/graphics.cmi >+lib/ocaml/graphics.cma >+lib/ocaml/libmldbm.a >+lib/ocaml/dbm.mli >+lib/ocaml/dbm.cmi >+lib/ocaml/dbm.cma >+%%LABLTK:%%lib/ocaml/labltk/bell.cmi >+%%LABLTK:%%lib/ocaml/labltk/labltk.cma >+%%LABLTK:%%lib/ocaml/labltk/wm.cmi >+%%LABLTK:%%lib/ocaml/labltk/winfo.cmi >+%%LABLTK:%%lib/ocaml/labltk/toplevel.cmi >+%%LABLTK:%%lib/ocaml/labltk/tkwait.cmi >+%%LABLTK:%%lib/ocaml/labltk/tk.cmi >+%%LABLTK:%%lib/ocaml/labltk/text.cmi >+%%LABLTK:%%lib/ocaml/labltk/selection.cmi >+%%LABLTK:%%lib/ocaml/labltk/scrollbar.cmi >+%%LABLTK:%%lib/ocaml/labltk/scale.cmi >+%%LABLTK:%%lib/ocaml/labltk/radiobutton.cmi >+%%LABLTK:%%lib/ocaml/labltk/place.cmi >+%%LABLTK:%%lib/ocaml/labltk/palette.cmi >+%%LABLTK:%%lib/ocaml/labltk/pack.cmi >+%%LABLTK:%%lib/ocaml/labltk/optionmenu.cmi >+%%LABLTK:%%lib/ocaml/labltk/option.cmi >+%%LABLTK:%%lib/ocaml/labltk/message.cmi >+%%LABLTK:%%lib/ocaml/labltk/menubutton.cmi >+%%LABLTK:%%lib/ocaml/labltk/menu.cmi >+%%LABLTK:%%lib/ocaml/labltk/listbox.cmi >+%%LABLTK:%%lib/ocaml/labltk/label.cmi >+%%LABLTK:%%lib/ocaml/labltk/imagephoto.cmi >+%%LABLTK:%%lib/ocaml/labltk/imagebitmap.cmi >+%%LABLTK:%%lib/ocaml/labltk/grid.cmi >+%%LABLTK:%%lib/ocaml/labltk/grab.cmi >+%%LABLTK:%%lib/ocaml/labltk/frame.cmi >+%%LABLTK:%%lib/ocaml/labltk/focus.cmi >+%%LABLTK:%%lib/ocaml/labltk/entry.cmi >+%%LABLTK:%%lib/ocaml/labltk/dialog.cmi >+%%LABLTK:%%lib/ocaml/labltk/clipboard.cmi >+%%LABLTK:%%lib/ocaml/labltk/checkbutton.cmi >+%%LABLTK:%%lib/ocaml/labltk/canvas.cmi >+%%LABLTK:%%lib/ocaml/labltk/button.cmi >+%%LABLTK:%%lib/ocaml/labltk/labltktop >+%%LABLTK:%%lib/ocaml/labltk/fileevent.cmi >+%%LABLTK:%%lib/ocaml/labltk/widget.mli >+%%LABLTK:%%lib/ocaml/labltk/widget.cmi >+%%LABLTK:%%lib/ocaml/labltk/timer.mli >+%%LABLTK:%%lib/ocaml/labltk/timer.cmi >+%%LABLTK:%%lib/ocaml/labltk/textvariable.mli >+%%LABLTK:%%lib/ocaml/labltk/textvariable.cmi >+%%LABLTK:%%lib/ocaml/labltk/protocol.mli >+%%LABLTK:%%lib/ocaml/labltk/protocol.cmi >+%%LABLTK:%%lib/ocaml/labltk/fileevent.mli >+%%LABLTK:%%lib/ocaml/labltk/liblabltk41.a >+%%LABLTK:%%lib/ocaml/labltk/tkcompiler >+%%LABLTK:%%lib/ocaml/labltk/libjpf.cma >+%%LABLTK:%%lib/ocaml/labltk/balloon.mli >+%%LABLTK:%%lib/ocaml/labltk/fileselect.mli >+%%LABLTK:%%lib/ocaml/labltk/balloon.cmi >+%%LABLTK:%%lib/ocaml/labltk/fileselect.cmi >+%%LABLTK:%%lib/ocaml/labltk/labltk.a >+%%LABLTK:%%lib/ocaml/labltk/labltk.cmxa >+%%LABLTK:%%lib/ocaml/labltk/libjpf.a >+%%LABLTK:%%lib/ocaml/labltk/libjpf.cmxa > lib/ocaml/libasmrun.a > lib/ocaml/libasmrunp.a >-lib/ocaml/libcamlrun.a >-lib/ocaml/libgraphics.a >-lib/ocaml/libmldbm.a >-lib/ocaml/libnums.a >-lib/ocaml/libstr.a >-lib/ocaml/libthreads.a >-lib/ocaml/libunix.a >-lib/ocaml/list.cmi >-lib/ocaml/list.cmx >-lib/ocaml/list.ml >-lib/ocaml/list.mli >-lib/ocaml/list.p.cmx >-lib/ocaml/map.cmi >-lib/ocaml/map.cmx >-lib/ocaml/map.ml >-lib/ocaml/map.mli >-lib/ocaml/map.p.cmx >-lib/ocaml/marshal.cmi >-lib/ocaml/marshal.cmx >-lib/ocaml/marshal.ml >-lib/ocaml/marshal.mli >-lib/ocaml/marshal.p.cmx >-lib/ocaml/mutex.mli >-lib/ocaml/nat.cmi >-lib/ocaml/nat.cmx >-lib/ocaml/nat.mli >-lib/ocaml/num.cmi >-lib/ocaml/num.cmx >-lib/ocaml/num.mli >-lib/ocaml/nums.a >-lib/ocaml/nums.cma >-lib/ocaml/nums.cmxa >-lib/ocaml/obj.cmi >-lib/ocaml/obj.cmx >-lib/ocaml/obj.ml >-lib/ocaml/obj.mli >-lib/ocaml/obj.p.cmx >-lib/ocaml/oo.cmi >-lib/ocaml/oo.cmx >-lib/ocaml/oo.ml >-lib/ocaml/oo.mli >-lib/ocaml/oo.p.cmx >-lib/ocaml/parsing.cmi >-lib/ocaml/parsing.cmx >-lib/ocaml/parsing.ml >-lib/ocaml/parsing.mli >-lib/ocaml/parsing.p.cmx >-lib/ocaml/pervasives.cmi >-lib/ocaml/pervasives.cmx >-lib/ocaml/pervasives.ml >-lib/ocaml/pervasives.mli >-lib/ocaml/pervasives.p.cmx >-lib/ocaml/printexc.cmi >-lib/ocaml/printexc.cmx >-lib/ocaml/printexc.ml >-lib/ocaml/printexc.mli >-lib/ocaml/printexc.p.cmx >-lib/ocaml/printf.cmi >-lib/ocaml/printf.cmx >-lib/ocaml/printf.ml >-lib/ocaml/printf.mli >-lib/ocaml/printf.p.cmx >-lib/ocaml/profiling.cmi >-lib/ocaml/profiling.cmo >-lib/ocaml/queue.cmi >-lib/ocaml/queue.cmx >-lib/ocaml/queue.ml >-lib/ocaml/queue.mli >-lib/ocaml/queue.p.cmx >-lib/ocaml/random.cmi >-lib/ocaml/random.cmx >-lib/ocaml/random.ml >-lib/ocaml/random.mli >-lib/ocaml/random.p.cmx >-lib/ocaml/ratio.cmi >-lib/ocaml/ratio.cmx >-lib/ocaml/ratio.mli >-lib/ocaml/set.cmi >+lib/ocaml/stdlib.cmxa >+lib/ocaml/weak.cmx >+%%PROF:%%lib/ocaml/sys.p.cmx >+lib/ocaml/sys.cmx >+%%PROF:%%lib/ocaml/string.p.cmx >+lib/ocaml/string.cmx >+%%PROF:%%lib/ocaml/stream.p.cmx >+lib/ocaml/stream.cmx >+%%PROF:%%lib/ocaml/std_exit.p.cmx >+lib/ocaml/std_exit.cmx >+%%PROF:%%lib/ocaml/stack.p.cmx >+lib/ocaml/stack.cmx > lib/ocaml/set.cmx >-lib/ocaml/set.ml >-lib/ocaml/set.mli >-lib/ocaml/set.p.cmx >-lib/ocaml/sort.cmi >+%%PROF:%%lib/ocaml/sort.p.cmx > lib/ocaml/sort.cmx >-lib/ocaml/sort.ml >-lib/ocaml/sort.mli >-lib/ocaml/sort.p.cmx >-lib/ocaml/stack.cmi >-lib/ocaml/stack.cmx >-lib/ocaml/stack.ml >-lib/ocaml/stack.mli >-lib/ocaml/stack.p.cmx >-lib/ocaml/std_exit.cmi >-lib/ocaml/std_exit.cmo >-lib/ocaml/std_exit.cmx >-lib/ocaml/std_exit.ml >+%%PROF:%%lib/ocaml/set.p.cmx >+%%PROF:%%lib/ocaml/random.p.cmx >+lib/ocaml/random.cmx >+%%PROF:%%lib/ocaml/queue.p.cmx >+lib/ocaml/queue.cmx >+%%PROF:%%lib/ocaml/printf.p.cmx >+lib/ocaml/printf.cmx >+%%PROF:%%lib/ocaml/printexc.p.cmx >+lib/ocaml/printexc.cmx >+%%PROF:%%lib/ocaml/pervasives.p.cmx >+lib/ocaml/pervasives.cmx >+%%PROF:%%lib/ocaml/parsing.p.cmx >+lib/ocaml/parsing.cmx >+%%PROF:%%lib/ocaml/oo.p.cmx >+lib/ocaml/oo.cmx >+%%PROF:%%lib/ocaml/obj.p.cmx >+lib/ocaml/obj.cmx >+%%PROF:%%lib/ocaml/nativeint.p.cmx >+lib/ocaml/nativeint.cmx >+%%PROF:%%lib/ocaml/marshal.p.cmx >+lib/ocaml/marshal.cmx >+lib/ocaml/map.cmx >+%%PROF:%%lib/ocaml/map.p.cmx >+%%PROF:%%lib/ocaml/list.p.cmx >+lib/ocaml/list.cmx >+%%PROF:%%lib/ocaml/lexing.p.cmx >+lib/ocaml/lexing.cmx >+%%PROF:%%lib/ocaml/lazy.p.cmx >+lib/ocaml/lazy.cmx >+%%PROF:%%lib/ocaml/int64.p.cmx >+lib/ocaml/int64.cmx >+%%PROF:%%lib/ocaml/int32.p.cmx >+lib/ocaml/int32.cmx >+%%PROF:%%lib/ocaml/hashtbl.p.cmx >+lib/ocaml/hashtbl.cmx >+%%PROF:%%lib/ocaml/genlex.p.cmx >+lib/ocaml/genlex.cmx >+%%PROF:%%lib/ocaml/gc.p.cmx >+lib/ocaml/gc.cmx >+%%PROF:%%lib/ocaml/format.p.cmx >+lib/ocaml/format.cmx >+%%PROF:%%lib/ocaml/filename.p.cmx >+lib/ocaml/filename.cmx >+%%PROF:%%lib/ocaml/digest.p.cmx >+lib/ocaml/digest.cmx >+%%PROF:%%lib/ocaml/char.p.cmx >+lib/ocaml/char.cmx >+%%PROF:%%lib/ocaml/callback.p.cmx >+lib/ocaml/callback.cmx >+%%PROF:%%lib/ocaml/buffer.p.cmx >+lib/ocaml/buffer.cmx >+%%PROF:%%lib/ocaml/array.p.cmx >+lib/ocaml/array.cmx >+%%PROF:%%lib/ocaml/arg.p.cmx >+lib/ocaml/arg.cmx > lib/ocaml/std_exit.o >-lib/ocaml/std_exit.p.cmx >-lib/ocaml/std_exit.p.o > lib/ocaml/stdlib.a >-lib/ocaml/stdlib.cma >-lib/ocaml/stdlib.cmxa >-lib/ocaml/stdlib.p.a >-lib/ocaml/stdlib.p.cmxa >+%%PROF:%%lib/ocaml/weak.p.cmx >+%%PROF:%%lib/ocaml/std_exit.p.o >+%%PROF:%%lib/ocaml/stdlib.p.a >+%%PROF:%%lib/ocaml/stdlib.p.cmxa >+lib/ocaml/unix.a >+lib/ocaml/unix.cmxa >+lib/ocaml/unix.cmx > lib/ocaml/str.a >-lib/ocaml/str.cma >-lib/ocaml/str.cmi >-lib/ocaml/str.cmx > lib/ocaml/str.cmxa >-lib/ocaml/str.mli >-lib/ocaml/stream.cmi >-lib/ocaml/stream.cmx >-lib/ocaml/stream.ml >-lib/ocaml/stream.mli >-lib/ocaml/stream.p.cmx >-lib/ocaml/string.cmi >-lib/ocaml/string.cmx >-lib/ocaml/string.ml >-lib/ocaml/string.mli >-lib/ocaml/string.p.cmx >+lib/ocaml/str.cmx >+lib/ocaml/int_misc.cmx >+lib/ocaml/nums.cmxa >+lib/ocaml/arith_status.cmx >+lib/ocaml/num.cmx >+lib/ocaml/ratio.cmx >+lib/ocaml/arith_flags.cmx >+lib/ocaml/big_int.cmx >+lib/ocaml/nat.cmx > lib/ocaml/string_misc.cmx >-lib/ocaml/sys.cmi >-lib/ocaml/sys.cmx >-lib/ocaml/sys.ml >-lib/ocaml/sys.mli >-lib/ocaml/sys.p.cmx >-lib/ocaml/thread.mli >-lib/ocaml/threadUnix.mli >-lib/ocaml/threads/condition.cmi >-lib/ocaml/threads/event.cmi >-lib/ocaml/threads/mutex.cmi >-lib/ocaml/threads/stdlib.cma >-lib/ocaml/threads/thread.cmi >-lib/ocaml/threads/threadUnix.cmi >-lib/ocaml/threads/threads.cma >-lib/ocaml/topdirs.cmi >-lib/ocaml/toplevellib.cma >-lib/ocaml/toploop.cmi >-lib/ocaml/topmain.cmo >-lib/ocaml/unix.a >-lib/ocaml/unix.cma >-lib/ocaml/unix.cmi >-lib/ocaml/unix.cmx >-lib/ocaml/unix.cmxa >-lib/ocaml/unix.mli >-lib/ocaml/weak.cmi >-lib/ocaml/weak.cmx >-lib/ocaml/weak.ml >-lib/ocaml/weak.mli >-lib/ocaml/weak.p.cmx >+lib/ocaml/nums.a >+lib/ocaml/bigarray.cmxa >+lib/ocaml/bigarray.cmx >+lib/ocaml/bigarray.a >+lib/ocaml/graphics.a >+lib/ocaml/graphics.cmxa >+lib/ocaml/dbm.a >+lib/ocaml/dbm.cmxa >+lib/ocaml/dbm.cmx > share/doc/ocaml/LICENSE > share/doc/ocaml/html/contents_motif.gif > share/doc/ocaml/html/index.html > share/doc/ocaml/html/libgraph.gif >+share/doc/ocaml/html/manual.haux >+share/doc/ocaml/html/manual.hmanual.hind >+share/doc/ocaml/html/manual.hmanual.kwd.hind > share/doc/ocaml/html/manual001.html > share/doc/ocaml/html/manual002.html > share/doc/ocaml/html/manual003.html >@@ -279,6 +366,7 @@ > share/doc/ocaml/html/manual011.html > share/doc/ocaml/html/manual012.html > share/doc/ocaml/html/manual013.html >+share/doc/ocaml/html/manual013.html~ > share/doc/ocaml/html/manual014.html > share/doc/ocaml/html/manual015.html > share/doc/ocaml/html/manual016.html >@@ -334,11 +422,19 @@ > share/doc/ocaml/html/manual066.html > share/doc/ocaml/html/manual067.html > share/doc/ocaml/html/manual068.html >+share/doc/ocaml/html/manual069.html >+share/doc/ocaml/html/manual070.html >+share/doc/ocaml/html/manual071.html >+share/doc/ocaml/html/manual072.html >+share/doc/ocaml/html/manual073.html >+share/doc/ocaml/html/manual074.html >+share/doc/ocaml/html/manual075.html > share/doc/ocaml/html/next_motif.gif > share/doc/ocaml/html/previous_motif.gif >-share/doc/ocaml/ocaml-2.04-refman.ps.gz >+share/doc/ocaml/ocaml-3.00-refman.ps.gz > @dirrm share/doc/ocaml/html > @dirrm share/doc/ocaml > @dirrm lib/ocaml/caml > @dirrm lib/ocaml/threads >+%%LABLTK:%%@dirrm lib/ocaml/labltk > @dirrm lib/ocaml >Index: pkg/PLIST.noprof >=================================================================== >RCS file: PLIST.noprof >diff -N PLIST.noprof >--- /tmp/cvsnGgmQ50060 Fri Aug 11 16:46:39 2000 >+++ /dev/null Fri Aug 11 16:46:11 2000 >@@ -1,308 +0,0 @@ >-bin/ocaml >-bin/ocamlc >-bin/ocamlc.opt >-bin/ocamlcp >-bin/ocamldebug >-bin/ocamldep >-bin/ocamllex >-bin/ocamlmktop >-bin/ocamlopt >-bin/ocamlopt.opt >-bin/ocamlprof >-bin/ocamlrun >-bin/ocamlyacc >-lib/ocaml/arg.cmi >-lib/ocaml/arg.cmx >-lib/ocaml/arg.ml >-lib/ocaml/arg.mli >-lib/ocaml/arith_flags.cmx >-lib/ocaml/arith_status.cmi >-lib/ocaml/arith_status.cmx >-lib/ocaml/arith_status.mli >-lib/ocaml/array.cmi >-lib/ocaml/array.cmx >-lib/ocaml/array.ml >-lib/ocaml/array.mli >-lib/ocaml/big_int.cmi >-lib/ocaml/big_int.cmx >-lib/ocaml/big_int.mli >-lib/ocaml/buffer.cmi >-lib/ocaml/buffer.cmx >-lib/ocaml/buffer.ml >-lib/ocaml/buffer.mli >-lib/ocaml/callback.cmi >-lib/ocaml/callback.cmx >-lib/ocaml/callback.ml >-lib/ocaml/callback.mli >-lib/ocaml/caml/alloc.h >-lib/ocaml/caml/callback.h >-lib/ocaml/caml/config.h >-lib/ocaml/caml/fail.h >-lib/ocaml/caml/memory.h >-lib/ocaml/caml/misc.h >-lib/ocaml/caml/mlvalues.h >-lib/ocaml/camlheader >-lib/ocaml/camlheader_ur >-lib/ocaml/char.cmi >-lib/ocaml/char.cmx >-lib/ocaml/char.ml >-lib/ocaml/char.mli >-lib/ocaml/condition.mli >-lib/ocaml/dbm.a >-lib/ocaml/dbm.cma >-lib/ocaml/dbm.cmi >-lib/ocaml/dbm.cmx >-lib/ocaml/dbm.cmxa >-lib/ocaml/dbm.mli >-lib/ocaml/digest.cmi >-lib/ocaml/digest.cmx >-lib/ocaml/digest.ml >-lib/ocaml/digest.mli >-lib/ocaml/dynlink.cma >-lib/ocaml/dynlink.cmi >-lib/ocaml/event.mli >-lib/ocaml/expunge >-lib/ocaml/extract_crc >-lib/ocaml/filename.cmi >-lib/ocaml/filename.cmx >-lib/ocaml/filename.ml >-lib/ocaml/filename.mli >-lib/ocaml/format.cmi >-lib/ocaml/format.cmx >-lib/ocaml/format.ml >-lib/ocaml/format.mli >-lib/ocaml/gc.cmi >-lib/ocaml/gc.cmx >-lib/ocaml/gc.ml >-lib/ocaml/gc.mli >-lib/ocaml/genlex.cmi >-lib/ocaml/genlex.cmx >-lib/ocaml/genlex.ml >-lib/ocaml/genlex.mli >-lib/ocaml/graphics.a >-lib/ocaml/graphics.cma >-lib/ocaml/graphics.cmi >-lib/ocaml/graphics.cmxa >-lib/ocaml/graphics.mli >-lib/ocaml/hashtbl.cmi >-lib/ocaml/hashtbl.cmx >-lib/ocaml/hashtbl.ml >-lib/ocaml/hashtbl.mli >-lib/ocaml/int_misc.cmx >-lib/ocaml/lazy.cmi >-lib/ocaml/lazy.cmx >-lib/ocaml/lazy.ml >-lib/ocaml/lazy.mli >-lib/ocaml/lexing.cmi >-lib/ocaml/lexing.cmx >-lib/ocaml/lexing.ml >-lib/ocaml/lexing.mli >-lib/ocaml/libasmrun.a >-lib/ocaml/libasmrunp.a >-lib/ocaml/libcamlrun.a >-lib/ocaml/libgraphics.a >-lib/ocaml/libmldbm.a >-lib/ocaml/libnums.a >-lib/ocaml/libstr.a >-lib/ocaml/libthreads.a >-lib/ocaml/libunix.a >-lib/ocaml/list.cmi >-lib/ocaml/list.cmx >-lib/ocaml/list.ml >-lib/ocaml/list.mli >-lib/ocaml/map.cmi >-lib/ocaml/map.cmx >-lib/ocaml/map.ml >-lib/ocaml/map.mli >-lib/ocaml/marshal.cmi >-lib/ocaml/marshal.cmx >-lib/ocaml/marshal.ml >-lib/ocaml/marshal.mli >-lib/ocaml/mutex.mli >-lib/ocaml/nat.cmi >-lib/ocaml/nat.cmx >-lib/ocaml/nat.mli >-lib/ocaml/num.cmi >-lib/ocaml/num.cmx >-lib/ocaml/num.mli >-lib/ocaml/nums.a >-lib/ocaml/nums.cma >-lib/ocaml/nums.cmxa >-lib/ocaml/obj.cmi >-lib/ocaml/obj.cmx >-lib/ocaml/obj.ml >-lib/ocaml/obj.mli >-lib/ocaml/oo.cmi >-lib/ocaml/oo.cmx >-lib/ocaml/oo.ml >-lib/ocaml/oo.mli >-lib/ocaml/parsing.cmi >-lib/ocaml/parsing.cmx >-lib/ocaml/parsing.ml >-lib/ocaml/parsing.mli >-lib/ocaml/pervasives.cmi >-lib/ocaml/pervasives.cmx >-lib/ocaml/pervasives.ml >-lib/ocaml/pervasives.mli >-lib/ocaml/printexc.cmi >-lib/ocaml/printexc.cmx >-lib/ocaml/printexc.ml >-lib/ocaml/printexc.mli >-lib/ocaml/printf.cmi >-lib/ocaml/printf.cmx >-lib/ocaml/printf.ml >-lib/ocaml/printf.mli >-lib/ocaml/profiling.cmi >-lib/ocaml/profiling.cmo >-lib/ocaml/queue.cmi >-lib/ocaml/queue.cmx >-lib/ocaml/queue.ml >-lib/ocaml/queue.mli >-lib/ocaml/random.cmi >-lib/ocaml/random.cmx >-lib/ocaml/random.ml >-lib/ocaml/random.mli >-lib/ocaml/ratio.cmi >-lib/ocaml/ratio.cmx >-lib/ocaml/ratio.mli >-lib/ocaml/set.cmi >-lib/ocaml/set.cmx >-lib/ocaml/set.ml >-lib/ocaml/set.mli >-lib/ocaml/sort.cmi >-lib/ocaml/sort.cmx >-lib/ocaml/sort.ml >-lib/ocaml/sort.mli >-lib/ocaml/stack.cmi >-lib/ocaml/stack.cmx >-lib/ocaml/stack.ml >-lib/ocaml/stack.mli >-lib/ocaml/std_exit.cmi >-lib/ocaml/std_exit.cmo >-lib/ocaml/std_exit.cmx >-lib/ocaml/std_exit.ml >-lib/ocaml/std_exit.o >-lib/ocaml/stdlib.a >-lib/ocaml/stdlib.cma >-lib/ocaml/stdlib.cmxa >-lib/ocaml/str.a >-lib/ocaml/str.cma >-lib/ocaml/str.cmi >-lib/ocaml/str.cmx >-lib/ocaml/str.cmxa >-lib/ocaml/str.mli >-lib/ocaml/stream.cmi >-lib/ocaml/stream.cmx >-lib/ocaml/stream.ml >-lib/ocaml/stream.mli >-lib/ocaml/string.cmi >-lib/ocaml/string.cmx >-lib/ocaml/string.ml >-lib/ocaml/string.mli >-lib/ocaml/string_misc.cmx >-lib/ocaml/sys.cmi >-lib/ocaml/sys.cmx >-lib/ocaml/sys.ml >-lib/ocaml/sys.mli >-lib/ocaml/thread.mli >-lib/ocaml/threadUnix.mli >-lib/ocaml/threads/condition.cmi >-lib/ocaml/threads/event.cmi >-lib/ocaml/threads/mutex.cmi >-lib/ocaml/threads/stdlib.cma >-lib/ocaml/threads/thread.cmi >-lib/ocaml/threads/threadUnix.cmi >-lib/ocaml/threads/threads.cma >-lib/ocaml/topdirs.cmi >-lib/ocaml/toplevellib.cma >-lib/ocaml/toploop.cmi >-lib/ocaml/topmain.cmo >-lib/ocaml/unix.a >-lib/ocaml/unix.cma >-lib/ocaml/unix.cmi >-lib/ocaml/unix.cmx >-lib/ocaml/unix.cmxa >-lib/ocaml/unix.mli >-lib/ocaml/weak.cmi >-lib/ocaml/weak.cmx >-lib/ocaml/weak.ml >-lib/ocaml/weak.mli >-share/doc/ocaml/html/contents_motif.gif >-share/doc/ocaml/html/index.html >-share/doc/ocaml/html/libgraph.gif >-share/doc/ocaml/html/manual001.html >-share/doc/ocaml/html/manual002.html >-share/doc/ocaml/html/manual003.html >-share/doc/ocaml/html/manual004.html >-share/doc/ocaml/html/manual005.html >-share/doc/ocaml/html/manual006.html >-share/doc/ocaml/html/manual007.html >-share/doc/ocaml/html/manual008.html >-share/doc/ocaml/html/manual009.html >-share/doc/ocaml/html/manual010.html >-share/doc/ocaml/html/manual011.html >-share/doc/ocaml/html/manual012.html >-share/doc/ocaml/html/manual013.html >-share/doc/ocaml/html/manual014.html >-share/doc/ocaml/html/manual015.html >-share/doc/ocaml/html/manual016.html >-share/doc/ocaml/html/manual017.html >-share/doc/ocaml/html/manual018.html >-share/doc/ocaml/html/manual019.html >-share/doc/ocaml/html/manual020.html >-share/doc/ocaml/html/manual021.html >-share/doc/ocaml/html/manual022.html >-share/doc/ocaml/html/manual023.html >-share/doc/ocaml/html/manual024.html >-share/doc/ocaml/html/manual025.html >-share/doc/ocaml/html/manual026.html >-share/doc/ocaml/html/manual027.html >-share/doc/ocaml/html/manual028.html >-share/doc/ocaml/html/manual029.html >-share/doc/ocaml/html/manual030.html >-share/doc/ocaml/html/manual031.html >-share/doc/ocaml/html/manual032.html >-share/doc/ocaml/html/manual033.html >-share/doc/ocaml/html/manual034.html >-share/doc/ocaml/html/manual035.html >-share/doc/ocaml/html/manual036.html >-share/doc/ocaml/html/manual037.html >-share/doc/ocaml/html/manual038.html >-share/doc/ocaml/html/manual039.html >-share/doc/ocaml/html/manual040.html >-share/doc/ocaml/html/manual041.html >-share/doc/ocaml/html/manual042.html >-share/doc/ocaml/html/manual043.html >-share/doc/ocaml/html/manual044.html >-share/doc/ocaml/html/manual045.html >-share/doc/ocaml/html/manual046.html >-share/doc/ocaml/html/manual047.html >-share/doc/ocaml/html/manual048.html >-share/doc/ocaml/html/manual049.html >-share/doc/ocaml/html/manual050.html >-share/doc/ocaml/html/manual051.html >-share/doc/ocaml/html/manual052.html >-share/doc/ocaml/html/manual053.html >-share/doc/ocaml/html/manual054.html >-share/doc/ocaml/html/manual055.html >-share/doc/ocaml/html/manual056.html >-share/doc/ocaml/html/manual057.html >-share/doc/ocaml/html/manual058.html >-share/doc/ocaml/html/manual059.html >-share/doc/ocaml/html/manual060.html >-share/doc/ocaml/html/manual061.html >-share/doc/ocaml/html/manual062.html >-share/doc/ocaml/html/manual063.html >-share/doc/ocaml/html/manual064.html >-share/doc/ocaml/html/manual065.html >-share/doc/ocaml/html/manual066.html >-share/doc/ocaml/html/manual067.html >-share/doc/ocaml/html/manual068.html >-share/doc/ocaml/html/next_motif.gif >-share/doc/ocaml/html/previous_motif.gif >-share/doc/ocaml/ocaml-2.04-refman.ps.gz >-@dirrm share/doc/ocaml/html >-@dirrm share/doc/ocaml >-@dirrm lib/ocaml/threads >-@dirrm lib/ocaml/caml >-@dirrm lib/ocaml
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 20539
: 10207