index
:
delta/ocaml.git
3.08
3.09
3.10
3.11
3.12
4.00
4.00-with-binannot
4.01
4.02
4.03
4.04
4.05
4.06
4.07
4.08
4.09
4.10
4.11
4.12
4.13
4.14
5.0
5.1
FSF
MPR7048
MPR7609
MPR7609-continued
MPR7638
MPR7642
PR7042
abstract-new
abstract_intel_emit
abstract_x86_asm
afrisch_fix_reachable_words
afrisch_fix_stdlib_makefile_windows
annot-from-lambda
arm-literals
arm64
ast_rewriter
atomic_write_cmi
attributes
autofocus
backend-optims
big-marshal
binary-annot
binary-compat
build-with-debugging-informations
cc-optim
cducetrunk
class-with-type
cmm-mach-types
constructors_with_record
constructors_with_record2
constructors_with_record3
constructors_with_record4
constructors_with_record5
contracts
contracts-3.11
contribution_workflow
delegate
deprecated_optional_arguments
disable_unused_warnings_for_print_types
doc2attr
doc_windows_unicode
dothat
dwarf
dynamic_loading
dynamics
dyntypes
enter-mod-decl
ephemeron
exception_registration
execvpe
expoly
extension_points
fastclass
faster-testsuite
fix-32bit-warning
fix-getwd-use
fix_7657
fix_7680
fix_7682
fix_large_file_lseek_windows
fix_mingw
fix_ocamllex
fixedtypes
flambda
flambda_trunk
fmu
fstclassmod
fstclassmod_parametrized
gadt-warnings
gadts
gadts-devel
gadts-devel-lenormand
gcaml
gcaml3
gcaml3090
gcaml3101
ground_coercion
hex-float
hidden_args
implicit-subtyping
implicit-unpack
implicits
improve-PIC-and-PIE
improve_arg_read_arg
inline-more
inplace_let
ios-support
jo311
jo312
jo400
jo401
jocamltrunk
jocamltrunk+cduce
labltk
let_open_in_classes
letopen
letopenin
lightlabels
located_errors
m7100_gc_when_many_custom_blocks_in_minor_heap
map_file_omission
mark_expansive
master
menubars
merge_sig_str
metadata
minus-camlp4
mltk
module-alias
module_of_module_type
moduletypeof
monadic_let
more_unboxing
multimatch
namespaces
natdynlink
new-test-framework
newfunsyntax
newoolab
newoolab2
newoolabmult
newsysthreads
newtypein
no_internal_deprecation
non-vanishing
objvariants
ocaml-binannot
ocaml2
ocamldebug_g
ocamlmode
olabl
open_types
opt_backtrace
override
overridemethod
poly_meth
poly_meth2
polyrec
ppc64
pr/1866
pr7591
pr7661-again
pr8891
pr8908
pr8934
private_abbrevs
raise_variants
record-disambiguation
recursive_modules
remove-libnum
remove_spurious_semi_colons
resurrect-cygwin64-review-base
revert-1377-ocamldep_nested_include_fix
safe-string
short-paths
short-paths-4.01
sigsubst
simplify_duplicate_ident_optim
sse2
static_exceptions
strict_labels
stripped-ocaml
test_for_self_review
tests_asmcomp_revised
tmp-merging-3.12.1
treematch
trunk
unlabeled-1.1.2
unlabeled-1.2.2
unlabeled-1.3.2
unused_declarations
user-defined-indexing-operators
variants303
varunion
warning_attribute_on_type_exprs
win32
win32-rename
win32-sockets
with-frame-pointers
github.com: ocaml/ocaml
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
yacc
/
reader.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'trunk' into yacc-ocaml-comments
Damien Doligez
2023-02-28
1
-3
/
+20
|
\
|
*
ocamlyacc: source locations for %type declarations (#11728)
Demi Marie Obenour
2023-02-28
1
-3
/
+20
*
|
ocamlyacc: support OCaml-style comments
Demi Marie Obenour
2023-02-27
1
-17
/
+37
|
/
*
Merge branch 'trunk' into cleanup-ocamlyacc
Demi Marie Obenour
2023-01-05
1
-3
/
+6
|
\
|
*
ocamlyacc: Remove unused store
Demi Marie Obenour
2022-11-30
1
-1
/
+0
|
*
ocamlyacc: Fix lexing of raw string literals
Demi Marie Obenour
2022-11-30
1
-2
/
+6
*
|
ocamlyacc: fix indent
Demi Marie Obenour
2022-11-30
1
-1
/
+1
*
|
ocamlyacc: Forbid quoted literals in tokens and types
Demi Marie Obenour
2022-11-30
1
-155
/
+4
*
|
ocamlyacc: Rip out register storage class specifier
Demi Marie Obenour
2022-11-30
1
-49
/
+49
*
|
ocamlyacc: Fix -Wmissing-prototypes issues
Demi Marie Obenour
2022-11-30
1
-67
/
+57
|
/
*
removed set but unused variables in yacc/reader.c (#11758)
SSHz
2022-11-27
1
-3
/
+0
*
Quoted extensions in comments, ocamllex and ocamlyacc (#9166)
Pieter Goetschalckx
2020-02-03
1
-6
/
+27
*
Make sure ocamlyacc can handle 255 entry points (#9210)
Andreas Abel
2019-12-26
1
-3
/
+3
*
Windows Unicode handling for ocamlyacc
David Allsopp
2019-04-16
1
-4
/
+4
*
Convert line_format to a #define
David Allsopp
2019-04-16
1
-2
/
+0
*
Octal character literals and apostrophes in ocamlyacc actions (#1932)
Pieter Goetschalckx
2019-09-06
1
-0
/
+17
*
Fixing typos in various files (#2246)
Fourchaux
2019-02-13
1
-1
/
+1
*
Fix build on MSVC
Demi Obenour
2017-05-17
1
-1
/
+1
*
Partial testcase and bug fix
Demi Obenour
2017-05-17
1
-7
/
+21
*
Fix parsing for a corner case in ocamlyacc
Demi Obenour
2017-05-17
1
-2
/
+2
*
Fix the parsing of comments by ocamlyacc
Demi Obenour
2017-05-17
1
-40
/
+67
*
Check for balanced parentheses and curly braces in ocamlyacc
Demi Obenour
2017-05-17
1
-2
/
+30
*
Fix parsing of raw strings
Demi Obenour
2017-05-17
1
-2
/
+71
*
Refactor the ocamlyacc reader
Demi Obenour
2017-05-17
1
-161
/
+95
*
Delete some superfluous code
Demi Obenour
2017-05-17
1
-163
/
+0
*
Make ocamlyacc and make_opcodes ignore \r on Unix
David Allsopp
2017-02-15
1
-1
/
+6
*
Update headers for the new license.
Damien Doligez
2016-02-18
1
-11
/
+14
*
fix an issue spotted by the Clang analyzer (assigned value never read)
Gabriel Scherer
2015-08-04
1
-3
/
+1
*
fix an issue spotted by the Clang analyzer (leak in yacc/reader.c)
Gabriel Scherer
2015-08-04
1
-0
/
+1
*
remove all $Id keywords
Damien Doligez
2012-10-15
1
-2
/
+0
*
renaming of Objective Caml to OCaml and cleanup of copyright headers
Damien Doligez
2011-07-27
1
-1
/
+1
*
merge changes from ocaml3111rc0 to ocaml3111
Damien Doligez
2009-07-20
1
-3
/
+4
*
PR#3802: detect polymorphic object and variant types in entry points
Jacques Garrigue
2005-10-06
1
-1
/
+6
*
fusion des modifs de 3.08.4
Damien Doligez
2005-08-13
1
-6
/
+8
*
fusion des changements jusqu'a 3.08.3
Damien Doligez
2005-03-24
1
-1
/
+5
*
parser_env -> __caml_parser_env
Damien Doligez
2004-11-06
1
-7
/
+9
*
L'argument de isdigit, etc, doit etre unsigned (PR#2514)
Xavier Leroy
2004-06-12
1
-7
/
+13
*
directives #line pour lex et yacc
Damien Doligez
2004-04-21
1
-0
/
+50
*
pour que ca marche mieux avec -dtypes
Damien Doligez
2003-07-23
1
-6
/
+7
*
Rejeter les points d'entree ayant un type polymorphe (PR#1583)
Xavier Leroy
2003-07-17
1
-0
/
+20
*
PR#63
Damien Doligez
2002-11-05
1
-1
/
+1
*
changement des locations, deuxieme tranche
Damien Doligez
2002-11-02
1
-5
/
+9
*
detabisation
Damien Doligez
2001-07-12
1
-751
/
+751
*
fix bug #44
Damien Doligez
2000-03-03
1
-4
/
+3
*
bug de %type multiligne
Damien Doligez
2000-01-13
1
-0
/
+1
*
tabs -> spaces
Damien Doligez
1999-11-29
1
-2
/
+2
*
Changement de la licence
Xavier Leroy
1999-11-17
1
-1
/
+2
*
Emettre une declaration # lineno quand on copie le prelude du fichier .mly da...
Xavier Leroy
1998-11-05
1
-0
/
+1
*
Ajout contraintes de types sur points d'entree dans fichier .ml genere
Xavier Leroy
1998-07-29
1
-3
/
+3
*
Utiliser le codage 0 pour le token EOF
Xavier Leroy
1998-06-29
1
-0
/
+2
[next]