summaryrefslogtreecommitdiff
path: root/libguile/backtrace.c
AgeCommit message (Expand)AuthorFilesLines
2002-07-202002-07-20 Han-Wen <hanwen@cs.uu.nl>Han-Wen Nienhuys1-7/+7
2002-06-30* backtrace.c (SCM_ASSERT), debug.c (scm_debug_options), eval.cDirk Herrmann1-2/+0
2002-03-15Small docstring fixes.Neil Jerram1-1/+1
2002-03-14Retire inclusion guard macro SCM_MAGIC_SNARFER.Thien-Thi Nguyen1-2/+0
2002-02-11* gc.h, gc.c (scm_gc_sweep): Issue deprecation warning whenMarius Vollmer1-3/+2
2002-01-282002-01-28 Stefan Jahn <stefan@lkcc.org>Stefan Jahn1-0/+1
2002-01-22* First batch of libguile changes for Elisp support.Neil Jerram1-1/+1
2001-10-13(display_backtrace_file_and_line): Only use scm_basename when POSIXMarius Vollmer1-0/+4
2001-09-13* Fixed some typing bugs. Thanks to Rob Browning.Dirk Herrmann1-7/+7
2001-07-09Remove "face-lift" comment.Thien-Thi Nguyen1-2/+0
2001-07-03 * posix.c (getlogin): getlogin() implementation for Windows.Martin Grabmüller1-0/+1
2001-06-26Make compilation under Windows easier.Martin Grabmüller1-0/+3
2001-06-23* Various minor improvements, for example signedness fixes.Dirk Herrmann1-15/+11
2001-06-14replace "scm_*_t" with "scm_t_*".Marius Vollmer1-5/+5
2001-06-07* Introduce SCM_UNUSED and mark unused function parameters.Dirk Herrmann1-2/+2
2001-05-25Include "libguile/filesys.h".Marius Vollmer1-4/+96
2001-05-24* validate.hMichael Livshin1-1/+1
2001-05-15Merge from mvo-vcell-cleanup-1-branch.Marius Vollmer1-6/+7
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