Age | Commit message (Expand) | Author | Files | Lines |
2002-07-20 | 2002-07-20 Han-Wen <hanwen@cs.uu.nl> | Han-Wen Nienhuys | 1 | -7/+7 |
2002-06-30 | * backtrace.c (SCM_ASSERT), debug.c (scm_debug_options), eval.c | Dirk Herrmann | 1 | -2/+0 |
2002-03-15 | Small docstring fixes. | Neil Jerram | 1 | -1/+1 |
2002-03-14 | Retire inclusion guard macro SCM_MAGIC_SNARFER. | Thien-Thi Nguyen | 1 | -2/+0 |
2002-02-11 | * gc.h, gc.c (scm_gc_sweep): Issue deprecation warning when | Marius Vollmer | 1 | -3/+2 |
2002-01-28 | 2002-01-28 Stefan Jahn <stefan@lkcc.org> | Stefan Jahn | 1 | -0/+1 |
2002-01-22 | * First batch of libguile changes for Elisp support. | Neil Jerram | 1 | -1/+1 |
2001-10-13 | (display_backtrace_file_and_line): Only use scm_basename when POSIX | Marius Vollmer | 1 | -0/+4 |
2001-09-13 | * Fixed some typing bugs. Thanks to Rob Browning. | Dirk Herrmann | 1 | -7/+7 |
2001-07-09 | Remove "face-lift" comment. | Thien-Thi Nguyen | 1 | -2/+0 |
2001-07-03 | * posix.c (getlogin): getlogin() implementation for Windows. | Martin Grabmüller | 1 | -0/+1 |
2001-06-26 | Make compilation under Windows easier. | Martin Grabmüller | 1 | -0/+3 |
2001-06-23 | * Various minor improvements, for example signedness fixes. | Dirk Herrmann | 1 | -15/+11 |
2001-06-14 | replace "scm_*_t" with "scm_t_*". | Marius Vollmer | 1 | -5/+5 |
2001-06-07 | * Introduce SCM_UNUSED and mark unused function parameters. | Dirk Herrmann | 1 | -2/+2 |
2001-05-25 | Include "libguile/filesys.h". | Marius Vollmer | 1 | -4/+96 |
2001-05-24 | * validate.h | Michael Livshin | 1 | -1/+1 |
2001-05-15 | Merge from mvo-vcell-cleanup-1-branch. | Marius Vollmer | 1 | -6/+7 |
2001-03-31 | * backtrace.c (display_backtrace_body): since the `print_state' | Michael Livshin | 1 | -0/+2 |
2001-03-09 | Remove #include <stdio.h>. Add #include <string.h>. | Keisuke Nishida | 1 | -1/+0 |
2001-02-16 | (scm_display_error, scm_set_print_params_x, scm_display_application, | Martin Grabmüller | 1 | -7/+22 |
2001-01-25 | * On errors, show line and column information even for unnamed ports. | Dirk Herrmann | 1 | -13/+21 |
2001-01-24 | * Make sure that scm_display_error validates its port argument. | Dirk Herrmann | 1 | -4/+21 |
2000-11-17 | * alist.c, arbiters.c, async.c, backtrace.c, boolean.c, chars.c, | Marius Vollmer | 1 | -0/+2 |
2000-11-02 | * Get rid of calls to SCM_ROSTRINGP. | Dirk Herrmann | 1 | -9/+7 |
2000-09-22 | * Replaced SCM_CHARS with SCM_STRING_CHARS or SCM_SYMBOL_CHARS. | Dirk Herrmann | 1 | -4/+4 |
2000-06-12 | Updated copyrights | Mikael Djurfeldt | 1 | -1/+1 |
2000-06-05 | * Removed SCM_TRUE_P since it may get confused with !SCM_FALSEP. | Dirk Herrmann | 1 | -1/+1 |
2000-04-21 | * Makefile.am (DEFS): Added. automake adds -I options to DEFS, | Mikael Djurfeldt | 1 | -12/+12 |
2000-03-31 | Some more SCM/scm_bits_t and SCM-is-union issues. | Dirk Herrmann | 1 | -3/+2 |
2000-03-19 | * *.[hc]: add Emacs magic at the end of file, to ensure GNU | Michael Livshin | 1 | -0/+6 |
2000-03-17 | Only include strings.h where it is actually needed. | Dirk Herrmann | 1 | -0/+1 |
2000-03-17 | Only include ports.h where it is actually needed. | Dirk Herrmann | 1 | -0/+1 |
2000-03-17 | Removed empty file genio.h and references to it. | Dirk Herrmann | 1 | -1/+0 |
2000-03-03 | * error.h, error.c: Added `scm_wrong_type_arg_msg' to support | Greg J. Badros | 1 | -1/+1 |
2000-01-18 | * backtrace.c (scm_display_error_message): Bugfix: Don't use | Mikael Djurfeldt | 1 | -9/+11 |
2000-01-11 | * dynl.c, error.c, eval.c, feature.c, filesys.c, fports.c, list.c, load.c, | Greg J. Badros | 1 | -27/+2 |
2000-01-09 | * backtrace.c: Fix spelling typo in a comment. | Greg J. Badros | 1 | -1/+1 |
2000-01-05 | * *.[ch]: Whitespace changes -- added space after SCM_VALIDATE_* | Greg J. Badros | 1 | -8/+8 |
2000-01-05 | *.[ch]: Replace GUILE_PROC w/ SCM_DEFINE. | Greg J. Badros | 1 | -5/+5 |
2000-01-05 | * *.[ch]: Replace SCM_VALIDATE_INT w/ SCM_VALIDATE_INUM for | Greg J. Badros | 1 | -1/+1 |
2000-01-03 | * dynl-vms.c, debug.c, coop-threads.c, backtrace.c, eval.c: More | Greg J. Badros | 1 | -3/+1 |
1999-12-16 | * coop-threads.c: Remove K&R function headers. | Greg J. Badros | 1 | -19/+17 |
1999-12-14 | * backtrace.c (scm_set_print_params_x): Renamed from | Greg J. Badros | 1 | -3/+3 |
1999-12-14 | * guile-doc-snarf.awk: Removed. | Mikael Djurfeldt | 1 | -1/+2 |
1999-12-12 | * *.c: Finish replacing K&R style prototypes with ANSI C | Greg J. Badros | 1 | -4/+1 |
1999-12-12 | * *.c: Pervasive software-engineering-motivated rewrite of | Greg J. Badros | 1 | -71/+41 |
1999-09-22 | * backtrace.c: #include "_scm.h" before testing whether | Jim Blandy | 1 | -1/+2 |
1999-09-15 | * backtrace.c: #include <unistd.h> if present. | Mikael Djurfeldt | 1 | -0/+4 |
1999-09-12 | * __scm.h, backtrace.c, backtrace.h, debug.c, debug.h, dynl-dld.c, | Mikael Djurfeldt | 1 | -1/+1 |