summaryrefslogtreecommitdiff
path: root/gdb/f-exp.y
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* gdb/fortran: Support for single/double type modifiersAndrew Burgess2019-12-041-1/+16
* gdb/fortran: Remove some dead code from the parserAndrew Burgess2019-08-221-11/+3
* gdb/fortran: Additional builtin proceduresAndrew Burgess2019-04-301-2/+11
* gdb/fortran: Introduce fortran-operator.def fileAndrew Burgess2019-04-301-1/+1
* Make copy_name return std::stringTom Tromey2019-04-191-6/+6
* Move innermost_block_tracker global to parse_stateTom Tromey2019-04-041-1/+1
* Move type stack handling to a new classTom Tromey2019-04-041-11/+19
* Move arglist_len et al to parser_stateTom Tromey2019-04-041-5/+5
* Move lexptr and prev_lexptr to parser_stateTom Tromey2019-04-041-21/+21
* Move comma_terminates global to parser_stateTom Tromey2019-04-041-1/+1
* Remove paren_depth globalTom Tromey2019-04-041-0/+4
* Move expression_context_* globals to parser_stateTom Tromey2019-04-041-1/+1
* Turn parse_language into a methodTom Tromey2019-04-041-2/+2
* Turn parse_gdbarch into a methodTom Tromey2019-04-041-8/+8
* More block constificationTom Tromey2019-03-241-1/+0
* gdb/fortran: Handle older TYPE*SIZE typenamesAndrew Burgess2019-03-061-0/+2
* gdb/fortran: Add support for the ABS intrinsic functionAndrew Burgess2019-03-061-1/+7
* gdb/fortran: Add builtin 8-byte integer type with (kind=8) supportAndrew Burgess2019-03-061-0/+2
* gdb/fortran: Expand the set of types that support (kind=N)Andrew Burgess2019-03-061-0/+36
* gdb/fortran: Add Fortran 'kind' intrinsic and keywordAndrew Burgess2019-03-061-1/+69
* gdb/fortran: Enable debugging of the Fortran parserAndrew Burgess2019-03-061-0/+2
* gdb/fortran: Simplify handling of Fortran dot operations and keywordsAndrew Burgess2019-03-061-52/+51
* gdb/fortran: Cleanup code for parsing logical constantsAndrew Burgess2019-03-061-16/+19
* Fix build failure with macOS bisonTom Tromey2019-01-081-3/+3
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Simple -Wshadow=local fixesTom Tromey2018-10-041-6/+5
* Remove la_errorTom Tromey2018-06-181-3/+3
* Fix "fall through" commentsTom Tromey2018-05-041-1/+1
* gdb: New API for tracking innermost blockAndrew Burgess2018-01-211-6/+1
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* Target FP: Use target format throughout expression parsingUlrich Weigand2017-10-251-11/+18
* Remove make_cleanup_clear_parser_stateTom Tromey2017-09-061-6/+2
* -Wwrite-strings: The RestPedro Alves2017-04-051-4/+4
* Change {lookup,make}_reference_type APIArtemiy Volkov2017-03-201-1/+1
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* gdb: Use std::min and std::max throughoutPedro Alves2016-09-161-1/+2
* Rename OP_F90_RANGE to OP_RANGE.Tom Tromey2016-05-171-8/+8
* Centralize yacc interface names remapping (yyparse, yylex, yyerror, etc)Pedro Alves2016-04-221-59/+4
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* DWARF: handle non-local references in nested functionsPierre-Marie de Rodat2015-08-251-4/+1
* Replace the block_found global with explicit data-flowPierre-Marie de Rodat2015-08-011-17/+18
* Mostly trivial enum fixesSimon Marchi2015-07-311-2/+2
* Remove CHECK_TYPEDEF, use check_typedef insteadSimon Marchi2015-07-141-1/+1
* C++ keyword cleanliness, mostly auto-generatedPedro Alves2015-02-271-8/+8
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* language_lookup_primitive_type: Renamed from language_lookup_primitive_type_b...Doug Evans2014-12-181-2/+2
* Include string.h in common-defs.hGary Benson2014-08-071-1/+0
* refactoring: rename create_range_type to create_static_range_typeSanimir Agovic2014-04-111-4/+5
* Remove `expout*' globals from parser-defs.hSergio Durigan Junior2014-03-271-118/+158