build: Don't include <config.h> in native programs when cross-compiling.
[bpt/guile.git] / libguile / strports.c
2014-02-28 Mark H WeaverRely on Gnulib for <unistd.h>.
2014-01-24 Mark H WeaverFix thread-unsafe lazy initializations.
2013-03-05 Mark H WeaverFix thread-unsafe lazy initializations.
2012-06-20 Ludovic CourtèsFix possible deadlock upon `encoding-error' in `open...
2012-05-30 Ludovic CourtèsHave string ports honor `%default-port-conversion-strat...
2012-05-30 Ludovic CourtèsAccess `pt->ilseq_handler' directly when needed.
2011-03-20 Ludovic CourtèsMake VM string literals immutable.
2011-03-08 Andy Wingocore eval-string uses (ice-9 eval-string)
2011-03-06 Ludovic CourtèsMake `object->string' explicitly close its string outpu...
2011-03-06 Ludovic CourtèsSimply grow string port buffers geometrically.
2011-03-06 Ludovic CourtèsLet `scm_mkstrport' allocate buffers on the caller...
2011-03-06 Ludovic CourtèsUse a bytevector as the backing buffer of string ports.
2011-03-05 Andy Wingoremove obsolete comments
2011-02-24 Andy Wingopointerless backing buffers for string ports
2010-04-10 Neil JerramMerge branch 'master' into wip-manual-2
2010-01-07 Ludovic CourtèsHave string ports honor `%default-port-encoding'.
2009-12-11 Andy Wingomerge from master to elisp
2009-11-01 Ludovic CourtèsMerge branch 'bdw-gc-static-alloc'
2009-09-28 Ludovic CourtèsRemove unneeded SMOB/port mark/free procedures.
2009-09-09 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2009-09-09 Michael GranMake scm_i_from_stringn into API for use with libguiler...
2009-09-04 Michael GranRemove locale u8vector functions
2009-09-04 Michael GranInitialize string ports with UTF-8 encoding
2009-09-01 Ludovic CourtèsMerge branch 'boehm-demers-weiser-gc' into bdw-gc-stati...
2009-08-30 Michael GranFix encoding errors with strings returned by string...
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-17 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2009-07-19 Andy Wingorename unif.[ch] to arrays.[ch]
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+
2008-09-30 Andy WingoMerge commit 'origin/master' into vm
2008-09-13 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2008-09-13 Ludovic CourtèsInclude <config.h> in all C files; use `#ifdef HAVE_CON...
2008-08-02 Andy Wingomerge guile-vm to guile
2006-04-17 Kevin Rydemerge from 1.8 branch
2005-08-02 Kevin Ryde(st_flush): Increase buffer by 1.5x when growing, to
2005-05-23 Marius VollmerThe FSF has a new address.
2005-05-12 Neil Jerram* unif.c (scm_i_read_array): Declare rank as ssize_t...
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-08-19 Marius Vollmer* strings.h, strings.c: (scm_i_string_chars, scm_i_stri...
2004-08-12 Marius Vollmer* socket.c, rw.c, deprecated.h, validate.h
2004-08-10 Marius Vollmer(scm_mkstrport): Use SCM_I_STRING_UCHARS instead of...
2004-07-23 Marius Vollmer* deprecated.h, deprecated.c, numbers.h (SCM_INUMP...
2003-10-02 Kevin Ryde(s_scm_call_with_output_string): scm_get_output_string
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-03-26 Rob Browning* strports.c: #include <config.h> if HAVE_CONFIG_H.
2002-11-17 Marius Vollmer(scm_eval_string_in_module): Validate second arg to...
2002-08-19 Marius VollmerUpdated copyright years.
2002-08-13 Marius Vollmer* strports.h (scm_c_eval_string_in_module,
2002-08-08 Han-Wen Nienhuys("scm_new_port_table_entry"): return a boxed SCM in
2002-08-04 Han-Wen Nienhuysinit port entry
2002-08-04 Han-Wen Nienhuysport GC fix
2002-03-14 Thien-Thi NguyenRetire inclusion guard macro SCM_MAGIC_SNARFER.
2002-03-01 Dirk HerrmannChanges in doc/ref:
2001-11-25 Marius VollmerReplaced SCM_NEWCELL and SCM_NEWCELL2 with scm_alloc_ce...
2001-08-31 Dirk Herrmann* Removed deprecated stuff.
2001-07-11 Gary Houston * strports.c (st_write): use memcpy, not strncpy....
2001-07-09 Thien-Thi NguyenRemove "face-lift" comment.
2001-07-01 Marius Vollmer(scm_read_0str, scm_eval_0str): Call scm_c_read_string and
2001-06-29 Marius Vollmer(scm_c_read_string): Renamed from
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-02 Marius Vollmer(scm_eval_string): Use scm_primitive_eval_x instead
2001-05-27 Dirk Herrmann* Changed the default definition of SCM.
2001-05-26 Michael Livshinrevert the ill-considered part of the 2001-05-24 changes
2001-05-24 Michael Livshin* validate.h
2001-04-03 Martin GrabmüllerCorrect, update, improve and clean up a lot of docstrin...
2001-03-22 Dirk Herrmann* Replace function scm_makstr with new function scm_all...
2001-03-15 Martin Grabmüller * validate.h (SCM_VALIDATE_OPOUTSTRPORT): New macro.
2001-03-13 Keisuke Nishida(scm_object_to_string): Takes an optional argument.
2001-03-13 Keisuke NishidaUse FUNC_NAME.
2001-03-13 Keisuke Nishida * strports.c (scm_object_to_string): New procedure.
2001-03-02 Martin Grabmüller * vectors.c (s_scm_vector_p, list->vector, scm_vector)
2001-01-25 Dirk Herrmann* Made the port implementations less tightly coupled...
2000-11-22 Dirk Herrmann* Deprecated macros SCM_ROCHARS and SCM_ROUCHARS.
2000-11-17 Marius Vollmer* alist.c, arbiters.c, async.c, backtrace.c, boolean...
2000-10-30 Dirk Herrmann* Change a couple of functions to accept either symbols...
2000-10-06 Dirk Herrmann* Don't call scm_vector_set_length_x for non-vector...
2000-09-26 Dirk Herrmann* Eliminated all calls to SCM_UCHARS.
2000-08-12 Neil Jerram* Docstring fixes.
2000-08-11 Mikael Djurfeldt* strports.c (scm_eval_string): Evaluate in
2000-06-12 Mikael Djurfeldt* strports.c (st_resize_port): Substituted SCM_UCHARS for
2000-06-12 Mikael DjurfeldtUpdated copyrights
2000-05-23 Dirk Herrmann* Replace SCM_UNPACK_CAR appropriately.
2000-04-21 Mikael Djurfeldt* Makefile.am (DEFS): Added. automake adds -I options...
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.
next