]> git.ipfire.org Git - thirdparty/binutils-gdb.git/history - gdb/guile/scm-param.c
Update copyright year range in header of all files managed by GDB
[thirdparty/binutils-gdb.git] / gdb / guile / scm-param.c
2024-01-12  Andrew BurgessUpdate copyright year range in header of all files...
2023-08-14  Tom de Vries[gdb/build] Fix enum param_types odr violation
2023-06-03  Tom de Vries[gdb] Fix typos
2023-01-19  Maciej W. RozyckiGDB: Allow arbitrary keywords in integer set commands
2023-01-01  Joel BrobeckerUpdate copyright year range in header of all files...
2022-10-21  Maciej W. RozyckiGDB/Guile: Don't assert that an integer value is boolean
2022-03-29  Tom TromeyUnify gdb printf functions
2022-01-26  Tom TromeyFix another crash with gdb parameters in Python
2022-01-25  Tom TromeyReduce explicit use of gdb_stdout
2022-01-01  Joel BrobeckerAutomatic Copyright Year update after running gdb/copyr...
2021-10-03  Simon Marchigdb: make string-like set show commands use std::string...
2021-10-03  Lancelot SIXgdb: Introduce setting construct within cmd_list_element
2021-07-23  Simon Marchigdb: remove cmd_list_element::function::sfunc
2021-06-26  Simon Marchigdb/guile: use return values of add_setshow functions...
2021-06-26  Simon Marchigdb: add context getter/setter to cmd_list_element
2021-01-01  Joel BrobeckerUpdate copyright year range in all GDB files
2020-12-04  Tom TromeyRemove redundant typedefs
2020-06-22  Philippe Waroquiersdefault-args: allow to define default arguments for...
2020-01-01  Joel BrobeckerUpdate copyright year range in all GDB files.
2019-09-18  Christian BiesingerChange boolean options to bool instead of int
2019-04-25  Tom TromeyAvoid undefined behavior in Guile exception handling
2019-04-25  Tom TromeyRemove exception_none
2019-04-08  Tom TromeyRename gdb exception types
2019-04-08  Tom TromeyRewrite TRY/CATCH
2019-01-01  Joel BrobeckerUpdate copyright year range in all GDB files.
2018-07-17  Tom TromeyReturn unique_xmalloc_ptr from gdbscm_scm_to_string
2018-07-17  Tom TromeyChange gdbscm_exception_message_to_string to return...
2018-01-02  Joel BrobeckerUpdate copyright year range in all GDB files
2017-12-05  Simon MarchiRemove some unused variables
2017-11-07  Tom TromeyConstify add_setshow_*
2017-04-05  Pedro Alves-Wwrite-strings: The Rest
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-08-26  Simon MarchiReplace some xmalloc-family functions with XNEW-family...
2015-08-06  Simon MarchiAdd casts for legitimate integer to enum conversions
2015-07-31  Simon MarchiMostly trivial enum fixes
2015-03-07  Pedro AlvesSplit TRY_CATCH into TRY + CATCH
2015-01-01  Joel BrobeckerUpdate year range in copyright notice of all files...
2014-10-08  Gary BensonRemove spurious exceptions.h inclusions
2014-07-29  Doug EvansPR guile/17203
2014-07-27  Doug Evans * guile/scm-param.c (pascm_print_param_smob): Fix...
2014-06-04  Doug Evans * guile/scm-param.c (pascm_make_param_smob): Add ARI...
2014-06-03  Doug EvansAdd parameter support for Guile.