Merge remote-tracking branch 'origin/stable-2.0'
[bpt/guile.git] / libguile / ports.c
2011-12-13 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2011-12-10 Andy Wingocurrent-input-port et al are srfi-39 parameters
2011-12-06 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2011-12-06 Andy Wingoenable port locking
2011-12-06 Andy Wingofix scm_adjust_port_revealed_x FUNC_NAME
2011-12-06 Andy Wingoport locking refactor
2011-12-05 Andy Wingoadd current-warning-port
2011-12-02 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2011-12-01 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2011-11-23 Andy Wingouse new scm_make_fluid_with_default
2011-11-11 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2011-11-11 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2011-11-09 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2011-11-08 Andy Wingoadd scm_dynwind_lock_port
2011-11-07 Andy Wingolocking for write, lfwrite
2011-11-07 Andy Wingolocking for putc, puts
2011-11-07 Andy Wingolocking on port buffering operations
2011-11-07 Andy Wingolocking on unget_byte, ungetc, ungets
2011-11-07 Andy Wingolocking on scm_c_read, scm_getc
2011-11-07 Andy Wingothreadsafe get-byte-or-eof, peek-byte-or-eof
2011-11-07 Andy Wingothreadsafe port revealed counts
2011-11-07 Andy Wingoports implementation reordering
2011-11-07 Andy Wingothreadsafe access to scm_ptobs
2011-11-07 Andy Wingoremove scm_markstream
2011-11-07 Andy Wingoadd lock to scm_t_port
2011-10-27 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2011-10-24 Andy Wingoadd SCM_HEAP_OBJECT_BASE
2011-10-24 Andy Wingoadd SCM_{PACK,UNPACK}_POINTER
2011-10-23 Andy Wingoadd scm_c_make_port; the port table is now a weak set
2011-10-10 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2011-09-29 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2011-08-31 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2011-07-25 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2011-06-30 Andy WingoMerge remote-tracking branch 'origin/lexical-literals'
2011-06-30 Andy WingoMerge remote-tracking branch 'local-2.0/stable-2.0'
2011-06-17 Andy WingoMerge remote-tracking branch 'local-2.0/stable-2.0'
2011-06-16 Andy WingoMerge remote-tracking branch 'local-2.0/stable-2.0'
2011-06-02 Andy WingoMerge remote-tracking branch 'local-2.0/stable-2.0'
2011-05-30 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2011-05-26 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2011-05-26 Andy WingoMerge remote-tracking branch 'local-2.0/stable-2.0'
2011-05-25 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2011-05-13 Andy Wingomerge strictness branch from 2.0
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-12 Andy Wingoremove all deprecated code
2011-05-08 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
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-28 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2011-04-27 Ludovic CourtèsGracefully handle unterminated UTF-8 sequences instead...
2011-04-11 Andy WingoMerge remote branch 'origin/stable-2.0'
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
next