]> git.ipfire.org Git - thirdparty/binutils-gdb.git/history - gdb/guile/scm-type.c
Update copyright year range in header of all files managed by GDB
[thirdparty/binutils-gdb.git] / gdb / guile / scm-type.c
2024-01-12  Andrew BurgessUpdate copyright year range in header of all files...
2023-09-20  Tom TromeyRemove explanatory comments from includes
2023-08-31  Simon Marchigdb: remove FIELD_ARTIFICIAL
2023-05-12  Tom TromeyAdd dynamic_prop::is_constant
2023-02-27  Kevin BuettnerGuile QUIT processing updates
2023-01-01  Joel BrobeckerUpdate copyright year range in header of all files...
2022-10-31  Tom TromeyAdd missing TYPE_CODE_* constants to Python
2022-09-21  Simon Marchigdb: remove TYPE_LENGTH
2022-09-21  Simon Marchigdb: remove TYPE_TARGET_TYPE
2022-07-28  Tom TromeyRemove some unneeded checks in Guile code
2022-07-28  Tom TromeyRewrite registry.h
2022-07-28  Tom TromeyChange allocation of type-copying hash table
2022-02-14  Tom TromeyRemove LA_PRINT_TYPE
2022-01-26  Simon Marchigdb: add string_file::release method
2022-01-01  Joel BrobeckerAutomatic Copyright Year update after running gdb/copyr...
2021-10-29  Simon Marchigdb: remove FIELD_ENUMVAL macro
2021-10-29  Simon Marchigdb: remove FIELD_BITPOS macro
2021-10-01  Simon Marchigdb: remove TYPE_FIELD_NAME and FIELD_NAME macros
2021-05-12  George BarrettGuile: improved rvalue reference support
2021-04-28  Andrew Burgessgdb delay guile initialization until gdbscm_finish_init...
2021-04-22  Simon Marchigdb: fix getting range of flexible array member in...
2021-01-28  Simon Marchigdb: rename type::{arch,objfile} -> type::{arch_owner...
2021-01-22  Simon Marchigdb: remove TYPE_OBJFILE macro
2021-01-01  Joel BrobeckerUpdate copyright year range in all GDB files
2020-12-04  Tom TromeyRemove redundant typedefs
2020-09-17  Tom TromeyUse htab_up in type copying
2020-07-13  Simon Marchigdb: make type::bounds work for array and string types
2020-07-13  Simon Marchigdb: remove TYPE_HIGH_BOUND and TYPE_LOW_BOUND
2020-06-08  Simon Marchigdb: remove FIELD_TYPE macro
2020-06-08  Simon Marchigdb: remove TYPE_INDEX_TYPE macro
2020-05-23  Simon Marchigdb: remove TYPE_FIELD macro
2020-05-22  Simon Marchigdb: remove TYPE_FIELDS macro
2020-05-22  Simon Marchigdb: remove TYPE_NFIELDS macro
2020-05-16  Simon Marchigdb: remove TYPE_NAME macro
2020-05-14  Simon Marchigdb: remove TYPE_CODE macro
2020-02-08  Tom TromeyMove DWARF code to dwarf2/ subdirectory
2020-01-01  Joel BrobeckerUpdate copyright year range in all GDB files.
2019-12-05  Simon MarchiRemove gdbarch parameter of lookup_typename
2019-10-15  Andrew Burgessgdb: Remove vec.{c,h} and update code to not include...
2019-07-09  Tom TromeyRename common to gdbsupport
2019-04-25  Tom TromeyAvoid undefined behavior in Guile exception handling
2019-04-08  Tom TromeyRename gdb exception types
2019-04-08  Tom TromeyRewrite TRY/CATCH
2019-01-25  Tom TromeyNormalize includes to use common/
2019-01-01  Joel BrobeckerUpdate copyright year range in all GDB files.
2018-07-22  Tom TromeySimple unused variable removals
2018-07-19  Pedro AlvesEliminate remaining gdb/guile cleanups
2018-07-18  Pedro AlvesEliminate most remaining cleanups under gdb/guile/
2018-06-01  Tom TromeyRemove TYPE_TAG_NAME
2018-05-29  Tom TromeyRemove a VEC from type.c
2018-01-02  Joel BrobeckerUpdate copyright year range in all GDB files
2017-12-05  Simon MarchiRemove some unused variables
2017-03-20  Artemiy VolkovChange {lookup,make}_reference_type API
2017-03-16  Doug EvansNew function tyscm_scm_to_type.
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-08  Pedro AlvesUse ui_file_as_string in gdb/guile/
2016-01-01  Joel BrobeckerGDB copyright headers update after running GDB's copyri...
2015-09-25  Simon MarchiAdd some more casts (1/2)
2015-09-07  Pedro Alvesguile: Add as_a_scm_t_subr
2015-03-07  Pedro AlvesSplit TRY_CATCH into TRY + CATCH
2015-03-06  Gary BensonNew common function "startswith"
2015-01-07  Joel Brobecker[python,guile] Add comment beside conditions testing...
2015-01-06  Joel Brobeckergdb/guile: Do not error when trying to create empty...
2015-01-01  Joel BrobeckerUpdate year range in copyright notice of all files...
2014-11-07  Doug EvansDelete TYPE_CODE_CLASS, it's just an alias of TYPE_CODE...
2014-10-08  Gary BensonRemove spurious exceptions.h inclusions
2014-06-04  Doug Evans* guile/scm-type.c (type_smob): Remove duplicate typedef.
2014-05-27  Andy Wingoremove unnecessary smob mark/free functions
2014-05-27  Andy Wingogdb smob cleanups
2014-03-13  Doug EvansFix pr 16612.
2014-02-20  Doug EvansMove containing_scm arg from gdbscm_fill_eqable_gsmob_p...
2014-02-10  Doug EvansAdd Guile as an extension language.