Marius Vollmer
|
7d81830dd2
The FSF has a new address.
|
20 years ago |
Kevin Ryde
|
df081058b9
(scm_make_regexp): Use SCM_VALIDATE_INT_COPY on flag
|
20 years ago |
Kevin Ryde
|
d704b2515d
(scm_make_regexp): Free rx on error, to avoid memory leak.
|
20 years ago |
Thien-Thi Nguyen
|
79401766de
Retire inclusion guard macro SCM_MAGIC_SNARFER.
|
23 years ago |
Gary Houston
|
d41a4e1c9e
* regex-posix.c (s_scm_regexp_exec): use scm_long2num not
|
23 years ago |
Thien-Thi Nguyen
|
d47795627b
Remove "face-lift" comment.
|
23 years ago |
Marius Vollmer
|
92c2555f69
replace "scm_*_t" with "scm_t_*".
|
24 years ago |
Michael Livshin
|
1be6b49ccb
* validate.h
|
24 years ago |
Marius Vollmer
|
86d31dfe7d
Merge from mvo-vcell-cleanup-1-branch.
|
24 years ago |
Thien-Thi Nguyen
|
94bb46ab57
(scm_regexp_exec): Expand docstring to briefly
|
24 years ago |
Martin Grabmüller
|
1e6808ea20
Correct, update, improve and clean up a lot of docstrings in order to make
|
24 years ago |
Keisuke Nishida
|
783e777478
Remove #include <stdio.h>. Add #include <string.h>.
|
24 years ago |
Keisuke Nishida
|
00ffa0e7d6
New functions: scm_c_make_vector, scm_c_make_hash_table.
|
24 years ago |
Keisuke Nishida
|
e841c3e0c0
Smob-related creanup.
|
24 years ago |
Marius Vollmer
|
8dc9439fc6
* alist.c, arbiters.c, async.c, backtrace.c, boolean.c, chars.c,
|
24 years ago |
Dirk Herrmann
|
a6d9e5abe5
* Change a couple of functions to accept either symbols or strings only.
|
24 years ago |
Dirk Herrmann
|
9fd38a3d14
* Made some functions not accept symbols as input parameters any more.
|
24 years ago |
Dirk Herrmann
|
a002f1a2cb
* Replaced a lot of references to SCM_CHARS.
|
24 years ago |
Dirk Herrmann
|
86c991c2a2
* Replaced SCM_CHARS with SCM_STRING_CHARS or SCM_SYMBOL_CHARS.
|
24 years ago |
Mikael Djurfeldt
|
6c56304f22
Code layout fix
|
25 years ago |
Mikael Djurfeldt
|
f2c9fcb07e
Updated copyrights
|
25 years ago |
Dirk Herrmann
|
af45e3b06a
* Unified some rest argument checking and handling.
|
25 years ago |
Mikael Djurfeldt
|
a059974535
* Makefile.am (DEFS): Added. automake adds -I options to DEFS,
|
25 years ago |
Michael Livshin
|
89e00824a0
* *.[hc]: add Emacs magic at the end of file, to ensure GNU
|
25 years ago |
Dirk Herrmann
|
7ab3fdd51f
Only include strings.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 |
Greg J. Badros
|
b450f07086
* arbiters.c, eq.c, gc.c, guardians.c, list.c, ports.c, print.c,
|
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
|
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 |