ocaml/stdlib
Thomas Refis d68e0e2077
Provide a way to build the bytecode compiler using Dune (#2093)
2018-10-10 16:16:00 +01:00
..
.depend Deprecate Pervasives (#1605) 2018-08-27 12:42:14 +01:00
Compflags Deprecate Pervasives (#1605) 2018-08-27 12:42:14 +01:00
HACKING.adoc Correct wrong instructions for otherlibs/threads/Makefile; state that partialclean may be used instead of clean 2018-08-20 21:12:53 -04:00
Makefile Introduce and use ROOTDIR in more makefiles 2018-09-17 14:51:01 +02:00
StdlibModules Deprecate Pervasives (#1605) 2018-08-27 12:42:14 +01:00
arg.ml Arg module sometimes misbehaved instead of rejecting invalid -keyword=arg inputs 2018-07-22 02:24:08 -04:00
arg.mli Whitespace and overlong line fixes. 2018-06-14 15:15:34 +01:00
array.ml Fix Array.of_seq (#1897) 2018-07-11 19:08:03 +02:00
array.mli Deprecate Pervasives (#1605) 2018-08-27 12:42:14 +01:00
arrayLabels.ml Update headers for the new license. 2016-02-18 16:59:16 +01:00
arrayLabels.mli Deprecate Pervasives (#1605) 2018-08-27 12:42:14 +01:00
bigarray.ml Move bigarray to the stdlib (#1685) 2018-04-09 13:14:05 +01:00
bigarray.mli Deprecate Pervasives (#1605) 2018-08-27 12:42:14 +01:00
buffer.ml Whitespace and overlong line fixes. 2018-06-14 15:15:34 +01:00
buffer.mli Whitespace and overlong line fixes. 2018-06-14 15:15:34 +01:00
bytes.ml Deprecate Pervasives (#1605) 2018-08-27 12:42:14 +01:00
bytes.mli Deprecate Pervasives (#1605) 2018-08-27 12:42:14 +01:00
bytesLabels.ml Update headers for the new license. 2016-02-18 16:59:16 +01:00
bytesLabels.mli Deprecate Pervasives (#1605) 2018-08-27 12:42:14 +01:00
callback.ml Update headers for the new license. 2016-02-18 16:59:16 +01:00
callback.mli Update headers for the new license. 2016-02-18 16:59:16 +01:00
camlinternalFormat.ml Relax the type of make_iprintf and improve Format.ifprintf. 2018-08-02 23:17:47 +02:00
camlinternalFormat.mli Relax the type of make_iprintf and improve Format.ifprintf. 2018-08-02 23:17:47 +02:00
camlinternalFormatBasics.ml Printf: alternative int format %#d 1_234_567 2018-05-28 10:53:37 -07:00
camlinternalFormatBasics.mli Printf: alternative int format %#d 1_234_567 2018-05-28 10:53:37 -07:00
camlinternalLazy.ml Merge tag 4.03.0 into trunk. 2016-04-28 16:13:21 +02:00
camlinternalLazy.mli Merge tag 4.03.0 into trunk. 2016-04-28 16:13:21 +02:00
camlinternalMod.ml Typos and basic grammar error fixing (#1280) 2017-08-10 11:59:23 +01:00
camlinternalMod.mli Update headers for the new license. 2016-02-18 16:59:16 +01:00
camlinternalOO.ml Also enable more warnings in stdlib/ and fix them. 2016-03-15 22:47:26 +01:00
camlinternalOO.mli PR#7363: start documentation headers at {1 2017-10-04 13:05:05 +02:00
char.ml apply changes to stdlib and test suite 2016-08-07 11:19:26 -04:00
char.mli Deprecate Pervasives (#1605) 2018-08-27 12:42:14 +01:00
complex.ml Update headers for the new license. 2016-02-18 16:59:16 +01:00
complex.mli Update headers for the new license. 2016-02-18 16:59:16 +01:00
digest.ml Check that the argument to Digest.to_hex has the correct length (#763) 2016-08-24 15:14:13 +02:00
digest.mli Deprecate Pervasives (#1605) 2018-08-27 12:42:14 +01:00
dune Provide a way to build the bytecode compiler using Dune (#2093) 2018-10-10 16:16:00 +01:00
ephemeron.ml Stdlib functional iterators (#1002) 2018-03-16 18:25:10 +01:00
ephemeron.mli Deprecate Pervasives (#1605) 2018-08-27 12:42:14 +01:00
expand_module_aliases.awk Provide a way to build the bytecode compiler using Dune (#2093) 2018-10-10 16:16:00 +01:00
filename.ml Add Filename.extension and Filename.remove_extension. 2016-07-10 00:16:48 +02:00
filename.mli Add Filename.extension and Filename.remove_extension. 2016-07-10 00:16:48 +02:00
float.ml Deprecate Pervasives (#1605) 2018-08-27 12:42:14 +01:00
float.mli Deprecate Pervasives (#1605) 2018-08-27 12:42:14 +01:00
format.ml Introduce semantic tags as an extensible sum type. 2018-09-02 12:11:55 +02:00
format.mli Introduce semantic tags as an extensible sum type. 2018-09-02 12:11:55 +02:00
gc.ml Fix Gc.minor_{words,free} by removing [@@noalloc] 2017-03-09 10:50:08 -05:00
gc.mli Deprecate Pervasives (#1605) 2018-08-27 12:42:14 +01:00
genlex.ml Also enable more warnings in stdlib/ and fix them. 2016-03-15 22:47:26 +01:00
genlex.mli Add cross-reference detected by ocamldoc 2017-02-01 20:20:02 +01:00
hashbang Call the '#' sign hash rather than sharp. 2016-05-09 16:34:40 +02:00
hashtbl.ml Stdlib functional iterators (#1002) 2018-03-16 18:25:10 +01:00
hashtbl.mli Deprecate Pervasives (#1605) 2018-08-27 12:42:14 +01:00
header.c Move configuration header files from the config to the byterun/caml directory 2017-04-26 19:28:17 +02:00
headernt.c Fix windows ANSI locale: use CP_ACP instead of CP_THREAD_ACP (#2062) 2018-10-03 14:19:07 +02:00
int32.ml Deprecate Pervasives (#1605) 2018-08-27 12:42:14 +01:00
int32.mli Merge pull request #2007 from Octachron/nme_integers 2018-08-27 14:57:11 +02:00
int64.ml Deprecate Pervasives (#1605) 2018-08-27 12:42:14 +01:00
int64.mli Merge pull request #2007 from Octachron/nme_integers 2018-08-27 14:57:11 +02:00
lazy.ml add -no-flat-float-array configure option 2017-09-15 18:24:36 +02:00
lazy.mli Add cross-reference detected by ocamldoc 2017-02-01 20:20:02 +01:00
lexing.ml Lexing.flush_input: completely reset the current position 2018-07-25 11:52:23 +02:00
lexing.mli Make updating lex_curr_p/lex_start_p optional (#1590) 2018-05-31 17:12:44 +01:00
list.ml Fix over-long lines with minor re-wordings 2018-06-13 09:37:49 +01:00
list.mli Deprecate Pervasives (#1605) 2018-08-27 12:42:14 +01:00
listLabels.ml Update headers for the new license. 2016-02-18 16:59:16 +01:00
listLabels.mli Deprecate Pervasives (#1605) 2018-08-27 12:42:14 +01:00
map.ml Whitespace and overlong line fixes. 2018-06-14 15:15:34 +01:00
map.mli Deprecate Pervasives (#1605) 2018-08-27 12:42:14 +01:00
marshal.ml Merge the asmrun and byterun directories into the runtime directory 2018-06-28 17:50:33 +02:00
marshal.mli fix primitives for marshal 2018-03-15 18:25:31 +01:00
moreLabels.ml Update headers for the new license. 2016-02-18 16:59:16 +01:00
moreLabels.mli Add Set.Make(_).disjoint 2018-08-10 16:23:15 +02:00
nativeint.ml Deprecate Pervasives (#1605) 2018-08-27 12:42:14 +01:00
nativeint.mli Merge pull request #2007 from Octachron/nme_integers 2018-08-27 14:57:11 +02:00
obj.ml add -no-flat-float-array configure option 2017-09-15 18:24:36 +02:00
obj.mli Add cross-reference detected by ocamldoc 2017-02-01 20:20:02 +01:00
oo.ml Update headers for the new license. 2016-02-18 16:59:16 +01:00
oo.mli Update headers for the new license. 2016-02-18 16:59:16 +01:00
option.ml Stdlib: add Option module. 2018-08-08 11:41:09 +02:00
option.mli Typo in docs for Option module 2018-08-23 15:36:47 +01:00
parsing.ml Merge tag 4.03.0 into trunk. 2016-04-28 16:13:21 +02:00
parsing.mli PR#7363: start documentation headers at {1 2017-10-04 13:05:05 +02:00
pervasives.ml doc: remove unprefix trick 2018-09-03 13:59:32 +01:00
printexc.ml Deprecate Pervasives (#1605) 2018-08-27 12:42:14 +01:00
printexc.mli Deprecate Pervasives (#1605) 2018-08-27 12:42:14 +01:00
printf.ml Remove the state argument in CamlinternalFormat.make_printf. 2018-08-02 23:09:20 +02:00
printf.mli Add Changes entry and update Printf doc 2018-05-28 17:52:33 -07:00
queue.ml Add Stack.{top_opt,pop_opt} and Queue.{peek_opt,take_opt} 2018-08-01 22:44:10 +02:00
queue.mli Add Stack.{top_opt,pop_opt} and Queue.{peek_opt,take_opt} 2018-08-01 22:44:10 +02:00
random.ml Deprecate Pervasives (#1605) 2018-08-27 12:42:14 +01:00
random.mli PR#7363: start documentation headers at {1 2017-10-04 13:05:05 +02:00
remove_module_aliases.awk Core review work 2018-02-12 08:29:17 +00:00
result.ml Stdlib: add Result module. 2018-08-08 10:34:03 +02:00
result.mli Stdlib: add Result module. 2018-08-08 10:34:03 +02:00
scanf.ml Deprecate Pervasives (#1605) 2018-08-27 12:42:14 +01:00
scanf.mli Fix typo in Scanf docs 2018-09-21 18:13:32 +08:00
seq.ml Stdlib functional iterators (#1002) 2018-03-16 18:25:10 +01:00
seq.mli Whitespace and overlong line fixes. 2018-06-14 15:15:34 +01:00
set.ml Add Set.Make(_).disjoint 2018-08-10 16:23:15 +02:00
set.mli Deprecate Pervasives (#1605) 2018-08-27 12:42:14 +01:00
spacetime.ml Expose Spacetime.enabled 2017-01-10 10:07:40 +00:00
spacetime.mli fix several typos in comments 2017-02-13 17:09:50 +01:00
stack.ml Add Stack.{top_opt,pop_opt} and Queue.{peek_opt,take_opt} 2018-08-01 22:44:10 +02:00
stack.mli Add Stack.{top_opt,pop_opt} and Queue.{peek_opt,take_opt} 2018-08-01 22:44:10 +02:00
stdLabels.ml Update headers for the new license. 2016-02-18 16:59:16 +01:00
stdLabels.mli Update headers for the new license. 2016-02-18 16:59:16 +01:00
std_exit.ml Update headers for the new license. 2016-02-18 16:59:16 +01:00
stdlib.ml Deprecate Pervasives (#1605) 2018-08-27 12:42:14 +01:00
stdlib.mli doc: remove unprefix trick 2018-09-03 13:59:32 +01:00
stream.ml Fix Stream.junk on channel streams 2018-04-10 16:21:45 +02:00
stream.mli PR#7363: start documentation headers at {1 2017-10-04 13:05:05 +02:00
string.ml Deprecate Pervasives (#1605) 2018-08-27 12:42:14 +01:00
string.mli Deprecate Pervasives (#1605) 2018-08-27 12:42:14 +01:00
stringLabels.ml Update headers for the new license. 2016-02-18 16:59:16 +01:00
stringLabels.mli Deprecate Pervasives (#1605) 2018-08-27 12:42:14 +01:00
sys.mli stdlib: add a few references to Sys.int_size inside docstrings (#1572) 2018-03-01 18:54:24 +01:00
sys.mlp Option-returning variants of stdlib functions (#885) 2016-11-07 16:11:35 +00:00
uchar.ml Deprecate Pervasives (#1605) 2018-08-27 12:42:14 +01:00
uchar.mli Deprecate Pervasives (#1605) 2018-08-27 12:42:14 +01:00
weak.ml Option-returning variants of stdlib functions (#885) 2016-11-07 16:11:35 +00:00
weak.mli Deprecate Pervasives (#1605) 2018-08-27 12:42:14 +01:00