ocaml/stdlib
whitequark 1ebc9f5a4c Remove the Sort module. (PR7812)
It has been deprecated since 2000, shown a deprecation warning
since 4.02, and Sort.merge is documented to have undefined behavior
when the lists being merged are not sorted in the first place.
2018-07-13 16:04:49 +02:00
..
.depend Remove the Sort module. (PR7812) 2018-07-13 16:04:49 +02:00
Compflags Whitespace and overlong line fixes. 2018-06-14 15:15:34 +01:00
Makefile Remove the Sort module. (PR7812) 2018-07-13 16:04:49 +02:00
StdlibModules Remove the Sort module. (PR7812) 2018-07-13 16:04:49 +02:00
arg.ml Whitespace and overlong line fixes. 2018-06-14 15:15:34 +01: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 Stdlib functional iterators (#1002) 2018-03-16 18:25:10 +01:00
arrayLabels.ml Update headers for the new license. 2016-02-18 16:59:16 +01:00
arrayLabels.mli Stdlib functional iterators (#1002) 2018-03-16 18:25:10 +01:00
bigarray.ml Move bigarray to the stdlib (#1685) 2018-04-09 13:14:05 +01:00
bigarray.mli Integrate Bigarray documentation 2018-05-10 15:13:56 -04: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 Whitespace and overlong line fixes. 2018-06-14 15:15:34 +01:00
bytes.mli Whitespace and overlong line fixes. 2018-06-14 15:15:34 +01:00
bytesLabels.ml Update headers for the new license. 2016-02-18 16:59:16 +01:00
bytesLabels.mli Whitespace and overlong line fixes. 2018-06-14 15:15:34 +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 Whitespace and overlong line fixes. 2018-06-14 15:15:34 +01:00
camlinternalFormat.mli Update headers for the new license. 2016-02-18 16:59:16 +01: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 Update headers for the new license. 2016-02-18 16:59:16 +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 Check that the argument to Digest.to_hex has the correct length (#763) 2016-08-24 15:14:13 +02:00
ephemeron.ml Stdlib functional iterators (#1002) 2018-03-16 18:25:10 +01:00
ephemeron.mli MPR#7604: minor Ephemeron documentation fixes 2017-08-16 11:37:39 +02:00
expand_module_aliases.awk Core review work 2018-02-12 08:29:17 +00: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 Whitespace and overlong line fixes. 2018-06-14 15:15:34 +01:00
float.mli add @since annotations to stdlib/float.mli and stdlib/bigarray.mli 2018-04-10 14:16:26 +02:00
format.ml Fix MPR#7235 (#1870) 2018-07-02 10:30:57 +02:00
format.mli fix Makefile bug for lintapidiff and add missing @since in stdlib/format.mli 2017-11-10 17:20:44 +01:00
gc.ml Fix Gc.minor_{words,free} by removing [@@noalloc] 2017-03-09 10:50:08 -05:00
gc.mli Fix Gc.minor_{words,free} by removing [@@noalloc] 2017-03-09 10:50:08 -05: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 Stdlib functional iterators (#1002) 2018-03-16 18:25:10 +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 Whitespace and overlong line fixes. 2018-06-14 15:15:34 +01:00
int32.ml Option-returning variants of stdlib functions (#885) 2016-11-07 16:11:35 +00:00
int32.mli Whitespace and overlong line fixes. 2018-06-14 15:15:34 +01:00
int64.ml Option-returning variants of stdlib functions (#885) 2016-11-07 16:11:35 +00:00
int64.mli Whitespace and overlong line fixes. 2018-06-14 15:15:34 +01: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 Make updating lex_curr_p/lex_start_p optional (#1590) 2018-05-31 17:12:44 +01: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 Stdlib functional iterators (#1002) 2018-03-16 18:25:10 +01:00
listLabels.ml Update headers for the new license. 2016-02-18 16:59:16 +01:00
listLabels.mli Stdlib functional iterators (#1002) 2018-03-16 18:25:10 +01:00
map.ml Whitespace and overlong line fixes. 2018-06-14 15:15:34 +01:00
map.mli Stdlib functional iterators (#1002) 2018-03-16 18:25:10 +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 Stdlib functional iterators (#1002) 2018-03-16 18:25:10 +01:00
nativeint.ml Option-returning variants of stdlib functions (#885) 2016-11-07 16:11:35 +00:00
nativeint.mli Whitespace and overlong line fixes. 2018-06-14 15:15:34 +01: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
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
printexc.ml Merge the asmrun and byterun directories into the runtime directory 2018-06-28 17:50:33 +02:00
printexc.mli PR#7363: start documentation headers at {1 2017-10-04 13:05:05 +02:00
printf.ml Update headers for the new license. 2016-02-18 16:59:16 +01:00
printf.mli Add Changes entry and update Printf doc 2018-05-28 17:52:33 -07:00
queue.ml Whitespace and overlong line fixes. 2018-06-14 15:15:34 +01:00
queue.mli Whitespace and overlong line fixes. 2018-06-14 15:15:34 +01:00
random.ml Merge tag 4.03.0 into trunk. 2016-04-28 16:13:21 +02: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
scanf.ml Use String.escaped in Scanf.format_from_string 2018-06-06 14:08:35 +02:00
scanf.mli PR#7363: start documentation headers at {1 2017-10-04 13:05:05 +02: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 Stdlib functional iterators (#1002) 2018-03-16 18:25:10 +01:00
set.mli Stdlib functional iterators (#1002) 2018-03-16 18:25:10 +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 Whitespace and overlong line fixes. 2018-06-14 15:15:34 +01:00
stack.mli Whitespace and overlong line fixes. 2018-06-14 15:15:34 +01: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 Remove the Sort module. (PR7812) 2018-07-13 16:04:49 +02:00
stdlib.mli Remove the Sort module. (PR7812) 2018-07-13 16:04:49 +02: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 Whitespace and overlong line fixes. 2018-06-14 15:15:34 +01:00
string.mli Fix a typo 2018-04-01 16:58:40 +01:00
stringLabels.ml Update headers for the new license. 2016-02-18 16:59:16 +01:00
stringLabels.mli Fix a typo 2018-04-01 16:58:40 +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 Add Buffer.add_utf_{8,16be,16le}_uchar and Uchar.{bom,rep} (#1091) 2017-03-16 08:28:11 +00:00
uchar.mli s/an Unicode/a Unicode/ 2018-01-19 13:55:50 +00:00
weak.ml Option-returning variants of stdlib functions (#885) 2016-11-07 16:11:35 +00:00
weak.mli PR#7363: start documentation headers at {1 2017-10-04 13:05:05 +02:00