Archives are refreshed every 30 minutes - for details, please visit
the main index
.
You can also
download the archives in mbox format
.
guile-commits (date)
[
Thread Index
][
Top
][
All Lists
][
guile-commits info page
]
Advanced
[
Prev Period
]
Last Modified: Sat Apr 30 2016 08:50:41 -0400
Messages in reverse chronological order
[
Next Period
]
April 30, 2016
[Guile-commits] 02/05: Add SCM port read/write functions
,
Andy Wingo
,
08:50
[Guile-commits] 05/05: peek-byte in Scheme
,
Andy Wingo
,
08:50
[Guile-commits] 01/05: Remove port locks
,
Andy Wingo
,
08:50
[Guile-commits] 03/05: Refactor way the-eof-object is defined
,
Andy Wingo
,
08:50
[Guile-commits] 04/05: Tweak port initialization order
,
Andy Wingo
,
08:50
[Guile-commits] branch wip-port-refactor updated (8b46a4a -> 6a752bc)
,
Andy Wingo
,
08:50
April 28, 2016
[Guile-commits] branch wip-port-refactor updated (f24802b -> 8b46a4a)
,
Andy Wingo
,
02:17
[Guile-commits] 02/02: Optimize peek-char
,
Andy Wingo
,
02:16
[Guile-commits] 01/02: Remove port locking around write, display
,
Andy Wingo
,
02:16
[Guile-commits] 01/01: Optimize peek-char
,
Andy Wingo
,
01:58
[Guile-commits] branch wip-port-refactor updated (9fc671b -> f24802b)
,
Andy Wingo
,
01:58
April 27, 2016
[Guile-commits] 01/01: Remove port locking around write, display
,
Andy Wingo
,
14:58
[Guile-commits] branch wip-port-refactor updated (15d5304 -> 9fc671b)
,
Andy Wingo
,
14:58
April 26, 2016
[Guile-commits] 13/15: Remove scm_puts_unlocked.
,
Andy Wingo
,
17:39
[Guile-commits] 12/15: Remove scm_putc_unlocked.
,
Andy Wingo
,
17:39
[Guile-commits] 15/15: scm_lfwrite, not scm_lfwrite_unlocked
,
Andy Wingo
,
17:39
[Guile-commits] 14/15: Remove scm_c_write_unlocked
,
Andy Wingo
,
17:39
[Guile-commits] 07/15: Replace scm_getc with scm_getc_unlocked
,
Andy Wingo
,
17:39
[Guile-commits] 09/15: scm_ungetc, scm_ungets instead of _unlocked variants
,
Andy Wingo
,
17:39
[Guile-commits] 11/15: Remove scm_fill_input_unlocked
,
Andy Wingo
,
17:39
[Guile-commits] 05/15: Remove scm_flush_unlocked / scm_end_input_unlocked
,
Andy Wingo
,
17:39
[Guile-commits] 10/15: Remove locking in scm_end_input
,
Andy Wingo
,
17:39
[Guile-commits] 06/15: Remove scm_c_read_bytes_unlocked
,
Andy Wingo
,
17:39
[Guile-commits] 08/15: Remove scm_unget_{byte,bytes}_unlocked
,
Andy Wingo
,
17:39
[Guile-commits] 04/15: Remove port rw_active field
,
Andy Wingo
,
17:38
[Guile-commits] 02/15: Refactor to internal get/peek-byte functions
,
Andy Wingo
,
17:38
[Guile-commits] 03/15: scm_c_read instead of scm_c_read_unlock
,
Andy Wingo
,
17:38
[Guile-commits] 01/15: Refactor thread safety for %port-property
,
Andy Wingo
,
17:38
[Guile-commits] branch wip-port-refactor updated (5a342f6 -> 15d5304)
,
Andy Wingo
,
17:38
April 21, 2016
[Guile-commits] 01/01: Fix a corner case with empty arrays in (array-for-each-cell)
,
Daniel Llorens
,
12:06
[Guile-commits] branch lloda-array-support updated (96c2ef1 -> ec97489)
,
Daniel Llorens
,
12:06
[Guile-commits] 07/07: Port buffers are Scheme values
,
Andy Wingo
,
04:28
[Guile-commits] 03/07: Remove size field from port buffers
,
Andy Wingo
,
04:28
[Guile-commits] 04/07: Remove "buf" field from port buffers
,
Andy Wingo
,
04:28
[Guile-commits] 01/07: Remove unrelated scm_t_port_buffer use in vports
,
Andy Wingo
,
04:28
[Guile-commits] 05/07: Port buffer cur/next pointers are Scheme values
,
Andy Wingo
,
04:28
[Guile-commits] 06/07: peek-u8 correctness and speed refactor
,
Andy Wingo
,
04:28
[Guile-commits] branch wip-port-refactor updated (44b3342 -> 5a342f6)
,
Andy Wingo
,
04:28
[Guile-commits] 02/07: Port buffer has-eof? field is SCM value
,
Andy Wingo
,
04:28
April 15, 2016
[Guile-commits] 01/01: Load port bindings in separate (ice-9 ports) module
,
Andy Wingo
,
08:07
[Guile-commits] branch wip-port-refactor updated (25461be -> 44b3342)
,
Andy Wingo
,
08:07
April 14, 2016
[Guile-commits] 06/06: Load port bindings in separate (ice-9 ports) module
,
Andy Wingo
,
10:34
[Guile-commits] 04/06: Fix scm_init_struct dependency on port conversion handlers
,
Andy Wingo
,
10:34
[Guile-commits] 01/06: Update port implementation documentation.
,
Andy Wingo
,
10:34
[Guile-commits] 02/06: Allow port "write" functions to only write a chunk
,
Andy Wingo
,
10:34
[Guile-commits] 05/06: Fix R6RS imports of interfaces that use interfaces
,
Andy Wingo
,
10:34
[Guile-commits] 03/06: Fix error in exception printer when bootstrapping
,
Andy Wingo
,
10:34
[Guile-commits] branch wip-port-refactor updated (f7027a8 -> 25461be)
,
Andy Wingo
,
10:34
April 11, 2016
[Guile-commits] 02/02: Port read/write functions take bytevectors
,
Andy Wingo
,
16:28
[Guile-commits] 01/02: make-chunked-output-port buffering fix
,
Andy Wingo
,
16:28
[Guile-commits] branch wip-port-refactor updated (3ce52fa -> f7027a8)
,
Andy Wingo
,
16:28
[Guile-commits] Success: Hydra job gnu:guile-master:build_CPPFLAGS=_DSCM_DEBUG=1 on x86_64-linux
,
Hydra Build Daemon
,
03:06
April 08, 2016
[Guile-commits] 01/02: Update NEWS for changes to port buffering.
,
Andy Wingo
,
15:05
[Guile-commits] 02/02: Fold 2.1.2 NEWS items into cumulative 2.2 NEWS
,
Andy Wingo
,
15:05
[Guile-commits] branch wip-port-refactor updated (8399e7a -> 3ce52fa)
,
Andy Wingo
,
15:05
April 07, 2016
[Guile-commits] Failed with output: Hydra job gnu:guile-master:build_CPPFLAGS=_DSCM_DEBUG=1 on x86_64-linux
,
Hydra Build Daemon
,
10:02
April 06, 2016
[Guile-commits] 18/18: Generic port facility provides buffering uniformly
,
Andy Wingo
,
13:27
[Guile-commits] 11/18: Refactor to rw_random / rw_active port flags
,
Andy Wingo
,
13:27
[Guile-commits] 17/18: Port close functions return void
,
Andy Wingo
,
13:27
[Guile-commits] 09/18: Cosmetic changes to r6rs-ports.c
,
Andy Wingo
,
13:27
[Guile-commits] 03/18: Move setvbuf impl to ports.[ch]
,
Andy Wingo
,
13:27
[Guile-commits] 04/18: Use symbols instead of _IONBF values as args to setvbuf
,
Andy Wingo
,
13:27
[Guile-commits] 10/18: Custom binary port internals refactor
,
Andy Wingo
,
13:27
[Guile-commits] 05/18: Move line-buffing machinery to ports.c
,
Andy Wingo
,
13:27
[Guile-commits] 12/18: Whitespace fixes
,
Andy Wingo
,
13:27
[Guile-commits] 16/18: When making soft port, parse handlers into struct
,
Andy Wingo
,
13:27
[Guile-commits] 07/18: Remove port free functions; just close instead
,
Andy Wingo
,
13:27
[Guile-commits] 01/18: Fix frame->stack-vector when no stack is active
,
Andy Wingo
,
13:27
[Guile-commits] 15/18: Cosmetic changes to vports.c
,
Andy Wingo
,
13:27
[Guile-commits] 13/18: Flush buffered reads / writes before seeking
,
Andy Wingo
,
13:27
[Guile-commits] 02/18: display-{application, -backtrace} delegate to Scheme
,
Andy Wingo
,
13:27
[Guile-commits] 14/18: Fix POLLOUT assignment from port buffers
,
Andy Wingo
,
13:27
[Guile-commits] 06/18: Remove port mark functions
,
Andy Wingo
,
13:27
[Guile-commits] 08/18: Remove port equal functions
,
Andy Wingo
,
13:27
[Guile-commits] branch wip-port-refactor created (now 8399e7a)
,
Andy Wingo
,
13:27
[Guile-commits] 01/01: Clean up (array-for-each-cell)
,
Daniel Llorens
,
04:09
[Guile-commits] branch lloda-array-support updated (52a5fd2 -> 96c2ef1)
,
Daniel Llorens
,
04:09
April 01, 2016
[Guile-commits] 01/01: Clean up (array-for-each-cell)
,
Daniel Llorens
,
06:55
[Guile-commits] branch lloda-array-support updated (7408930 -> 52a5fd2)
,
Daniel Llorens
,
06:54
[
Prev Period
]
[
Next Period
]
Mail converted by
MHonArc