Archives are refreshed every 30 minutes - for details, please visit
the main index
.
You can also
download the archives in mbox format
.
chicken-hackers (thread)
[
Date Index
][
Top
][
All Lists
]
Advanced
[
Prev Period
]
Last Modified: Fri Mar 31 2017 05:42:18 -0400
Threads in reverse chronological order
[
Next Period
]
[Chicken-hackers] [PATCH] Fix a logical bug in the optimizer
,
lemonboy
,
2017/03/27
Re: [Chicken-hackers] [PATCH] Fix a logical bug in the optimizer
,
lemonboy
,
2017/03/27
[Chicken-hackers] Howto -extend chicken-5?
,
Jörg F. Wittenberger
,
2017/03/25
Re: [Chicken-hackers] Howto -extend chicken-5?
,
Peter Bex
,
2017/03/25
Re: [Chicken-hackers] Howto -extend chicken-5?
,
Jörg F. Wittenberger
,
2017/03/26
Re: [Chicken-hackers] Howto -extend chicken-5?
,
Peter Bex
,
2017/03/26
Re: [Chicken-hackers] Howto -extend chicken-5?
,
Jörg F. Wittenberger
,
2017/03/27
[Chicken-hackers] Issue in -compile-syntax Was: Howto -extend chicken-5?
,
Jörg F. Wittenberger
,
2017/03/31
[Chicken-hackers] strange warning
,
Jörg F. Wittenberger
,
2017/03/25
Message not available
Re: [Chicken-hackers] strange warning
,
Jörg F. Wittenberger
,
2017/03/25
[Chicken-hackers] [PATCH] chicken-5-eggs: srfi-69 shoulld export hash-table-walk
,
Jörg F. Wittenberger
,
2017/03/25
Re: [Chicken-hackers] [PATCH] chicken-5-eggs: srfi-69 shoulld export hash-table-walk
,
Evan Hanson
,
2017/03/25
[Chicken-hackers] [PATCH] export "sort!" from data-strucutures
,
Jörg F. Wittenberger
,
2017/03/25
Re: [Chicken-hackers] [PATCH] export "sort!" from data-strucutures
,
Peter Bex
,
2017/03/25
[Chicken-hackers] [PATCH] Make string->list tail-recursive
,
lemonboy
,
2017/03/24
Re: [Chicken-hackers] [PATCH] Make string->list tail-recursive
,
Peter Bex
,
2017/03/25
Re: [Chicken-hackers] [PATCH] Make string->list tail-recursive
,
Evan Hanson
,
2017/03/25
Re: [Chicken-hackers] [PATCH] [5] Aggressively reject definitions in expression contexts (#1309)
,
Peter Bex
,
2017/03/18
Re: [Chicken-hackers] [PATCH] [5] Aggressively reject definitions in expression contexts (#1309)
,
Peter Bex
,
2017/03/18
Message not available
Message not available
Message not available
Message not available
Message not available
Message not available
Message not available
Re: [Chicken-hackers] [PATCH] [5] Aggressively reject definitions in expression contexts (#1309)
,
felix . winkelmann
,
2017/03/22
[Chicken-hackers] [PATCH] [5] Some more minor cleanups of chicken.h
,
Peter Bex
,
2017/03/12
Re: [Chicken-hackers] [PATCH] [5] Some more minor cleanups of chicken.h
,
Evan Hanson
,
2017/03/17
[Chicken-hackers] [PATCH] Add chicken.process-context module
,
Evan Hanson
,
2017/03/10
Re: [Chicken-hackers] [PATCH] Add chicken.process-context module
,
Peter Bex
,
2017/03/12
[Chicken-hackers] [PATCH] Prevent uninitialized memory access when make-ing a srfi-4 vector
,
lemonboy
,
2017/03/10
Re: [Chicken-hackers] [PATCH] Prevent uninitialized memory access when make-ing a srfi-4 vector
,
Peter Bex
,
2017/03/12
Re: [Chicken-hackers] [PATCH] Prevent uninitialized memory access when make-ing a srfi-4 vector
,
Kooda
,
2017/03/14
Re: [Chicken-hackers] [PATCH] Prevent uninitialized memory access when make-ing a srfi-4 vector
,
Christian Kellermann
,
2017/03/15
[Chicken-hackers] [PATCH] Reduce silly & needless scratch space allocation when reading numbers
,
Peter Bex
,
2017/03/09
Re: [Chicken-hackers] [PATCH] Reduce silly & needless scratch space allocation when reading numbers
,
Evan Hanson
,
2017/03/09
Re: [Chicken-hackers] [PATCH] Reduce silly & needless scratch space allocation when reading numbers
,
Peter Bex
,
2017/03/10
Re: [Chicken-hackers] [PATCH] Reduce silly & needless scratch space allocation when reading numbers
,
Evan Hanson
,
2017/03/10
[Chicken-hackers] [PATCH] Fix #1347 and static linking when cross-compiling with customised target library name
,
Peter Bex
,
2017/03/05
Re: [Chicken-hackers] [PATCH] Fix #1347 and static linking when cross-compiling with customised target library name
,
Evan Hanson
,
2017/03/07
Re: [Chicken-hackers] [PATCH] Handle possible EINTR in file-lock, file-lock/blocking and, file-unlock.
,
Peter Bex
,
2017/03/04
Re: [Chicken-hackers] [PATCH] Handle possible EINTR in file-lock, file-lock/blocking and, file-unlock.
,
Evan Hanson
,
2017/03/09
Re: [Chicken-hackers] [PATCH] Handle possible EINTR in file-lock, file-lock/blocking and, file-unlock.
,
Evan Hanson
,
2017/03/09
[Chicken-hackers] [PATCH] Prevent an endless loop on OOM situations
,
lemonboy
,
2017/03/03
Re: [Chicken-hackers] [PATCH] Prevent an endless loop on OOM situations
,
Peter Bex
,
2017/03/04
Re: [Chicken-hackers] [PATCH] Prevent an endless loop on OOM situations
,
Evan Hanson
,
2017/03/12
[Chicken-hackers] new egg install update
,
felix . winkelmann
,
2017/03/02
Re: [Chicken-hackers] new egg install update
,
Kooda
,
2017/03/03
Re: [Chicken-hackers] new egg install update
,
felix . winkelmann
,
2017/03/03
[Chicken-hackers] [PATCH 0/8] Add posix replacement modules
,
Evan Hanson
,
2017/03/02
[Chicken-hackers] [PATCH 8/8] Add chicken.process.signal module
,
Evan Hanson
,
2017/03/02
[Chicken-hackers] [PATCH 5/8] Add chicken.file.posix module
,
Evan Hanson
,
2017/03/02
[Chicken-hackers] [PATCH 2/8] Rename chicken.ports module to chicken.port
,
Evan Hanson
,
2017/03/02
[Chicken-hackers] [PATCH 7/8] Add chicken.process module
,
Evan Hanson
,
2017/03/02
[Chicken-hackers] [PATCH 3/8] Add posix.scm file that wraps platform-specific posix implementations
,
Evan Hanson
,
2017/03/02
[Chicken-hackers] [PATCH 6/8] Add chicken.time.posix module
,
Evan Hanson
,
2017/03/02
[Chicken-hackers] [PATCH 1/8] Add chicken.file module
,
Evan Hanson
,
2017/03/02
[Chicken-hackers] [PATCH 4/8] Deduplicate the Unix and Windows chicken.errno module definitions
,
Evan Hanson
,
2017/03/02
Re: [Chicken-hackers] [PATCH 1/8] Add chicken.file module
,
felix . winkelmann
,
2017/03/02
Re: [Chicken-hackers] [PATCH 1/8] Add chicken.file module
,
Evan Hanson
,
2017/03/02
Re: [Chicken-hackers] [PATCH 1/8] Add chicken.file module
,
felix . winkelmann
,
2017/03/02
[Chicken-hackers] [PATCH 0/2] Move "compile-file" to egg and drop utils unit
,
Evan Hanson
,
2017/03/03
[Chicken-hackers] [PATCH 2/2] Update makedist.scm and setversion for recent module changes
,
Evan Hanson
,
2017/03/03
[Chicken-hackers] [PATCH 1/2] Drop compile-file and remove the utils unit
,
Evan Hanson
,
2017/03/03
Re: [Chicken-hackers] [PATCH 0/2] Move "compile-file" to egg and drop utils unit
,
felix . winkelmann
,
2017/03/04
Re: [Chicken-hackers] [PATCH 0/2] Move "compile-file" to egg and drop utils unit
,
Evan Hanson
,
2017/03/04
Re: [Chicken-hackers] [PATCH 0/8] Add posix replacement modules
,
Peter Bex
,
2017/03/04
Re: [Chicken-hackers] [PATCH 0/8] Add posix replacement modules
,
felix . winkelmann
,
2017/03/05
Re: [Chicken-hackers] [PATCH 0/8] Add posix replacement modules
,
Evan Hanson
,
2017/03/05
[Chicken-hackers] [PATCH] Make process procedures in the posix module accept alists for environments.
,
Kooda
,
2017/03/01
Re: [Chicken-hackers] [PATCH] Make process procedures in the posix module accept alists for environments.
,
felix . winkelmann
,
2017/03/02
Re: [Chicken-hackers] [PATCH] Make process procedures in the posix module accept alists for environments.
,
Evan Hanson
,
2017/03/03
Re: [Chicken-hackers] [PATCH] Make process procedures in the posix module accept alists for environments.
,
Mario Domenech Goulart
,
2017/03/04
Re: [Chicken-hackers] [PATCH] Make process procedures in the posix module accept alists for environments.
,
felix . winkelmann
,
2017/03/04
Re: [Chicken-hackers] [PATCH] Make process procedures in the posix module accept alists for environments.
,
Peter Bex
,
2017/03/04
Re: [Chicken-hackers] [PATCH] Make process procedures in the posix module accept alists for environments.
,
Evan Hanson
,
2017/03/09
Re: [Chicken-hackers] [PATCH] Make process procedures in the posix module accept alists for environments.
,
Kooda
,
2017/03/09
Re: [Chicken-hackers] [PATCH] Make process procedures in the posix module accept alists for environments.
,
Evan Hanson
,
2017/03/09
[Chicken-hackers] arm64 problem?
,
Jörg F. Wittenberger
,
2017/03/01
[Chicken-hackers] [PATCH] Fix procedure name in errors on bad string arguments to `system`
,
Evan Hanson
,
2017/03/01
Re: [Chicken-hackers] [PATCH] Fix procedure name in errors on bad string arguments to `system`
,
Peter Bex
,
2017/03/04
[Chicken-hackers] [PATCH 0/1] Include <windows.h> directly from chicken.h for access to Sleep()
,
Evan Hanson
,
2017/03/01
[Chicken-hackers] [PATCH 1/1] Include <windows.h> directly from chicken.h for access to Sleep()
,
Evan Hanson
,
2017/03/01
[
Prev Period
]
[
Next Period
]
Mail converted by
MHonArc