ocaml/stdlib
Damien Doligez 2d5764e00d PR#4292, point 8: bad placement of section header
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@12231 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
2012-03-13 16:11:07 +00:00
..
.depend Better hashing! 2011-05-29 09:52:27 +00:00
.ignore uniform .ignore system 2011-07-20 15:37:36 +00:00
Compflags Module Buffer, printf, Format and Scanf are compiled with -w A. 2011-10-25 12:09:01 +00:00
Makefile renaming of Objective Caml to OCaml and cleanup of copyright headers 2011-07-27 14:17:02 +00:00
Makefile.nt renaming of Objective Caml to OCaml and cleanup of copyright headers 2011-07-27 14:17:02 +00:00
Makefile.shared renaming of Objective Caml to OCaml and cleanup of copyright headers 2011-07-27 14:17:02 +00:00
StdlibModules renaming of Objective Caml to OCaml and cleanup of copyright headers 2011-07-27 14:17:02 +00:00
arg.ml Followup fix to #5437: make sure [align] doesn't add padding to undocumented options, so that these don't show up when passed to [parse] or [usage]. 2011-12-23 13:34:13 +00:00
arg.mli Fix #5437: when registering an option with Arg, if the option has an empty doc string, do not include it when printing the usage. 2011-12-22 14:04:18 +00:00
array.ml OCaml, not Objective Caml, I get it. 2011-12-21 10:41:59 +00:00
array.mli renaming of Objective Caml to OCaml and cleanup of copyright headers 2011-07-27 14:17:02 +00:00
arrayLabels.ml renaming of Objective Caml to OCaml and cleanup of copyright headers 2011-07-27 14:17:02 +00:00
arrayLabels.mli renaming of Objective Caml to OCaml and cleanup of copyright headers 2011-07-27 14:17:02 +00:00
buffer.ml renaming of Objective Caml to OCaml and cleanup of copyright headers 2011-07-27 14:17:02 +00:00
buffer.mli renaming of Objective Caml to OCaml and cleanup of copyright headers 2011-07-27 14:17:02 +00:00
callback.ml continuing to change the name to OCaml 2011-12-21 15:37:54 +00:00
callback.mli typo in doc 2012-02-10 14:45:41 +00:00
camlinternalLazy.ml renaming of Objective Caml to OCaml and cleanup of copyright headers 2011-07-27 14:17:02 +00:00
camlinternalLazy.mli renaming of Objective Caml to OCaml and cleanup of copyright headers 2011-07-27 14:17:02 +00:00
camlinternalMod.ml renaming of Objective Caml to OCaml and cleanup of copyright headers 2011-07-27 14:17:02 +00:00
camlinternalMod.mli renaming of Objective Caml to OCaml and cleanup of copyright headers 2011-07-27 14:17:02 +00:00
camlinternalOO.ml fix PR#5436 2011-12-22 07:30:18 +00:00
camlinternalOO.mli renaming of Objective Caml to OCaml and cleanup of copyright headers 2011-07-27 14:17:02 +00:00
char.ml renaming of Objective Caml to OCaml and cleanup of copyright headers 2011-07-27 14:17:02 +00:00
char.mli renaming of Objective Caml to OCaml and cleanup of copyright headers 2011-07-27 14:17:02 +00:00
complex.ml renaming of Objective Caml to OCaml and cleanup of copyright headers 2011-07-27 14:17:02 +00:00
complex.mli renaming of Objective Caml to OCaml and cleanup of copyright headers 2011-07-27 14:17:02 +00:00
digest.ml PR#1835: add function Digest.from_hex 2012-01-26 22:56:48 +00:00
digest.mli bumped version to 4.00.0 (per Xavier's decision) 2012-03-08 22:27:57 +00:00
filename.ml PR#4549: make Filename.dirname/basename POSIX compliant 2012-01-06 14:24:58 +00:00
filename.mli PR#4549: make Filename.dirname/basename POSIX compliant 2012-01-06 14:24:58 +00:00
format.ml Bug #4380. 2011-10-25 13:13:54 +00:00
format.mli cut overlong line 2012-03-08 22:36:21 +00:00
gc.ml renaming of Objective Caml to OCaml and cleanup of copyright headers 2011-07-27 14:17:02 +00:00
gc.mli documentation 2012-01-10 20:08:38 +00:00
genlex.ml renaming of Objective Caml to OCaml and cleanup of copyright headers 2011-07-27 14:17:02 +00:00
genlex.mli merge version 3.12 from 3.12.1 to r12205 2012-03-08 19:52:03 +00:00
hashtbl.ml PR#5349: "replace" uses new key instead of reusing old key. 2011-09-18 09:40:21 +00:00
hashtbl.mli bumped version to 4.00.0 (per Xavier's decision) 2012-03-08 22:27:57 +00:00
header.c renaming of Objective Caml to OCaml and cleanup of copyright headers 2011-07-27 14:17:02 +00:00
headernt.c renaming of Objective Caml to OCaml and cleanup of copyright headers 2011-07-27 14:17:02 +00:00
int32.ml renaming of Objective Caml to OCaml and cleanup of copyright headers 2011-07-27 14:17:02 +00:00
int32.mli renaming of Objective Caml to OCaml and cleanup of copyright headers 2011-07-27 14:17:02 +00:00
int64.ml renaming of Objective Caml to OCaml and cleanup of copyright headers 2011-07-27 14:17:02 +00:00
int64.mli renaming of Objective Caml to OCaml and cleanup of copyright headers 2011-07-27 14:17:02 +00:00
lazy.ml merge version 3.12 from 3.12.1 to r12205 2012-03-08 19:52:03 +00:00
lazy.mli bumped version to 4.00.0 (per Xavier's decision) 2012-03-08 22:27:57 +00:00
lexing.ml renaming of Objective Caml to OCaml and cleanup of copyright headers 2011-07-27 14:17:02 +00:00
lexing.mli PR#5159: better documentation of type "position" 2012-02-10 09:08:02 +00:00
list.ml renaming of Objective Caml to OCaml and cleanup of copyright headers 2011-07-27 14:17:02 +00:00
list.mli bumped version to 4.00.0 (per Xavier's decision) 2012-03-08 22:27:57 +00:00
listLabels.ml renaming of Objective Caml to OCaml and cleanup of copyright headers 2011-07-27 14:17:02 +00:00
listLabels.mli bumped version to 4.00.0 (per Xavier's decision) 2012-03-08 22:27:57 +00:00
map.ml More efficient implementation of {Set,Map}.{filter,partition} 2012-01-16 09:03:16 +00:00
map.mli renaming of Objective Caml to OCaml and cleanup of copyright headers 2011-07-27 14:17:02 +00:00
marshal.ml merge version 3.12 from 3.12.1 to r12205 2012-03-08 19:52:03 +00:00
marshal.mli continuing to change the name to OCaml 2011-12-21 15:37:54 +00:00
moreLabels.ml renaming of Objective Caml to OCaml and cleanup of copyright headers 2011-07-27 14:17:02 +00:00
moreLabels.mli Improve backward compatibility for Hashtbl functorial interface: 2011-09-18 09:35:27 +00:00
nativeint.ml renaming of Objective Caml to OCaml and cleanup of copyright headers 2011-07-27 14:17:02 +00:00
nativeint.mli renaming of Objective Caml to OCaml and cleanup of copyright headers 2011-07-27 14:17:02 +00:00
obj.ml renaming of Objective Caml to OCaml and cleanup of copyright headers 2011-07-27 14:17:02 +00:00
obj.mli renaming of Objective Caml to OCaml and cleanup of copyright headers 2011-07-27 14:17:02 +00:00
oo.ml renaming of Objective Caml to OCaml and cleanup of copyright headers 2011-07-27 14:17:02 +00:00
oo.mli Clarify doc about Oo.id (#5436). 2011-12-22 09:30:51 +00:00
parsing.ml renaming of Objective Caml to OCaml and cleanup of copyright headers 2011-07-27 14:17:02 +00:00
parsing.mli renaming of Objective Caml to OCaml and cleanup of copyright headers 2011-07-27 14:17:02 +00:00
pervasives.ml extra def. of ~+; cut long lines 2012-01-12 15:46:51 +00:00
pervasives.mli bumped version to 4.00.0 (per Xavier's decision) 2012-03-08 22:27:57 +00:00
printexc.ml PR#5344: some predifined exceptions need special printing 2011-09-08 08:34:43 +00:00
printexc.mli renaming of Objective Caml to OCaml and cleanup of copyright headers 2011-07-27 14:17:02 +00:00
printf.ml PR#5380: copy fix from 3.12 branch 2012-01-11 15:22:51 +00:00
printf.mli PR#5380: copy fix from 3.12 branch 2012-01-11 15:22:51 +00:00
queue.ml Fix PR#5309: Queue.add is not thread/signal safe 2012-02-18 09:36:13 +00:00
queue.mli renaming of Objective Caml to OCaml and cleanup of copyright headers 2011-07-27 14:17:02 +00:00
random.ml renaming of Objective Caml to OCaml and cleanup of copyright headers 2011-07-27 14:17:02 +00:00
random.mli renaming of Objective Caml to OCaml and cleanup of copyright headers 2011-07-27 14:17:02 +00:00
scanf.ml merge version 3.12 from 3.12.1 to r12205 2012-03-08 19:52:03 +00:00
scanf.mli PR#4292, point 8: bad placement of section header 2012-03-13 16:11:07 +00:00
set.ml More efficient implementation of {Set,Map}.{filter,partition} 2012-01-16 09:03:16 +00:00
set.mli renaming of Objective Caml to OCaml and cleanup of copyright headers 2011-07-27 14:17:02 +00:00
sharpbang #!space, pas #! 1998-04-27 15:14:31 +00:00
sort.ml renaming of Objective Caml to OCaml and cleanup of copyright headers 2011-07-27 14:17:02 +00:00
sort.mli renaming of Objective Caml to OCaml and cleanup of copyright headers 2011-07-27 14:17:02 +00:00
stack.ml renaming of Objective Caml to OCaml and cleanup of copyright headers 2011-07-27 14:17:02 +00:00
stack.mli renaming of Objective Caml to OCaml and cleanup of copyright headers 2011-07-27 14:17:02 +00:00
stdLabels.ml renaming of Objective Caml to OCaml and cleanup of copyright headers 2011-07-27 14:17:02 +00:00
stdLabels.mli merge version 3.12 from 3.12.1 to r12205 2012-03-08 19:52:03 +00:00
std_exit.ml renaming of Objective Caml to OCaml and cleanup of copyright headers 2011-07-27 14:17:02 +00:00
stdlib.mllib merge changes from release/3.11.1 to release/3.11.2 2010-01-20 16:26:46 +00:00
stream.ml renaming of Objective Caml to OCaml and cleanup of copyright headers 2011-07-27 14:17:02 +00:00
stream.mli PR#1284: documentation: remove restriction on mixed streams 2012-01-25 14:50:03 +00:00
string.ml merge version 3.12 from 3.12.1 to r12205 2012-03-08 19:52:03 +00:00
string.mli bumped version to 4.00.0 (per Xavier's decision) 2012-03-08 22:27:57 +00:00
stringLabels.ml renaming of Objective Caml to OCaml and cleanup of copyright headers 2011-07-27 14:17:02 +00:00
stringLabels.mli bumped version to 4.00.0 (per Xavier's decision) 2012-03-08 22:27:57 +00:00
sys.mli bumped version to 4.00.0 (per Xavier's decision) 2012-03-08 22:27:57 +00:00
sys.mlp merge version 3.12 from 3.12.1 to r12205 2012-03-08 19:52:03 +00:00
weak.ml renaming of Objective Caml to OCaml and cleanup of copyright headers 2011-07-27 14:17:02 +00:00
weak.mli renaming of Objective Caml to OCaml and cleanup of copyright headers 2011-07-27 14:17:02 +00:00