aboutsummaryrefslogtreecommitdiff
path: root/gdb/guile/scm-math.c
AgeCommit message (Expand)AuthorFilesLines
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-07-29guile/scm-math: indentation fixesGeorge Barrett1-9/+9
2021-07-29guile: fix make-value with pointer typeGeorge Barrett1-2/+14
2021-07-29gdbtypes: return value from get_unsigned_type_maxGeorge Barrett1-6/+3
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-11-02gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi1-2/+2
2020-09-14gdb: remove TYPE_UNSIGNEDSimon Marchi1-2/+2
2020-07-20guile: Add support for Guile 3.0.Ludovic Courtès1-2/+2
2020-05-14gdb: remove TYPE_CODE macroSimon Marchi1-8/+8
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-04-25Avoid undefined behavior in Guile exception handlingTom Tromey1-1/+1
2019-04-08Rename gdb exception typesTom Tromey1-1/+1
2019-04-08Rewrite TRY/CATCHTom Tromey1-3/+2
2019-03-07gdb: Move value_from_host_double into value.c and make more use of itAndrew Burgess1-14/+2
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-07-22Simple unused variable removalsTom Tromey1-3/+0
2018-07-18Eliminate most remaining cleanups under gdb/guile/Pedro Alves1-205/+169
2018-07-17Return unique_xmalloc_ptr from gdbscm_scm_to_stringTom Tromey1-10/+5
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-11-06Target FP: Handle interfaces to scripting languagesUlrich Weigand1-5/+15
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-09-07guile: Add as_a_scm_t_subrPedro Alves1-24/+24
2015-07-14Remove CHECK_TYPEDEF, use check_typedef insteadSimon Marchi1-4/+4
2015-03-07Split TRY_CATCH into TRY + CATCHPedro Alves1-12/+26
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-08-07Include gdb_assert.h in common-defs.hGary Benson1-1/+0
2014-02-09Add Guile as an extension language.Doug Evans1-0/+998