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
/
print.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-03-19
simple-format: Don't assume the current output port is valid.
Mark H Weaver
1
-0
/
+1
2014-01-14
Merge branch 'stable-2.0'
Mark H Weaver
1
-2
/
+6
2014-01-14
print: In R7RS |...| symbols, print most graphic characters unescaped.
Mark H Weaver
1
-2
/
+6
2014-01-14
Merge branch 'stable-2.0'
Mark H Weaver
1
-7
/
+68
2014-01-14
print: Support R7RS |...| symbol notation.
Mark H Weaver
1
-7
/
+65
2013-11-21
Remove scm_tc7_vm
Andy Wingo
1
-3
/
+0
2013-11-19
Rename scm_tc7_rtl_program to scm_tc7_program
Andy Wingo
1
-1
/
+1
2013-11-08
Remove stack programs, objcode, and the old VM.
Andy Wingo
1
-4
/
+0
2013-10-26
Add stringbuf printer
Andy Wingo
1
-0
/
+3
2013-08-11
Merge remote-tracking branch 'origin/stable-2.0'
Mark H Weaver
1
-1
/
+2
2013-08-06
Fix display of symbols containing backslashes.
David Kastrup
1
-1
/
+2
2013-06-09
RTL programs print with their name
Andy Wingo
1
-2
/
+0
2013-05-31
add new rtl vm
Andy Wingo
1
-0
/
+3
2013-04-14
Merge remote-tracking branch 'origin/stable-2.0'
Mark H Weaver
1
-6
/
+23
2013-04-05
Use 'c_strcasecmp' instead of 'strcasecmp'.
Mark H Weaver
1
-2
/
+3
2013-04-04
Improve handling of Unicode byte-order marks (BOMs).
Mark H Weaver
1
-1
/
+17
2013-04-01
Refactor port encoding modes: utf-8 and iconv
Mark H Weaver
1
-12
/
+5
2013-04-01
Add internal-only port structure and move iconv descriptors there.
Mark H Weaver
1
-7
/
+10
2012-10-30
Merge remote-tracking branch 'origin/stable-2.0'
Mark H Weaver
1
-0
/
+23
2012-08-20
Optimize `scm_lfwrite_substr', used by `scm_simple_format'.
Ludovic Courtès
1
-0
/
+23
2012-07-06
simplify scm_init_print
Andy Wingo
1
-5
/
+3
2012-06-22
Merge remote-tracking branch 'origin/stable-2.0'
Andy Wingo
1
-6
/
+9
2012-05-31
Access `pt->ilseq_handler' directly when needed.
Ludovic Courtès
1
-5
/
+8
2012-03-06
optimize symbol printing
Andy Wingo
1
-20
/
+59
2012-03-03
the dynamic stack is really a stack now, instead of a list
Andy Wingo
1
-6
/
+0
2012-02-24
port i/o optimizations for iso-8859-1
Andy Wingo
1
-2
/
+51
2012-02-14
refactor port encoding modes: utf-8 and iconv
Andy Wingo
1
-10
/
+5
2012-02-08
Merge remote-tracking branch 'origin/stable-2.0'
Andy Wingo
1
-1
/
+1
2012-02-02
Improve the usage of variable names in C docstrings.
Bake Timmons
1
-1
/
+1
2012-01-30
Merge commit '9b0975f1dc41ddd10d81fb5b0965b9e9a54ef37a'
Andy Wingo
1
-1
/
+2
2012-01-12
fix array printing
Andy Wingo
1
-1
/
+2
2012-01-10
Merge remote-tracking branch 'origin/stable-2.0'
Andy Wingo
1
-4
/
+10
2012-01-09
allocate a tc7 to bitvectors
Andy Wingo
1
-0
/
+3
2012-01-09
allocate a tc7 to arrays
Andy Wingo
1
-4
/
+7
2011-12-06
Merge remote-tracking branch 'origin/stable-2.0'
Andy Wingo
1
-9
/
+14
2011-12-06
port locking refactor
Andy Wingo
1
-2
/
+2
2011-12-04
new print option escape-newlines, defaults to #t
Andy Wingo
1
-9
/
+14
2011-11-24
no gc_register_root in scm_init_print
Andy Wingo
1
-2
/
+0
2011-11-24
simplify scm_init_print
Andy Wingo
1
-5
/
+3
2011-11-08
lock ports in `write' and `display'
Andy Wingo
1
-0
/
+8
2011-11-08
locking for write, lfwrite
Andy Wingo
1
-12
/
+12
2011-11-08
locking for putc, puts
Andy Wingo
1
-30
/
+30
2011-11-07
threadsafe access to scm_ptobs
Andy Wingo
1
-5
/
+3
2011-10-25
most uses of scm_from_locale_symbol become scm_from_utf8_symbol
Andy Wingo
1
-1
/
+1
2011-10-24
remove weak pairs, rewrite weak vectors
Andy Wingo
1
-25
/
+6
2011-10-24
add weak table implementation
Andy Wingo
1
-0
/
+3
2011-10-23
add weak sets
Andy Wingo
1
-0
/
+3
2011-05-15
scm_wta_* procedures replace SCM_WTA_* macros
Andy Wingo
1
-1
/
+1
2011-05-13
more care regarding SCM_PACK and SCM_UNPACK
Andy Wingo
1
-1
/
+1
2011-05-13
allow iflags to be constant expressions with typing-strictness==2
Andy Wingo
1
-3
/
+3
[prev]
[next]