summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* update docs for calling convention changecalling-conventionAndy Wingo2009-08-151-64/+54
* push new frame on stack before procedure & argsAndy Wingo2009-08-154-52/+73
* reorder frame layoutAndy Wingo2009-08-156-123/+85
* remove dead weight from vm-i-system.cAndy Wingo2009-08-151-221/+58
* Update `.gitignore' for GNU Global.Ludovic Courtès2009-08-151-0/+4
* Switch from `guile-1.8.pc' to `guile-2.0.pc'.Ludovic Courtès2009-08-156-8/+9
* Uncomment run-time objcode alignment check.Ludovic Courtès2009-08-132-7/+7
* Remove deprecated semi-public memoizers.Ludovic Courtès2009-08-132-67/+4
* Make the evaluator's memoizers private.Ludovic Courtès2009-08-133-128/+129
* 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