unofficial mirror of guile-devel@gnu.org 
 help / color / mirror / Atom feed
 messages from 2016-07-18 15:17:26 to 2016-11-20 18:31:37 UTC [more...]

srfi-1 take and drop seriously broken
 2016-11-20 18:31 UTC  (10+ messages)

[PATCH] ECMAscript: Bind type names to constructor functions in the global env
 2016-11-19 15:44 UTC 

Parallel installation of guile-2.1.x
 2016-11-17 15:19 UTC  (2+ messages)

[vzhbanov@gmail.com: Re: Formatted output with locale]
 2016-11-16 20:32 UTC 

Guile-Lib 0.2.4 released
 2016-11-14  8:01 UTC  (2+ messages)

Garbage collector kills REPL server
 2016-11-11 17:56 UTC 

Web site now uses Haunt
 2016-11-11  8:34 UTC  (2+ messages)

FOSDEM 2017: GNU Guile & Guix call for talks!
 2016-11-08  2:23 UTC  (3+ messages)

bug#20272: Support reproducible builds
 2016-11-02 19:14 UTC  (3+ messages)
` [PATCH 1/2] PRELIMINARY: psyntax: Remove uses of syntax-session-id
` [PATCH 2/2] psyntax: fix gen-label for unset module

ANOUNCEMENT guile imatch - functional dynamic indexed matcher
 2016-10-31 19:14 UTC 

Re-using bootstrap in the half-strap
 2016-10-26 22:30 UTC  (4+ messages)

[PATCH] Fix tree-il code generation for ECMAscript `new' expression
 2016-10-25 21:41 UTC  (6+ messages)

small typo in guile 2.0.x and 2.1.x documentation for r6rs conditions
 2016-10-23  2:59 UTC 

guile-lib - devel branch - 4 patches
 2016-10-23  1:06 UTC 

[PATCH] Fix a couple of typos in the docs
 2016-10-18 15:51 UTC 

Setting up CI for Guile
 2016-10-18  1:39 UTC  (6+ messages)

Status of elisp support in Guile
 2016-10-17 14:53 UTC  (4+ messages)

Guile security vulnerability w/ listening on localhost + port (with fix)
 2016-10-17  1:39 UTC  (7+ messages)

REPL Server: Guard against HTTP inter-protocol exploitation attacks
 2016-10-13  8:46 UTC  (3+ messages)

GNU Guile 2.0.13 released [security fixes]
 2016-10-12 12:06 UTC 

[PATCH] change link to parabola
 2016-10-12  9:05 UTC  (2+ messages)

The “finalized” SMOB type
 2016-10-09 19:00 UTC  (6+ messages)

Experimental JIT for Guile (???!)
 2016-10-04 12:52 UTC  (9+ messages)

Unbound variable across threads in C++ application
 2016-10-04 11:13 UTC  (2+ messages)

[PATCH] doc: describe the -e (module) shorthand as on equal footing with (@ ...)
 2016-09-29 15:14 UTC  (6+ messages)

[PATCH] Initial GUD integration support
 2016-09-25 20:09 UTC 

Shorter lambda expressions
 2016-09-24  9:38 UTC  (3+ messages)

Guile-Lib 0.2.3 released
 2016-09-19  2:03 UTC 

GNU Guile 2.1.4 released [beta]
 2016-09-18 13:42 UTC  (12+ messages)

guile-cairo status?
 2016-09-16 16:55 UTC  (2+ messages)

guile-lib, compiled files, packages
 2016-09-16 16:50 UTC  (2+ messages)

A request to take charge of guile-zmq
 2016-09-12 19:04 UTC  (3+ messages)

Building Guilemacs
 2016-09-05 18:04 UTC  (7+ messages)

c-api.test fails on MS-Windows due to non-portable quoting
 2016-08-31 19:05 UTC  (12+ messages)

Patchset related to array functions
 2016-08-31 14:45 UTC  (10+ messages)
      ` [PATCH] "
              ` [PATCH] "

[PATCH] [wip] c99 inline
 2016-08-31 11:34 UTC 

fork pipe dup2 exec
 2016-08-18  9:22 UTC  (4+ messages)

[PATCH] Allow websocket over http by adding fallback
 2016-08-16 15:06 UTC 

Guile test-ffi uses an unportable assumption
 2016-08-13  7:33 UTC  (5+ messages)

Avoid warnings in sockets.c when HAVE_SIN6_SCOPE_ID is unavailable
 2016-08-13  7:17 UTC  (6+ messages)

add command line option to quiet compiler messages
 2016-07-27  0:36 UTC  (6+ messages)

guile-lib - devel branch - patch 4 of 11
 2016-07-25  0:05 UTC  (10+ messages)

Update 'uname' emulation on MS-Windows
 2016-07-24 17:04 UTC  (7+ messages)

Avoid warning about alloca in read.c
 2016-07-24 15:15 UTC  (6+ messages)

MinGW-related patches that were reported in 2014 but not applied
 2016-07-24 15:10 UTC  (10+ messages)

Avoid warnings in threads.c when building without threads
 2016-07-24 13:32 UTC  (5+ messages)

MinGW-related patches that were reported in 2014 but not applied
 2016-07-23 11:51 UTC  (2+ messages)

Guile tests that cannot work on MS-Windows and should be disabled
 2016-07-23 11:49 UTC 

MinGW open-process, take N
 2016-07-23  9:56 UTC  (14+ messages)

Foreign-declarative module
 2016-07-19 15:12 UTC  (31+ messages)
` [PATCH 02/25] Define <ffi-type> structure
` [PATCH 03/25] Mirror types from system/foreign as <foreign-type>
` [PATCH 04/25] Write boilerplate for primitive types
` [PATCH 05/25] Fix bug in `default' macro
` [PATCH 06/25] Basic implementation of `define-foreign-function'
` [PATCH 07/25] Introduce foreign-type predicates
` [PATCH 08/25] Add keywords for `define-foreign-function' macro
` [PATCH 09/25] system/foreign/declarative: rename `predicate' to `validate'
` [PATCH 10/25] Refactor type validation in `define-foreign-function'
` [PATCH 11/25] system/foreign/declarative: new macro
` [PATCH 12/25] Improve deriving c symbol name from scheme one
` [PATCH 13/25] system/foreign/declarative.scm: export string foreign type
` [PATCH 14/25] foreign/declarative: mirror more primitive types
` [PATCH 15/25] New macro: with-pointer
` [PATCH 16/25] Configure emacs file-local indention
` [PATCH 17/25] system/foreign/declarative: unexport internal macro
` [PATCH 18/25] write documentation for (system foreign declarative)
` [PATCH 19/25] Document define-foreign-bitmask macro
` [PATCH 20/25] Document with-pointer macro
` [PATCH 21/25] new module: (ice-9 xattr)
` [PATCH 22/25] ice-9/xattr: implement `xattr-get' function
` [PATCH 23/25] Do not throw exception on missing xattr
` [PATCH 24/25] Refactor defining foreign libattr function
` [PATCH 25/25] ice9/attr: implement xattr-list procedure


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).