| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge from mvo-vcell-cleanup-1-branch. | Marius Vollmer | 2001-05-15 | 1 | -3/+3 |
* | *** empty log message *** | Marius Vollmer | 2001-05-10 | 1 | -2/+2 |
* | * ports.c (scm_c_read): pointer arithmetic on void pointers isn't... | Michael Livshin | 2001-05-09 | 1 | -1/+1 |
* | Correct, update, improve and clean up a lot of docstrings in order to make... | Martin Grabmüller | 2001-04-03 | 1 | -77/+82 |
* | * Replaced a lot of calls to SCM_C[AD]R with more appropriate macros.... | Dirk Herrmann | 2001-03-30 | 1 | -1/+1 |
* | * Replace function scm_makstr with new function scm_allocate_string. | Dirk Herrmann | 2001-03-22 | 1 | -2/+2 |
* | * gc.c (scm_must_malloc): changed the comment explaining when... | Gary Houston | 2001-03-17 | 1 | -12/+14 |
* | * list.c (scm_list, scm_cons_star, scm_null_p, scm_list_p),... | Martin Grabmüller | 2001-03-16 | 1 | -6/+8 |
* | * ports.c (scm_port_mode): Changed `mode' array size to 4,... | Martin Grabmüller | 2001-03-13 | 1 | -1/+1 |
* | * _scm.h: Removed #include <errno.h>.... | Mikael Djurfeldt | 2001-03-10 | 1 | -0/+2 |
* | * Docstring fixes. | Neil Jerram | 2001-03-09 | 1 | -3/+3 |
* | * Eliminate some calls to scm_wta. | Dirk Herrmann | 2001-03-04 | 1 | -1/+4 |
* | ports.c, ports.h (scm_c_read, scm_c_write): New functions.... | Mikael Djurfeldt | 2001-02-26 | 1 | -3/+86 |
* | (scm_drain_input): Lowercased argument to @var.... | Martin Grabmüller | 2001-02-17 | 1 | -18/+19 |
* | Docstring of port-for-each updated to new behaviour. | Marius Vollmer | 2001-02-09 | 1 | -1/+5 |
* | Bug fixed. | Keisuke Nishida | 2001-02-09 | 1 | -1/+1 |
* | * ports.c (scm_port_for_each): Make a snapshot of the port table... | Marius Vollmer | 2001-02-08 | 1 | -1/+18 |
* | * Made the port implementations less tightly coupled within guile. | Dirk Herrmann | 2001-01-25 | 1 | -13/+1 |
* | * ioext.c (scm_read_string_x_partial): new procedure, implements... | Gary Houston | 2001-01-06 | 1 | -11/+32 |
* | Smob-related creanup. | Keisuke Nishida | 2000-12-08 | 1 | -1/+1 |
* | * Deprecated macros SCM_ROCHARS and SCM_ROUCHARS. | Dirk Herrmann | 2000-11-22 | 1 | -1/+1 |
* | * Deprecated SCM_RWSTRINGP and SCM_VALIDATE_RWSTRING.... | Dirk Herrmann | 2000-11-21 | 1 | -0/+1 |
* | * alist.c, arbiters.c, async.c, backtrace.c, boolean.c, chars.c,... | Marius Vollmer | 2000-11-17 | 1 | -0/+2 |
* | 2000-11-09 Gary Houston <ghouston@arglist.com>... | Gary Houston | 2000-11-09 | 1 | -3/+8 |
* | 2000-11-07 Gary Houston <ghouston@arglist.com>... | Gary Houston | 2000-11-07 | 1 | -0/+20 |
* | 2000-11-04 Gary Houston <ghouston@arglist.com>... | Gary Houston | 2000-11-04 | 1 | -0/+10 |
* | * Get rid of calls to SCM_ROSTRINGP.... | Dirk Herrmann | 2000-11-02 | 1 | -2/+3 |
* | * Change a couple of functions to accept either symbols or strings only.... | Dirk Herrmann | 2000-10-30 | 1 | -7/+7 |
* | * Replace a bunch of calls to SCM_LENGTH. | Dirk Herrmann | 2000-10-09 | 1 | -1/+1 |
* | * Replaced SCM_CHARS with SCM_STRING_CHARS or SCM_SYMBOL_CHARS. | Dirk Herrmann | 2000-09-22 | 1 | -1/+1 |
* | * Docstring fixes. | Neil Jerram | 2000-08-25 | 1 | -2/+2 |
* | * Docstring fixes. | Neil Jerram | 2000-08-12 | 1 | -1/+1 |
* | * Cleaned up memory error signalling. | Dirk Herrmann | 2000-06-29 | 1 | -2/+4 |
* | * ports.c (scm_ungetc): Cast value to unsigned char ptr before... | Mikael Djurfeldt | 2000-06-12 | 1 | -2/+3 |
* | * Replace SCM_UNPACK_CAR appropriately. | Dirk Herrmann | 2000-05-24 | 1 | -8/+8 |
* | * 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 | -2/+2 |
* | * Makefile.am (DEFS): Added. automake adds -I options to DEFS,... | Mikael Djurfeldt | 2000-04-21 | 1 | -10/+10 |
* | * ports.c, ports.h (close-input-port, close-output-port): New R5RS... | Mikael Djurfeldt | 2000-04-15 | 1 | -3/+34 |
* | Fix some SCM/scm_bits_t mismatches. | Dirk Herrmann | 2000-04-12 | 1 | -1/+1 |
* | Lots of fixes to make guile (at some time) compile with strict typing. | Dirk Herrmann | 2000-04-03 | 1 | -5/+2 |
* | Change type of member 'stream' in scm_port from SCM to scm_bits_t. | Dirk Herrmann | 2000-03-31 | 1 | -1/+1 |
* | * *.[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 |
* | * ports.c (flush_void_port): renamed to flush_port_default.... | Gary Houston | 2000-03-13 | 1 | -16/+27 |
* | *** empty log message *** | Mikael Djurfeldt | 2000-03-12 | 1 | -8/+8 |
* | * async.c, boolean.h, debug.c, dynl.c, dynwind.c, eval.c, eval.h,... | Mikael Djurfeldt | 2000-03-12 | 1 | -8/+8 |
* | *.[ch]: make a distinction between SCM as a generic... | Greg J. Badros | 2000-03-09 | 1 | -9/+9 |
* | * error.h, error.c: Added `scm_wrong_type_arg_msg' to support... | Greg J. Badros | 2000-03-03 | 1 | -1/+1 |