Avoid expect's buffer overflow in info-var.exp test.
[external/binutils.git] / gdb / c-exp.y
2019-08-07 Tom TromeyIntroduce obstack_strndup
2019-08-07 Tom TromeyUse obstack_strdup more
2019-04-19 Tom TromeyMake copy_name return std::string
2019-04-05 Tom TromeyMove innermost_block_tracker global to parse_state
2019-04-05 Tom TromeyMove type stack handling to a new class
2019-04-05 Tom TromeyMove completion parsing to parser_state
2019-04-05 Tom TromeyMove arglist_len et al to parser_state
2019-04-05 Tom TromeyMove lexptr and prev_lexptr to parser_state
2019-04-05 Tom TromeyMove comma_terminates global to parser_state
2019-04-05 Tom TromeyRemove paren_depth global
2019-04-05 Tom TromeyMove expression_context_* globals to parser_state
2019-04-05 Tom TromeyTurn parse_language into a method
2019-04-05 Tom TromeyTurn parse_gdbarch into a method
2019-03-25 Tom TromeyMore block constification
2019-02-10 Philippe WaroquiersFix type_stack leaks in c expression parsing.
2019-01-08 Tom TromeyFix build failure with macOS bison
2019-01-06 Tom TromeyRemove remaining cleanups from c-exp.y
2019-01-06 Tom TromeyRemove string-related cleanup from c-exp.y
2019-01-06 Tom TromeyUse std::vector in type stacks
2019-01-01 Joel BrobeckerUpdate copyright year range in all GDB files.
2018-12-24 Andrew Burgessgdb: Allow struct fields named double
2018-12-24 Andrew Burgessgdb: Add new parser rule for structure field names
2018-12-24 Andrew Burgessgdb: Extend the comments in c-exp.y
2018-10-05 Tom TromeySimple -Wshadow=local fixes
2018-10-03 Tom TromeyAvoid undefined behavior in parse_number
2018-08-28 Tom TromeyRemove some uses of VEC from parsers
2018-06-18 Tom TromeyRemove la_error
2018-05-22 Pedro AlvesSupport UTF-8 identifiers in C/C++ expressions (PR...
2018-05-05 Tom TromeyFix "fall through" comments
2018-04-30 Tom TromeyHandle alignof and _Alignof
2018-04-26 Pedro AlvesFor PPC64/ELFv1: Introduce mst_data_gnu_ifunc
2018-04-26 Pedro AlvesCalling ifunc functions when resolver has debug info...
2018-04-26 Pedro AlvesFix calling ifunc functions when resolver has debug...
2018-02-08 Tom TromeyReturn unique_xmalloc_ptr from macro scope functions
2018-02-02 Leszek SwirskiDo not classify C struct members as a filename
2018-01-21 Andrew Burgessgdb: New API for tracking innermost block
2018-01-02 Joel BrobeckerUpdate copyright year range in all GDB files
2017-10-25 Ulrich WeigandTarget FP: Use target format throughout expression...
2017-10-18 Keith SeitzCanonicalize conversion operators
2017-10-05 Ulrich WeigandClean up some DFP interfaces
2017-09-06 Tom TromeyRemove make_cleanup_clear_parser_state
2017-09-04 Pedro AlvesMake "p S::method() const::static_var" work too
2017-09-04 Pedro AlvesHandle "p S::method()::static_var" in the C++ parser
2017-08-21 Pedro AlvesHandle function aliases better (PR gdb/19487, errno...
2017-07-17 Pedro AlvesIntroduce CP_OPERATOR_STR/CP_OPERATOR_LEN and use throu...
2017-06-27 Pedro AlvesEliminate make_cleanup_obstack_free, introduce auto_obstack
2017-04-12 Tom TromeyUse scoped_restore in more places
2017-04-05 Pedro Alves-Wwrite-strings: The Rest
2017-03-20 Artemiy VolkovSupport rvalue reference type in parser
2017-02-02 Pedro AlvesEliminate make_cleanup_ui_file_delete / make ui_file...
2017-01-01 Joel Brobeckerupdate copyright year range in GDB files
2016-11-17 Pedro Alvesgdb/c-exp.y: fprintf -> parser_fprintf
2016-11-08 Pedro AlvesUse ui_file_as_string in gdb/c-exp.y
2016-04-22 Pedro AlvesCentralize yacc interface names remapping (yyparse...
2016-01-01 Joel BrobeckerGDB copyright headers update after running GDB's copyri...
2015-11-18 Simon Marchi[C++] Add casts to obstack_base calls
2015-11-17 Simon MarchiConvert c_string_type to an enum flags type
2015-11-17 Pedro AlvesType-safe wrapper for enum flags
2015-09-25 Simon MarchiAdd casts to memory allocation related calls
2015-08-25 Pierre-Marie de... DWARF: handle non-local references in nested functions
2015-08-06 Simon MarchiAdd casts for legitimate integer to enum conversions
2015-08-01 Pierre-Marie de... Replace the block_found global with explicit data-flow
2015-07-14 Simon MarchiRemove CHECK_TYPEDEF, use check_typedef instead
2015-05-27 Doug EvansDon't ignore domain in nested lookups.
2015-02-27 Pedro AlvesC++ keyword cleanliness, mostly auto-generated
2015-01-03 Doug Evansc-exp.y: misc cleanup, no code changes
2015-01-01 Joel BrobeckerUpdate year range in copyright notice of all files...
2014-12-23 Doug EvansLook up primitive types as symbols.
2014-12-18 Doug Evanslanguage_lookup_primitive_type: Renamed from language_l...
2014-12-17 Doug Evanscp_find_type_baseclass_by_name: Renamed from find_type_...
2014-11-18 Doug Evanssymtab.h (SYMTAB_BLOCKVECTOR): Renamed from BLOCKVECTOR...
2014-11-07 Doug EvansDelete TYPE_CODE_CLASS, it's just an alias of TYPE_CODE...
2014-09-04 Pedro Alvesparse_number("0") reads uninitialized memory
2014-08-07 Gary BensonInclude string.h in common-defs.h
2014-08-07 Gary BensonInclude gdb_assert.h in common-defs.h
2014-06-18 Tom Tromeyconstify struct block in some places
2014-04-14 Tom Tromeyimplement support for "enum class"
2014-04-11 Keith SeitzFix c++/16675 -- sizeof reference type should give...
2014-03-27 Sergio Durigan JuniorRemove `expout*' globals from parser-defs.h
2014-02-26 Tom Tromeyuse bound_minsym as result for lookup_minimal_symbol...
2014-02-05 Mark KettenisAvoid bison-isms when using yacc.
2014-01-01 Joel BrobeckerUpdate Copyright year range in all files maintained...
2013-11-25 Keith SeitzPR c++/14819: Explicit class:: inside class scope...
2013-11-18 Tom Tromeyremove gdb_string.h
2013-11-15 Tom Tromeyfix PR c++/16117
2013-10-02 Keith SeitzConstification of parse_linespec and fallout:
2013-08-05 Tom Tromeyremove msymbol_objfile
2013-04-15 Tom Tromey PR c++/9065:
2013-03-25 Tom Tromey PR symtab/11462:
2013-03-21 Tom Tromey PR exp/15109:
2013-03-21 Tom Tromey * c-exp.y (YYPRINT): Define.
2013-03-21 Tom Tromey * c-exp.y (%union) <sym, ivar, ivec>: Remove.
2013-02-12 Tom Tromey PR symtab/11464:
2013-01-31 Aleksandar Ristovski2013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
2013-01-25 Tom Tromey * c-exp.y (qualified_name): Use TYPE_SAFE_NAME.
2013-01-01 Joel BrobeckerUpdate years in copyright notice for the GDB files.
2012-12-14 Tom Tromey PR c++/8888:
2012-12-14 Tom Tromey * c-exp.y (block, variable, name_not_typename, lex_one...
2012-12-07 Tom Tromey * ada-lang.c (ada_make_symbol_completion_list): Add...
2012-12-07 Tom Tromey * expression.h (parse_expression_for_completion):...
next