summaryrefslogtreecommitdiff
path: root/yacc
Commit message (Expand)AuthorAgeFilesLines
* Add the distclean target to yacc/MakefileSébastien Hinderer2022-01-181-0/+4
* ocamlyacc: rely on runtime/caml/version.hSébastien Hinderer2021-10-082-9/+7
* Abstract wmain/main difference with main_osDavid Allsopp2021-07-052-5/+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/+2
* 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/+27
* Make sure ocamlyacc can handle 255 entry points (#9210)Andreas Abel2019-12-263-6/+12
* Windows Unicode handling for ocamlyaccDavid Allsopp2019-04-167-97/+188
* Convert line_format to a #defineDavid Allsopp2019-04-162-3/+1
* Remove unused constantsDavid Allsopp2019-04-161-2/+0
* Use caml/misc.h in ocamlyaccDavid Allsopp2017-09-141-8/+1
* Remove unnecessary extern to mktempDavid Allsopp2017-09-141-4/+0
* Remove defines_file from ocamlyaccDavid Allsopp2017-09-142-13/+0
* Build system: share rules to compile C files (#8930)Sébastien Hinderer2019-09-111-6/+1
* Octal character literals and apostrophes in ocamlyacc actions (#1932)Pieter Goetschalckx2019-09-061-0/+17
* Fixing typos in various files (#2246)Fourchaux2019-02-131-1/+1
* Introduce and use ROOTDIR in more makefilesSébastien Hinderer2018-09-171-10/+18
* Move config/Makefile to Makefile.configSébastien Hinderer2018-09-171-1/+1
* Merge the asmrun and byterun directories into the runtime directorySébastien Hinderer2018-06-281-1/+1
* Rename C compiler related build variablesSébastien Hinderer2018-06-201-1/+1
* Remove the Makefile.nt filesSébastien Hinderer2018-05-251-16/+0
* Unicode support for the Windows runtime (#1200)Nicolás Ojeda Bär2017-09-181-1/+5
* Restore 32bit compilation (#1295)David Allsopp2017-08-291-3/+0
* Fix build on MSVCDemi Obenour2017-05-171-1/+1
* Delete code that isn't useful for ocamlyaccDemi Obenour2017-05-173-48/+1
* Partial testcase and bug fixDemi Obenour2017-05-171-7/+21
* Fix parsing for a corner case in ocamlyaccDemi Obenour2017-05-171-2/+2
* Fix the parsing of comments by ocamlyaccDemi Obenour2017-05-171-40/+67
* Check for balanced parentheses and curly braces in ocamlyaccDemi Obenour2017-05-171-2/+30
* Fix parsing of raw stringsDemi Obenour2017-05-171-2/+71
* Refactor the ocamlyacc readerDemi Obenour2017-05-171-161/+95
* Delete some superfluous codeDemi Obenour2017-05-172-165/+0
* Move configuration header files from the config to the byterun/caml directorySébastien Hinderer2017-04-262-2/+2
* Fix \r problems on recent CygwinsDavid Allsopp2017-04-131-1/+1
* Introduce and use the OUTPUTEXE and OUTPUTOBJ build variablesSébastien Hinderer2017-03-291-1/+1
* Define new build variables for C compiler and preprocessor flagsSébastien Hinderer2017-03-292-3/+5
* Get rid of BYTECC and NATIVECCSébastien Hinderer2017-03-291-2/+1
* Rely on _WIN32 rather than NO_UNIX to compile ocamlyaccSébastien Hinderer2017-03-072-9/+3
* Make ocamlyacc and make_opcodes ignore \r on UnixDavid Allsopp2017-02-151-1/+6
* Merge Makefile.nt into Makefile in the yacc directory. (#762)Sébastien Hinderer2016-08-262-3/+12
* ocamlyacc: output verbose file before failing on --strict.Nicolas Ojeda Bar2016-07-052-5/+2
* Rename ocamlyacc's -e option --strict.Jeremy Yallop2016-06-222-6/+6
* Add an -e option to ocamlyacc to reject grammars with conflicts.Jeremy Yallop2016-05-314-2/+21
* yacc/Makefile{,.nt}: merge.whitequark2016-03-172-49/+18
* Update headers for the new license.Damien Doligez2016-02-1815-165/+210
* simplify .gitignore; remove .ignore files and tools/setignore; adjust tools/c...Damien Doligez2015-11-061-4/+0
* byterun/ yacc/ : replace some K&R function declarations with proper prototypes.Xavier Leroy2015-11-032-4/+4
* fix an issue spotted by the Clang analyzer (assigned value never read)Gabriel Scherer2015-08-041-3/+1