Age | Commit message (Expand) | Author | Files | Lines |
2001-11-02 | Made `usleep()' avalable on MinGW. | Marius Vollmer | 1 | -2/+3 |
2001-07-21 | * scmsigs.c: include sys/time.h for itimer stuff. | Gary Houston | 1 | -0/+4 |
2001-07-19 | * scmsigs.c (s_scm_setitimer): new function. | Rob Browning | 1 | -0/+90 |
2001-07-09 | Remove "face-lift" comment. | Thien-Thi Nguyen | 1 | -2/+0 |
2001-06-26 | Make compilation under Windows easier. | Martin Grabmüller | 1 | -0/+12 |
2001-06-26 | * eval.c (scm_call_0, scm_call_1, scm_call_2, scm_call_3, | Keisuke Nishida | 1 | -3/+2 |
2001-05-20 | (scm_c_make_gsubr, scm_c_define_gsubr, scm_c_make_gsubr_with_generic, | Marius Vollmer | 1 | -2/+3 |
2001-05-15 | Merge from mvo-vcell-cleanup-1-branch. | Marius Vollmer | 1 | -7/+7 |
2001-05-04 | * eval.c (scm_promise_p), list.c (scm_append_x, scm_reverse_x), | Neil Jerram | 1 | -1/+0 |
2001-04-10 | * Avoid redundant casting of argument numbers to char* and vice versa. | Dirk Herrmann | 1 | -3/+3 |
2001-03-16 | * list.c (scm_list, scm_cons_star, scm_null_p, scm_list_p), | Martin Grabmüller | 1 | -2/+2 |
2001-03-11 | Use SCM_LISTn instead of scm_listify. | Keisuke Nishida | 1 | -1/+1 |
2001-03-10 | * _scm.h: Removed #include <errno.h>. | Mikael Djurfeldt | 1 | -1/+3 |
2001-03-09 | Remove #include <stdio.h>. Add #include <string.h>. | Keisuke Nishida | 1 | -1/+0 |
2001-02-02 | New functions: scm_c_make_vector, scm_c_make_hash_table. | Keisuke Nishida | 1 | -2/+1 |
2000-11-17 | * alist.c, arbiters.c, async.c, backtrace.c, boolean.c, chars.c, | Marius Vollmer | 1 | -0/+2 |
2000-06-18 | * scmsigs.c (s_scm_sigaction): guard the SIGIOT case with an | Michael Livshin | 1 | -1/+1 |
2000-06-14 | * scmsigs.c (scm_init_scmsigs): if HAVE_SIGINTERRUPT is not | Gary Houston | 1 | -1/+1 |
2000-06-10 | * guile-doc-snarf.in: don't pipe the CPP output right into sed -- | Michael Livshin | 1 | -15/+17 |
2000-06-05 | * scmsigs.c (scm_sigaction): Silently ignore setting handlers for | Marius Vollmer | 1 | -4/+27 |
2000-06-05 | * Removed SCM_TRUE_P since it may get confused with !SCM_FALSEP. | Dirk Herrmann | 1 | -1/+1 |
2000-06-03 | * scmsigs.c (scm_segfaulr): Removed. (Was probably added by | Mikael Djurfeldt | 1 | -10/+1 |
2000-05-30 | * Removed mit-threads and fsu-threads and references. | Dirk Herrmann | 1 | -7/+0 |
2000-05-08 | * scmsigs.c (take_signal): Execute SCM_ASYNC_TICK for SIGSEGV, | Marius Vollmer | 1 | -0/+2 |
2000-05-03 | * scmsigs.c (orig_handlers) [HAVE_SIGACTION]: Fix declaration to | Marius Vollmer | 1 | -0/+10 |
2000-05-01 | * scmsigs.c: fix the definition of orig_handlers for the case | Gary Houston | 1 | -2/+2 |
2000-04-21 | * Makefile.am (DEFS): Added. automake adds -I options to DEFS, | Mikael Djurfeldt | 1 | -7/+7 |
2000-03-29 | Don't use C operators == and != to compare SCM values. | Dirk Herrmann | 1 | -1/+1 |
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 vectors.h in those files, where it is actually needed. | Dirk Herrmann | 1 | -0/+1 |
2000-03-03 | * error.h, error.c: Added `scm_wrong_type_arg_msg' to support | Greg J. Badros | 1 | -1/+1 |
2000-02-14 | * arbiters.c, eq.c, gc.c, guardians.c, list.c, ports.c, print.c, | Greg J. Badros | 1 | -1/+2 |
2000-01-18 | * alist.c, chars.c, debug.c, dynl.c, dynwind.c, error.c, eval.c, | Mikael Djurfeldt | 1 | -47/+42 |
2000-01-05 | * *.[ch]: Whitespace changes -- added space after SCM_VALIDATE_* | Greg J. Badros | 1 | -12/+12 |
2000-01-05 | *.[ch]: Replace GUILE_PROC w/ SCM_DEFINE. | Greg J. Badros | 1 | -7/+7 |
2000-01-05 | * *.[ch]: Replace SCM_VALIDATE_INT w/ SCM_VALIDATE_INUM for | Greg J. Badros | 1 | -6/+6 |
1999-12-13 | * Makefile.am: Fix ETAGS_ARGS to recognize GUILE_PROC, | Greg J. Badros | 1 | -6/+46 |
1999-12-12 | * *.c, scm_validate.h: Use SCM_VALIDATE_NIM, not SCM_VALIDATE_NIMP | Greg J. Badros | 1 | -1/+1 |
1999-12-12 | * *.c: Pervasive software-engineering-motivated rewrite of | Greg J. Badros | 1 | -51/+59 |
1999-09-20 | typing correction | Gary Houston | 1 | -1/+1 |
1999-09-20 | * configure.in: check availability of siginterrupt. | Gary Houston | 1 | -13/+22 |
1999-09-18 | 1999-09-18 Gary Houston <ghouston@freewire.co.uk> | Gary Houston | 1 | -1/+1 |
1999-07-19 | * scmsigs.c (scm_sigaction): Cast SIG_DFL and SIG_IGN to SCM, not | Jim Blandy | 1 | -4/+6 |
1999-06-12 | * fports.c, fports.h, gc.c, gdbint.c, ioext.c, ports.c, ports.h, | Jim Blandy | 1 | -0/+17 |
1999-06-09 | * ioext.c (scm_do_read_line): Rewritten to use memchr to find the | Jim Blandy | 1 | -0/+2 |
1998-10-19 | * __scm.h, alist.c, async.c, async.h, backtrace.h, chars.c, | Jim Blandy | 1 | -1/+1 |
1998-10-13 | * threads.h (scm_thread_usleep, scm_thread_sleep): New declarations. | Jim Blandy | 1 | -14/+31 |
1998-10-12 | The argument type of usleep varies from system to system, | Jim Blandy | 1 | -2/+2 |
1998-10-03 | Getting rid of more warnings... | Jim Blandy | 1 | -1/+1 |
1998-07-12 | * eval.c, filesys.c, fluids.c, gc.c, gh_data.c, init.c, kw.c, | Mikael Djurfeldt | 1 | -1/+0 |