summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* Add unused variable analysis in the tree-il->glil compiler.Ludovic Courtès2009-07-313-2/+221
* Add `(system base message)', a simple warning framework.Ludovic Courtès2009-07-314-2/+146
* Add `tree-il-fold', a purely functional iterator on `tree-il'.Ludovic Courtès2009-07-312-1/+87
* Add 32-bit charactersMichael Gran2009-07-298-43/+126
* Replace global charnames variables with accessorsMichael Gran2009-07-274-68/+109
* increase range of relative jumps by aligning blocks to 8-byte boundariesAndy Wingo2009-07-267-26/+39
* make sure all programs are 8-byte alignedAndy Wingo2009-07-2610-45/+53
* fix alignment of subprograms of subprogramsAndy Wingo2009-07-261-6/+9
* fix unused SCM_FRAME_SET_DYNAMIC_LINK macroAndy Wingo2009-07-261-1/+1
* fix vmstack gdb macro for new stack frame layoutAndy Wingo2009-07-261-5/+0
* check that jumps are within the range of a signed 16-bit intAndy Wingo2009-07-241-1/+4
* fix gensym creation in psyntaxAndy Wingo2009-07-242-4/+5
* increase default stack size to 64 kilowordsAndy Wingo2009-07-241-1/+1
* compiler support for nlocs >= 256Andy Wingo2009-07-242-10/+62
* nlocs is now 16 bits wideAndy Wingo2009-07-244-40/+47
* remove all mentions of "external" from the compiler and related codeAndy Wingo2009-07-2315-268/+195
* rename "closure-ref" to "free-ref"; s/vars/variables/ in some namesAndy Wingo2009-07-239-49/+49
* remove "externals" from the vmAndy Wingo2009-07-2312-184/+60
* compile lexical variable access and closure creation to the new opsAndy Wingo2009-07-235-288/+368
* vm support for display closuresAndy Wingo2009-07-223-1/+130
* renumber vm ops (objcode cookie bumped)Andy Wingo2009-07-214-175/+176
* Bump version number for 1.9.1.release_1-9-1Ludovic Courtès2009-07-151-1/+1
* Make the non-integrated VM test-suite less verbose.Ludovic Courtès2009-07-151-5/+2
* Add FIXMEs about misaligned objcode-metas.Ludovic Courtès2009-07-152-0/+9
* Fix unaligned access in the VM code.Ludovic Courtès2009-07-151-7/+27
* Const-qualify buffers passed to `scm_c_make_objcode_slice ()'.Ludovic Courtès2009-07-152-4/+4
* Switch remaining GPLv2+ Guile-VM headers to LGPLv3+.Ludovic Courtès2009-07-159-123/+114
* Fix typo in the compile-type verification of `OBJCODE_COOKIE'.Ludovic Courtès2009-07-151-1/+1
* Make sure at compile-time that `OBJCODE_COOKIE' has the right size.Ludovic Courtès2009-07-151-1/+7
* Explicitly use Gnulib's `verify' module.Ludovic Courtès2009-07-152-2/+3
* Augment `OBJCODE_COOKIE' to detect wrong endianness or word size.Ludovic Courtès2009-07-151-1/+15
* Remove the `long_long' and `ulong_long' types.Ludovic Courtès2009-07-152-15/+4
* update NEWSAndy Wingo2009-07-141-3/+70
* NEWS has info on 1.9.N to 1.9.N+1 in addition to 1.8 to 2.0Andy Wingo2009-07-141-1/+11
* fix race in which some instruction name symbols could go unmarkedAndy Wingo2009-07-142-9/+9
* fix bounds checks for the last element of bv-*-{ref,set}Andy Wingo2009-07-141-7/+7
* Remove potential "uninitialized variable" GCC warnings.Ludovic Courtès2009-07-141-8/+8
* Fix tests that assumed little endian.Ludovic Courtès2009-07-141-12/+29
* Use Gnulib's `vsnprintf' module.Ludovic Courtès2009-07-0538-5/+10886
* Update `NEWS'.Ludovic Courtès2009-07-051-0/+1
* Enclose `bit-operations.test' in its own module.Ludovic Courtès2009-07-051-3/+4
* Fix the `BUILD_PTHREAD_SUPPORT' Automake conditional when not using pthread.Ludovic Courtès2009-07-051-5/+6
* fix error message for bad objcode cookieAndy Wingo2009-07-021-3/+3