summaryrefslogtreecommitdiff
path: root/libguile/ports.c
Commit message (Expand)AuthorAgeFilesLines
* Merge from mvo-vcell-cleanup-1-branch.Marius Vollmer2001-05-151-3/+3
* *** empty log message ***Marius Vollmer2001-05-101-2/+2
* * ports.c (scm_c_read): pointer arithmetic on void pointers isn't...Michael Livshin2001-05-091-1/+1
* Correct, update, improve and clean up a lot of docstrings in order to make...Martin Grabmüller2001-04-031-77/+82
* * Replaced a lot of calls to SCM_C[AD]R with more appropriate macros....Dirk Herrmann2001-03-301-1/+1
* * Replace function scm_makstr with new function scm_allocate_string.Dirk Herrmann2001-03-221-2/+2
* * gc.c (scm_must_malloc): changed the comment explaining when...Gary Houston2001-03-171-12/+14
* * list.c (scm_list, scm_cons_star, scm_null_p, scm_list_p),...Martin Grabmüller2001-03-161-6/+8
* * ports.c (scm_port_mode): Changed `mode' array size to 4,...Martin Grabmüller2001-03-131-1/+1
* * _scm.h: Removed #include <errno.h>....Mikael Djurfeldt2001-03-101-0/+2
* * Docstring fixes.Neil Jerram2001-03-091-3/+3
* * Eliminate some calls to scm_wta.Dirk Herrmann2001-03-041-1/+4
* ports.c, ports.h (scm_c_read, scm_c_write): New functions....Mikael Djurfeldt2001-02-261-3/+86
* (scm_drain_input): Lowercased argument to @var....Martin Grabmüller2001-02-171-18/+19
* Docstring of port-for-each updated to new behaviour.Marius Vollmer2001-02-091-1/+5
* Bug fixed.Keisuke Nishida2001-02-091-1/+1
* * ports.c (scm_port_for_each): Make a snapshot of the port table...Marius Vollmer2001-02-081-1/+18
* * Made the port implementations less tightly coupled within guile.Dirk Herrmann2001-01-251-13/+1
* * ioext.c (scm_read_string_x_partial): new procedure, implements...Gary Houston2001-01-061-11/+32
* Smob-related creanup.Keisuke Nishida2000-12-081-1/+1
* * Deprecated macros SCM_ROCHARS and SCM_ROUCHARS.Dirk Herrmann2000-11-221-1/+1
* * Deprecated SCM_RWSTRINGP and SCM_VALIDATE_RWSTRING....Dirk Herrmann2000-11-211-0/+1
* * alist.c, arbiters.c, async.c, backtrace.c, boolean.c, chars.c,...Marius Vollmer2000-11-171-0/+2
* 2000-11-09 Gary Houston <ghouston@arglist.com>...Gary Houston2000-11-091-3/+8
* 2000-11-07 Gary Houston <ghouston@arglist.com>...Gary Houston2000-11-071-0/+20
* 2000-11-04 Gary Houston <ghouston@arglist.com>...Gary Houston2000-11-041-0/+10
* * Get rid of calls to SCM_ROSTRINGP....Dirk Herrmann2000-11-021-2/+3
* * Change a couple of functions to accept either symbols or strings only....Dirk Herrmann2000-10-301-7/+7
* * Replace a bunch of calls to SCM_LENGTH.Dirk Herrmann2000-10-091-1/+1
* * Replaced SCM_CHARS with SCM_STRING_CHARS or SCM_SYMBOL_CHARS.Dirk Herrmann2000-09-221-1/+1
* * Docstring fixes.Neil Jerram2000-08-251-2/+2
* * Docstring fixes.Neil Jerram2000-08-121-1/+1
* * Cleaned up memory error signalling.Dirk Herrmann2000-06-291-2/+4
* * ports.c (scm_ungetc): Cast value to unsigned char ptr before...Mikael Djurfeldt2000-06-121-2/+3
* * Replace SCM_UNPACK_CAR appropriately.Dirk Herrmann2000-05-241-8/+8
* * Unified some rest argument checking and handling.Dirk Herrmann2000-05-181-1/+1
* * Wrapped deprecated code between #if (SCM_DEBUG_DEPRECATED == 0) #endif....Dirk Herrmann2000-05-151-2/+2
* * Makefile.am (DEFS): Added. automake adds -I options to DEFS,...Mikael Djurfeldt2000-04-211-10/+10
* * ports.c, ports.h (close-input-port, close-output-port): New R5RS...Mikael Djurfeldt2000-04-151-3/+34
* Fix some SCM/scm_bits_t mismatches.Dirk Herrmann2000-04-121-1/+1
* Lots of fixes to make guile (at some time) compile with strict typing.Dirk Herrmann2000-04-031-5/+2
* Change type of member 'stream' in scm_port from SCM to scm_bits_t.Dirk Herrmann2000-03-311-1/+1
* * *.[hc]: add Emacs magic at the end of file, to ensure GNU...Michael Livshin2000-03-191-0/+6
* Only include root.h where it is actually needed.Dirk Herrmann2000-03-181-0/+1
* Only include strings.h where it is actually needed.Dirk Herrmann2000-03-171-0/+1
* * ports.c (flush_void_port): renamed to flush_port_default....Gary Houston2000-03-131-16/+27
* *** empty log message ***Mikael Djurfeldt2000-03-121-8/+8
* * async.c, boolean.h, debug.c, dynl.c, dynwind.c, eval.c, eval.h,...Mikael Djurfeldt2000-03-121-8/+8
* *.[ch]: make a distinction between SCM as a generic...Greg J. Badros2000-03-091-9/+9
* * error.h, error.c: Added `scm_wrong_type_arg_msg' to support...Greg J. Badros2000-03-031-1/+1