Age | Commit message (Expand) | Author | Files | Lines |
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 |
2009-12-05 | more boot cleanup | Andy Wingo | 1 | -2/+1 |
2009-12-05 | remove a bunch of needless scm_permanent_object calls | Andy Wingo | 1 | -2/+2 |
2009-11-16 | Re-add an indirection in bytevectors. | Ludovic Courtès | 1 | -23/+47 |
2009-11-16 | Remove unused internal bytevector functions. | Ludovic Courtès | 1 | -14/+0 |
2009-10-28 | Modify bytevectors/string conversions to allow wide strings | Michael Gran | 1 | -97/+68 |
2009-10-16 | bitvector tweaks | Andy Wingo | 1 | -1/+4 |
2009-10-15 | Fix segfault for `(uniform-array->bytevector (bitvector))'. | Ludovic Courtès | 1 | -3/+2 |
2009-09-18 | fix bitvectors after the array handle refactoring | Andy Wingo | 1 | -7/+14 |
2009-08-31 | Remove the distinction between inline/outline storage for bytevectors. | Ludovic Courtès | 1 | -88/+58 |
2009-08-30 | Use a TC7 tag instead of a SMOB for bytevectors. | Ludovic Courtès | 1 | -32/+29 |
2009-08-28 | Merge branch 'master' into boehm-demers-weiser-gc | Ludovic Courtès | 1 | -67/+255 |
2009-08-18 | Use `scm_gc_malloc_pointerless ()' for bytevectors. | Ludovic Courtès | 1 | -1/+2 |
2009-08-18 | Remove unneeded SMOB mark/free procedures. | Ludovic Courtès | 1 | -20/+0 |
2009-08-18 | Fix malloc/scm_c_take_bytevector mismatch. | Ludovic Courtès | 1 | -6/+24 |
2009-07-19 | fix (bytevector-ieee-single-native-set! x 0 0) | Andy Wingo | 1 | -2/+8 |
2009-07-19 | bytevectors have "element type" field, e.g. for generalized-vector-ref | Andy Wingo | 1 | -47/+179 |
2009-07-19 | bytevector inlinedness indicated by flag, not length | Andy Wingo | 1 | -33/+37 |
2009-07-19 | add registry of vector constructors, make-generalized-vector | Andy Wingo | 1 | -0/+4 |
2009-07-19 | uniform vector functions to their own file | Andy Wingo | 1 | -0/+1 |
2009-07-19 | add generic array implementation facility | Andy Wingo | 1 | -0/+39 |