Age | Commit message (Expand) | Author | Files | Lines |
2017-01-08 | [D] Fix crash when debug expression enabled. | Iain Buclaw | 1 | -6/+3 |
2017-01-01 | update copyright year range in GDB files | Joel Brobecker | 1 | -1/+1 |
2016-05-07 | remove trivialy unused variables | Trevor Saunders | 1 | -1/+0 |
2016-04-22 | Centralize yacc interface names remapping (yyparse, yylex, yyerror, etc) | Pedro Alves | 1 | -59/+4 |
2016-01-01 | GDB copyright headers update after running GDB's copyright.py script. | Joel Brobecker | 1 | -1/+1 |
2015-11-18 | [C++] Add casts to obstack_base calls | Simon Marchi | 1 | -3/+3 |
2015-10-25 | Re-apply change for handling non-local references in nested functions. | Iain Buclaw | 1 | -3/+1 |
2015-10-08 | [D] Support D style sizeof and typeof expressions. | Iain Buclaw | 1 | -0/+6 |
2015-09-25 | Add casts to memory allocation related calls | Simon Marchi | 1 | -4/+4 |
2015-08-17 | [D] Implement looking up members of D enums. | Iain Buclaw | 1 | -3/+16 |
2015-08-14 | Rename `typename' in d-exp.y to avoid C++ reserved word | Keith Seitz | 1 | -3/+3 |
2015-08-14 | Fix ARI warnings in d-exp.y | Iain Buclaw | 1 | -10/+11 |
2015-08-13 | [D] Move classification of symbols from the grammar to the lexer. | Iain Buclaw | 1 | -363/+424 |
2015-08-01 | Replace the block_found global with explicit data-flow | Pierre-Marie de Rodat | 1 | -14/+15 |
2015-02-27 | C++ keyword cleanliness, mostly auto-generated | Pedro Alves | 1 | -4/+4 |
2015-01-01 | Update year range in copyright notice of all files owned by the GDB project. | Joel Brobecker | 1 | -1/+1 |
2014-12-18 | language_lookup_primitive_type: Renamed from language_lookup_primitive_type_b... | Doug Evans | 1 | -2/+2 |
2014-11-06 | Rename lookup_symbol_global to lookup_global_symbol. | Doug Evans | 1 | -1/+1 |
2014-11-06 | Rename lookup_symbol_static to lookup_symbol_in_static_block, | Doug Evans | 1 | -2/+2 |
2014-11-06 | Delete TYPE_CODE_CLASS, it's just an alias of TYPE_CODE_STRUCT. | Doug Evans | 1 | -2/+2 |
2014-08-07 | Include string.h in common-defs.h | Gary Benson | 1 | -1/+0 |
2014-06-19 | Initial pass at D language expression parser support. | Iain Buclaw | 1 | -0/+1637 |