Commit Graph

13724 Commits (bda66837a59ef30c3b2ff2513879e5762e5bec06)

Author SHA1 Message Date
Hongbo Zhang bda66837a5 fix ocamllex -ml, works with -safe-string option (#750) 2016-08-26 09:11:55 +02:00
alainfrisch 722e6e93fc Whitespace. 2016-08-26 09:09:45 +02:00
alainfrisch ef4db2c430 Changelog for #762, #764. 2016-08-26 09:09:13 +02:00
Sébastien Hinderer 8ea571c5a5 Merge makefiles in the debugger directory. (#764) 2016-08-26 09:07:20 +02:00
Sébastien Hinderer d917ff6eb3 Merge Makefile.nt into Makefile in the yacc directory. (#762)
yacc/Makefile has been changed so that it also works on Windows.
2016-08-26 09:05:57 +02:00
shindere 185a8ac254 In otherlibs/num: fix make warning about ignored `depend' target. (#776)
The `depend' target defined in Makefile.shared was ignored on Unix and
Windows, because it is also defined in Makefile and Makefile.nt.

The definition in Makefile.shared is an exact copy of the one in Makefile.

This commit also removes the "include .depend" directive from
Makefile.shared because this inclusion is handled in a system-dependent
way in Makefile and Makefile.nt.
2016-08-25 09:10:35 +02:00
Fabrice Le Fessant 657b34244a Check that the argument to Digest.to_hex has the correct length (#763)
* Check that the argument to Digest.to_hex has the correct length and improve documentation for Digest.to_hex
2016-08-24 15:14:13 +02:00
shindere c0aeb5600f Make sure all the makefiles define the UNIX_OR_WIN32 variable. (#775) 2016-08-23 18:36:32 +02:00
alainfrisch 365ad1e3cf Update flexdll submodule to flexdll 0.35 2016-08-23 18:24:06 +02:00
alainfrisch e49f656d30 #7314: add non-regression test. 2016-08-23 10:56:38 +02:00
alainfrisch 772b92a27a Fix #7314. 2016-08-23 10:00:51 +02:00
shindere 8eb23bca27 Fix typos in the documentation of the Format module. (#757) 2016-08-22 11:00:07 +01:00
Gabriel Scherer 98472dfdf6 Merge pull request #773 from Octachron/fix_dsource_local_open_in_pattern
PR#7329, fix "-dsource" for local open in patterns
2016-08-20 10:28:08 +02:00
Andreas Hauptmann 7bc893a564 fix quoting inside ocamlmktop (win32) (#771) 2016-08-19 17:32:24 +01:00
Andreas Hauptmann 9d4833d604 PR#7265: restore 4.02.3 behavior of Unix.fstat on Win32 (#769)
Unix.fstat was broken in 4.03 on Windows when the file descriptor didn't wrap a regular file. This patch restores the 4.02.3 behavior as well as preventing a NULL pointer to be passed to caml_strdup.
2016-08-19 14:09:35 +01:00
David Allsopp df5f1f1edf PR#7300: heap access in Win32 Unix.sleep (#725)
OCaml heap accessed inside a blocking section.
2016-08-18 11:50:07 +01:00
Florian Angeletti c3feec811f Manual: fix version number for local pattern open (#752) 2016-08-18 11:43:39 +01:00
Cedric Cellier b0aa84b647 Fix "unknown option '-no-keep-docs'" (#765)
There was a typo in this option name.
2016-08-18 11:30:10 +01:00
Nicolas Ojeda Bar 7bd6587180 Add new module Targetint (#759) 2016-08-16 07:29:24 +01:00
Mark Shinwell 77471455c7 Fix Spacetime assembler comments (MPR#7326) 2016-08-15 08:58:32 +01:00
Gabriel Scherer 8d0dcd72b3 Merge pull request #758 from lefessan/2016-08-11-omake
Fix build order of -cclib and direct object files
2016-08-11 22:09:51 +02:00
Damien Doligez d33b2e4ab5 fix wrong function name in merge of GPR#596 2016-08-09 12:30:47 +02:00
Damien Doligez 5c92adac93 tweak ci-build script to prevent bootstrapped files from causing trouble on "git pull" 2016-08-09 12:17:03 +02:00
Damien Doligez f70c62d80d Merge pull request 596 from Hongbo Zhang
make string/bytes distinguishable in the underlying compiler implementation
2016-08-08 17:03:20 +02:00
Damien Doligez 6afcbc96b8 clean up code duplication and whitespace 2016-08-08 17:02:19 +02:00
Hongbo Zhang be6533150a fix change logs 2016-08-08 09:16:05 -04:00
Gabriel Scherer ac7efda7b9 Changes: 'empty documentation comment' goes to the Tools section 2016-08-08 14:43:59 +02:00
Gabriel Scherer 73bb1bf234 Merge pull request #745 from lijunsong/doc
rearrange application args to respect the definition
2016-08-08 11:52:36 +02:00
Hongbo Zhang 6766f7c84a bootstrap after removing string_set 2016-08-07 11:41:50 -04:00
Hongbo Zhang eb0c6551f0 remove string_(un)safe_set 2016-08-07 11:41:50 -04:00
Hongbo Zhang 4a7c64eed3 bootstrap with new stdlib version 2016-08-07 11:41:41 -04:00
Hongbo Zhang 82d2375cc6 apply changes to stdlib and test suite 2016-08-07 11:19:26 -04:00
Hongbo Zhang 532985368c bootstrap with new lambda IR 2016-08-07 11:10:32 -04:00
Hongbo Zhang a36cd4c4ec add needed lambda IR for safe string 2016-08-07 11:07:10 -04:00
Hongbo Zhang 2807297e93 Prepare primitives required for safe string 2016-08-07 10:51:35 -04:00
lijunsong 502daeb065 rearrange application args to respect definition 2016-08-06 12:55:32 -07:00
Fabrice Le Fessant 93425101e4 Merge pull request #742 from lefessan/2016-06-04-fix-max-wosize
Use PROFINFO_WIDTH instead of hardcoded 26
2016-08-04 16:25:28 +02:00
Fabrice Le Fessant 6711995c50 Use PROFINFO_WIDTH instead of hardcoded 26 2016-08-04 15:01:06 +02:00
Fabrice Le Fessant 486106c513 Merge pull request #737 from lefessan/2016-08-03-fix-warning-testsuite
2 fixes for 4.04
2016-08-04 14:49:53 +02:00
Damien Doligez 6b3242ecb2 Merge pull request #696 from lefessan/2016-07-19-natdynlink-hook
Add natdynlink_hook, a hook called when a module is dynamically loaded
2016-08-04 12:00:47 +02:00
Gabriel Scherer 4aef4cea63 PR#7315: refine some error locations (#736) 2016-08-04 10:50:27 +02:00
Damien Doligez 02aece1030 fix CI build for Windows 2016-08-03 17:40:03 +02:00
Damien Doligez 732538af0d add a bootstrap cycle to the CI build 2016-08-03 15:24:18 +02:00
Fabrice Le Fessant 75c8a35205 Add caml_natdynlink_hook, a hook called when a module is dynamically loaded 2016-08-03 14:05:02 +02:00
Gabriel Scherer 665866d6a4 document Ppat_open (missing from GPR #187) 2016-08-03 12:58:30 +02:00
Fabrice Le Fessant 50eb121909 Replace a private section that should be CAML_INTERNALS 2016-08-03 12:02:49 +02:00
Fabrice Le Fessant dfed84870b Maybe fix warning in testsuite 2016-08-03 12:02:35 +02:00
Gabriel Scherer 66f8b37b1e Merge pull request #732 from markuspf/add-dragonfly
Add configure detection for DragonFly BSD
2016-08-03 10:17:19 +02:00
Mark Shinwell 3fbd265e8a Reinstate objinfo_helper installation (required for ocamlobjinfo) 2016-08-02 10:34:50 +01:00
Markus Pfeiffer a49dfbf23f Add configure detection for DragonFly BSD 2016-08-01 23:13:04 +01:00