| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge from mvo-vcell-cleanup-1-branch. | Marius Vollmer | 2001-05-15 | 1 | -1/+2 |
* | * Made creation of new smob types thread safe.... | Dirk Herrmann | 2001-04-21 | 1 | -9/+4 |
* | * Fixed scm_thunk_p's results when applied to closures.... | Dirk Herrmann | 2001-04-19 | 1 | -86/+24 |
* | * Replaced a lot of calls to SCM_C[AD]R with more appropriate macros.... | Dirk Herrmann | 2001-03-30 | 1 | -15/+11 |
* | * list.c (scm_list, scm_cons_star, scm_null_p, scm_list_p),... | Martin Grabmüller | 2001-03-16 | 1 | -2/+3 |
* | * _scm.h: Removed #include <errno.h>.... | Mikael Djurfeldt | 2001-03-10 | 1 | -1/+3 |
* | Remove #include <stdio.h>. Add #include <string.h>. | Keisuke Nishida | 2001-03-09 | 1 | -1/+0 |
* | * print.c (scm_print_options): Fixed texinfo in docstring.... | Martin Grabmüller | 2001-03-05 | 1 | -2/+3 |
* | * Eliminate another couple of calls to scm_wta. | Dirk Herrmann | 2001-03-04 | 1 | -1/+1 |
* | (scm_newline, scm_write_char, scm_simple_format): Added texinfo markup. | Martin Grabmüller | 2001-02-17 | 1 | -9/+13 |
* | (scm_print_options, scm_port_with_print_state, scm_get_print_state):... | Martin Grabmüller | 2001-02-16 | 1 | -3/+7 |
* | New functions: scm_c_make_vector, scm_c_make_hash_table. | Keisuke Nishida | 2001-02-02 | 1 | -3/+2 |
* | * Fixed the changelog entry regarding re-introduction of struct member... | Dirk Herrmann | 2000-12-28 | 1 | -1/+1 |
* | Smob-related creanup. | Keisuke Nishida | 2000-12-08 | 1 | -3/+3 |
* | * Use scm_mem2symbol or scm_str2symbol to create symbol objects. | Dirk Herrmann | 2000-12-08 | 1 | -1/+1 |
* | * Use scm_tc3_* codes instead of hardcoded values. | Dirk Herrmann | 2000-12-05 | 1 | -12/+19 |
* | * use an applicable SMOB to represent continuations, instead of a... | Gary Houston | 2000-11-25 | 1 | -7/+0 |
* | * Deprecated macros SCM_ROCHARS and SCM_ROUCHARS. | Dirk Herrmann | 2000-11-22 | 1 | -6/+5 |
* | * alist.c, arbiters.c, async.c, backtrace.c, boolean.c, chars.c,... | Marius Vollmer | 2000-11-17 | 1 | -0/+2 |
* | * Get rid of calls to SCM_ROSTRINGP.... | Dirk Herrmann | 2000-11-02 | 1 | -7/+16 |
* | * Some more work to get rid of SCM_LENGTH... | Dirk Herrmann | 2000-10-25 | 1 | -2/+2 |
* | * print.c (grow_ref_stack): Pass a INUM to scm_make_vector as the... | Marius Vollmer | 2000-10-18 | 1 | -1/+1 |
* | * Eliminate last call to scm_vector_set_length_x within libguile. | Dirk Herrmann | 2000-10-09 | 1 | -8/+17 |
* | * Replaced a lot of references to SCM_CHARS. | Dirk Herrmann | 2000-09-26 | 1 | -3/+4 |
* | * Replaced SCM_CHARS with SCM_STRING_CHARS or SCM_SYMBOL_CHARS. | Dirk Herrmann | 2000-09-22 | 1 | -1/+1 |
* | *** empty log message *** | Gary Houston | 2000-09-14 | 1 | -0/+4 |
* | * Unified ssymbols and msymbols to a single symbol type 'scm_tc7_symbol'.... | Dirk Herrmann | 2000-09-12 | 1 | -1/+1 |
* | * objects.c (scm_init_objects), print.c (scm_init_print), struct.c... | Mikael Djurfeldt | 2000-08-27 | 1 | -3/+1 |
* | * print.c (scm_simple_format): Be case-insensitive for ~A and ~S... | Mikael Djurfeldt | 2000-08-11 | 1 | -2/+2 |
* | * print.c (scm_simple_format): Bugfix: Coerce port before using it. | Mikael Djurfeldt | 2000-08-02 | 1 | -13/+19 |
* | * print.c (scm_current_pstate, scm_make_print_state): Simplified... | Mikael Djurfeldt | 2000-06-19 | 1 | -5/+4 |
* | * print.c (s_scm_current_pstate): Do not segfault when the... | Greg J. Badros | 2000-06-18 | 1 | -1/+5 |
* | Updated copyrights | Mikael Djurfeldt | 2000-06-12 | 1 | -1/+1 |
* | * Removed SCM_TRUE_P since it may get confused with !SCM_FALSEP. | Dirk Herrmann | 2000-06-05 | 1 | -1/+1 |
* | * Replace SCM_UNPACK_CAR appropriately. | Dirk Herrmann | 2000-05-23 | 1 | -2/+2 |
* | * Unified some rest argument checking and handling. | Dirk Herrmann | 2000-05-18 | 1 | -1/+1 |
* | * Wrapped deprecated code between #if (SCM_DEBUG_DEPRECATED == 0) #endif.... | Dirk Herrmann | 2000-05-15 | 1 | -1/+1 |
* | * Makefile.am (DEFS): Added. automake adds -I options to DEFS,... | Mikael Djurfeldt | 2000-04-21 | 1 | -21/+21 |
* | Again, SCM/scm_bits_t mixup fixes. | Dirk Herrmann | 2000-04-19 | 1 | -2/+2 |
* | Fixed some SCM/scm_bits_t mixups. | Dirk Herrmann | 2000-04-18 | 1 | -1/+1 |
* | Fixed some SCM/scm_bits_t mixups and initialization problems. | Dirk Herrmann | 2000-04-18 | 1 | -9/+10 |
* | * print.c: Removed promise to rewrite printer code before next... | Mikael Djurfeldt | 2000-04-04 | 1 | -3/+2 |
* | Lots of fixes to make guile (at some time) compile with strict typing. | Dirk Herrmann | 2000-04-03 | 1 | -15/+15 |
* | * print.c (scm_iprin1): SCM_PACK/UNPACK corrections. | Mikael Djurfeldt | 2000-03-22 | 1 | -2/+2 |
* | * *.[hc]: add Emacs magic at the end of file, to ensure GNU... | Michael Livshin | 2000-03-19 | 1 | -0/+6 |
* | Only include root.h where it is actually needed. | Dirk Herrmann | 2000-03-18 | 1 | -0/+1 |
* | Only include strings.h where it is actually needed. | Dirk Herrmann | 2000-03-17 | 1 | -0/+1 |
* | Only include ports.h where it is actually needed. | Dirk Herrmann | 2000-03-17 | 1 | -0/+1 |
* | Only include vectors.h in those files, where it is actually needed. | Dirk Herrmann | 2000-03-17 | 1 | -0/+1 |
* | Removed empty file genio.h and references to it. | Dirk Herrmann | 2000-03-17 | 1 | -1/+0 |