Archives are refreshed every 15 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: Fri Oct 21 2022 11:53:49 -0400
Messages in reverse chronological order
[
Next Period
]
October 21, 2022
[Guile-commits] branch wip-openat deleted (was 07f395eb1)
,
Ludovic Courtès
,
11:53
[Guile-commits] 10/14: Define a Scheme binding to ‘unlinkat’ when it exists.
,
Ludovic Courtès
,
11:53
[Guile-commits] 12/14: Define a Scheme binding to ‘fstatat’ when available.
,
Ludovic Courtès
,
11:53
[Guile-commits] 11/14: Define a Scheme binding to ‘fchownat’ when it exists.
,
Ludovic Courtès
,
11:53
[Guile-commits] 14/14: Update NEWS.
,
Ludovic Courtès
,
11:53
[Guile-commits] 08/14: Define a Scheme binding to ‘renameat’ when it exists.
,
Ludovic Courtès
,
11:53
[Guile-commits] 13/14: Define Scheme bindings to ‘openat’ when available.
,
Ludovic Courtès
,
11:53
[Guile-commits] 09/14: Define a Scheme binding to ‘fchmodat’ when it exists.
,
Ludovic Courtès
,
11:53
[Guile-commits] 07/14: Define AT_REMOVEDIR and others when available.
,
Ludovic Courtès
,
11:53
[Guile-commits] 03/14: Allow file ports in ‘utime’.
,
Ludovic Courtès
,
11:53
[Guile-commits] 06/14: Correct documentation of ‘mkdir’ w.r.t. the umask.
,
Ludovic Courtès
,
11:53
[Guile-commits] 04/14: Define ‘symlinkat’ wrapper when supported.
,
Ludovic Courtès
,
11:53
[Guile-commits] 05/14: Define bindings to ‘mkdirat’ when the C function exists.
,
Ludovic Courtès
,
11:53
[Guile-commits] 01/14: Allow file ports in ‘chdir’ when supported.
,
Ludovic Courtès
,
11:53
[Guile-commits] 02/14: Allow file ports in ‘readlink’.
,
Ludovic Courtès
,
11:53
[Guile-commits] branch main updated (1ddc4eb96 -> 793fb46a1)
,
Ludovic Courtès
,
11:53
October 16, 2022
[Guile-commits] branch wip-mingw updated: MinGW 64: fixes hash out-of-range error for 64-bit negative numbers
,
Mike Gran
,
04:25
October 15, 2022
[Guile-commits] 12/13: autoupdate acinclude.m4
,
Mike Gran
,
15:16
[Guile-commits] 09/13: Remove special logic for the obscure CMU C library's libc.h
,
Mike Gran
,
15:16
[Guile-commits] 04/13: Remove obsolete macro AM_PROG_CC_C_O in configure script
,
Mike Gran
,
15:16
[Guile-commits] 07/13: Presume ISO C90 functions are always available
,
Mike Gran
,
15:16
[Guile-commits] 03/13: Use autoconf's ability to choose the latest version of C
,
Mike Gran
,
15:16
[Guile-commits] 08/13: Presume time.h and sys/time.h don't conflict when included
,
Mike Gran
,
15:16
[Guile-commits] 11/13: Presumes signal handler return void
,
Mike Gran
,
15:16
[Guile-commits] 10/13: Modernizes labels-as-values.m4
,
Mike Gran
,
15:16
[Guile-commits] branch main updated (bc3b1a4e2 -> 1ddc4eb96)
,
Mike Gran
,
15:16
[Guile-commits] 13/13: Fixes arg type for scm_integer_from_mpz
,
Mike Gran
,
15:16
[Guile-commits] 06/13: Presume ISO C90 headers are always available
,
Mike Gran
,
15:16
[Guile-commits] 05/13: Remove AC_HEADER_STDC from configure.ac
,
Mike Gran
,
15:16
[Guile-commits] 02/13: Presume const is always available
,
Mike Gran
,
15:16
[Guile-commits] 01/13: Update libtool initialization in configure script
,
Mike Gran
,
15:16
October 13, 2022
[Guile-commits] 01/01: Provide a hook for the exception printer
,
Daniel Llorens
,
10:51
[Guile-commits] branch wip-exception-truncate updated (dc624fd7e -> 1a919d985)
,
Daniel Llorens
,
10:51
October 12, 2022
[Guile-commits] 01/02: Define SO_RCVTIMEO and SO_SNDTIMEO.
,
Ludovic Courtès
,
17:05
[Guile-commits] branch main updated (328d6039d -> bc3b1a4e2)
,
Ludovic Courtès
,
17:05
[Guile-commits] 02/02: doc: Document how (ice-9 format) replaces 'format'.
,
Ludovic Courtès
,
17:05
[Guile-commits] branch main updated: Update reference to the GNU Coding Standards.
,
Daniel Llorens
,
07:11
October 08, 2022
[Guile-commits] branch wip-modernize-autotools updated (eb9e547e6 -> 0bebd7a32)
,
Mike Gran
,
11:26
[Guile-commits] 02/13: Presume const is always available
,
Mike Gran
,
11:26
[Guile-commits] 03/13: Use autoconf's ability to choose the latest version of C
,
Mike Gran
,
11:26
[Guile-commits] 12/13: autoupdate acinclude.m4
,
Mike Gran
,
11:26
[Guile-commits] 11/13: Presumes signal handler return void
,
Mike Gran
,
11:26
[Guile-commits] 09/13: Remove special logic for the obscure CMU C library's libc.h
,
Mike Gran
,
11:26
[Guile-commits] 06/13: Presume ISO C90 headers are always available
,
Mike Gran
,
11:26
[Guile-commits] 05/13: Remove AC_HEADER_STDC from configure.ac
,
Mike Gran
,
11:26
[Guile-commits] 04/13: Remove obsolete macro AM_PROG_CC_C_O in configure script
,
Mike Gran
,
11:26
[Guile-commits] 01/13: Update libtool initialization in configure script
,
Mike Gran
,
11:26
[Guile-commits] 13/13: Adds automake option for subdirs
,
Mike Gran
,
11:26
[Guile-commits] 07/13: Presume ISO C90 functions are always available
,
Mike Gran
,
11:26
[Guile-commits] 10/13: Modernizes labels-as-values.m4
,
Mike Gran
,
11:26
[Guile-commits] 08/13: Presume time.h and sys/time.h don't conflict when included
,
Mike Gran
,
11:26
October 03, 2022
[Guile-commits] branch main updated: Test for out of range depth in fluid-ref*
,
Daniel Llorens
,
06:22
October 02, 2022
[Guile-commits] branch main updated (3ed7673ac -> 45cc892fe)
,
Mike Gran
,
10:46
[Guile-commits] 01/02: Avoids deprecated egrep in c-api.test
,
Mike Gran
,
10:46
[Guile-commits] 02/02: Modifies command line quoting in c-api.test
,
Mike Gran
,
10:46
October 01, 2022
[Guile-commits] branch main updated: srfi-35: Fix expansion of 'condition' for compound conditions.
,
Ludovic Courtès
,
12:08
[Guile-commits] 03/05: doc: Clarify reference to (sxml transform) module.
,
Ludovic Courtès
,
10:02
[Guile-commits] branch main updated (d1a4b101b -> 78c7772eb)
,
Ludovic Courtès
,
10:02
[Guile-commits] 04/05: doc: Fix typo under "CPS Soup".
,
Ludovic Courtès
,
10:02
[Guile-commits] 05/05: doc: Fix typo in 'coverage-data->lcov' example.
,
Ludovic Courtès
,
10:02
[Guile-commits] 01/05: Finalization thread exits when it gets EOF on its pipe.
,
Ludovic Courtès
,
10:02
[Guile-commits] 02/05: Baseline compiler no longer crashes on (not (list 1 2)).
,
Ludovic Courtès
,
10:02
[
Prev Period
]
[
Next Period
]
Mail converted by
MHonArc