Dirk Herrmann
|
e81d98ec2d
* Introduce SCM_UNUSED and mark unused function parameters.
|
23 years ago |
Marius Vollmer
|
4a68d142ae
(keyword_print): Substract 1 from length of symbol name, accounting
|
23 years ago |
Marius Vollmer
|
ca3140213b
(keyword_print): Use scm_print_symbol_name so that
|
23 years ago |
Marius Vollmer
|
86d31dfe7d
Merge from mvo-vcell-cleanup-1-branch.
|
23 years ago |
Martin Grabmüller
|
1e6808ea20
Correct, update, improve and clean up a lot of docstrings in order to make
|
24 years ago |
Dirk Herrmann
|
22a52da14d
* Replaced a lot of calls to SCM_C[AD]R with more appropriate macros.
|
24 years ago |
Keisuke Nishida
|
783e777478
Remove #include <stdio.h>. Add #include <string.h>.
|
24 years ago |
Keisuke Nishida
|
9e6fc585b2
Remove dump facilities.
|
24 years ago |
Keisuke Nishida
|
bf8f092280
Removed redundant code.
|
24 years ago |
Keisuke Nishida
|
5f17c66f82
Minor modifications.
|
24 years ago |
Keisuke Nishida
|
914cceec2c
New dump/undump scheme.
|
24 years ago |
Keisuke Nishida
|
03416a991e
New files: dump.c, dump.h.
|
24 years ago |
Keisuke Nishida
|
00ffa0e7d6
New functions: scm_c_make_vector, scm_c_make_hash_table.
|
24 years ago |
Dirk Herrmann
|
13070bd3b0
* Added missing includes of string.h.
|
24 years ago |
Dirk Herrmann
|
85db4a2c8e
* Initialize symbols using SCM_(GLOBAL_)?SYMBOL instead of scm_sysintern...
|
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
|
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 |
Neil Jerram
|
872e0c7291
|
24 years ago |
Mikael Djurfeldt
|
e8677eca92
* keywords.c (scm_tc16_kw): Removed deprecated type.
|
24 years ago |
Dirk Herrmann
|
f5f2dcffbe
* Wrapped deprecated code between #if (SCM_DEBUG_DEPRECATED == 0) #endif.
|
24 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 |
Dirk Herrmann
|
f04d8caf82
Only include ports.h where it is actually needed.
|
25 years ago |
Dirk Herrmann
|
003d1fd046
Only include vectors.h in those files, where it is actually needed.
|
25 years ago |
Dirk Herrmann
|
0fa27efa4a
Removed empty file genio.h and references to it.
|
25 years ago |
Greg J. Badros
|
b6791b2e94
* error.h, error.c: Added `scm_wrong_type_arg_msg' to support
|
25 years ago |