Add a missing SYNC_ALL in variable-ref
[bpt/guile.git] / libguile / ports.c
2012-03-08 Andy Wingouse the new finalizer helpers
2012-02-02 Bake TimmonsImprove the usage of variable names in C docstrings.
2011-12-10 Andy Wingocurrent-input-port et al are srfi-39 parameters
2011-12-05 Andy Wingoadd current-warning-port
2011-11-23 Andy Wingouse new scm_make_fluid_with_default
2011-05-13 Andy Wingoports.c uninitialized static SCM values are #f, not 0
2011-05-13 Andy Wingoscm_port_for_each fix
2011-05-13 Andy Wingofix type errors
2011-05-07 Ludovic CourtèsFix `get_utf8_codepoint' to not consume valid starting...
2011-05-06 Ludovic CourtèsSpecial-case UTF-8 ports to bypass `iconv' entirely.
2011-04-27 Ludovic CourtèsGracefully handle unterminated UTF-8 sequences instead...
2011-03-20 Ludovic CourtèsMake VM string literals immutable.
2011-03-17 Andy Wingofix code that causes warnings on gcc 4.6
2011-02-28 Andy Wingoupdate port-filename docs
2011-02-18 Andy Wingofix a couple leaks in ports.c. thanks valgrind!
2011-02-10 Andy Wingoports.c safely accesses the port weak hash table
2011-02-10 Andy Wingofix potential concurrency bugs in port-for-each
2011-02-10 Ludovic CourtèsAdd `scm_i_set_default_port_encoding' and `scm_i_defaul...
2011-02-10 Ludovic CourtèsSimplify `scm_i_set_port_encoding_x'.
2011-02-02 Ludovic CourtèsChange `scm_encoding_error' to pass the port and faulty...
2011-02-02 Ludovic CourtèsHave `read-char' & co. throw to `decoding-error'.
2011-01-25 Ludovic CourtèsHave `scm_getc' honor the port's conversion strategy.
2011-01-24 Ludovic CourtèsRemove useless branches in the port code.
2011-01-24 Ludovic CourtèsAlways initialize a port's encoding name.
2011-01-23 Ludovic CourtèsRewrite `scm_lfwrite_substr' in terms of `scm_display'.
2011-01-23 Ludovic CourtèsRemove `scm_lfwrite_str'.
2011-01-22 Ludovic CourtèsRewrite `read-char', `display', etc. using iconv calls...
2011-01-07 Andy Wingouse scm_from_latin1_symboln for string literals and...
2010-12-06 Andy Wingoscm_setvbuf doesn't throw away current buffers
2010-12-02 Andy Wingoindentation fix in ports.c
2010-10-10 Andy Wingofix segfaults when closing the current input port
2010-09-15 Ludovic CourtèsOptimize `peek-char'.
2010-07-15 Ludovic CourtèsRemove heap allocations in `scm_getc', `scm_ungetc...
2010-04-10 Neil JerramMerge branch 'master' into wip-manual-2
2010-01-09 Andy Wingoport-encoding returns #f if port encoding not set
2009-12-11 Andy Wingomerge from master to elisp
2009-12-05 Andy Wingoremove a bunch of needless scm_permanent_object calls
2009-12-05 Andy Wingoremove scm_ports_prehistory
2009-11-17 Ludovic CourtèsRemove references to undefined macros.
2009-11-15 Andy Wingofold objects.[ch] into goops.[ch]
2009-11-14 Ludovic CourtèsReplace `setbinary' by a public `%default-port-encoding...
2009-11-01 Ludovic CourtèsMerge branch 'bdw-gc-static-alloc'
2009-10-14 Ludovic CourtèsUse GC-managed memory for port->encoding.
2009-09-28 Ludovic CourtèsRemove default port/SMOB finalizers.
2009-09-21 Neil JerramTypo fixes
2009-09-09 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2009-09-08 Michael GranFix broken interaction between readline and Unicode
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-28 Michael Granscm_getc improperly handles Latin-1 characters
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-20 Michael GranAvoid possible mutex hang on error message output
2009-08-17 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2009-08-12 Michael GranDon't include libunistring headers in Guile public...
2009-08-12 Michael GranSome signed/unsigned comparison and conversions
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-07-04 Daniel KraftMerge branch 'master' of git://git.savannah.gnu.org...
2009-06-28 Ludovic CourtèsRemove seek/truncate shortcuts to file ports.
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 '6290d3f10927f887102a164ccb1a7291cc62288d...
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èsGOOPS: Statically allocate the PORT class array.
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èsGOOPS: Statically allocate the PORT class array.
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
2009-01-12 Andy WingoMerge commit 'origin/master' into vm
2008-12-14 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2008-11-23 Neil JerramMake scm_c_read use caller buffer only for unbuffered...
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-30 Andy WingoMerge commit 'origin/master' into vm
2008-09-23 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2008-09-15 Neil JerramMake multi-byte reads on unbuffered ports more efficient.
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-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 '2e77f7202b11ad0003831fcff94ec7db80cca015...
2008-09-10 Ludovic CourtèsMerge commit '29776e85da637ec4d44b2b2822d6934a50c0084b...
2008-09-10 Ludovic CourtèsMerge commit '7337d56d5714227865aeca2b40b6bd97cce296d2...
2008-09-10 Ludovic CourtèsMerge commit '032913739218c756f673bfb9c8f66ef9f8f02330...
2008-09-10 Ludovic CourtèsMerge commit 'f30e1bdf97ae8b2b2918da585f887a4d3a23a347...
2008-09-10 Ludovic CourtesImplemented port finalization.
2008-09-10 Ludovic CourtesUse `scm_gc_malloc_pointerless' in various places ...
2008-09-04 Ludovic CourtesFixed garbage collection of ports: basics work (no...
next