summaryrefslogtreecommitdiff
path: root/libguile/backtrace.c
AgeCommit message (Expand)AuthorFilesLines
2001-03-31* backtrace.c (display_backtrace_body): since the `print_state'Michael Livshin1-0/+2
2001-03-09Remove #include <stdio.h>. Add #include <string.h>.Keisuke Nishida1-1/+0
2001-02-16(scm_display_error, scm_set_print_params_x, scm_display_application,Martin Grabmüller1-7/+22
2001-01-25* On errors, show line and column information even for unnamed ports.Dirk Herrmann1-13/+21
2001-01-24* Make sure that scm_display_error validates its port argument.Dirk Herrmann1-4/+21
2000-11-17* alist.c, arbiters.c, async.c, backtrace.c, boolean.c, chars.c,Marius Vollmer1-0/+2
2000-11-02* Get rid of calls to SCM_ROSTRINGP.Dirk Herrmann1-9/+7
2000-09-22* Replaced SCM_CHARS with SCM_STRING_CHARS or SCM_SYMBOL_CHARS.Dirk Herrmann1-4/+4
2000-06-12Updated copyrightsMikael Djurfeldt1-1/+1
2000-06-05* Removed SCM_TRUE_P since it may get confused with !SCM_FALSEP.Dirk Herrmann1-1/+1
2000-04-21* Makefile.am (DEFS): Added. automake adds -I options to DEFS,Mikael Djurfeldt1-12/+12
2000-03-31Some more SCM/scm_bits_t and SCM-is-union issues.Dirk Herrmann1-3/+2
2000-03-19 * *.[hc]: add Emacs magic at the end of file, to ensure GNUMichael Livshin1-0/+6
2000-03-17Only include strings.h where it is actually needed.Dirk Herrmann1-0/+1
2000-03-17Only include ports.h where it is actually needed.Dirk Herrmann1-0/+1
2000-03-17Removed empty file genio.h and references to it.Dirk Herrmann1-1/+0
2000-03-03* error.h, error.c: Added `scm_wrong_type_arg_msg' to supportGreg J. Badros1-1/+1
2000-01-18* backtrace.c (scm_display_error_message): Bugfix: Don't useMikael Djurfeldt1-9/+11
2000-01-11* dynl.c, error.c, eval.c, feature.c, filesys.c, fports.c, list.c, load.c,Greg J. Badros1-27/+2
2000-01-09* backtrace.c: Fix spelling typo in a comment.Greg J. Badros1-1/+1
2000-01-05* *.[ch]: Whitespace changes -- added space after SCM_VALIDATE_*Greg J. Badros1-8/+8
2000-01-05*.[ch]: Replace GUILE_PROC w/ SCM_DEFINE.Greg J. Badros1-5/+5
2000-01-05* *.[ch]: Replace SCM_VALIDATE_INT w/ SCM_VALIDATE_INUM forGreg J. Badros1-1/+1
2000-01-03* dynl-vms.c, debug.c, coop-threads.c, backtrace.c, eval.c: MoreGreg J. Badros1-3/+1
1999-12-16* coop-threads.c: Remove K&R function headers.Greg J. Badros1-19/+17
1999-12-14* backtrace.c (scm_set_print_params_x): Renamed fromGreg J. Badros1-3/+3
1999-12-14* guile-doc-snarf.awk: Removed.Mikael Djurfeldt1-1/+2
1999-12-12* *.c: Finish replacing K&R style prototypes with ANSI CGreg J. Badros1-4/+1
1999-12-12* *.c: Pervasive software-engineering-motivated rewrite ofGreg J. Badros1-71/+41
1999-09-22* backtrace.c: #include "_scm.h" before testing whetherJim Blandy1-1/+2
1999-09-15* backtrace.c: #include <unistd.h> if present.Mikael Djurfeldt1-0/+4
1999-09-12* __scm.h, backtrace.c, backtrace.h, debug.c, debug.h, dynl-dld.c,Mikael Djurfeldt1-1/+1
1999-09-12* backtrace.c: Keep backtraces within specified width byMikael Djurfeldt1-13/+107
1999-09-11 (display_backtrace_body): Don't print "Backtrace:".Mikael Djurfeldt1-2/+1
1999-09-11* backtrace.c (display_frame_expr): Don't print a newline.Mikael Djurfeldt1-1/+1
1999-08-17* backtrace.c, backtrace.h, debug.c, debug.h, eval.c, eval.h,Mikael Djurfeldt1-4/+4
1998-12-04* backtrace.c (display_frame): Made more robust. Doesn't throw anMikael Djurfeldt1-4/+7
1998-11-10Removed last change. (Replaced by a better change.)Mikael Djurfeldt1-23/+1
1998-11-10* backtrace.c (get_applybody): Help function which lookups theMikael Djurfeldt1-2/+24
1998-10-04* backtrace.c (display_error_body): The current frame does notJim Blandy1-2/+6
1998-07-12* backtrace.c (scm_display_error, scm_display_backtrace): In orderMikael Djurfeldt1-4/+18
1998-03-30* ports.c (scm_add_to_port_table): First line is now line 0Mikael Djurfeldt1-2/+6
1998-03-30* ports.c (scm_add_to_port_table): First line is now line 0Mikael Djurfeldt1-2/+2
1998-02-06* iselect.h, iselect.c, coop.c, coop-threads.c, coop-threads.h,Mikael Djurfeldt1-1/+1
1998-02-02* backtrace.c (display_error_body, display_backtrace_body),Mikael Djurfeldt1-2/+2
1997-11-29* init.c (scm_start_stack): Removed initialization ofMikael Djurfeldt1-2/+4
1997-11-29* backtrace.c: Added #include "fluids.h"Mikael Djurfeldt1-3/+6
1997-10-25* filesys.c (scm_close, set_element, get_element, scm_chown,Marius Vollmer1-0/+2
1997-10-15 * Makefile.in: Rebuilt.Tom Tromey1-34/+29
1997-09-24* backtrace.c: Introduced exception handlers which now encloseMikael Djurfeldt1-42/+107