index
:
software/guile
wip-elisp
Unnamed repository; edit this file 'description' to name the repository.
Fcgiwrap Daemon
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libguile
/
read.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
detect and consume byte-order marks for textual ports
...
Andy Wingo
2013-01-30
1
-12
/
+2
*
|
Port encodings cannot be NULL
...
Andy Wingo
2013-01-15
1
-1
/
+3
*
|
Port encodings are case-insensitive, but normalized to upper-case.
...
Andy Wingo
2013-01-15
1
-6
/
+11
*
|
add scm_from_port_string and friends
...
Andy Wingo
2013-01-15
1
-12
/
+5
*
|
Merge remote-tracking branch 'origin/stable-2.0'
...
Mark H Weaver
2012-10-30
1
-154
/
+679
|
\
|
|
*
Fix formatting of comments in scm_read_array.
...
Mark H Weaver
2012-10-30
1
-6
/
+3
|
*
scm_read_shebang: handle non-ascii characters properly.
...
Mark H Weaver
2012-10-30
1
-0
/
+5
|
*
Implement SRFI-105 curly infix expressions.
...
Mark H Weaver
2012-10-26
1
-28
/
+235
|
*
Implement #!fold-case and #!no-fold-case reader directives.
...
Mark H Weaver
2012-10-26
1
-0
/
+16
|
*
Implement per-port read options.
...
Mark H Weaver
2012-10-26
1
-38
/
+123
|
*
Generalize scm_read_shebang to handle other reader directives.
...
Mark H Weaver
2012-10-23
1
-27
/
+28
|
*
Add source properties to more datum types in scm_read_sharp_extension.
...
Mark H Weaver
2012-10-23
1
-1
/
+2
|
*
Change reader to pass read options to helpers via explicit parameter.
...
Mark H Weaver
2012-10-23
1
-106
/
+173
|
*
Minor tweaks to delimiter handling in read.c
...
Mark H Weaver
2012-10-23
1
-4
/
+5
|
*
Move array reader from arrays.c to read.c
...
Mark H Weaver
2012-10-23
1
-5
/
+154
*
|
Merge remote-tracking branch 'origin/stable-2.0'
...
Andy Wingo
2012-05-08
1
-82
/
+60
|
\
|
|
*
Optimize `scm_read_string'.
...
Ludovic Courtès
2012-05-07
1
-17
/
+25
|
*
read: Avoid `void *' pointer arithmetic.
...
Ludovic Courtès
2012-05-06
1
-1
/
+1
|
*
Simplify the reader's `read_complete_token'.
...
Ludovic Courtès
2012-05-04
1
-65
/
+35
*
|
Merge remote-tracking branch 'local-2.0/stable-2.0'
...
Andy Wingo
2012-02-17
1
-1
/
+7
|
\
|
|
*
Add support for source properties on non-immediate numbers
...
Mark H Weaver
2012-02-15
1
-1
/
+7
*
|
Merge remote-tracking branch 'origin/stable-2.0'
...
Andy Wingo
2012-02-11
1
-51
/
+64
|
\
|
|
*
Add source properties to many more types of data
...
Mark H Weaver
2012-02-08
1
-19
/
+40
|
*
Unoptimize 'read' to return freshly allocated empty strings
...
Mark H Weaver
2012-02-08
1
-7
/
+1
|
*
Add and use maybe_annotate_source helper in read.c
...
Mark H Weaver
2012-02-08
1
-12
/
+11
|
*
Remove inline and register attributes from read.c
...
Mark H Weaver
2012-02-08
1
-12
/
+12
|
*
Remove incorrect comment in read.c
...
Mark H Weaver
2012-02-08
1
-3
/
+2
*
|
Merge remote-tracking branch 'origin/stable-2.0'
...
Andy Wingo
2011-12-01
1
-2
/
+1
|
\
|
|
*
use new scm_make_fluid_with_default
...
Andy Wingo
2011-11-23
1
-2
/
+1
*
|
locking on port buffering operations
...
Andy Wingo
2011-11-08
1
-2
/
+2
*
|
locking on unget_byte, ungetc, ungets
...
Andy Wingo
2011-11-08
1
-24
/
+24
*
|
locking on scm_c_read, scm_getc
...
Andy Wingo
2011-11-08
1
-23
/
+23
*
|
threadsafe get-byte-or-eof, peek-byte-or-eof
...
Andy Wingo
2011-11-08
1
-7
/
+7
*
|
Merge remote-tracking branch 'origin/stable-2.0'
...
Andy Wingo
2011-10-10
1
-21
/
+20
|
\
|
|
*
fix reading of #||||#
...
Andy Wingo
2011-10-05
1
-21
/
+20
*
|
Merge remote-tracking branch 'origin/stable-2.0'
...
Andy Wingo
2011-08-31
1
-1
/
+1
|
\
|
|
*
style fix in read.c
...
Andy Wingo
2011-07-29
1
-1
/
+1
*
|
Merge remote-tracking branch 'origin/stable-2.0'
...
Andy Wingo
2011-07-25
1
-3
/
+8
|
\
|
|
*
fix '(a #{.} b)
...
Andy Wingo
2011-07-01
1
-3
/
+8
*
|
Merge remote-tracking branch 'origin/stable-2.0'
...
Andy Wingo
2011-05-25
1
-108
/
+11
|
\
|
|
*
read + source properties simplification
...
Andy Wingo
2011-05-24
1
-108
/
+11
*
|
merge strictness branch from 2.0
Andy Wingo
2011-05-13
1
-4
/
+4
|
\
|
|
*
fix type errors
...
Andy Wingo
2011-05-13
1
-3
/
+3
|
*
allow iflags to be constant expressions with typing-strictness==2
...
Andy Wingo
2011-05-13
1
-1
/
+1
*
|
remove all deprecated code
...
Andy Wingo
2011-05-12
1
-19
/
+0
|
/
*
Make the definition of `scm_read_shebang' match its declaration.
...
Ludovic Courtès
2011-05-08
1
-1
/
+1
*
deprecate scm_whash API
...
Andy Wingo
2011-05-01
1
-34
/
+34
*
read-extended-symbol handles backslash better, including r6rs hex escapes
...
Andy Wingo
2011-04-11
1
-8
/
+47
*
Undeprecate read syntax for uniform complex vectors
...
Mark H Weaver
2011-04-05
1
-1
/
+1
*
fix problems detecting coding: in block comments
...
Andy Wingo
2011-03-31
1
-8
/
+12
[prev]
[next]