REPL Server: Don't establish a SIGINT handler.
[bpt/guile.git] / libguile / ports.h
2013-11-23 Mark H WeaverMake port properties accessible from Scheme.
2013-04-07 Mark H WeaverImplement efficient 'scm_unget_bytes' and 'unget-byteve...
2013-04-02 Mark H WeaverRename 'scm_i_get_byte_or_eof' et al; mark them as...
2013-04-02 Mark H WeaverMove slow path out of 'scm_get_byte_or_eof' et al.
2013-04-01 Mark H WeaverMove the port alist from the hash table to the internal...
2013-04-01 Mark H WeaverAdd internal-only port structure and move iconv descrip...
2013-01-30 Andy WingoRevert "detect and consume byte-order marks for textual...
2013-01-30 Andy Wingodetect and consume byte-order marks for textual ports
2012-05-30 Ludovic CourtèsAdd the `%default-port-conversion-strategy' fluid.
2012-05-10 Andy WingoMerge remote-tracking branch 'origin/stable-2.0' into...
2012-05-08 Ludovic CourtèsAdd missing `SCM_API' for `scm_take_from_input_buffers'.
2012-05-06 Ludovic CourtèsMake `scm_unget_byte' public.
2011-12-05 Andy Wingoadd current-warning-port
2011-02-10 Andy Wingoports.c safely accesses the port weak hash table
2011-02-10 Andy Wingopre-deprecate scm_ptobs
2011-02-10 Ludovic CourtèsAdd `scm_i_set_default_port_encoding' and `scm_i_defaul...
2011-01-29 Ludovic CourtèsAdd missing include for MinGW.
2011-01-23 Ludovic CourtèsRemove `scm_lfwrite_str'.
2011-01-22 Ludovic CourtèsRewrite `read-char', `display', etc. using iconv calls...
2009-12-11 Andy Wingomerge from master to elisp
2009-12-05 Andy Wingoremove scm_ports_prehistory
2009-11-01 Ludovic CourtèsMerge branch 'bdw-gc-static-alloc'
2009-10-02 Ludovic CourtèsUse `SCM_DEPRECATED' in declarations of deprecated...
2009-09-09 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2009-09-01 Ludovic CourtèsMerge branch 'boehm-demers-weiser-gc' into bdw-gc-stati...
2009-08-28 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2009-08-27 Neil JerramMerge branch 'ossau-gds-dev'
2009-08-27 Daniel KraftMerge branch 'master' of git://git.savannah.gnu.org...
2009-08-25 Andy WingoMerge commit 'origin/master'
2009-08-25 Andy WingoMerge wip-array refactor, up to cd43fdc5b7a7c
2009-08-25 Michael GranAdd full Unicode capability to ports and the default...
2009-08-21 Neil JerramMerge branch 'wip-manual' of ssh://ossau@git.sv.gnu...
2009-08-17 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2009-08-09 Michael GranPort position macros shouldn't require enclosing braces
2009-08-08 Michael GranMerge commit 'origin/master'
2009-08-08 Michael GranAdd Unicode strings and symbols
2009-06-27 Daniel KraftMerge branch 'master' of git://git.savannah.gnu.org...
2009-06-25 Ludovic CourtèsAdd `scm_t_off' type so that `scm_t_port' has a fixed...
2009-06-16 Neil JerramChange Guile license to LGPLv3+
2009-03-22 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2009-03-17 Andy WingoMerge commit '5bb2d903b9e54fdd5858a16ba11fa91a9dc0c692...
2009-03-08 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2009-02-14 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2009-02-08 Neil JerramMerge branch 'master' into ossau-gds-dev
2009-02-02 Ludovic CourtèsPublish the maximum number of port types as `SCM_I_MAX_...
2009-01-19 Ludovic CourtèsMerge branch 'boehm-demers-weiser-gc' into bdw-gc-stati...
2009-01-18 Ludovic CourtèsPublish the maximum number of port types as `SCM_I_MAX_...
2009-01-17 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2008-12-14 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2008-11-04 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2008-10-11 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2008-09-23 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2008-09-13 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2008-09-10 Ludovic CourtèsFix broken port merge.
2008-09-10 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2008-09-10 Ludovic CourtèsMerge commit '29776e85da637ec4d44b2b2822d6934a50c0084b...
2008-08-26 Andy Wingomerge from guile master
2008-08-02 Andy Wingomerge guile-vm to guile
2008-05-31 Ludovic CourtèsAdd `SCM_INTERNAL' macro, use it.
2008-04-16 Ludovic CourtèsInline `scm_getc', `scm_putc' and `scm_puts'.
2007-08-26 Han-Wen Nienhuysreplace port table with weak hash table. This simplifies
2006-06-17 Kevin Rydemerge from 1.8 branch
2006-04-17 Kevin Rydemerge from 1.8 branch
2006-01-29 Marius VollmerRenamed the "frames" that are related to dynamic-wind...
2005-05-23 Marius VollmerThe FSF has a new address.
2005-03-02 Marius VollmerSee ChangeLog from 2005-03-02.
2005-01-24 Marius VollmerReverted changed from 2005/01/24 19:14:54, which was...
2005-01-24 Marius VollmerThreading changes.
2004-09-07 Kevin Ryde(SCM_ZEROCOL, SCM_DECCOL): New macros.
2004-08-12 Marius Vollmer* fports.h, fports.c (scm_i_fdes_to_port): New, like
2004-07-27 Marius Vollmer* tags.h, deprecated.h (SCM_EQ_P): Deprecated by moving...
2004-01-07 Marius VollmerDid the follwing renamings:
2004-01-04 Marius Vollmer(scm_with_current_input_port, scm_with_current_output_port,
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.
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 Nienhuysport GC fix
2002-07-20 Han-Wen Nienhuys2002-07-20 Han-Wen <hanwen@cs.uu.nl>
2001-11-02 Marius VollmerPrefixed each each exported symbol with SCM_API.
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-14 Marius Vollmerreplace "scm_*_t" with "scm_t_*".
2001-05-26 Michael Livshinrevert the ill-considered part of the 2001-05-24 changes
2001-05-24 Michael Livshin* validate.h
2001-04-27 Rob Browning * ports.h
2001-03-30 Dirk Herrmann* Replaced a lot of calls to SCM_C[AD]R with more appro...
2001-02-26 Mikael Djurfeldtports.c, ports.h (scm_c_read, scm_c_write): New functions.
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-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-05-24 Dirk Herrmann* Replace SCM_UNPACK_CAR appropriately.
2000-05-15 Dirk Herrmann* Wrapped deprecated code between #if (SCM_DEBUG_DEPREC...
2000-05-14 Gary Houston2000-05-14 Gary Houston <ghouston@arglist.com>
2000-04-15 Mikael Djurfeldt* ports.h (SCM_INPUT_PORT_P, SCM_OUTPUT_PORT_P): New...
next