summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* temp commitwip-sassyAndy Wingo2009-08-144-3/+520
* add the sassy x86 assemblerAndy Wingo2009-08-13479-0/+12853
* compiler.test: Enforce evaluation order.Ludovic Courtès2009-08-131-9/+11
* Allow fresh modules to be passed to `compile'.Ludovic Courtès2009-08-133-6/+34
* Allow redefinitions in compiled code as in `(define round round)'.Ludovic Courtès2009-08-133-5105/+5987
* update docs for recent vm/compiler workAndy Wingo2009-08-123-169/+317
* "fix" <let>-bound lambda expressions tooAndy Wingo2009-08-124-18/+85
* Don't include libunistring headers in Guile public headersMichael Gran2009-08-125-8/+29
* Regression, scm_string fails to test for circular listsMichael Gran2009-08-122-2/+13
* Some signed/unsigned comparison and conversionsMichael Gran2009-08-122-3/+3
* rework the vm support for wide stringsAndy Wingo2009-08-1211-199/+99
* Fix disassembly of strings and symbolsMichael Gran2009-08-121-2/+22
* Quiet signed/unsigned comparison warnings in chars.[ch]Michael Gran2009-08-112-5/+5
* Avoid unitialized and unused warnings in scm_string_appendMichael Gran2009-08-111-9/+13
* Revert to locale-dependent toupper and tolowerMichael Gran2009-08-111-2/+8
* Only pass ints to tolower and toupperMichael Gran2009-08-112-9/+9
* debitrot the ecmascript compilerAndy Wingo2009-08-125-565/+553
* make the fallback path look less like line noiseAndy Wingo2009-08-112-3/+16
* include objcode cookie in the fallback pathAndy Wingo2009-08-113-30/+30
* More string and symbol testsMichael Gran2009-08-102-7/+317
* Fix %string-dump and %symbol-dump fieldsMichael Gran2009-08-101-11/+13
* Change `defined?' to accept a module as its second argument.Ludovic Courtès2009-08-102-41/+21
* Make scm_charprint and scm_i_string_wide_chars SCM_INTERNAL.Michael Gran2009-08-103-4/+4
* Improve %string-dump and %symbol-dumpMichael Gran2009-08-102-57/+181
* More comments for string functionsMichael Gran2009-08-091-16/+59
* Missing parentheses in SCM_MAKE_CHAR macroMichael Gran2009-08-091-3/+3
* Port position macros shouldn't require enclosing bracesMichael Gran2009-08-092-22/+11
* Use a linker version script for libguile.Ludovic Courtès2009-08-092-1/+52
* Use Gnulib's `lib-symbol-versions' module.Ludovic Courtès2009-08-099-14/+77
* Remove bogus `configure' test for GNU libunistring.Ludovic Courtès2009-08-091-7/+1
* Merge commit 'origin/master'Michael Gran2009-08-0819-410/+1107
|\
| * lambda, the ultimate gotoAndy Wingo2009-08-072-39/+155
| * implement compilation of label-allocated lambda expressionsAndy Wingo2009-08-071-129/+195
| * add label alist to lambda allocations in tree-il->glil compilerAndy Wingo2009-08-072-17/+47
| * loop detection in the houseAndy Wingo2009-08-063-23/+54
| * actually implement "fixing letrec"Andy Wingo2009-08-067-82/+252
| * actually inline call-with-values to tree-il's <let-values>Andy Wingo2009-08-064-21/+59
| * let-values in terms of syntax-case, add make-tree-il-folderAndy Wingo2009-08-054-189/+194
| * add <fix> tree-il construct, and compile itAndy Wingo2009-08-059-44/+189
| * add a brain-dead inlinerAndy Wingo2009-08-053-11/+49
| * add1 and sub1 instructionsAndy Wingo2009-08-054-6/+52
| * perform gmp/unistring compile checks with AC_LIB_HAVE_LINKFLAGSAndy Wingo2009-08-042-14/+11
| * rename configure.in to configure.acAndy Wingo2009-08-042-0/+0
| * fix buffer overrun reading partial numbers: 1.0f, 1.0/, and 1.0+Andy Wingo2009-08-041-1/+16
* | Add Unicode strings and symbolsMichael Gran2009-08-0815-306/+1046
|/
* Don't doubly define scm_t_wcharMichael Gran2009-08-012-9/+1
* Fix coding style compliance for recent 32-bit char changesMichael Gran2009-08-012-15/+9
* Don't use GNU extensions for SCM_MAKE_CHAR macroMichael Gran2009-08-012-5/+11
* Make charname declarations module-level and GCSMichael Gran2009-08-011-48/+42
* Update NEWS for charname changesMichael Gran2009-08-011-0/+15