Fix thread-unsafe lazy initializations.
[bpt/guile.git] / libguile / ports.c
2014-01-24 Mark H WeaverFix thread-unsafe lazy initializations.
2014-01-18 Ludovic CourtèsPrepare 'setvbuf' to support for non-file ports.
2013-11-23 Mark H WeaverMake port properties accessible from Scheme.
2013-10-14 Ludovic Courtès'scm_c_read' goes through the fast path with ISO-8859...
2013-04-07 Mark H WeaverImplement efficient 'scm_unget_bytes' and 'unget-byteve...
2013-04-05 Mark H WeaverUse 'c_strcasecmp' instead of 'strcasecmp'.
2013-04-05 Mark H WeaverImprove handling of Unicode byte-order marks (BOMs).
2013-04-04 Mark H WeaverPeeks do not consume EOFs.
2013-04-03 Mark H WeaverPreserve the case of the user-specified port encoding...
2013-04-03 Mark H WeaverUse 'strcasecmp' to compare encoding names.
2013-04-02 Mark H WeaverRename 'scm_i_get_byte_or_eof' et al; mark them as...
2013-04-02 Mark H WeaverRemove uses of GC_PTR in 'finalize_iconv_descriptors'.
2013-04-02 Mark H WeaverRewrite get_iconv_codepoint to fix a bug involving...
2013-04-02 Mark H WeaverMove slow path out of 'scm_get_byte_or_eof' et al.
2013-04-02 Mark H WeaverAdd a static version of 'scm_fill_input' to ports.c.
2013-04-01 Mark H WeaverMove the port alist from the hash table to the internal...
2013-04-01 Mark H WeaverRefactor port encoding modes: utf-8 and iconv
2013-04-01 Mark H WeaverAdd internal-only port structure and move iconv descrip...
2013-03-05 Mark H WeaverFix thread-unsafe lazy initializations.
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-10-24 Mark H WeaverRepurpose scm_i_port_weak_hash to associate an alist...
2012-08-20 Ludovic CourtèsOptimize `scm_lfwrite_substr', used by `scm_simple_format'.
2012-07-02 Ludovic CourtèsUse `void *' instead of `GC_PTR' internally.
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èsFix `setvbuf' to leave the line/column number unchanged.
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
next