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
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
1
-3
/
+19
2020-09-10
Fix source location bug for neoteric exprs introduced by refactoring
Andy Wingo
1
-1
/
+1
2020-09-03
Clean up srcprops implementation
Andy Wingo
1
-52
/
+48
2020-06-18
read: Use "invalid" rather than "illegal".
Jan (janneke) Nieuwenhuizen
1
-1
/
+1
2020-04-29
Deprecate scm_bitvector, scm_make_bitvector, scm_bitvector_p
Andy Wingo
1
-2
/
+2
2019-08-24
Revert "Revert scm_c_make_char rename"
Andy Wingo
1
-1
/
+1
2019-08-02
Revert scm_c_make_char rename
Andy Wingo
1
-1
/
+1
2019-05-23
Add 'scm_c_make_char' and use it where appropriate.
Mark H Weaver
1
-1
/
+1
2019-05-23
Use 'scm_from_utf8_{string,symbol,keyword}' for C string literals.
Mark H Weaver
1
-7
/
+10
2018-06-26
Rename scm_i_thread to scm_thread
Andy Wingo
1
-0
/
+1
2018-06-20
Update license notices in all C files
Andy Wingo
1
-17
/
+17
2018-06-20
Remove (C) from copyright statements
Andy Wingo
1
-1
/
+1
2018-06-20
Rationalize include order in C files
Andy Wingo
1
-21
/
+21
2018-06-20
Make libguile header inclusion consistent within libguile c files
Andy Wingo
1
-31
/
+31
2018-06-20
Remove Emacs local variables comments in Guile source
Andy Wingo
1
-6
/
+0
2018-06-20
Remove _scm.h
Andy Wingo
1
-1
/
+0
2018-06-20
Devolve symbols.h from _scm.h
Andy Wingo
1
-0
/
+1
2018-06-20
Remove modules.h from _scm.h.
Andy Wingo
1
-0
/
+1
2018-06-20
Devolve variable.h from _scm.h.
Andy Wingo
1
-0
/
+1
2018-06-20
Move subr snarfing macros to gsubr.h.
Andy Wingo
1
-0
/
+1
2018-06-19
Devolve numbers.h from _scm.h.
Andy Wingo
1
-0
/
+1
2018-06-18
Devolve pairs.h
Andy Wingo
1
-0
/
+1
2018-06-18
Devolve boolean.h include.
Andy Wingo
1
-0
/
+1
2018-06-18
Remove includes of validate.h.
Andy Wingo
1
-1
/
+0
2018-06-14
Fix libguile subcomponent headers not to include <libguile.h>
Andy Wingo
1
-1
/
+3
2017-02-16
Remove unnecessary scm_i_string_start_writing calls
Andy Wingo
1
-4
/
+2
2017-02-14
Elide syscalls in fdes->port
Andy Wingo
1
-10
/
+6
2017-02-08
Prevent TOCTTOU bugs in C ports
Andy Wingo
1
-5
/
+4
2016-11-21
Deprecate dynamic roots
Andy Wingo
1
-1
/
+0
2016-07-25
Avoid compilation warnings about alloca in read.c
Eli Zaretskii
1
-0
/
+1
2016-05-22
Heed the reader settings implied by #!r6rs
Andreas Rottmann
1
-2
/
+38
2016-05-22
Speed up port position access from Scheme
Andy Wingo
1
-25
/
+33
2016-05-13
Remove scm_t_port_internal
Andy Wingo
1
-5
/
+5
2016-05-13
Make port buffering fields private
Andy Wingo
1
-4
/
+4
2016-05-03
Port encoding internally represented as symbol
Andy Wingo
1
-3
/
+4
2016-05-01
scm_fill_input can guarantee a minimum fill amount
Andy Wingo
1
-1
/
+1
2016-04-28
Remove port locking around write, display
Andy Wingo
1
-5
/
+0
2016-04-26
Remove scm_fill_input_unlocked
Andy Wingo
1
-1
/
+1
2016-04-23
scm_ungetc, scm_ungets instead of _unlocked variants
Andy Wingo
1
-21
/
+21
2016-04-23
Remove scm_unget_{byte,bytes}_unlocked
Andy Wingo
1
-1
/
+1
2016-04-23
Replace scm_getc with scm_getc_unlocked
Andy Wingo
1
-31
/
+31
2016-04-23
Remove scm_flush_unlocked / scm_end_input_unlocked
Andy Wingo
1
-1
/
+1
2016-04-22
Remove port rw_active field
Andy Wingo
1
-5
/
+1
2016-04-22
scm_c_read instead of scm_c_read_unlock
Andy Wingo
1
-1
/
+1
2016-04-22
Refactor to internal get/peek-byte functions
Andy Wingo
1
-3
/
+3
2016-04-20
Port buffers are Scheme values
Andy Wingo
1
-1
/
+1
2016-04-19
Port buffer cur/next pointers are Scheme values
Andy Wingo
1
-2
/
+2
[next]