summaryrefslogtreecommitdiff
path: root/libguile/rw.c
Commit message (Expand)AuthorAgeFilesLines
* Update license notices in all C filesAndy Wingo2018-06-201-17/+17
* Remove (C) from copyright statementsAndy Wingo2018-06-201-1/+1
* Rationalize include order in C filesAndy Wingo2018-06-201-9/+12
* Make libguile header inclusion consistent within libguile c filesAndy Wingo2018-06-201-12/+12
* Remove Emacs local variables comments in Guile sourceAndy Wingo2018-06-201-6/+0
* Remove _scm.hAndy Wingo2018-06-201-1/+0
* Move subr snarfing macros to gsubr.h.Andy Wingo2018-06-201-0/+1
* Devolve numbers.h from _scm.h.Andy Wingo2018-06-191-0/+1
* Remove includes of validate.h.Andy Wingo2018-06-181-1/+0
* Move syscall-related private defines to their own headerAndy Wingo2018-06-171-0/+1
* Fix libguile subcomponent headers not to include <libguile.h>Andy Wingo2018-06-141-1/+2
* Prevent TOCTTOU bugs in C portsAndy Wingo2017-02-081-1/+2
* Deprecate dynamic rootsAndy Wingo2016-11-211-1/+0
* Remove scm_t_port_internalAndy Wingo2016-05-131-1/+1
* Make port buffering fields privateAndy Wingo2016-05-131-1/+1
* Remove scm_c_write_unlockedAndy Wingo2016-04-261-1/+1
* Remove scm_flush_unlocked / scm_end_input_unlockedAndy Wingo2016-04-231-1/+1
* Port buffers are Scheme valuesAndy Wingo2016-04-201-1/+1
* Port buffer cur/next pointers are Scheme valuesAndy Wingo2016-04-191-1/+1
* Remove size field from port buffersAndy Wingo2016-04-171-1/+2
* Generic port facility provides buffering uniformlyAndy Wingo2016-04-061-10/+9
* Merge branch 'stable-2.0'v2.1.0Mark H Weaver2014-04-251-3/+1
|\
| * Rely on Gnulib for <unistd.h>.Mark H Weaver2014-02-271-3/+1
* | locking on port buffering operationsAndy Wingo2011-11-081-2/+2
|/
* Add Unicode strings and symbolsMichael Gran2009-08-081-0/+2
* Add `scm_t_off' type so that `scm_t_port' has a fixed layout.Ludovic Courtès2009-06-251-3/+3
* Change Guile license to LGPLv3+Neil Jerram2009-06-171-6/+7
* Include <config.h> in all C files; use `#ifdef HAVE_CONFIG_H' rather than `#if'.Ludovic Courtès2008-09-131-1/+1
* merge from 1.8 branchKevin Ryde2006-04-171-1/+1
* The FSF has a new address.Marius Vollmer2005-05-231-1/+1
* See ChangeLog from 2005-03-02.Marius Vollmer2005-03-021-2/+4
* (scm_read_string_x_partial): Bugfix, apply offset to destMarius Vollmer2004-11-041-4/+3
* * strings.h, strings.c: (scm_i_string_chars, scm_i_string_length,Marius Vollmer2004-08-191-5/+8
* * socket.c, rw.c, deprecated.h, validate.hMarius Vollmer2004-08-121-10/+20
* * numbers.h, numbers.c, discouraged.h, discouraged.c (scm_short2num,Marius Vollmer2004-08-021-3/+3
* * deprecated.h, deprecated.c, numbers.h (SCM_INUMP, SCM_NINUMP,Marius Vollmer2004-07-231-4/+4
* Changed license terms to the plain LGPL thru-out.Marius Vollmer2003-04-051-36/+12
* * rw.c: #include <config.h> if HAVE_CONFIG_H.Rob Browning2003-03-251-0/+4
* Retire inclusion guard macro SCM_MAGIC_SNARFER.Thien-Thi Nguyen2002-03-141-2/+0
* * posix.c (getlogin): getlogin() implementation for Windows.Martin Grabmüller2001-07-031-0/+3
* * deprecation.c, extensions.c, rw.c: include string.h.Gary Houston2001-06-201-0/+1
* replace "scm_*_t" with "scm_t_*".Marius Vollmer2001-06-141-1/+1
* * rw.c (scm_write_string_partial): new procedure implementingGary Houston2001-06-041-8/+116
* revert the ill-considered part of the 2001-05-24 changesMichael Livshin2001-05-261-4/+4
* * validate.hMichael Livshin2001-05-241-4/+4
* (scm_c_make_gsubr, scm_c_define_gsubr, scm_c_make_gsubr_with_generic,Marius Vollmer2001-05-201-1/+1
* (scm_init_rw_builtins): Renamed from scm_init_rw. ReturnMarius Vollmer2001-05-191-6/+9
* * rw.c: Include "modules.h" and "strports.h".Marius Vollmer2001-05-021-0/+2
* * rw.c: new file, implementing C part of module (ice-9 rw).Gary Houston2001-04-291-0/+178