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
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
2010-01-04
add foreign value wrapper
Andy Wingo
1
-1
/
+4
2009-12-15
Avoid `SCM_UNPACK ()' in constant expressions.
Ludovic Courtès
1
-2
/
+1
2009-12-15
Remove `return' from `void' function.
Ludovic Courtès
1
-1
/
+1
2009-12-07
procedures-with-setters implemented in terms of structs
Andy Wingo
1
-12
/
+0
2009-12-05
add printer for dynamic-states
Andy Wingo
1
-0
/
+3
2009-12-05
fluids are tc7 objects
Andy Wingo
1
-0
/
+3
2009-12-05
hash tables have a tc7
Andy Wingo
1
-0
/
+3
2009-12-04
eval.c closures are now applicable smobs, not tc3s
Andy Wingo
1
-17
/
+1
2009-12-04
remove cxrs
Andy Wingo
1
-1
/
+1
2009-12-01
new evaluator, y'all
Andy Wingo
1
-20
/
+4
2009-11-15
fold objects.[ch] into goops.[ch]
Andy Wingo
1
-1
/
+0
2009-10-27
the cube of lisp booleans (#f nil () #t)
Mark H Weaver
1
-6
/
+5
2009-09-09
Merge branch 'master' into boehm-demers-weiser-gc
Ludovic Courtès
1
-4
/
+17
2009-09-04
write-char should handle UCS-4 characters
Michael Gran
1
-2
/
+2
2009-09-03
Modify read and print of combining characters
Michael Gran
1
-2
/
+15
2009-08-30
Use a TC7 tag instead of a SMOB for bytevectors.
Ludovic Courtès
1
-0
/
+3
[next]