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
Age
Commit message (
Expand
)
Author
Files
Lines
2021-03-06
Build standalone test libraries as unversioned
mingw-guile-3.0
Mike Gran
1
-4
/
+4
2021-03-06
Add windows stubs for dlopen, dlclose, dlsym, dlerror
Mike Gran
3
-1
/
+66
2021-03-06
Merge branch 'master' of git.savannah.gnu.org:/srv/git/guile into mingw-guile...
Michael Gran
58
-3084
/
+8986
2021-03-05
tweak unknown hash object error in reader
Michael Gran
1
-1
/
+1
2021-03-05
print token in error msg for unknown hash object
Michael Gran
1
-1
/
+1
2021-03-05
Handle <eof> in reader's character escape sequences
Michael Gran
1
-0
/
+6
2021-03-05
Fix reading "#;", "'", and similar premature-EOF situations
Andy Wingo
2
-25
/
+25
2021-03-05
Fix up source properties section in manual
Andy Wingo
1
-6
/
+6
2021-03-05
Fix reading of #true / #false
Andy Wingo
1
-1
/
+1
2021-03-04
Update reference for GUILE_EXTENSIONS_PATH
Andy Wingo
2
-4
/
+12
2021-03-04
Update documentation to incorporate read-syntax
Andy Wingo
4
-42
/
+96
2021-03-04
Syntax objects print with source locations
Andy Wingo
1
-2
/
+11
2021-03-04
Add docstring for array-shape
Daniel Llorens
1
-2
/
+12
2021-03-04
Fix reading improper curly-infix expressions
Andy Wingo
1
-3
/
+3
2021-03-03
don't presume availability of gmp.pc
Michael Gran
8
-32
/
+34
2021-03-03
Fix reading #c32 vectors
Andy Wingo
1
-1
/
+1
2021-03-03
Fix some srfi-105 parsing errors
Andy Wingo
1
-7
/
+8
2021-03-03
Fix length of \U hex escape in new reader
Andy Wingo
1
-1
/
+1
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
2021-03-03
Fix bug in new array reader
Daniel Llorens
2
-5
/
+37
2021-03-03
Read-in-scheme replaces boot "read" definition
Andy Wingo
11
-46
/
+62
2021-03-03
Relax srfi-105 source expectations
Andy Wingo
1
-2
/
+8
2021-03-03
Fix unterminated #!...!# error message in Scheme reader
Andy Wingo
1
-1
/
+1
2021-03-03
Fix reading neoteric exprs in Scheme reader
Andy Wingo
1
-1
/
+1
2021-03-03
Fix reader extensions in Scheme reader
Andy Wingo
1
-1
/
+1
2021-03-03
Invalid charset at EOF does not cause decoding error
Andy Wingo
2
-10
/
+3
2021-03-03
Remove textual-ports include from (ice-9 read)
Andy Wingo
1
-2
/
+1
2021-03-02
improve autoconfigury for minigmp
Michael Gran
10
-15
/
+23
2021-03-02
Enable option to prefer mini-gmp over libgmp
Michael Gran
12
-25
/
+4951
2021-03-02
Fix another typo in routine reading arrays
Daniel Llorens
2
-2
/
+6
2021-03-02
Fix bug reading arrays with lengths
Andy Wingo
1
-1
/
+1
2021-03-01
Update NEWS
Andy Wingo
1
-0
/
+62
2021-02-28
Fix Scheme read without source positions
Andy Wingo
1
-1
/
+2
2021-02-25
Shunt syntax-sourcev to (system syntax internal)
Andy Wingo
1
-1
/
+2
2021-02-25
read-syntax uses vector source representation
Andy Wingo
1
-3
/
+1
2021-02-25
Psyntax uses sourcev internally
Andy Wingo
2
-150
/
+220
2021-02-25
Assembler writes vector source properties
Andy Wingo
1
-2
/
+2
2021-02-25
Add syntax-sourcev
Andy Wingo
2
-3
/
+53
2021-02-25
Optimize run-time init and relocation procedure
Andy Wingo
1
-57
/
+109
2021-02-25
Commit updates from newest autoconf
Andy Wingo
2
-988
/
+1157
2021-02-25
Read Scheme via read-syntax
Andy Wingo
3
-8
/
+16
2021-02-25
Fix read-syntax on vectors and arrays
Andy Wingo
1
-3
/
+3
2021-02-25
Ensure that (syntax ()) results in ()
Andy Wingo
2
-34
/
+40
2021-02-24
Fix module scoping for datum->syntax with no identifier
Andy Wingo
2
-115
/
+124
2021-02-24
Remove top-marked? optimization from psyntax
Andy Wingo
2
-192
/
+135
2021-02-24
Add quote-syntax
Andy Wingo
3
-38
/
+47
2021-02-21
Implement read-syntax
Andy Wingo
4
-40
/
+55
[next]