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-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
2009-12-28
Fix bugs reading long tokens
Andy Wingo
1
-18
/
+16
2009-12-21
don't take string-write mutex in read.c:read_token
Andy Wingo
1
-2
/
+0
2009-12-17
Allow more characters in coding system names in Emacs-style declarations.
Ken Raeburn
1
-2
/
+1
2009-12-15
Avoid `SCM_UNPACK ()' in constant expressions.
Ludovic Courtès
1
-1
/
+1
2009-12-15
Remove uses of the non-standard `__FUNCTION__'.
Ludovic Courtès
1
-1
/
+1
2009-11-27
Disable encoding scanning on non-seekable file ports.
Ludovic Courtès
1
-1
/
+8
2009-11-23
Correct manual wrt. encoding names.
Ludovic Courtès
1
-1
/
+1
2009-11-17
Fix C99-style declarations after statements.
Ludovic Courtès
1
-1
/
+3
2009-11-16
Fix off-by-one error in processing Emacs-style coding declaration.
Ken Raeburn
1
-1
/
+1
2009-11-14
Have `scm_scan_for_encoding ()' use GC-managed memory.
Ludovic Courtès
1
-16
/
+12
2009-10-19
Add support for R6RS/SRFI-30 nested block comments.
Ludovic Courtès
1
-5
/
+63
2009-09-05
Avoid string buffer overrun in scm_scan_for_encoding
Michael Gran
1
-0
/
+1
2009-09-03
Modify read and print of combining characters
Michael Gran
1
-0
/
+3
2009-08-29
Range check octal-escaped characters
Michael Gran
1
-4
/
+10
2009-08-28
Cast the input to isalpha et al to integer
Michael Gran
1
-1
/
+2
2009-08-27
Always cast input to toupper as int
Michael Gran
1
-2
/
+2
2009-08-26
fix uninitialized variable in scm_read_character
Andy Wingo
1
-5
/
+5
2009-08-25
Merge commit 'origin/master'
Andy Wingo
1
-146
/
+237
[next]