summaryrefslogtreecommitdiff
path: root/libguile/print.c
Commit message (Expand)AuthorAgeFilesLines
...
* | print: Fix printing of weak vectors.Mark H Weaver2014-04-251-26/+33
* | Merge branch 'stable-2.0'Mark H Weaver2014-01-141-2/+6
|\ \ | |/
| * print: In R7RS |...| symbols, print most graphic characters unescaped.Mark H Weaver2014-01-141-2/+6
* | Merge branch 'stable-2.0'Mark H Weaver2014-01-141-7/+68
|\ \ | |/
| * print: Support R7RS |...| symbol notation.Mark H Weaver2014-01-141-7/+65
* | Remove scm_tc7_vmAndy Wingo2013-11-211-3/+0
* | Rename scm_tc7_rtl_program to scm_tc7_programAndy Wingo2013-11-191-1/+1
* | Remove stack programs, objcode, and the old VM.Andy Wingo2013-11-081-4/+0
* | Add stringbuf printerAndy Wingo2013-10-261-0/+3
* | Merge remote-tracking branch 'origin/stable-2.0'Mark H Weaver2013-08-111-1/+2
|\ \ | |/
| * Fix display of symbols containing backslashes.David Kastrup2013-08-061-1/+2
* | RTL programs print with their nameAndy Wingo2013-06-091-2/+0
* | add new rtl vmAndy Wingo2013-05-311-0/+3
* | Merge remote-tracking branch 'origin/stable-2.0'Mark H Weaver2013-04-141-6/+23
|\ \ | |/
| * Use 'c_strcasecmp' instead of 'strcasecmp'.Mark H Weaver2013-04-051-2/+3
| * Improve handling of Unicode byte-order marks (BOMs).Mark H Weaver2013-04-041-1/+17
| * Refactor port encoding modes: utf-8 and iconvMark H Weaver2013-04-011-12/+5
| * Add internal-only port structure and move iconv descriptors there.Mark H Weaver2013-04-011-7/+10
* | Merge remote-tracking branch 'origin/stable-2.0'Mark H Weaver2012-10-301-0/+23
|\ \ | |/
| * Optimize `scm_lfwrite_substr', used by `scm_simple_format'.Ludovic Courtès2012-08-201-0/+23
| * simplify scm_init_printAndy Wingo2012-07-061-5/+3
* | Merge remote-tracking branch 'origin/stable-2.0'Andy Wingo2012-06-221-6/+9
|\ \ | |/
| * Access `pt->ilseq_handler' directly when needed.Ludovic Courtès2012-05-311-5/+8
* | optimize symbol printingAndy Wingo2012-03-061-20/+59
* | the dynamic stack is really a stack now, instead of a listAndy Wingo2012-03-031-6/+0
* | port i/o optimizations for iso-8859-1Andy Wingo2012-02-241-2/+51
* | refactor port encoding modes: utf-8 and iconvAndy Wingo2012-02-141-10/+5
* | Merge remote-tracking branch 'origin/stable-2.0'Andy Wingo2012-02-081-1/+1
|\ \ | |/
| * Improve the usage of variable names in C docstrings.Bake Timmons2012-02-021-1/+1
* | Merge commit '9b0975f1dc41ddd10d81fb5b0965b9e9a54ef37a'Andy Wingo2012-01-301-1/+2
|\ \ | |/
| * fix array printingAndy Wingo2012-01-121-1/+2
* | Merge remote-tracking branch 'origin/stable-2.0'Andy Wingo2012-01-101-4/+10
|\ \ | |/
| * allocate a tc7 to bitvectorsAndy Wingo2012-01-091-0/+3
| * allocate a tc7 to arraysAndy Wingo2012-01-091-4/+7
* | Merge remote-tracking branch 'origin/stable-2.0'Andy Wingo2011-12-061-9/+14
|\ \ | |/
| * new print option escape-newlines, defaults to #tAndy Wingo2011-12-041-9/+14
* | port locking refactorAndy Wingo2011-12-061-2/+2
* | no gc_register_root in scm_init_printAndy Wingo2011-11-241-2/+0
* | simplify scm_init_printAndy Wingo2011-11-241-5/+3
* | lock ports in `write' and `display'Andy Wingo2011-11-081-0/+8
* | locking for write, lfwriteAndy Wingo2011-11-081-12/+12
* | locking for putc, putsAndy Wingo2011-11-081-30/+30
* | threadsafe access to scm_ptobsAndy Wingo2011-11-071-5/+3
* | most uses of scm_from_locale_symbol become scm_from_utf8_symbolAndy Wingo2011-10-251-1/+1
* | remove weak pairs, rewrite weak vectorsAndy Wingo2011-10-241-25/+6
* | add weak table implementationAndy Wingo2011-10-241-0/+3
* | add weak setsAndy Wingo2011-10-231-0/+3
* | scm_wta_* procedures replace SCM_WTA_* macrosAndy Wingo2011-05-151-1/+1
|/
* more care regarding SCM_PACK and SCM_UNPACKAndy Wingo2011-05-131-1/+1
* allow iflags to be constant expressions with typing-strictness==2Andy Wingo2011-05-131-3/+3