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
/
read.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-11-08
locking on port buffering operations
Andy Wingo
1
-2
/
+2
2011-11-08
locking on unget_byte, ungetc, ungets
Andy Wingo
1
-24
/
+24
2011-11-08
locking on scm_c_read, scm_getc
Andy Wingo
1
-23
/
+23
2011-11-08
threadsafe get-byte-or-eof, peek-byte-or-eof
Andy Wingo
1
-7
/
+7
2011-10-10
Merge remote-tracking branch 'origin/stable-2.0'
Andy Wingo
1
-21
/
+20
2011-10-05
fix reading of #||||#
Andy Wingo
1
-21
/
+20
2011-08-31
Merge remote-tracking branch 'origin/stable-2.0'
Andy Wingo
1
-1
/
+1
2011-07-29
style fix in read.c
Andy Wingo
1
-1
/
+1
2011-07-25
Merge remote-tracking branch 'origin/stable-2.0'
Andy Wingo
1
-3
/
+8
2011-07-01
fix '(a #{.} b)
Andy Wingo
1
-3
/
+8
2011-05-25
Merge remote-tracking branch 'origin/stable-2.0'
Andy Wingo
1
-108
/
+11
2011-05-24
read + source properties simplification
Andy Wingo
1
-108
/
+11
2011-05-13
merge strictness branch from 2.0
Andy Wingo
1
-4
/
+4
2011-05-13
fix type errors
Andy Wingo
1
-3
/
+3
2011-05-13
allow iflags to be constant expressions with typing-strictness==2
Andy Wingo
1
-1
/
+1
2011-05-12
remove all deprecated code
Andy Wingo
1
-19
/
+0
2011-05-08
Make the definition of `scm_read_shebang' match its declaration.
Ludovic Courtès
1
-1
/
+1
2011-05-01
deprecate scm_whash API
Andy Wingo
1
-34
/
+34
2011-04-11
read-extended-symbol handles backslash better, including r6rs hex escapes
Andy Wingo
1
-8
/
+47
2011-04-05
Undeprecate read syntax for uniform complex vectors
Mark H Weaver
1
-1
/
+1
2011-03-31
fix problems detecting coding: in block comments
Andy Wingo
1
-8
/
+12
2011-03-20
Make VM string literals immutable.
Ludovic Courtès
1
-4
/
+4
2011-03-03
fix encoding scanning for non-seekable ports
Andy Wingo
1
-7
/
+41
2011-02-28
Have `read' update line/column numbers when reading SCSH block comments.
Ludovic Courtès
1
-5
/
+1
2011-02-13
read-enable 'positions by default
Andy Wingo
1
-1
/
+1
2011-02-09
fix typos in the manual bits generated from source comments.
Ralf Wildenhues
1
-1
/
+1
2011-01-21
implement r6rs hungry escaped EOL
Andy Wingo
1
-0
/
+21
2011-01-07
use scm_from_latin1_symboln for string literals and load-symbol
Andy Wingo
1
-2
/
+2
2010-11-19
fix a number of assuptions that a long could hold an inum
Andy Wingo
1
-2
/
+2
2010-11-19
fix a number of assumptions that a pointer could fit into a long
Andy Wingo
1
-1
/
+1
2010-11-12
NUL vs NULL fix
Andy Wingo
1
-1
/
+1
2010-11-12
Fix buffer over-read in port encoding scan.
Julian Graham
1
-0
/
+1
2010-11-04
need read error for extra closing square brackets
Michael Gran
1
-0
/
+4
2010-11-03
Use a fluid for the list of the reader's "hash procedures"
Andreas Rottmann
1
-10
/
+28
2010-10-18
uninitialized var in scm_read_character
Andy Wingo
1
-2
/
+1
2010-10-01
remove elisp-strings and elisp-vectors read options
Andy Wingo
1
-9
/
+0
2010-07-17
Enable character hex escapes by default
Michael Gran
1
-3
/
+3
2010-07-16
More explicit variable names in scm_i_scan_for_encoding
Michael Gran
1
-15
/
+18
2010-07-13
fix '(] infinite loop
Andy Wingo
1
-2
/
+8
2010-05-27
Support for the #!r6rs lexeme.
Julian Graham
1
-2
/
+37
2010-04-09
add read syntax for #nil
Andy Wingo
1
-0
/
+16
2010-04-09
lisp nil always enabled
Andy Wingo
1
-4
/
+0
2010-02-15
Faster read of semicolon comments
Michael Gran
1
-1
/
+1
2010-02-02
Optimize reader by preferring stack-allocated buffers
Michael Gran
1
-70
/
+178
2010-01-15
add reader option for parsing [] as ().
Andy Wingo
1
-2
/
+9
2010-01-13
remove unused var in read.c
Andy Wingo
1
-2
/
+1
2010-01-13
Disable \u and \U escapes when r6rs-hex-escapes enabled
Michael Gran
1
-4
/
+10
2010-01-12
Reader option for R6RS hex escapes
Michael Gran
1
-29
/
+59
2010-01-10
Refactor repeated code in scm_read_string
Michael Gran
1
-81
/
+36
2010-01-10
Add R6RS backspace string escape
Michael Gran
1
-0
/
+3
[next]