index
:
guile.git
branch_release-1-4
branch_release-1-6
branch_release-1-8
cky-hygienic-macros
compile-to-js-merge
excise-ltdl
historical/wip-1-8-mingw-build
lightening
lightning
lloda-array-cleanup
lloda-array-support
lloda-squash0
lloda-squash1
lua
main
mingw-guile-3.0
nan-boxing
r7rs-wip
stable-2.0
stable-2.2
stable-2.2-wip-exception-truncate
ttn-back-in-the-saddle
use-minigmp
wip-3.2
wip-bpt-elisp
wip-compiler
wip-cuirass-ci
wip-cygwin-guile-2.2
wip-elisp
wip-elisp-rebased
wip-ethreads
wip-exception-truncate
wip-exceptions
wip-finalizers
wip-gnulib-update
wip-inlinable-exports
wip-itimer-checks
wip-lightening-riscv
wip-lloda
wip-load-lang
wip-mingw
wip-mingw-2025
wip-mingw-guile-2.2
wip-modernize-autotools
wip-new-tagging
wip-new-tagging-bis-broken
wip-nj-locks-nc
wip-nj-thread-safety
wip-r7rs
wip-raeburn-misc
wip-replace-ltdl-with-gmodule
wip-retagging
wip-sassy
wip-stime
wip-streams
wip-tailify
wip-threaded-http-server
wip-threads-and-fork
wip-tree-il-sourcev
wip-vector-cleanup
wip-whippet
GNU Guile
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libguile
Age
Commit message (
Expand
)
Author
Files
Lines
2021-10-19
loader: Handle interned constants as well as plain bytevectors.
Ricardo Wurmus
1
-6
/
+15
2021-10-19
guile-snarf fix
Robin Templeton
1
-1
/
+2
2021-10-19
multiple obarrays
Robin Templeton
2
-16
/
+87
2021-10-19
intern arbitrary constants
Robin Templeton
1
-6
/
+17
2021-10-07
Remove CFLAGS from snarfcppopts.
Robin Templeton
1
-1
/
+1
2021-10-01
Add frame-local-ref / frame-local-set! support for type 'ptr
Andy Wingo
1
-2
/
+9
2021-09-17
Revert shift of ndim in array tag from 3df3ba1a2c956bba122328e1fc4be614171a4f42
Daniel Llorens
1
-2
/
+2
2021-08-17
Extend bytevector-fill! to handle a partial fill
Daniel Llorens
2
-24
/
+35
2021-08-17
Refactor srfi-4 declarations
Daniel Llorens
1
-246
/
+31
2021-08-16
Remove array contp flag
Daniel Llorens
5
-54
/
+20
2021-08-16
Deprecate scm_from_contiguous_typed_array
Daniel Llorens
4
-60
/
+71
2021-08-16
Remove the 'simple vector' concept
Daniel Llorens
5
-17
/
+20
2021-08-06
Add function vector-copy! to core
Daniel Llorens
2
-3
/
+45
2021-08-06
Extend core vector-copy to r7rs vector-copy
Daniel Llorens
2
-7
/
+35
2021-08-06
Deprecate use of vector-move-left! and vector-move-right! on non-vector arrays
Daniel Llorens
1
-53
/
+104
2021-08-05
Deprecate using vector->list, vector-copy on arrays
Daniel Llorens
1
-32
/
+60
2021-08-03
Merge libguile/generalized-arrays.* into libguile/arrays.*
Daniel Llorens
10
-713
/
+614
2021-05-11
Bump objcode version
Andy Wingo
1
-1
/
+1
2021-05-08
'primitive-fork' closes and recreates the current thread's 'sleep_pipe'.
Ludovic Courtès
1
-1
/
+28
2021-05-08
Close the finalization pipe before forking.
Andrew Whatson
1
-17
/
+28
2021-05-07
Define `O_NOFOLLOW' and various other flags when supported.
Maxime Devos
1
-0
/
+36
2021-05-01
Include config.h in mini-gmp.c, if present
Andy Wingo
1
-0
/
+4
2021-04-27
Add GUILE_INSTALL_GMP_MEMORY_FUNCTIONS to NEWS; use at build-time
Andy Wingo
1
-0
/
+1
2021-04-26
Allow users to force gmp to use libgc
Andy Wingo
1
-0
/
+9
2021-04-26
Bump minor objcode version for new intrinsics
Andy Wingo
1
-2
/
+2
2021-04-26
Fix error when argument to < not a real
Andy Wingo
1
-1
/
+2
2021-04-26
Simplify module variable lookup slow-path
Andy Wingo
4
-4
/
+96
2021-04-12
Compile fix for x86_64-MinGW.
Jan (janneke) Nieuwenhuizen
1
-3
/
+3
2020-10-05
Document write-line.
Jan (janneke) Nieuwenhuizen
1
-1
/
+1
2021-03-15
Fix buffer overread in string-locale<?
Andy Wingo
1
-23
/
+18
2021-03-15
Fix buffer overread in string-locale-ci=? and related functions
Andy Wingo
1
-9
/
+11
2021-03-13
Add JIT capability for MinGW
Mike Gran
2
-14
/
+52
2021-03-12
Don't force installation of GMP allocators in guile shell
Andy Wingo
1
-1
/
+0
2021-03-12
Revert "Handle CRLF and Unicode line endings in read-line"
Andy Wingo
1
-37
/
+10
2021-03-11
Handle CRLF and Unicode line endings in read-line
Mike Gran
1
-10
/
+37
2021-03-11
For MinGW use Windows filepaths in libpath.h
Michael Gran
1
-1
/
+46
2021-03-11
on MinGW, prefer winsock2.h over sys/select in iselect
Mike Gran
1
-0
/
+4
2021-03-11
Add windows stubs for dlopen, dlclose, dlsym, dlerror
Mike Gran
3
-1
/
+66
2021-03-10
Add mkstemp; undocument mkstemp!
Andy Wingo
2
-23
/
+57
2021-03-10
On Win32, prefer winsock2 header for socket declarations
Mike Gran
1
-3
/
+8
2021-03-10
remove 2nd attempt at invoking ComSpec when spawning child
Michael Gran
1
-17
/
+1
2021-03-10
Use lower-case windows.h
Michael Gran
1
-1
/
+1
2021-03-08
Fix define error for mini-gmp
Michael Gran
1
-1
/
+1
2021-03-08
Only install libgc as GMP allocator with mini-gmp
Andy Wingo
1
-5
/
+19
2021-03-08
Don't expose mini-gmp to users
Andy Wingo
1
-2
/
+23
2021-03-03
don't presume availability of gmp.pc
Michael Gran
7
-16
/
+25
2021-03-03
Remove read extension support from primitive-read
Andy Wingo
1
-37
/
+5
2021-03-03
More read.c simplifications
Andy Wingo
1
-30
/
+28
2021-03-03
primitive-read handles only default reader options
Andy Wingo
1
-656
/
+122
2021-03-03
Scheme reader fully replaces C reader
Andy Wingo
2
-4
/
+22
[next]