| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename 'scm_c_make_char' to 'scm_i_make_char'.... | Mark H Weaver | 2019-06-18 | 1 | -2/+2 |
* | Add 'scm_c_make_char' and use it where appropriate.... | Mark H Weaver | 2019-05-07 | 1 | -3/+3 |
* | Use 'scm_from_utf8_{string,symbol,keyword}' for C string literals.... | Mark H Weaver | 2018-10-17 | 1 | -6/+5 |
* | Deprecate struct "self" slots... | Andy Wingo | 2017-09-22 | 1 | -0/+1 |
* | Deprecate make-struct... | Andy Wingo | 2017-09-22 | 1 | -3/+2 |
* | Add disjoint syntax object type... | Andy Wingo | 2017-03-28 | 1 | -0/+4 |
* | Deprecate dynamic roots... | Andy Wingo | 2016-11-21 | 1 | -1/+0 |
* | Add atomic boxes... | Andy Wingo | 2016-09-06 | 1 | -0/+3 |
* | Simplify string, symbol, char display/write impls... | Andy Wingo | 2016-05-30 | 1 | -525/+74 |
* | iprin1 uses scm_c_put_string... | Andy Wingo | 2016-05-30 | 1 | -5/+2 |
* | print_normal_symbol uses new port functions... | Andy Wingo | 2016-05-30 | 1 | -7/+9 |
* | Thread-safety fixes for iconv and ports... | Andy Wingo | 2016-05-23 | 1 | -7/+7 |
* | Add SCM_OPN to mode bits when making ports... | Andy Wingo | 2016-05-14 | 1 | -3/+1 |
* | Use heap-allocated port types instead of ptobnums... | Andy Wingo | 2016-05-13 | 1 | -2/+2 |
* | Remove scm_t_port_internal... | Andy Wingo | 2016-05-13 | 1 | -1/+1 |
* | Handle BOM around fill/flush instead of peek/put... | Andy Wingo | 2016-05-05 | 1 | -17/+1 |
* | Port conversion strategies internally are symbols... | Andy Wingo | 2016-05-04 | 1 | -2/+2 |
* | Port encoding internally represented as symbol... | Andy Wingo | 2016-05-03 | 1 | -6/+11 |
* | Remove port locking around write, display... | Andy Wingo | 2016-04-28 | 1 | -8/+0 |
* | scm_lfwrite, not scm_lfwrite_unlocked... | Andy Wingo | 2016-04-26 | 1 | -23/+23 |
* | Remove scm_puts_unlocked.... | Andy Wingo | 2016-04-26 | 1 | -19/+19 |
* | Remove scm_putc_unlocked.... | Andy Wingo | 2016-04-26 | 1 | -16/+16 |
* | Merge commit '5943a62042432b86d757200ef595d7aebb5c9bac' | Andy Wingo | 2015-01-22 | 1 | -25/+51 |
|\ |
|
| * | Optimize 'write' for strings.... | Ludovic Courtès | 2015-01-11 | 1 | -26/+52 |
* | | Keywords have a tc7... | Andy Wingo | 2015-01-22 | 1 | -1/+5 |
* | | Merge branch 'stable-2.0'... | Mark H Weaver | 2014-04-25 | 1 | -0/+1 |
|\| |
|
| * | print: avoid triggering deprecation warnings when printing weak vectors.... | Mark H Weaver | 2014-04-24 | 1 | -2/+5 |
| * | tests: Check 'simple-format' with closed current-output-port.... | Ludovic Courtès | 2014-03-20 | 1 | -1/+1 |
| * | simple-format: Don't assume the current output port is valid.... | Mark H Weaver | 2014-03-19 | 1 | -0/+1 |
* | | print: Fix printing of weak vectors.... | Mark H Weaver | 2014-04-25 | 1 | -26/+33 |
* | | Merge branch 'stable-2.0' | Mark H Weaver | 2014-01-14 | 1 | -2/+6 |
|\| |
|
| * | print: In R7RS |...| symbols, print most graphic characters unescaped.... | Mark H Weaver | 2014-01-14 | 1 | -2/+6 |
* | | Merge branch 'stable-2.0'... | Mark H Weaver | 2014-01-14 | 1 | -7/+68 |
|\| |
|
| * | print: Support R7RS |...| symbol notation.... | Mark H Weaver | 2014-01-14 | 1 | -7/+65 |
* | | Remove scm_tc7_vm... | Andy Wingo | 2013-11-21 | 1 | -3/+0 |
* | | Rename scm_tc7_rtl_program to scm_tc7_program... | Andy Wingo | 2013-11-19 | 1 | -1/+1 |
* | | Remove stack programs, objcode, and the old VM.... | Andy Wingo | 2013-11-08 | 1 | -4/+0 |
* | | Add stringbuf printer... | Andy Wingo | 2013-10-26 | 1 | -0/+3 |
* | | Merge remote-tracking branch 'origin/stable-2.0' | Mark H Weaver | 2013-08-11 | 1 | -1/+2 |
|\| |
|
| * | Fix display of symbols containing backslashes.... | David Kastrup | 2013-08-06 | 1 | -1/+2 |
* | | RTL programs print with their name... | Andy Wingo | 2013-06-09 | 1 | -2/+0 |
* | | add new rtl vm... | Andy Wingo | 2013-05-31 | 1 | -0/+3 |
* | | Merge remote-tracking branch 'origin/stable-2.0'... | Mark H Weaver | 2013-04-14 | 1 | -6/+23 |
|\| |
|
| * | Use 'c_strcasecmp' instead of 'strcasecmp'.... | Mark H Weaver | 2013-04-05 | 1 | -2/+3 |
| * | Improve handling of Unicode byte-order marks (BOMs).... | Mark H Weaver | 2013-04-04 | 1 | -1/+17 |
| * | Refactor port encoding modes: utf-8 and iconv... | Mark H Weaver | 2013-04-01 | 1 | -12/+5 |
| * | Add internal-only port structure and move iconv descriptors there.... | Mark H Weaver | 2013-04-01 | 1 | -7/+10 |
* | | Merge remote-tracking branch 'origin/stable-2.0'... | Mark H Weaver | 2012-10-30 | 1 | -0/+23 |
|\| |
|
| * | Optimize `scm_lfwrite_substr', used by `scm_simple_format'.... | Ludovic Courtès | 2012-08-20 | 1 | -0/+23 |
| * | simplify scm_init_print... | Andy Wingo | 2012-07-06 | 1 | -5/+3 |