Age | Commit message (Expand) | Author | Files | Lines |
2009-12-01 | new evaluator, y'all | Andy Wingo | 1 | -20/+4 |
2009-11-15 | fold objects.[ch] into goops.[ch] | Andy Wingo | 1 | -1/+0 |
2009-10-27 | the cube of lisp booleans (#f nil () #t) | Mark H Weaver | 1 | -6/+5 |
2009-09-09 | Merge branch 'master' into boehm-demers-weiser-gc | Ludovic Courtès | 1 | -4/+17 |
2009-09-04 | write-char should handle UCS-4 characters | Michael Gran | 1 | -2/+2 |
2009-09-03 | Modify read and print of combining characters | Michael Gran | 1 | -2/+15 |
2009-08-30 | Use a TC7 tag instead of a SMOB for bytevectors. | Ludovic Courtès | 1 | -0/+3 |
2009-08-28 | Merge branch 'master' into boehm-demers-weiser-gc | Ludovic Courtès | 1 | -63/+112 |
2009-08-27 | Segfault when writing non-Latin-1 characters under Latin-1 locale | Michael Gran | 1 | -3/+8 |
2009-08-25 | Merge commit 'origin/master' | Andy Wingo | 1 | -34/+69 |
2009-08-25 | Merge wip-array refactor, up to cd43fdc5b7a7c | Andy Wingo | 1 | -1/+0 |
2009-08-25 | Add full Unicode capability to ports and the default reader | Michael Gran | 1 | -34/+69 |
2009-08-21 | Add initial support for wide symbols | Michael Gran | 1 | -26/+33 |
2009-08-20 | programs have their own tc7 now | Andy Wingo | 1 | -0/+4 |
2009-08-18 | Display wide strings using escapes | Michael Gran | 1 | -2/+1 |
2009-08-18 | Merge branch 'master' into boehm-demers-weiser-gc | Ludovic Courtès | 1 | -63/+147 |
2009-08-12 | Don't include libunistring headers in Guile public headers | Michael Gran | 1 | -0/+1 |
2009-08-10 | Make scm_charprint and scm_i_string_wide_chars SCM_INTERNAL. | Michael Gran | 1 | -2/+2 |
2009-08-08 | Add Unicode strings and symbols | Michael Gran | 1 | -44/+113 |
2009-08-01 | Fix coding style compliance for recent 32-bit char changes | Michael Gran | 1 | -13/+7 |
2009-07-29 | Add 32-bit characters | Michael Gran | 1 | -5/+26 |
2009-07-27 | Replace global charnames variables with accessors | Michael Gran | 1 | -6/+4 |
2009-07-19 | rename unif.[ch] to arrays.[ch] | Andy Wingo | 1 | -1/+1 |
2009-06-19 | rename SCM_SNAME to SCM_SUBR_NAME | Andy Wingo | 1 | -1/+1 |
2009-06-17 | Change Guile license to LGPLv3+ | Neil Jerram | 1 | -6/+7 |
2009-03-08 | Merge branch 'master' into boehm-demers-weiser-gc | Ludovic Courtès | 1 | -25/+2 |
2009-03-02 | Remove "compiled closures" ("cclos") in favor of a simpler mechanism. | Ludovic Courtès | 1 | -25/+2 |
2008-09-13 | Merge branch 'master' into boehm-demers-weiser-gc | Ludovic Courtès | 1 | -1/+4 |
2008-09-13 | Include <config.h> in all C files; use `#ifdef HAVE_CONFIG_H' rather than `#if'. | Ludovic Courtès | 1 | -1/+4 |
2008-09-10 | Merge commit '032913739218c756f673bfb9c8f66ef9f8f02330' into boehm-demers-wei... | Ludovic Courtès | 1 | -3/+13 |
2008-09-05 | Removed a lot of now-useless SMOB mark/free functions. | Ludovic Courtes | 1 | -1/+0 |
2008-09-05 | Fixed printing of weak vectors. | Ludovic Courtes | 1 | -5/+19 |
2008-09-05 | Merge from lcourtes@laas.fr--2005-mobile | Ludovic Courtes | 1 | -1/+1 |
2007-01-22 | * backtrace.c, debug.c, debug.h, deprecation.c, eq.c, eval.c | Han-Wen Nienhuys | 1 | -0/+3 |
2007-01-19 | * readline.c: terminate option list with NULL. | Han-Wen Nienhuys | 1 | -3/+4 |
2007-01-15 | merge from 1.8 | Kevin Ryde | 1 | -0/+6 |
2006-04-17 | merge from 1.8 branch | Kevin Ryde | 1 | -2/+2 |
2005-11-17 | * print.c (EXIT_NESTED_DATA): Before popping from the stack, reset | Neil Jerram | 1 | -21/+30 |
2005-09-04 | (SCM_PRINT_KEYWORD_STYLE_I, SCM_PRINT_KEYWORD_STYLE): | Marius Vollmer | 1 | -4/+32 |
2005-06-06 | (iprin1): When writing a string, collect all characters that can be | Marius Vollmer | 1 | -10/+18 |
2005-05-23 | The FSF has a new address. | Marius Vollmer | 1 | -1/+1 |
2005-03-02 | See ChangeLog from 2005-03-02. | Marius Vollmer | 1 | -14/+14 |
2005-01-24 | Reverted changed from 2005/01/24 19:14:54, which was a commit to the | Marius Vollmer | 1 | -9/+9 |
2005-01-24 | Threading changes. | Marius Vollmer | 1 | -9/+9 |
2005-01-07 | (scm_print_state, SCM_PRINT_STATE_LAYOUT): | Marius Vollmer | 1 | -11/+11 |
2005-01-02 | Use new vector elements API or simple vector API, as appropriate. | Marius Vollmer | 1 | -11/+12 |
2004-11-09 | Do no longer handle scm_tc7_bvect bitvectors. | Marius Vollmer | 1 | -5/+0 |
2004-11-02 | Do no longer handle old-style uniform vectors. | Marius Vollmer | 1 | -9/+0 |
2004-10-27 | * print.c (iprin1): Removed code for scm_tc7_byvect. | Marius Vollmer | 1 | -1/+0 |
2004-10-22 | * variable.c, threads.c, struct.c, stackchk.c, smob.c, root.c, | Marius Vollmer | 1 | -4/+4 |