summaryrefslogtreecommitdiff
path: root/lex
Commit message (Expand)AuthorAgeFilesLines
* Followup on #11147Sébastien Hinderer2022-03-311-1/+1
* Build system: ocaml{doc,lex} should be compiled and linked with -gSébastien Hinderer2022-03-311-3/+3
* Factorize the definition of the standard library flagsSébastien Hinderer2022-03-311-3/+3
* Build system: also factorize the inclusion of directories when calling ocamldepSébastien Hinderer2022-03-221-2/+1
* Build system: factorize the definitions related to ocamldepSébastien Hinderer2022-03-221-7/+7
* Build system: normalize the invocations of ocamldepSébastien Hinderer2022-03-221-3/+4
* Remove uses of ;; from the codebaseSébastien Hinderer2022-02-255-16/+8
* Printexc.catch, Printf.kprintf, Unix.SO_ERROR: add deprecation warning (#10924)Nicolás Ojeda Bär2022-01-211-1/+1
* Add the distclean target to lex/MakefileSébastien Hinderer2022-01-181-0/+3
* Add {Int,Int32,Int64,NativeInt}.{min,max} (#10392)Alain Frisch2021-05-113-4/+4
* Build system: rename the CAMLRUN variable to OCAMLRUNSébastien Hinderer2021-04-271-1/+1
* Build system: replace suffix rules by pattern rulesSébastien Hinderer2021-04-271-6/+3
* Build system: provide a default value for OCAMLLEXSébastien Hinderer2021-04-141-1/+5
* added warning for missing mli interface fileAnukriti122021-03-311-1/+1
* Remove unused labelsLeo White2021-03-221-1/+8
* stop using single letter in warning settingsoctachron2021-03-151-1/+1
* Build system: deduplicate the rules used to generate the lexers and parsersSébastien Hinderer2021-03-021-8/+0
* {debugger,lex}/Makefile: make it possible to override lexer andparser generatorSébastien Hinderer2021-03-021-6/+8
* Build system: rename the OCAMLLEX_FLAGS to OCAMLLEXFLAGSSébastien Hinderer2021-03-021-1/+1
* Get rid of the YACCFLAGS build variableSébastien Hinderer2020-08-051-2/+1
* Add the $(EXE) suffix to all programs at build rather than install timeSébastien Hinderer2020-06-181-5/+9
* lex/Makefile: simplificationSébastien Hinderer2020-06-181-2/+2
* makefiles: move the inclusion of Makefile.build_config in Makefile.commonGabriel Scherer2020-05-061-1/+0
* Introduce Makefile.build_config.inDavid Allsopp2020-04-171-2/+2
* Ensure make distclean works on an unconfigured treeDavid Allsopp2019-10-151-1/+1
* Allow make to be invoked before configureDavid Allsopp2018-12-041-2/+2
* Quoted extensions in comments, ocamllex and ocamlyacc (#9166)Pieter Goetschalckx2020-02-031-6/+11
* Build system: make ocamllex silent by default (#8664)Sébastien Hinderer2019-05-071-1/+1
* Remove undefined and useless variable $(INCLUDES)Xavier Leroy2019-05-021-1/+1
* make clean: do not remove emacs backupsNicolás Ojeda Bär2019-04-101-1/+1
* Use boot/ocamlc.opt for building, if available.Stephen Dolan2019-03-201-3/+2
* Build system: use ocamlc -depend rather than ocamldepSébastien Hinderer2019-01-031-1/+1
* make alldepend (with new one-dep-per-file printing)Gabriel Scherer2018-12-121-32/+116
* Makefiles: restructure CAMLDEP usage to easily add flagsGabriel Scherer2018-12-121-2/+3
* Merge pull request #2049 from hhugo/lexer3Gabriel Scherer2018-09-171-3/+3
|\
| * report error inside semantic actionHugo Heuzard2018-09-171-1/+1
| * Sync ocamlex with the ocaml lexerHugo Heuzard2018-09-171-2/+2
* | Move config/Makefile to Makefile.configSébastien Hinderer2018-09-171-1/+1
|/
* Allow quoted strings and octal/unicode character literals in ocamllex actions...Pieter Goetschalckx2018-09-171-24/+75
* Remove space from end of FLEXLINK_ENVDavid Allsopp2018-09-071-1/+1
* Use $(addprefix ...) and spacing adjustmentsDavid Allsopp2018-09-071-10/+10
* Move FLEXLINK_ENV definition to Makefile.commonDavid Allsopp2018-09-071-8/+0
* Always use ROOTDIR in lex and ocamldoc MakefilesDavid Allsopp2018-09-071-8/+11
* Standardise setting and use of OCAML_FLEXLINKDavid Allsopp2018-09-071-3/+5
* remove unused ocamlyacc dependencies, never put it in boot/Gabriel Scherer2018-09-011-1/+1
* Deprecate Pervasives (#1605)Jérémie Dimino2018-08-272-6/+6
* Use reraise_raw_backtrace in Misc.try_finallyFrançois Bobot2018-07-251-1/+2
* Merge the asmrun and byterun directories into the runtime directorySébastien Hinderer2018-06-281-1/+1
* Merge pull request #1821 from gasche/makefiles-consistent-opt-targetsGabriel Scherer2018-06-241-0/+2
|\
| * makefiles: consistently offer *both* 'allopt' and 'opt.opt' targetsGabriel Scherer2018-06-071-0/+2