index
:
software/guile
wip-elisp
Unnamed repository; edit this file 'description' to name the repository.
Fcgiwrap Daemon
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libguile
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Define AT_SYMLINK_NOFOLLOW et al.
...
Ludovic Courtès
2018-09-23
1
-1
/
+17
*
r6rs-ports: 'put-bytevector' accepts 64-bit integers.
...
Ludovic Courtès
2018-07-20
1
-3
/
+3
*
r6rs-ports: Accept 'port-position' values greater than 2^32.
...
Ludovic Courtès
2018-07-19
1
-2
/
+2
*
vm: Fix stack-marking bug in multi-threaded programs.
...
Ludovic Courtès
2018-06-29
1
-12
/
+15
*
GDB support: Add 'guile-backtrace' command.
...
Ludovic Courtès
2018-06-24
1
-0
/
+8
*
GDB support: Add note about (gdb frame-filters).
...
Ludovic Courtès
2018-06-24
1
-0
/
+3
*
GDB support: Fix 'display-vm-frames'.
...
Ludovic Courtès
2018-06-24
1
-6
/
+13
*
vm: Fix another typo.
...
Ludovic Courtès
2018-06-24
1
-1
/
+0
*
Add 'scm_to_stringn' shortcut when converting to UTF-8.
...
Ludovic Courtès
2018-06-19
1
-1
/
+7
*
Module import obarrays are accessed in a critical section.
...
Ludovic Courtès
2018-06-18
1
-1
/
+18
*
get-bytevector-n and get-bytevector-n! can now read more than 4 GB
...
Jan Smydke
2018-06-18
1
-5
/
+5
*
vm: Fix typo when checking for 'madvise' error code.
...
Ludovic Courtès
2018-06-18
1
-0
/
+1
*
Fix error reporting in 'load-thunk-from-memory'.
...
Mark H Weaver
2018-06-11
1
-3
/
+6
*
Fix typo in comment within numbers.c
Mark H Weaver
2018-06-11
1
-1
/
+1
*
VM syncs IP in pop-fluid
...
Andy Wingo
2018-05-09
1
-2
/
+2
*
build: Use 'sed' invocation compatible with BSD sed.
...
Ludovic Courtès
2018-02-16
1
-6
/
+5
*
'select' returns empty sets upon EINTR and EAGAIN.
...
Ludovic Courtès
2018-02-16
1
-5
/
+15
*
Sync IP before allocating closures
...
Andy Wingo
2018-01-26
1
-0
/
+1
*
Revert "Honor '%fresh-auto-compile'."
...
Ludovic Courtès
2018-01-15
1
-7
/
+4
*
Make sure the return value of 'scm_crypt' is always initialized.
...
Ludovic Courtès
2018-01-10
1
-5
/
+8
*
'load-thunk-from-memory' reports the correct error.
...
Ludovic Courtès
2017-12-22
1
-2
/
+5
*
Fix 'crypt' deadlock upon error.
...
Ludovic Courtès
2017-12-22
1
-4
/
+21
*
ltdl wrappers now use a recursive mutex.
...
Ludovic Courtès
2017-11-22
1
-5
/
+11
*
foreign: Add 'uintptr_t' and 'intptr_t'.
...
Matt Wette
2017-11-22
1
-0
/
+22
*
ia64: Fix crash in thread context switch.
...
Sergei Trofimovich
2017-11-22
1
-0
/
+1
*
Honor '%fresh-auto-compile'.
...
Ludovic Courtès
2017-11-22
1
-4
/
+7
*
Destroy the mutex associated with a dirstream.
...
Ludovic Courtès
2017-11-18
1
-0
/
+6
*
'readdir' no longer deadlocks upon error.
...
Ludovic Courtès
2017-11-17
1
-2
/
+19
*
Allow GDB support to be used with GDB-linked-against-Guile-2.0.
...
Ludovic Courtès
2017-11-05
2
-4
/
+27
*
More robust vacuuming of in-use weak tables
...
Andy Wingo
2017-11-01
1
-3
/
+22
*
Refactor weak table to use bitmaps for weak entries
Andy Wingo
2017-11-01
1
-82
/
+25
*
Weak tables are now bucket-and-chain tables
...
Andy Wingo
2017-11-01
1
-511
/
+212
*
Support general arrays in random:hollow-sphere!
...
Daniel Llorens
2017-10-31
1
-59
/
+74
*
Fix bitvectors and non-zero lower bound arrays in truncated-print
...
Daniel Llorens
2017-10-31
1
-39
/
+9
*
Support non-zero lower bounds in array-slice-for-each
...
Daniel Llorens
2017-10-31
1
-13
/
+9
*
Fix sort, sort! for arrays with nonzero lower bound
...
Daniel Llorens
2017-10-31
2
-54
/
+62
*
Allow scm_XXX_writable_elements on empty vectors, even if immutable
...
Daniel Llorens
2017-10-31
2
-3
/
+5
*
Allow garbage collection of revealed file ports.
...
Ludovic Courtès
2017-10-25
3
-51
/
+41
*
Add struct-ref/unboxed, struct-set!/unboxed
...
Andy Wingo
2017-09-25
2
-14
/
+113
*
Deprecate opaque struct fields
...
Andy Wingo
2017-09-23
1
-4
/
+11
*
Remove needless static variables from goops.c
...
Andy Wingo
2017-09-22
1
-23
/
+2
*
Fix up make-struct-layout and make-struct/no-tail docstrings
...
Andy Wingo
2017-09-22
1
-10
/
+7
*
Deprecate struct "self" slots
...
Andy Wingo
2017-09-22
3
-2
/
+23
*
Remove unused code in struct.c
...
Andy Wingo
2017-09-22
1
-34
/
+0
*
Deprecate make-struct
...
Andy Wingo
2017-09-22
7
-28
/
+77
*
put-bytevector, unget-bytevector: Allow start == bytevector length.
...
Mark H Weaver
2017-07-31
1
-2
/
+2
*
Correctly relativize file names in the presence of common prefixes.
...
Ludovic Courtès
2017-06-15
1
-2
/
+6
*
Syntax objects are comparable with equal?
...
Andy Wingo
2017-04-21
2
-0
/
+20
*
Restore libgc 7.2 compatibility
...
Andy Wingo
2017-04-20
1
-0
/
+8
*
guile-snarf: skip -g* arguments to avoid build failure
...
Sergei Trofimovich
2017-04-19
1
-2
/
+14
[prev]
[next]