summaryrefslogtreecommitdiff
path: root/libguile
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'boehm-demers-weiser-gc' into bdw-gc-static-allocbdw-gc-static-allocLudovic Courtès2009-09-02260-9449/+28322
|\
| * Fix leaky behavior of `scm_take_TAGvector ()'.Ludovic Courtès2009-09-014-6/+22
| * Remove the distinction between inline/outline storage for stringbufs.Ludovic Courtès2009-09-011-129/+90
| * Fix leaky handling of `scm_take_locale_{symbol,string} ()'.Ludovic Courtès2009-09-012-41/+6
| * Remove the distinction between inline/outline storage for bytevectors.Ludovic Courtès2009-08-312-105/+70
| * Use a TC7 tag instead of a SMOB for bytevectors.Ludovic Courtès2009-08-307-48/+56
| * Remove deprecated variables/macros from the GC headers.Ludovic Courtès2009-08-287-417/+46
| * Merge branch 'master' into boehm-demers-weiser-gcLudovic Courtès2009-08-2899-6775/+15658
| |\
| | * scm_getc improperly handles Latin-1 charactersMichael Gran2009-08-271-1/+1
| | * Fix FUNC_NAME definitions and #endif in srfi-14.[ch]Michael Gran2009-08-272-23/+4
| | * Script to generate srfi-14 charsets from UnicodeData.txtMichael Gran2009-08-271-0/+399
| | * Add missing `FUNC_NAME' definition.Ludovic Courtès2009-08-281-2/+3
| | * Default srfi-14 character set informationMichael Gran2009-08-271-0/+7150
| | * Always cast input to toupper as intMichael Gran2009-08-271-2/+2
| | * Segfault when writing non-Latin-1 characters under Latin-1 localeMichael Gran2009-08-271-3/+8
| | * Unicode-capable srfi-14 charsetsMichael Gran2009-08-274-570/+1009
| | * Don't leave and reenter guile mode if mutex is availableKen Raeburn2009-08-261-4/+9
| | * fix uninitialized variable in scm_read_characterAndy Wingo2009-08-261-5/+5
| | * Merge commit 'origin/master'Andy Wingo2009-08-2524-373/+1448
| | |\
| | | * Add full Unicode capability to ports and the default readerMichael Gran2009-08-2518-314/+1178
| | | * Avoid unpacking symbols in GOOPSMichael Gran2009-08-231-10/+55
| | | * Modify socket and time functions for wide stringsMichael Gran2009-08-234-33/+195
| | | * Use string and symbol accessors in struct, throw, and array funcsMichael Gran2009-08-233-48/+48
| | | * Avoid type-punning warning in scm_gentempMichael Gran2009-08-231-2/+3
| | * | Merge wip-array refactor, up to cd43fdc5b7a7cAndy Wingo2009-08-2544-4240/+4349
| | |\ \ | | | |/ | | |/|
| | | * fix (bytevector-ieee-single-native-set! x 0 0)Andy Wingo2009-07-191-2/+8
| | | * bytevectors have "element type" field, e.g. for generalized-vector-refAndy Wingo2009-07-192-47/+185
| | | * bytevector inlinedness indicated by flag, not lengthAndy Wingo2009-07-192-39/+41
| | | * any->u8vector and family now implemented in SchemeAndy Wingo2009-07-192-34/+31
| | | * make-typed-array builds backing vector via make-generalized-vectorAndy Wingo2009-07-192-174/+82
| | | * add registry of vector constructors, make-generalized-vectorAndy Wingo2009-07-199-14/+85
| | | * uniform vector functions to their own fileAndy Wingo2009-07-198-247/+342
| | | * generic vector ops to own fileAndy Wingo2009-07-1911-145/+231
| | | * move generic array foo out to its own fileAndy Wingo2009-07-198-272/+354
| | | * remove enclosed arraysAndy Wingo2009-07-194-177/+23
| | | * add generic array implementation facilityAndy Wingo2009-07-1911-257/+357
| | | * rename unif.[ch] to arrays.[ch]Andy Wingo2009-07-1924-35/+35
| | | * bitvector exodus from unif.[ch]Andy Wingo2009-07-1911-870/+972
| | | * parts of unif.[ch] to array-handle.[ch]Andy Wingo2009-07-196-271/+364
| | | * rename ramap.[ch] to array-map.[ch]Andy Wingo2009-07-198-25/+21
| | | * rename scm_i_make_ra to scm_i_make_arrayAndy Wingo2009-07-193-14/+14
| | | * clean up libguile/Makefile.amAndy Wingo2009-07-191-79/+386
| | | * remove convert.{c,i.c,h}Andy Wingo2009-07-194-373/+3
| | | * remove deprecated functions from unif.cAndy Wingo2009-07-192-353/+4
| | * | Avoid clash with system setjmp/longjmp on IA64Neil Jerram2009-08-216-17/+26
| | * | Remove trailing whitespaceNeil Jerram2009-08-211-1/+1
| | * | Fix set-source-properties so that the special source properties workNeil Jerram2009-08-211-0/+63
| | * | In srcprop.c change all occurrences of "plist" to "alist"Neil Jerram2009-08-212-39/+39
| | * | Use uc_tolower in number conversionMichael Gran2009-08-211-1/+1
| | * | Use string accessors for string->number conversionMichael Gran2009-08-214-55/+93