* numbers.h (SCM_MAKINUM, SCM_I_MAKINUM): Renamed SCM_MAKINUM to
[bpt/guile.git] / libguile / ports.c
2004-07-08 Marius Vollmer* numbers.h (SCM_MAKINUM, SCM_I_MAKINUM): Renamed SCM_M...
2004-07-06 Marius Vollmer* deprecated.h, boolean.h (SCM_FALSEP, SCM_NFALSEP...
2004-02-12 Kevin Ryde(scm_port_line): In docstring, note first line is 0.
2004-01-11 Marius Vollmer(scm_frame_unwind, scm_frame_unwind_handler): Renamed...
2004-01-07 Marius VollmerDid the follwing renamings:
2004-01-06 Marius Vollmer(swap_ports, scm_with_current_foo_port): Do not allocat...
2004-01-04 Marius Vollmer(scm_with_current_input_port, scm_with_current_output_port,
2003-11-21 Marius Vollmer(scm_drain_input): Bug fix: only access the port after...
2003-07-07 Kevin Ryde(scm_char_ready_p, scm_peek_char): In docstrings, don...
2003-06-09 Marius Vollmer(scm_peek_char): Safe the column of the port around...
2003-04-30 Marius Vollmer* ports.c (scm_c_port_for_each): New function, mostly...
2003-04-24 Mikael Djurfeldt* ports.c, ports.h (scm_i_port_table_mutex): New mutex.
2003-04-05 Marius VollmerChanged license terms to the plain LGPL thru-out.
2003-04-04 Rob Browning* ports.c (scm_getc): minor tweak.
2003-03-25 Rob Browning* ports.c: #include <config.h> if HAVE_CONFIG_H.
2002-08-16 Han-Wen Nienhuys* ports.c (scm_add_to_port_table): small bugfix.
2002-08-16 Han-Wen Nienhuys* mallocs.c (scm_malloc_obj): use scm_gc_malloc in...
2002-08-08 Han-Wen Nienhuys("scm_new_port_table_entry"): return a boxed SCM in
2002-08-04 Han-Wen Nienhuys(INPUT_ERROR): Prepare for file:line:column error
2002-08-04 Han-Wen Nienhuysinit port entry
2002-08-04 Han-Wen Nienhuysport GC fix
2002-07-20 Han-Wen Nienhuys2002-07-20 Han-Wen <hanwen@cs.uu.nl>
2002-03-15 Neil JerramSmall docstring fixes.
2002-03-14 Thien-Thi NguyenRetire inclusion guard macro SCM_MAGIC_SNARFER.
2002-03-01 Dirk HerrmannChanges in doc/ref:
2002-02-11 Marius Vollmer* gc.h, gc.c (scm_gc_sweep): Issue deprecation warning...
2001-11-25 Marius VollmerReplaced SCM_NEWCELL and SCM_NEWCELL2 with scm_alloc_ce...
2001-11-16 Neil Jerram* Adding C function declarations from the SCM interface...
2001-11-11 Neil Jerram* Documentation work.
2001-11-02 Marius Vollmer* fports.c: Include `io.h' is possible. Put `*fp'...
2001-09-25 Gary Houston * ports.c (scm_drain_input): extended the docstring...
2001-08-31 Dirk Herrmann* Removed lots of deprecated stuff.
2001-08-26 Marius VollmerReplaced "scm_t_portable" with "scm_port_table" which...
2001-07-09 Thien-Thi NguyenRemove "face-lift" comment.
2001-06-28 Keisuke Nishida * list.h (scm_list_1, scm_list_2, scm_list_3, scm_list...
2001-06-26 Martin GrabmüllerMake compilation under Windows easier.
2001-06-26 Keisuke Nishida * eval.c (scm_call_0, scm_call_1, scm_call_2, scm_call_3,
2001-06-26 Dirk Herrmann* Deprecated scm_makfromstr and added scm_mem2string...
2001-06-14 Marius Vollmerreplace "scm_*_t" with "scm_t_*".
2001-06-09 Marius Vollmer(scm_lfwrite): Maintain columnd and row count in port.
2001-06-07 Dirk Herrmann* Introduce SCM_UNUSED and mark unused function parameters.
2001-05-26 Michael Livshinrevert the ill-considered part of the 2001-05-24 changes
2001-05-24 Michael Livshin* validate.h
2001-05-15 Marius VollmerMerge from mvo-vcell-cleanup-1-branch.
2001-05-10 Marius Vollmer*** empty log message ***
2001-05-09 Michael Livshin* ports.c (scm_c_read): pointer arithmetic on void...
2001-04-03 Martin GrabmüllerCorrect, update, improve and clean up a lot of docstrin...
2001-03-30 Dirk Herrmann* Replaced a lot of calls to SCM_C[AD]R with more appro...
2001-03-22 Dirk Herrmann* Replace function scm_makstr with new function scm_all...
2001-03-17 Gary Houston * gc.c (scm_must_malloc): changed the comment explaini...
2001-03-16 Martin Grabmüller * list.c (scm_list, scm_cons_star, scm_null_p, scm_lis...
2001-03-13 Martin Grabmüller* ports.c (scm_port_mode): Changed `mode' array size...
2001-03-10 Mikael Djurfeldt* _scm.h: Removed #include <errno.h>.
2001-03-09 Neil Jerram* Docstring fixes.
2001-03-04 Dirk Herrmann* Eliminate some calls to scm_wta.
2001-02-26 Mikael Djurfeldtports.c, ports.h (scm_c_read, scm_c_write): New functions.
2001-02-17 Martin Grabmüller(scm_drain_input): Lowercased argument to @var.
2001-02-09 Marius VollmerDocstring of port-for-each updated to new behaviour.
2001-02-09 Keisuke NishidaBug fixed.
2001-02-08 Marius Vollmer* ports.c (scm_port_for_each): Make a snapshot of the...
2001-01-25 Dirk Herrmann* Made the port implementations less tightly coupled...
2001-01-06 Gary Houston * ioext.c (scm_read_string_x_partial): new procedure...
2000-12-08 Keisuke NishidaSmob-related creanup.
2000-11-22 Dirk Herrmann* Deprecated macros SCM_ROCHARS and SCM_ROUCHARS.
2000-11-21 Dirk Herrmann* Deprecated SCM_RWSTRINGP and SCM_VALIDATE_RWSTRING.
2000-11-17 Marius Vollmer* alist.c, arbiters.c, async.c, backtrace.c, boolean...
2000-11-09 Gary Houston2000-11-09 Gary Houston <ghouston@arglist.com>
2000-11-07 Gary Houston2000-11-07 Gary Houston <ghouston@arglist.com>
2000-11-04 Gary Houston2000-11-04 Gary Houston <ghouston@arglist.com>
2000-11-02 Dirk Herrmann* Get rid of calls to SCM_ROSTRINGP.
2000-10-30 Dirk Herrmann* Change a couple of functions to accept either symbols...
2000-10-09 Dirk Herrmann* Replace a bunch of calls to SCM_LENGTH.
2000-09-22 Dirk Herrmann* Replaced SCM_CHARS with SCM_STRING_CHARS or SCM_SYMBO...
2000-08-25 Neil Jerram* Docstring fixes.
2000-08-12 Neil Jerram* Docstring fixes.
2000-06-29 Dirk Herrmann* Cleaned up memory error signalling.
2000-06-12 Mikael Djurfeldt* ports.c (scm_ungetc): Cast value to unsigned char...
2000-05-24 Dirk Herrmann* Replace SCM_UNPACK_CAR appropriately.
2000-05-18 Dirk Herrmann* Unified some rest argument checking and handling.
2000-05-15 Dirk Herrmann* Wrapped deprecated code between #if (SCM_DEBUG_DEPREC...
2000-04-21 Mikael Djurfeldt* Makefile.am (DEFS): Added. automake adds -I options...
2000-04-15 Mikael Djurfeldt* ports.c, ports.h (close-input-port, close-output...
2000-04-12 Dirk HerrmannFix some SCM/scm_bits_t mismatches.
2000-04-03 Dirk HerrmannLots of fixes to make guile (at some time) compile...
2000-03-31 Dirk HerrmannChange type of member 'stream' in scm_port from SCM...
2000-03-19 Michael Livshin * *.[hc]: add Emacs magic at the end of file, to ensur...
2000-03-18 Dirk HerrmannOnly include root.h where it is actually needed.
2000-03-17 Dirk HerrmannOnly include strings.h where it is actually needed.
2000-03-13 Gary Houston * ports.c (flush_void_port): renamed to flush_port_def...
2000-03-12 Mikael Djurfeldt*** empty log message ***
2000-03-12 Mikael Djurfeldt* async.c, boolean.h, debug.c, dynl.c, dynwind.c, eval...
2000-03-09 Greg J. Badros*.[ch]: make a distinction between SCM as a generic
2000-03-03 Greg J. Badros* error.h, error.c: Added `scm_wrong_type_arg_msg'...
2000-03-02 Greg J. Badros* list.c: Moved append docs to append! Thanks Dirk...
2000-02-19 Greg J. Badros* ports.c: Made `set-port-column!' and `set-port-line...
2000-02-14 Greg J. Badros* arbiters.c, eq.c, gc.c, guardians.c, list.c, ports...
2000-02-08 Greg J. Badros* ports.c: Doc patches from Richard Kim. Pasted from...
2000-01-31 Gary Houston * strings.h: don't use SCM_P. don't include <string.h>.
2000-01-18 Mikael Djurfeldt* strports.c (st_end_input): Inserted parenthesis to...
2000-01-18 Mikael Djurfeldt* alist.c, chars.c, debug.c, dynl.c, dynwind.c, error...
next