| Commit message (Expand) | Author | Age | Files | Lines |
* | Add {Int,Int32,Int64,NativeInt}.{min,max} (#10392) | Alain Frisch | 2021-05-11 | 3 | -4/+4 |
* | Build system: rename the CAMLRUN variable to OCAMLRUN | Sébastien Hinderer | 2021-04-27 | 1 | -1/+1 |
* | Build system: replace suffix rules by pattern rules | Sébastien Hinderer | 2021-04-27 | 1 | -6/+3 |
* | Build system: provide a default value for OCAMLLEX | Sébastien Hinderer | 2021-04-14 | 1 | -1/+5 |
* | added warning for missing mli interface file | Anukriti12 | 2021-03-31 | 1 | -1/+1 |
* | Remove unused labels | Leo White | 2021-03-22 | 1 | -1/+8 |
* | stop using single letter in warning settings | octachron | 2021-03-15 | 1 | -1/+1 |
* | Build system: deduplicate the rules used to generate the lexers and parsers | Sébastien Hinderer | 2021-03-02 | 1 | -8/+0 |
* | {debugger,lex}/Makefile: make it possible to override lexer andparser generator | Sébastien Hinderer | 2021-03-02 | 1 | -6/+8 |
* | Build system: rename the OCAMLLEX_FLAGS to OCAMLLEXFLAGS | Sébastien Hinderer | 2021-03-02 | 1 | -1/+1 |
* | Get rid of the YACCFLAGS build variable | Sébastien Hinderer | 2020-08-05 | 1 | -2/+1 |
* | Add the $(EXE) suffix to all programs at build rather than install time | Sébastien Hinderer | 2020-06-18 | 1 | -5/+9 |
* | lex/Makefile: simplification | Sébastien Hinderer | 2020-06-18 | 1 | -2/+2 |
* | makefiles: move the inclusion of Makefile.build_config in Makefile.common | Gabriel Scherer | 2020-05-06 | 1 | -1/+0 |
* | Introduce Makefile.build_config.in | David Allsopp | 2020-04-17 | 1 | -2/+2 |
* | Ensure make distclean works on an unconfigured tree | David Allsopp | 2019-10-15 | 1 | -1/+1 |
* | Allow make to be invoked before configure | David Allsopp | 2018-12-04 | 1 | -2/+2 |
* | Quoted extensions in comments, ocamllex and ocamlyacc (#9166) | Pieter Goetschalckx | 2020-02-03 | 1 | -6/+11 |
* | Build system: make ocamllex silent by default (#8664) | Sébastien Hinderer | 2019-05-07 | 1 | -1/+1 |
* | Remove undefined and useless variable $(INCLUDES) | Xavier Leroy | 2019-05-02 | 1 | -1/+1 |
* | make clean: do not remove emacs backups | Nicolás Ojeda Bär | 2019-04-10 | 1 | -1/+1 |
* | Use boot/ocamlc.opt for building, if available. | Stephen Dolan | 2019-03-20 | 1 | -3/+2 |
* | Build system: use ocamlc -depend rather than ocamldep | Sébastien Hinderer | 2019-01-03 | 1 | -1/+1 |
* | make alldepend (with new one-dep-per-file printing) | Gabriel Scherer | 2018-12-12 | 1 | -32/+116 |
* | Makefiles: restructure CAMLDEP usage to easily add flags | Gabriel Scherer | 2018-12-12 | 1 | -2/+3 |
* | Merge pull request #2049 from hhugo/lexer3 | Gabriel Scherer | 2018-09-17 | 1 | -3/+3 |
|\ |
|
| * | report error inside semantic action | Hugo Heuzard | 2018-09-17 | 1 | -1/+1 |
| * | Sync ocamlex with the ocaml lexer | Hugo Heuzard | 2018-09-17 | 1 | -2/+2 |
* | | Move config/Makefile to Makefile.config | Sébastien Hinderer | 2018-09-17 | 1 | -1/+1 |
|/ |
|
* | Allow quoted strings and octal/unicode character literals in ocamllex actions... | Pieter Goetschalckx | 2018-09-17 | 1 | -24/+75 |
* | Remove space from end of FLEXLINK_ENV | David Allsopp | 2018-09-07 | 1 | -1/+1 |
* | Use $(addprefix ...) and spacing adjustments | David Allsopp | 2018-09-07 | 1 | -10/+10 |
* | Move FLEXLINK_ENV definition to Makefile.common | David Allsopp | 2018-09-07 | 1 | -8/+0 |
* | Always use ROOTDIR in lex and ocamldoc Makefiles | David Allsopp | 2018-09-07 | 1 | -8/+11 |
* | Standardise setting and use of OCAML_FLEXLINK | David Allsopp | 2018-09-07 | 1 | -3/+5 |
* | remove unused ocamlyacc dependencies, never put it in boot/ | Gabriel Scherer | 2018-09-01 | 1 | -1/+1 |
* | Deprecate Pervasives (#1605) | Jérémie Dimino | 2018-08-27 | 2 | -6/+6 |
* | Use reraise_raw_backtrace in Misc.try_finally | François Bobot | 2018-07-25 | 1 | -1/+2 |
* | Merge the asmrun and byterun directories into the runtime directory | Sébastien Hinderer | 2018-06-28 | 1 | -1/+1 |
* | Merge pull request #1821 from gasche/makefiles-consistent-opt-targets | Gabriel Scherer | 2018-06-24 | 1 | -0/+2 |
|\ |
|
| * | makefiles: consistently offer *both* 'allopt' and 'opt.opt' targets | Gabriel Scherer | 2018-06-07 | 1 | -0/+2 |
* | | Whitespace and overlong line fixes. | David Allsopp | 2018-06-14 | 1 | -6/+12 |
|/ |
|
* | Remove the Makefile.nt files | Sébastien Hinderer | 2018-05-25 | 1 | -16/+0 |
* | ocamllex: Exact check for the absence of memory instructions. (#1713) | Luc Maranget | 2018-04-11 | 1 | -5/+9 |
* | Fix bug introduced in #1585. (#1598) | Alain Frisch | 2018-02-22 | 1 | -5/+5 |
* | Refactor. | alainfrisch | 2018-01-30 | 1 | -9/+16 |
* | Move inlining decision to its own function. | alainfrisch | 2018-01-30 | 1 | -14/+17 |
* | Avoid quoted strings, better indentation, limit scope of internal variables. | alainfrisch | 2018-01-30 | 1 | -84/+89 |
* | Emit indented code (patch from Frederic Bour) | alainfrisch | 2018-01-30 | 1 | -91/+86 |
* | Do not update lex_start_p/lex_curr_p when lex_curr_p == Lexing.dummy_pos. | alainfrisch | 2018-01-26 | 1 | -5/+9 |