Age | Commit message (Expand) | Author | Files | Lines |
2016-07-11 | Reuse SCM_BYTEVECTOR_TYPED_LENGTH in scm_array_get_handle | Daniel Llorens | 1 | -9/+4 |
2016-06-20 | Fix size measurement in bytevector_large_set | Andy Wingo | 1 | -3/+4 |
2016-04-26 | Remove scm_putc_unlocked. | Andy Wingo | 1 | -4/+4 |
2015-01-22 | Merge commit '8cf2a7ba7432d68b9a055d29f18117be70375af9' | Andy Wingo | 1 | -1/+6 |
2015-01-22 | Merge commit '81d2c84674f03f9028f26474ab19d3d3f353881a' | Andy Wingo | 1 | -39/+36 |
2015-01-22 | Merge commit 'fdd319e9bd4121d844662d3d8ccc69b462b60840' | Andy Wingo | 1 | -1/+1 |
2014-11-12 | Fix bytevector-fill! to accept fill arguments greater than 127. | Mark H Weaver | 1 | -1/+6 |
2014-11-12 | Avoid signed overflow and use size_t in bytevectors.c. | Mark H Weaver | 1 | -38/+35 |
2014-11-11 | Fix bytevector-copy when applied to SRFI-4 homogeneous numeric vectors. | Mark H Weaver | 1 | -2/+2 |
2014-09-30 | Merge branch 'stable-2.0' | Mark H Weaver | 1 | -5/+11 |
2014-05-28 | Fix shrinking of contiguous bytevectors, as from 'get-bytevector-n'. | Ludovic Courtès | 1 | -5/+11 |
2014-02-09 | Remove array impl. registry; instead, hard-code array handle creation | Andy Wingo | 1 | -175/+3 |
2013-11-03 | RTL compiler supports static bitvectors | Andy Wingo | 1 | -2/+3 |
2013-08-16 | In bytevector->uint-list et al, check that SIZE divides the bv length. | Mark H Weaver | 1 | -1/+5 |
2013-08-16 | Merge remote-tracking branch 'origin/stable-2.0' | Mark H Weaver | 1 | -5/+3 |
2013-08-16 | Improved error checking in bytevector->uint-list and bytevector->sint-list. | Mark H Weaver | 1 | -5/+3 |
2013-01-15 | string->utf8 implementation uses scm_from_utf8_stringn | Andy Wingo | 1 | -2/+1 |
2013-01-15 | fix bug where scm_from_utf8_stringn would not detect bad utf-8 | Andy Wingo | 1 | -3/+2 |
2012-04-26 | Merge commit 'd10f7b572c0ca1ccef87f9c46069daa30946e0cf' | Andy Wingo | 1 | -51/+20 |
2012-04-22 | bytevectors: Fix IEEE-754 endianness conversion. | Ludovic Courtès | 1 | -51/+20 |
2012-02-23 | Revert "wrap iconv_open / iconv_close with a lock to help in thread/fork issues" | Andy Wingo | 1 | -6/+0 |
2012-02-17 | wrap iconv_open / iconv_close with a lock to help in thread/fork issues | Andy Wingo | 1 | -0/+6 |
2012-02-11 | Merge remote-tracking branch 'origin/stable-2.0' | Andy Wingo | 1 | -26/+30 |
2012-02-10 | more efficient scm_string_to_utf8, scm_string_to_utf32 | Andy Wingo | 1 | -26/+30 |
2012-01-31 | Revert "add SCM_HEAP_OBJECT_BASE" | Andy Wingo | 1 | -1/+1 |
2011-12-01 | Merge remote-tracking branch 'origin/stable-2.0' | Andy Wingo | 1 | -3/+3 |
2011-11-20 | Allow overlapping regions to be passed to `bytevector-copy!'. | Ludovic Courtès | 1 | -3/+3 |
2011-11-08 | locking for putc, puts | Andy Wingo | 1 | -4/+4 |
2011-10-24 | add SCM_HEAP_OBJECT_BASE | Andy Wingo | 1 | -1/+1 |
2011-10-24 | add SCM_{PACK,UNPACK}_POINTER | Andy Wingo | 1 | -2/+2 |
2011-08-31 | Merge remote-tracking branch 'origin/stable-2.0' | Andy Wingo | 1 | -2/+2 |
2011-08-18 | fix a couple of leaks | Andy Wingo | 1 | -1/+1 |
2011-07-29 | minor style fix in bytevectors.c | Andy Wingo | 1 | -1/+1 |
2011-07-25 | Merge remote-tracking branch 'origin/stable-2.0' | Andy Wingo | 1 | -24/+66 |
2011-07-01 | Add type and range checks to the complex generalized vector accessors. | Ludovic Courtès | 1 | -46/+64 |
2011-07-01 | Fix unaligned accesses for bytevectors of complex numbers. | Ludovic Courtès | 1 | -10/+34 |
2011-05-15 | remove SCM_I_SIZE limits defines | Andy Wingo | 1 | -1/+1 |
2011-05-13 | merge strictness branch from 2.0 | Andy Wingo | 1 | -4/+4 |
2011-05-13 | scm_is_eq for SCM vals, not == or != | Andy Wingo | 1 | -4/+4 |
2011-05-07 | bytevectors have internal parent field | Andy Wingo | 1 | -6/+23 |
2011-03-08 | Fix bytevectors VALIDATE_REAL to test for reals, not rationals | Mark H Weaver | 1 | -1/+1 |
2011-03-08 | Fix bytevectors VALIDATE_REAL to test for reals, not rationals | Mark H Weaver | 1 | -1/+1 |
2011-01-07 | use scm_from_latin1_symboln for string literals and load-symbol | Andy Wingo | 1 | -3/+3 |
2010-12-04 | make-string et al nulls memory if not given an initializer | Andy Wingo | 1 | -0/+2 |
2010-11-19 | fix a number of assuptions that a long could hold an inum | Andy Wingo | 1 | -4/+4 |
2010-06-01 | rename (rnrs bytevector) to (rnrs bytevectors) | Andy Wingo | 1 | -1/+1 |
2010-04-01 | more fixes to equal? for arrays | Andy Wingo | 1 | -1/+2 |
2010-03-16 | rename libguile to libguile-@EFFECTIVE_VERSION@, currently libguile-2.0 | Andy Wingo | 1 | -1/+2 |
2010-01-07 | reimplement srfi-4 vectors on top of bytevectors | Andy Wingo | 1 | -11/+10 |
2010-01-07 | Revert "Remove unused internal bytevector functions." | Andy Wingo | 1 | -0/+14 |