]> git.ipfire.org Git - thirdparty/binutils-gdb.git/history - gdb/guile/scm-math.c
Update copyright year range in header of all files managed by GDB
[thirdparty/binutils-gdb.git] / gdb / guile / scm-math.c
2024-01-12  Andrew BurgessUpdate copyright year range in header of all files...
2023-09-20  Tom TromeyRemove explanatory comments from includes
2023-06-05  Andrew Burgessgdb: building inferior strings from within GDB
2023-03-09  Simon Marchigdb, gdbserver, gdbsupport: fix whitespace issues
2023-02-13  Tom TromeyTurn value_copy into a method
2023-02-13  Tom TromeyTurn value_zero into static "constructor"
2023-02-13  Tom TromeyTurn value_type into method
2023-01-01  Joel BrobeckerUpdate copyright year range in header of all files...
2022-09-21  Simon Marchigdb: remove TYPE_LENGTH
2022-09-21  Simon Marchigdb: remove TYPE_TARGET_TYPE
2022-01-01  Joel BrobeckerAutomatic Copyright Year update after running gdb/copyr...
2021-07-29  George Barrettguile/scm-math: indentation fixes
2021-07-29  George Barrettguile: fix make-value with pointer type
2021-07-29  George Barrettgdbtypes: return value from get_unsigned_type_max
2021-01-01  Joel BrobeckerUpdate copyright year range in all GDB files
2020-11-02  Simon Marchigdb, gdbserver, gdbsupport: fix leading space vs tabs...
2020-09-14  Simon Marchigdb: remove TYPE_UNSIGNED
2020-07-20  Ludovic Courtèsguile: Add support for Guile 3.0.
2020-05-14  Simon Marchigdb: remove TYPE_CODE macro
2020-01-01  Joel BrobeckerUpdate copyright year range in all GDB files.
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-03-07  Andrew Burgessgdb: Move value_from_host_double into value.c and make...
2019-01-01  Joel BrobeckerUpdate copyright year range in all GDB files.
2018-07-22  Tom TromeySimple unused variable removals
2018-07-18  Pedro AlvesEliminate most remaining cleanups under gdb/guile/
2018-07-17  Tom TromeyReturn unique_xmalloc_ptr from gdbscm_scm_to_string
2018-01-02  Joel BrobeckerUpdate copyright year range in all GDB files
2017-11-06  Ulrich WeigandTarget FP: Handle interfaces to scripting languages
2017-01-01  Joel Brobeckerupdate copyright year range in GDB files
2016-01-01  Joel BrobeckerGDB copyright headers update after running GDB's copyri...
2015-09-07  Pedro Alvesguile: Add as_a_scm_t_subr
2015-07-14  Simon MarchiRemove CHECK_TYPEDEF, use check_typedef instead
2015-03-07  Pedro AlvesSplit TRY_CATCH into TRY + CATCH
2015-01-01  Joel BrobeckerUpdate year range in copyright notice of all files...
2014-08-07  Gary BensonInclude gdb_assert.h in common-defs.h
2014-02-10  Doug EvansAdd Guile as an extension language.