summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* tmpnan-boxingAndy Wingo2011-05-151-16/+111
* SCM always 64 bits wideAndy Wingo2011-05-133-44/+74
* scm is always a unionAndy Wingo2011-05-131-38/+8
* SCM is a unionAndy Wingo2011-05-131-3/+3
* add SCM_SIZEOF_VOID_PAndy Wingo2011-05-131-0/+1
* add check that pointers are represented the same way as integersAndy Wingo2011-05-132-0/+57
* SCM_IS_BIG_ENDIAN in scmconfig.hAndy Wingo2011-05-131-0/+8
* Bump default typing strictness to 2.Andy Wingo2011-05-131-1/+1
* merge strictness branch from 2.0Andy Wingo2011-05-1352-340/+402
|\
| * refactor do_thread_exit cleanup handler invocationAndy Wingo2011-05-131-1/+8
| * i18n error return type fixAndy Wingo2011-05-131-2/+2
| * PTR2SCM and SCM2PTR in inline.hAndy Wingo2011-05-131-7/+7
| * compile-time assertion in net_db uses constant expressionsAndy Wingo2011-05-131-2/+2
| * ports.c uninitialized static SCM values are #f, not 0Andy Wingo2011-05-131-7/+7
| * scm_port_for_each fixAndy Wingo2011-05-131-1/+13
| * weak_bucket_assoc tweakAndy Wingo2011-05-131-2/+4
| * vm_make_boot_program initializer fixAndy Wingo2011-05-131-2/+2
| * correct use of SCM2PTR in SCM_I_REGISTER_DISAPPEARING_LINK formsAndy Wingo2011-05-133-24/+18
| * scm_is_false instead of == SCM_BOOL_F; also is_null, is_true, etcAndy Wingo2011-05-1310-22/+22
| * more care regarding SCM_PACK and SCM_UNPACKAndy Wingo2011-05-1318-72/+75
| * scm_is_eq for SCM vals, not == or !=Andy Wingo2011-05-1315-63/+59
| * deprecate scm_internal_dynamic_windAndy Wingo2011-05-134-25/+36
| * excise scm_internal_dynamic_wind from goops.cAndy Wingo2011-05-131-8/+12
| * async.c refactorAndy Wingo2011-05-131-39/+55
| * fix type errorsAndy Wingo2011-05-133-5/+5
| * allow iflags to be constant expressions with typing-strictness==2Andy Wingo2011-05-137-48/+58
| * fix static allocation with debug_typing_strictness==2Andy Wingo2011-05-132-10/+14
| * add missing SCM_DEPRECATED annotationAndy Wingo2011-05-121-4/+4
* | remove all deprecated codeAndy Wingo2011-05-1222-4744/+72
* | Merge remote-tracking branch 'origin/stable-2.0'Andy Wingo2011-05-121-29/+94
|\ \ | |/
| * all deprecated routines emit warningsAndy Wingo2011-05-121-29/+94
* | Merge remote-tracking branch 'origin/stable-2.0'Andy Wingo2011-05-0920-357/+1724
|\ \ | |/
| * fix some duplication in object tablesAndy Wingo2011-05-081-1/+3
| * Add `vhash-fold-right'.Ludovic Courtès2011-05-083-5/+23
| * Optimize `vlist-fold-right'.Ludovic Courtès2011-05-081-1/+8
| * add map and for-each benchmarksAndy Wingo2011-05-081-1/+18
| * Fix small integer return value packing on big endian machines.Ludovic Courtès2011-05-081-10/+39
| * Make the definition of `scm_read_shebang' match its declaration.Ludovic Courtès2011-05-081-1/+1
| * compile-assembly: cleanupAndy Wingo2011-05-081-27/+0
| * compile-assembly: use file-level constants tableAndy Wingo2011-05-081-170/+233
| * compile-assembly: add dump-constants, a new helperAndy Wingo2011-05-081-2/+150
| * compile-assembly: add build-constant-store, build-object-tableAndy Wingo2011-05-081-0/+114
| * compile-assembly: make-meta refactorAndy Wingo2011-05-081-9/+9
| * compile-assembly: add traversal helpersAndy Wingo2011-05-081-1/+27
| * fix `hash' for inf and nanAndy Wingo2011-05-082-3/+7
| * Make the R6RS simple I/O library use conditionsAndreas Rottmann2011-05-073-29/+84
| * Fix `get_utf8_codepoint' to not consume valid starting bytes.Ludovic Courtès2011-05-072-60/+63
| * Add `scm_peek_byte_or_eof'.Ludovic Courtès2011-05-072-7/+34
| * More completely document the `(rnrs io ports)' libraryAndreas Rottmann2011-05-071-21/+668
| * fix srfi-1 map-in-order definitionAndy Wingo2011-05-071-0/+2