Thien-Thi Nguyen
|
a6b844c224
Retire inclusion guard macro SCM_MAGIC_SNARFER.
|
před 23 roky |
Stefan Jahn
|
af68e5e5a6
2002-01-28 Stefan Jahn <stefan@lkcc.org>
|
před 23 roky |
Marius Vollmer
|
7123fc3b21
(scm_take_signal): Removed all code that assumes that signal handlers
|
před 23 roky |
Neil Jerram
|
9401323e63
* Documentation work.
|
před 23 roky |
Marius Vollmer
|
ed618cc9c1
Made `usleep()' avalable on MinGW.
|
před 23 roky |
Gary Houston
|
1bed8c28a2
* scmsigs.c: include sys/time.h for itimer stuff.
|
před 23 roky |
Rob Browning
|
53f8a0d20e
* scmsigs.c (s_scm_setitimer): new function.
|
před 23 roky |
Thien-Thi Nguyen
|
a06e3a75b2
Remove "face-lift" comment.
|
před 23 roky |
Martin Grabmüller
|
82893676f4
Make compilation under Windows easier.
|
před 23 roky |
Keisuke Nishida
|
fdc2839563
* eval.c (scm_call_0, scm_call_1, scm_call_2, scm_call_3,
|
před 23 roky |
Marius Vollmer
|
9a441ddb34
(scm_c_make_gsubr, scm_c_define_gsubr, scm_c_make_gsubr_with_generic,
|
před 24 roky |
Marius Vollmer
|
86d31dfe7d
Merge from mvo-vcell-cleanup-1-branch.
|
před 24 roky |
Neil Jerram
|
7a095584a9
* eval.c (scm_promise_p), list.c (scm_append_x, scm_reverse_x),
|
před 24 roky |
Dirk Herrmann
|
e4b265d817
* Avoid redundant casting of argument numbers to char* and vice versa.
|
před 24 roky |
Martin Grabmüller
|
5352393c55
* list.c (scm_list, scm_cons_star, scm_null_p, scm_list_p),
|
před 24 roky |
Keisuke Nishida
|
e0c08f17b1
Use SCM_LISTn instead of scm_listify.
|
před 24 roky |
Mikael Djurfeldt
|
e6e2e95aa5
* _scm.h: Removed #include <errno.h>.
|
před 24 roky |
Keisuke Nishida
|
783e777478
Remove #include <stdio.h>. Add #include <string.h>.
|
před 24 roky |
Keisuke Nishida
|
00ffa0e7d6
New functions: scm_c_make_vector, scm_c_make_hash_table.
|
před 24 roky |
Marius Vollmer
|
8dc9439fc6
* alist.c, arbiters.c, async.c, backtrace.c, boolean.c, chars.c,
|
před 24 roky |
Michael Livshin
|
6732de1bdf
* scmsigs.c (s_scm_sigaction): guard the SIGIOT case with an
|
před 24 roky |
Gary Houston
|
3efb80f231
* scmsigs.c (scm_init_scmsigs): if HAVE_SIGINTERRUPT is not
|
před 24 roky |
Michael Livshin
|
adb2c53b47
* guile-doc-snarf.in: don't pipe the CPP output right into sed --
|
před 25 roky |
Marius Vollmer
|
0d172d3f6c
* scmsigs.c (scm_sigaction): Silently ignore setting handlers for
|
před 25 roky |
Dirk Herrmann
|
9a09deb1c3
* Removed SCM_TRUE_P since it may get confused with !SCM_FALSEP.
|
před 25 roky |
Mikael Djurfeldt
|
84fbe20b5b
* scmsigs.c (scm_segfaulr): Removed. (Was probably added by
|
před 25 roky |
Dirk Herrmann
|
b272843227
* Removed mit-threads and fsu-threads and references.
|
před 25 roky |
Marius Vollmer
|
a343eca9fc
* scmsigs.c (take_signal): Execute SCM_ASYNC_TICK for SIGSEGV,
|
před 25 roky |
Marius Vollmer
|
0f781bf67d
* scmsigs.c (orig_handlers) [HAVE_SIGACTION]: Fix declaration to
|
před 25 roky |
Gary Houston
|
da6e81b6b5
* scmsigs.c: fix the definition of orig_handlers for the case
|
před 25 roky |