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
2013-04-14
Merge remote-tracking branch 'origin/stable-2.0'
Mark H Weaver
1
-25
/
+17
2013-04-07
Remove byte-order mark check from 'scm_i_scan_for_encoding'.
Mark H Weaver
1
-10
/
+0
2013-04-05
Use 'c_strcasecmp' instead of 'strcasecmp'.
Mark H Weaver
1
-1
/
+2
2013-04-03
Use 'strcasecmp' to compare encoding names.
Mark H Weaver
1
-1
/
+1
2013-04-01
Move the port alist from the hash table to the internal port structure.
Mark H Weaver
1
-10
/
+6
2013-01-30
Revert "detect and consume byte-order marks for textual ports"
Andy Wingo
1
-2
/
+12
2013-01-30
detect and consume byte-order marks for textual ports
Andy Wingo
1
-12
/
+2
2013-01-15
Port encodings cannot be NULL
Andy Wingo
1
-1
/
+3
2013-01-15
Port encodings are case-insensitive, but normalized to upper-case.
Andy Wingo
1
-6
/
+11
2013-01-15
add scm_from_port_string and friends
Andy Wingo
1
-12
/
+5
2012-10-30
Merge remote-tracking branch 'origin/stable-2.0'
Mark H Weaver
1
-154
/
+679
2012-10-30
Fix formatting of comments in scm_read_array.
Mark H Weaver
1
-6
/
+3
2012-10-30
scm_read_shebang: handle non-ascii characters properly.
Mark H Weaver
1
-0
/
+5
2012-10-26
Implement SRFI-105 curly infix expressions.
Mark H Weaver
1
-28
/
+235
2012-10-26
Implement #!fold-case and #!no-fold-case reader directives.
Mark H Weaver
1
-0
/
+16
2012-10-26
Implement per-port read options.
Mark H Weaver
1
-38
/
+123
2012-10-23
Generalize scm_read_shebang to handle other reader directives.
Mark H Weaver
1
-27
/
+28
2012-10-23
Add source properties to more datum types in scm_read_sharp_extension.
Mark H Weaver
1
-1
/
+2
2012-10-23
Change reader to pass read options to helpers via explicit parameter.
Mark H Weaver
1
-106
/
+173
2012-10-23
Minor tweaks to delimiter handling in read.c
Mark H Weaver
1
-4
/
+5
2012-10-23
Move array reader from arrays.c to read.c
Mark H Weaver
1
-5
/
+154
2012-05-08
Merge remote-tracking branch 'origin/stable-2.0'
Andy Wingo
1
-82
/
+60
2012-05-07
Optimize `scm_read_string'.
Ludovic Courtès
1
-17
/
+25
2012-05-06
read: Avoid `void *' pointer arithmetic.
Ludovic Courtès
1
-1
/
+1
2012-05-04
Simplify the reader's `read_complete_token'.
Ludovic Courtès
1
-65
/
+35
2012-02-17
Merge remote-tracking branch 'local-2.0/stable-2.0'
Andy Wingo
1
-1
/
+7
2012-02-15
Add support for source properties on non-immediate numbers
Mark H Weaver
1
-1
/
+7
2012-02-11
Merge remote-tracking branch 'origin/stable-2.0'
Andy Wingo
1
-51
/
+64
2012-02-08
Add source properties to many more types of data
Mark H Weaver
1
-19
/
+40
2012-02-08
Unoptimize 'read' to return freshly allocated empty strings
Mark H Weaver
1
-7
/
+1
2012-02-08
Add and use maybe_annotate_source helper in read.c
Mark H Weaver
1
-12
/
+11
2012-02-08
Remove inline and register attributes from read.c
Mark H Weaver
1
-12
/
+12
2012-02-08
Remove incorrect comment in read.c
Mark H Weaver
1
-3
/
+2
2011-12-01
Merge remote-tracking branch 'origin/stable-2.0'
Andy Wingo
1
-2
/
+1
2011-11-23
use new scm_make_fluid_with_default
Andy Wingo
1
-2
/
+1
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
[next]