aboutsummaryrefslogtreecommitdiff
path: root/gdb/guile/scm-param.c
AgeCommit message (Expand)AuthorFilesLines
2017-04-05-Wwrite-strings: The RestPedro Alves1-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-07guile: Add as_a_scm_t_subrPedro Alves1-5/+7
2015-08-26Replace some xmalloc-family functions with XNEW-family onesSimon Marchi1-2/+1
2015-08-06Add casts for legitimate integer to enum conversionsSimon Marchi1-1/+1
2015-07-31Mostly trivial enum fixesSimon Marchi1-1/+1
2015-03-07Split TRY_CATCH into TRY + CATCHPedro Alves1-5/+14
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-10-08Remove spurious exceptions.h inclusionsGary Benson1-1/+0
2014-07-28PR guile/17203Doug Evans1-1/+26
2014-07-27 * guile/scm-param.c (pascm_print_param_smob): Fix output.Doug Evans1-1/+1
2014-06-03 * guile/scm-param.c (pascm_make_param_smob): Add ARI comment.Doug Evans1-2/+2
2014-06-03Add parameter support for Guile.Doug Evans1-0/+1163