index
:
delta/guile.git
alt-par-map-and-thread-safe-popen
baserock/morph
bdw-gc-static-alloc
boehm-demers-weiser-gc
brainfuck
branch_mvo-substrings
branch_mvo-thread-cleanup
branch_release-1-4
branch_release-1-6
branch_release-1-8
calling-convention
cky-hygienic-macros
compile-to-js-merge
coop-repl-servers
dev/hanwen
dirk-adding-josts-environments
dirk-thread-factorization-branch
eval-cleanup
excise-ltdl
historical/wip-1-8-mingw-build
jimb
jimb_env_branch
jimb_mb_branch_1
jimb_readline
lexical-literals
lightening
lightning
lloda-array-cleanup
lloda-array-support
lloda-squash0
lloda-squash1
lua
main
master
mdj_elisp_branch
mdj_genloc_branch
mdj_goops_branch
mike-port-encodings
mingw-guile-3.0
mvo-vcell-cleanup-1-branch
mvo_libtool_branch
nan-boxing
ossau-elisp-branch
ossau-gds-dev
r6rs-strings
r7rs-wip
ra0
srfi-4-bytevectors
srfi-41
stable-2.0
stable-2.2
stable-2.2-wip-exception-truncate
string-abstraction
string_abstraction2
subr-simplification
syncase
syncase-in-boot-9
thread-safe-popen
ttn-back-in-the-saddle
use-minigmp
vm
vm-syncase
vtable-vtable-deprecation
wingo
wip-2.1.2
wip-bpt-elisp
wip-closure-conversion
wip-compiler
wip-cps-bis
wip-cps-for-merge
wip-cse
wip-cuirass-ci
wip-cygwin-guile-2.2
wip-dwarf
wip-elisp
wip-elisp-rebased
wip-ethreads
wip-exception-truncate
wip-exceptions
wip-finalizers
wip-foreign-objects
wip-generalized-vectors
wip-gnulib-update
wip-goops-refactor
wip-guile-pkg
wip-https-client
wip-inlinable-exports
wip-itimer-checks
wip-lightening-riscv
wip-linker
wip-lloda
wip-load-lang
wip-manual
wip-manual-2
wip-mingw
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-peg
wip-peg-fixed
wip-peg-fixed-2
wip-port-refactor
wip-r7rs
wip-raeburn-misc
wip-replace-ltdl-with-gmodule
wip-retagging
wip-rtl
wip-rtl-assembler
wip-rtl-cps
wip-rtl-dwarf
wip-rtl-halloween
wip-rtl-may-2013
wip-rtl-metadata
wip-rtl-prompts
wip-rtl-vm
wip-sassy
wip-source-info
wip-stime
wip-streams
wip-tailify
wip-threaded-http-server
wip-threads-and-fork
wip-tree-il-sourcev
wip-uri-reference
wip-utf16-debugging
wip-vector-cleanup
wip-wingo-elisp-badness
git.savannah.gnu.org: git/guile.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libguile
/
read.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Devolve boolean.h include.
Andy Wingo
2018-06-18
1
-0
/
+1
*
Remove includes of validate.h.
Andy Wingo
2018-06-18
1
-1
/
+0
*
Fix libguile subcomponent headers not to include <libguile.h>
Andy Wingo
2018-06-14
1
-1
/
+3
*
Remove unnecessary scm_i_string_start_writing calls
Andy Wingo
2017-02-16
1
-4
/
+2
*
Elide syscalls in fdes->port
Andy Wingo
2017-02-14
1
-10
/
+6
*
Prevent TOCTTOU bugs in C ports
Andy Wingo
2017-02-08
1
-5
/
+4
*
Deprecate dynamic roots
Andy Wingo
2016-11-21
1
-1
/
+0
*
Avoid compilation warnings about alloca in read.c
Eli Zaretskii
2016-07-25
1
-0
/
+1
*
Heed the reader settings implied by #!r6rs
Andreas Rottmann
2016-05-22
1
-2
/
+38
*
Speed up port position access from Scheme
Andy Wingo
2016-05-22
1
-25
/
+33
*
Remove scm_t_port_internal
Andy Wingo
2016-05-13
1
-5
/
+5
*
Make port buffering fields private
Andy Wingo
2016-05-13
1
-4
/
+4
*
Port encoding internally represented as symbol
Andy Wingo
2016-05-03
1
-3
/
+4
*
scm_fill_input can guarantee a minimum fill amount
Andy Wingo
2016-05-01
1
-1
/
+1
*
Remove port locking around write, display
Andy Wingo
2016-04-28
1
-5
/
+0
*
Remove scm_fill_input_unlocked
Andy Wingo
2016-04-26
1
-1
/
+1
*
scm_ungetc, scm_ungets instead of _unlocked variants
Andy Wingo
2016-04-23
1
-21
/
+21
*
Remove scm_unget_{byte,bytes}_unlocked
Andy Wingo
2016-04-23
1
-1
/
+1
*
Replace scm_getc with scm_getc_unlocked
Andy Wingo
2016-04-23
1
-31
/
+31
*
Remove scm_flush_unlocked / scm_end_input_unlocked
Andy Wingo
2016-04-23
1
-1
/
+1
*
Remove port rw_active field
Andy Wingo
2016-04-22
1
-5
/
+1
*
scm_c_read instead of scm_c_read_unlock
Andy Wingo
2016-04-22
1
-1
/
+1
*
Refactor to internal get/peek-byte functions
Andy Wingo
2016-04-22
1
-3
/
+3
*
Port buffers are Scheme values
Andy Wingo
2016-04-20
1
-1
/
+1
*
Port buffer cur/next pointers are Scheme values
Andy Wingo
2016-04-19
1
-2
/
+2
*
Remove "buf" field from port buffers
Andy Wingo
2016-04-18
1
-1
/
+1
*
Generic port facility provides buffering uniformly
Andy Wingo
2016-04-06
1
-6
/
+6
*
Refactor to rw_random / rw_active port flags
Andy Wingo
2016-04-04
1
-4
/
+5
*
Merge commit '5af307de43e4b65eec7f235b48a8908f2a00f134'
Andy Wingo
2015-01-22
1
-2
/
+5
|
\
|
*
read: Accept "\(" in string literals.
Mark H Weaver
2014-10-01
1
-2
/
+5
*
|
maybe_annotate_source does not annotate negative positions
Andy Wingo
2014-07-21
1
-0
/
+5
*
|
Merge branch 'stable-2.0'
Mark H Weaver
2014-01-21
1
-8
/
+24
|
\
\
|
|
/
|
*
Arrange so that 'file-encoding' does not truncate the encoding name.
Ludovic Courtès
2014-01-17
1
-7
/
+23
*
|
Merge branch 'stable-2.0'
Mark H Weaver
2014-01-14
1
-6
/
+34
|
\
\
|
|
/
|
*
read: Support R7RS |...| symbol notation.
Mark H Weaver
2014-01-14
1
-6
/
+34
*
|
Merge branch 'stable-2.0'
Mark H Weaver
2014-01-14
1
-3
/
+46
|
\
\
|
|
/
|
*
read: use 'c_tolower' instead of 'tolower' in 'try_read_ci_chars'.
Mark H Weaver
2014-01-14
1
-1
/
+2
|
*
read: Accept "\|" in string literals.
Mark H Weaver
2014-01-14
1
-0
/
+1
|
*
read: Support R7RS '#true' and '#false' syntax for booleans.
Mark H Weaver
2014-01-14
1
-3
/
+44
*
|
Merge branch 'stable-2.0'
Mark H Weaver
2014-01-09
1
-0
/
+3
|
\
\
|
|
/
|
*
read: Avoid signed integer overflow in 'read_decimal_integer'.
Mark H Weaver
2014-01-08
1
-0
/
+3
*
|
Thread safe port properties.
Mark H Weaver
2013-12-01
1
-0
/
+6
*
|
Merge commit 'a38024baaa32d1a6d91fdc81388c88bbb926c3ae'
Andy Wingo
2013-11-28
1
-13
/
+10
|
\
\
|
|
/
|
*
Make port properties accessible from Scheme.
Mark H Weaver
2013-11-23
1
-13
/
+10
*
|
Merge remote-tracking branch 'origin/stable-2.0'
Mark H Weaver
2013-04-14
1
-25
/
+17
|
\
\
|
|
/
|
*
Remove byte-order mark check from 'scm_i_scan_for_encoding'.
Mark H Weaver
2013-04-07
1
-10
/
+0
|
*
Use 'c_strcasecmp' instead of 'strcasecmp'.
Mark H Weaver
2013-04-05
1
-1
/
+2
|
*
Use 'strcasecmp' to compare encoding names.
Mark H Weaver
2013-04-03
1
-1
/
+1
|
*
Move the port alist from the hash table to the internal port structure.
Mark H Weaver
2013-04-01
1
-10
/
+6
|
*
Revert "detect and consume byte-order marks for textual ports"
Andy Wingo
2013-01-30
1
-2
/
+12
[next]