summaryrefslogtreecommitdiff
path: root/yacc
Commit message (Expand)AuthorAgeFilesLines
* 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
* fix an issue spotted by the Clang analyzer (leak in yacc/reader.c)Gabriel Scherer2015-08-041-0/+1
* merge branch 4.02 from 4.02.1 (rev 15540) to a few fixes after 4.02.2 (rev 16...Damien Doligez2015-07-172-2/+2
* PR#6729: Makefile: remove suffix rules to avoid -jN race conditionsGabriel Scherer2014-12-271-4/+2
* Add missing Noreturn qualifiersGabriel Scherer2014-08-061-22/+22
* merge from 4.02 (rev. 14929): add configure detection of mkstemp, remove old ...Mark Shinwell2014-05-301-12/+8
* #6328: use real temporary file names for ocamlyacc under Windows.Alain Frisch2014-02-181-15/+15
* yacc: "ocamlyacc$(EXE)" rule produced "ocamlyacc" (no trailing $(EXE)).Wojciech Meyer2013-02-251-1/+1
* remove all $Id keywordsDamien Doligez2012-10-1515-33/+0
* PR#5719: ocamlyacc generates code that is not warning 33-compliantDamien Doligez2012-08-061-0/+1
* clean up TABs and whitespaceDamien Doligez2012-07-301-1/+1
* merge changes from 4.00 branching to 4.00.0 (part 1)Damien Doligez2012-07-261-0/+1
* renaming of Objective Caml to OCaml and cleanup of copyright headersDamien Doligez2011-07-2715-16/+16
* uniform .ignore systemDamien Doligez2011-07-201-3/+0
* Ignoring compiled files.Pierre Weis2011-03-171-0/+1
* PR#5055: head -1 doesn't workDamien Doligez2010-05-212-2/+2
* PR#4857: add -vnum option to all executablesDamien Doligez2010-05-201-0/+3
* Incorporating OBSD patches.Pierre Weis2010-02-091-0/+52
* clean up spaces and tabsDamien Doligez2010-01-225-7/+4
* merge changes from ocaml3111rc0 to ocaml3111Damien Doligez2009-07-201-3/+4
* Cleanup and factorization of linker-related code.Alain Frisch2007-11-151-1/+1
* Merge the natdynlink branch into HEAD.Alain Frisch2007-11-061-1/+1
* deplacement du numero de version -> fichier VERSION a la racineDamien Doligez2007-02-072-8/+4
* Typo dans call MKEXEXavier Leroy2006-09-261-1/+1
* Attempt to support Visual C++ 2005. Remain to be tested.Xavier Leroy2006-09-231-1/+1