aboutsummaryrefslogtreecommitdiff
path: root/gdb/guile/scm-utils.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-26gdb, gdbserver, gdbsupport: remove includes of early headersSimon Marchi1-1/+0
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess1-1/+1
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-08-22Replace xstrvprintf usages with string_vprintfSimon Marchi1-4/+2
2018-08-21Don't throw Scheme exceptions with live std::vector objectsPedro Alves1-77/+98
2018-07-22Simple unused variable removalsTom Tromey1-1/+0
2018-07-19Eliminate remaining gdb/guile cleanupsPedro Alves1-1/+1
2018-03-30Remove usage of VEC(char_ptr) in gdbscm_parse_function_argsSimon Marchi1-9/+4
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-12-05Remove some unused variablesSimon Marchi1-1/+1
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-25Add some more casts (1/2)Simon Marchi1-9/+9
2015-09-25Add casts to memory allocation related callsSimon Marchi1-3/+5
2015-08-26Replace some xmalloc-family functions with XNEW-family onesSimon Marchi1-2/+2
2015-06-24Remove redundant include directives.Gary Benson1-1/+0
2015-02-27C++ keyword cleanliness, mostly auto-generatedPedro Alves1-6/+6
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-08-07Move stdarg.h to common-defs.hGary Benson1-1/+0
2014-06-06Add support for guile 2.0.5.Doug Evans1-0/+19
2014-06-03Add parameter support for Guile.Doug Evans1-0/+29
2014-06-03Add command support for Guile.Doug Evans1-0/+12
2014-02-09Add Guile as an extension language.Doug Evans1-0/+585