summaryrefslogtreecommitdiff
path: root/yacc
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'trunk' into yacc-ocaml-commentsDamien Doligez2023-02-284-6/+28
|\
| * ocamlyacc: source locations for %type declarations (#11728)Demi Marie Obenour2023-02-284-6/+28
* | ocamlyacc: support OCaml-style commentsDemi Marie Obenour2023-02-273-20/+42
|/
* Merge branch 'trunk' into cleanup-ocamlyaccDemi Marie Obenour2023-01-052-3/+18
|\
| * Merge pull request #11774 from DemiMarie/yacc-io-errorGabriel Scherer2022-12-011-0/+12
| |\
| | * ocamlyacc: fail if there is an I/O errorDemi Marie Obenour2022-11-301-0/+12
| * | ocamlyacc: Remove unused storeDemi Marie Obenour2022-11-301-1/+0
| * | ocamlyacc: Fix lexing of raw string literalsDemi Marie Obenour2022-11-301-2/+6
| |/
* | ocamlyacc: fix indentDemi Marie Obenour2022-11-301-1/+1
* | ocamlyacc: Forbid quoted literals in tokens and typesDemi Marie Obenour2022-11-303-155/+11
* | ocamlyacc: remove unused codeDemi Marie Obenour2022-11-302-30/+0
* | ocamlyacc: refactor error messagesDemi Marie Obenour2022-11-301-15/+12
* | ocamlyacc: Rip out register storage class specifierDemi Marie Obenour2022-11-3013-340/+340
* | ocamlyacc: Fix -Wmissing-prototypes issuesDemi Marie Obenour2022-11-306-103/+70
|/
* removed set but unused variables in yacc/reader.c (#11758)SSHz2022-11-271-3/+0
* Merge pull request #11719 from dra27/fix-11714David Allsopp2022-11-141-4/+0
|\
| * Move defining NDEBUG back to build systemDavid Allsopp2022-11-121-4/+0
| * Harden yacc/defs.h against NDEBUG being definedDavid Allsopp2022-11-121-1/+1
* | Remove redundant includes from yacc/defs.h (#11715)Konstantin Romanov2022-11-121-2/+0
|/
* yacc/closure.c: fix 'closure' prototypeNicolás Ojeda Bär2022-11-041-1/+1
* Rename the two Windows unicode C functionsDavid Allsopp2022-06-131-4/+4
* [minor] Rename conflicting macro BITS_PER_WORDGuillaume Munch-Maccagnoni2022-06-082-6/+6
* Merge yacc/Makefile into the root MakefileSébastien Hinderer2022-05-091-63/+0
* Build system: Get rid of the unused EXTRALIBS variableSébastien Hinderer2022-05-061-1/+1
* Build system: make sure C files are compiled with -I$(ROOTDIR)/runtimeSébastien Hinderer2022-05-051-2/+0
* 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