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
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
2011-05-06
Special-case UTF-8 ports to bypass `iconv' entirely.
Ludovic Courtès
1
-15
/
+69
2011-04-11
symbols with odd characters print better in #{}#
Andy Wingo
1
-41
/
+35
2011-04-11
refactor scm_i_print_symbol_name
Andy Wingo
1
-86
/
+110
2011-03-06
Let `scm_mkstrport' allocate buffers on the caller's behalf.
Ludovic Courtès
1
-2
/
+1
2011-02-24
errno saving in display_string
Andy Wingo
1
-1
/
+3
2011-02-02
Change `scm_encoding_error' to pass the port and faulty character.
Ludovic Courtès
1
-7
/
+3
2011-02-02
Upon port encoding error, always write as much as possible.
Ludovic Courtès
1
-8
/
+8
2011-01-23
Rewrite `read-char', `display', etc. using iconv calls instead of libunistring.
Ludovic Courtès
1
-166
/
+265
2011-01-07
use scm_from_latin1_symboln for string literals and load-symbol
Andy Wingo
1
-4
/
+4
2010-11-19
fix a number of assumptions that a pointer could fit into a long
Andy Wingo
1
-3
/
+3
2010-10-01
remove unused print-options
Andy Wingo
1
-4
/
+0
2010-09-26
Favor non-hex string escapes over hex escapes when writing strings
Michael Gran
1
-1
/
+9
2010-09-15
Fix write-beyond-end-of-string error in the conversion to R6RS string escapes.
Ludovic Courtès
1
-2
/
+11
2010-09-15
Re-introduce pretty-printing of combining characters.
Ludovic Courtès
1
-1
/
+49
2010-09-14
Remove commented out code from `print.c'.
Ludovic Courtès
1
-24
/
+0
2010-09-14
Factorize and optimize `write' for strings and characters.
Ludovic Courtès
1
-202
/
+199
2010-07-28
Use "pointer" instead of "foreign" when dealing with wrapped pointers.
Ludovic Courtès
1
-2
/
+2
2010-04-09
remove libguile/lang.h, deprecate %nil (in favor of #nil)
Andy Wingo
1
-1
/
+0
2010-03-28
Renumber IFLAGSs so the first 8 are reserved for lisp booleans.
Mark H Weaver
1
-1
/
+3
2010-03-04
add printers for prompts and with-fluids objects
Andy Wingo
1
-0
/
+7
2010-01-12
Reader option for R6RS hex escapes
Michael Gran
1
-33
/
+73
2010-01-07
remove scm_tc7_gsubr
Andy Wingo
1
-11
/
+0
2010-01-07
tc7 tags for vm-related data
Andy Wingo
1
-0
/
+13
[next]