summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'boehm-demers-weiser-gc' into bdw-gc-static-allocbdw-gc-static-allocLudovic Courtès2009-09-02932-18371/+123684
|\
| * 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-013-168/+90
| * Fix leaky handling of `scm_take_locale_{symbol,string} ()'.Ludovic Courtès2009-09-012-41/+6
| * Fix `benchmark-guile'.Ludovic Courtès2009-08-311-2/+2
| * 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-308-48/+59
| * Add `BDW_GC_CFLAGS' to the `.pc' files.Ludovic Courtès2009-08-282-2/+2
| * 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-28205-8295/+18780
| |\
| | * Don't presume existence or success of setlocale in test-suiteMichael Gran2009-08-286-130/+124
| | * 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
| | * Fix GDS utility client startupNeil Jerram2009-08-281-8/+8
| | * Add missing `FUNC_NAME' definition.Ludovic Courtès2009-08-281-2/+3
| | * Merge branch 'ossau-gds-dev'Neil Jerram2009-08-2712-64/+715
| | |\
| | | * Merge branch 'master' into ossau-gds-devossau-gds-devNeil Jerram2009-02-091-5/+8
| | | |\
| | | * \ Merge branch 'master' into ossau-gds-devNeil Jerram2009-02-0892-6399/+94288
| | | |\ \
| | | * | | Ignore gds-test.debug and gds-test.transcriptNeil Jerram2008-12-131-0/+2
| | | * | | Support multiple concurrent instances of Emacs + GDS serverNeil Jerram2008-12-134-63/+59
| | | * | | Thank people who provided reports or fixes for GDSNeil Jerram2008-12-121-0/+3
| | | * | | Add more files that I wrote to the list in AUTHORSNeil Jerram2008-12-121-1/+28
| | | * | | Add GDS test and documentation filesNeil Jerram2008-12-125-0/+617
| | | * | | Add a GDS protocol hook, that we can use for testingNeil Jerram2008-12-111-0/+6
| | * | | | Fix doc of let*-valuesNeil Jerram2009-08-272-1/+2
| | * | | | Make GDS resilient to autocompilation commentsNeil Jerram2009-08-271-2/+7
| | * | | | Incorporate ice-9-debugger-extensions properlyNeil Jerram2009-08-279-184/+91
| | * | | | Remove superfluous ice-9-debugger-extensions code for old Guile versionsNeil Jerram2009-08-272-61/+18
| | * | | | 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-275-636/+1240
| | * | | | Revert "eval is actually compile"Andy Wingo2009-08-271-8/+0
| | * | | | Don't leave and reenter guile mode if mutex is availableKen Raeburn2009-08-261-4/+9
| | * | | | Pick up in tree headers rather than installed onesKen Raeburn2009-08-261-6/+9
| | * | | | fix uninitialized variable in scm_read_characterAndy Wingo2009-08-261-5/+5
| | * | | | actually install guile-toolsAndy Wingo2009-08-261-1/+1
| | * | | | fix guile-readline linker bugAndy Wingo2009-08-261-1/+1
| | * | | | Merge commit 'origin/master'Andy Wingo2009-08-2533-375/+1980
| | |\ \ \ \
| | | * | | | Add full Unicode capability to ports and the default readerMichael Gran2009-08-2526-316/+1705
| | | * | | | Avoid unpacking symbols in GOOPSMichael Gran2009-08-231-10/+55
| | | * | | | Modify socket and time functions for wide stringsMichael Gran2009-08-235-33/+200
| | | * | | | 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-2550-4345/+4478
| | |\ \ \ \ \ | | | |/ / / / | | |/| | | |
| | | * | | | 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-194-34/+84