Thien-Thi Nguyen
|
b88c22e916
Update copyright.
|
23 years ago |
Mikael Djurfeldt
|
6b29d2ff00
* evalext.c (serial-map): Removed deprected alias for scm_map.
|
25 years ago |
Dirk Herrmann
|
f5f2dcffbe
* Wrapped deprecated code between #if (SCM_DEBUG_DEPRECATED == 0) #endif.
|
25 years ago |
Mikael Djurfeldt
|
a059974535
* Makefile.am (DEFS): Added. automake adds -I options to DEFS,
|
25 years ago |
Dirk Herrmann
|
54778cd312
Lots of fixes to make guile (at some time) compile with strict typing.
|
25 years ago |
Michael Livshin
|
89e00824a0
* *.[hc]: add Emacs magic at the end of file, to ensure GNU
|
25 years ago |
Dirk Herrmann
|
ba11fd4cb6
Only include root.h where it is actually needed.
|
25 years ago |
Greg J. Badros
|
b6791b2e94
* error.h, error.c: Added `scm_wrong_type_arg_msg' to support
|
25 years ago |
Mikael Djurfeldt
|
b380b88547
* alist.c, chars.c, debug.c, dynl.c, dynwind.c, error.c, eval.c,
|
25 years ago |
Greg J. Badros
|
c1bfcf602b
* scm_validate.h: Added SCM_NUM2LONG_DEF macro. Make
|
25 years ago |
Greg J. Badros
|
3b3b36ddb7
* *.[ch]: Whitespace changes -- added space after SCM_VALIDATE_*
|
25 years ago |
Greg J. Badros
|
a1ec69163d
*.[ch]: Replace GUILE_PROC w/ SCM_DEFINE.
|
25 years ago |
Greg J. Badros
|
0c95b57d77
* coop-threads.c: Remove K&R function headers.
|
25 years ago |
Greg J. Badros
|
4079f87ed2
* Makefile.am: Fix ETAGS_ARGS to recognize GUILE_PROC,
|
25 years ago |
Greg J. Badros
|
6e8d25a695
* *.c: Finish replacing K&R style prototypes with ANSI C
|
25 years ago |
Greg J. Badros
|
1bbd0b849f
* *.c: Pervasive software-engineering-motivated rewrite of
|
25 years ago |
Mikael Djurfeldt
|
78a0461a6f
* __scm.h, backtrace.c, backtrace.h, debug.c, debug.h, dynl-dld.c,
|
25 years ago |
Mikael Djurfeldt
|
650de6d73d
* debug.c, eval.c, evalext.c, stacks.c: #include "modules.h".
|
26 years ago |
Mikael Djurfeldt
|
a70fb265a2
* evalext.c, evalext.h (scm_m_generalized_set_x): New memoizing
|
26 years ago |
Maciej Stachowiak
|
b8229a3bab
* snarf.h (SCM_SYNTAX): New macro to allow convenient declaration of
|
26 years ago |
Mikael Djurfeldt
|
285302e107
* evalext.c (map-in-order): New name. Replaces serial-map.
|
26 years ago |
Mikael Djurfeldt
|
b325a6c8ac
* evalext.c (scm_definedp): Removed check for isyms; Added a
|
26 years ago |
Mikael Djurfeldt
|
88be72acb3
* evalext.c, evalext.h (scm_m_sequence_to_list): Removed.
|
26 years ago |
Mikael Djurfeldt
|
64921cdd76
* evalext.c (sequence->list): Fix
|
26 years ago |
Mikael Djurfeldt
|
40cf7e92b2
* evalext.c, evalext.h: New files. Contain non-R5RS things
|
26 years ago |