summaryrefslogtreecommitdiff
path: root/libguile
Commit message (Expand)AuthorAgeFilesLines
* add call-with-vm; remove thread-vm bits; remove vm-apply; engines settable.Andy Wingo2010-09-273-85/+189
* Fix bignum memory leak.Ludovic Courtès2010-09-271-0/+18
* Allocate bignums in pointer-less memory.Ludovic Courtès2010-09-271-6/+19
* Remove `scm_t_aligned_cell'.Ludovic Courtès2010-09-271-30/+0
* Fix argument passing in VM hooks.Ludovic Courtès2010-09-271-4/+9
* Have `@abort' honor VM changes by winds.Ludovic Courtès2010-09-271-1/+5
* Favor non-hex string escapes over hex escapes when writing stringsMichael Gran2010-09-261-1/+9
* Incorrect parsing of NaN complex numbersMichael Gran2010-09-251-1/+1
* remove vm-version, vm optionsAndy Wingo2010-09-252-36/+0
* remove a number of debug optionsAndy Wingo2010-09-243-34/+8
* remove evaluator-traps-interfaceAndy Wingo2010-09-244-100/+0
* remove eval-optionsAndy Wingo2010-09-242-34/+0
* remove srcprop.[ch] things that have to do with breakpointsAndy Wingo2010-09-243-53/+16
* Remove unused declarations.Ludovic Courtès2010-09-241-2/+0
* Add `thread-vm' and `set-thread-vm!'.Ludovic Courtès2010-09-242-7/+44
* Fix bug #31081 (`lookahead-u8' returns an s8.)Ludovic Courtès2010-09-231-2/+2
* Fix weak-value hash tables.Ludovic Courtès2010-09-231-0/+7
* Define `equal?' for pointer objects.Ludovic Courtès2010-09-231-0/+3
* add scm_frame_address / frame-addressAndy Wingo2010-09-232-0/+11
* SRFI-1: Rewrite `alist-copy' in Scheme.Ludovic Courtès2010-09-202-36/+0
* Remove the SRFI-1 C proxies.Ludovic Courtès2010-09-202-222/+0
* vm hooks run without hooksAndy Wingo2010-09-171-2/+4
* add vm-abort-continuation-hook, vm-restore-continuation-hookAndy Wingo2010-09-164-4/+45
* trim our set of vm hooksAndy Wingo2010-09-165-89/+34
* Fix write-beyond-end-of-string error in the conversion to R6RS string escapes.Ludovic Courtès2010-09-152-6/+27
* Optimize `peek-char'.Ludovic Courtès2010-09-151-13/+45
* Re-introduce pretty-printing of combining characters.Ludovic Courtès2010-09-151-1/+49
* Remove commented out code from `print.c'.Ludovic Courtès2010-09-141-24/+0
* Factorize and optimize `write' for strings and characters.Ludovic Courtès2010-09-142-204/+200
* Internally expose `scm_i_unistring_escapes_to_{guile,r6rs}_escapes'.Ludovic Courtès2010-09-142-11/+15
* libguile gitignoreAndy Wingo2010-09-121-2/+2
* move srfi-1 and srfi-60 C impl to libguile, without public C apiAndy Wingo2010-09-127-5/+3564
* Provide non-locale C/Scheme string conversion functionsMichael Gran2010-09-122-8/+19
* Clarify feature macro conditionals.Ludovic Courtès2010-09-081-2/+4
* Use Gnulib's `isnan' and `isinf' modules.Ludovic Courtès2010-09-083-121/+33
* Use `have-lib' when checking for libltdl.Ludovic Courtès2010-09-061-3/+3
* Rename `make-foreign-function' to `pointer->procedure'.Ludovic Courtès2010-09-062-5/+5
* fix to program-moduleAndy Wingo2010-09-061-2/+9
* Don't say "source file is newer" when either file is inaccessible.Ludovic Courtès2010-09-041-10/+13
* Compare source/compiled file timestamps with nano-second resolution.Ludovic Courtès2010-09-041-7/+20
* Fix the `put-bytevector' tests.Ludovic Courtès2010-09-031-1/+5
* Add `procedure->pointer' to the FFI.Ludovic Courtès2010-09-032-26/+116
* module-local-variable optimizationAndy Wingo2010-09-021-7/+22
* Fix memory leak in `lock-mutex' (aka. `scm_lock_mutex'.)Ludovic Courtès2010-09-021-6/+21
* Avoid calls to `scm_current_thread' in `fat_mutex_unlock'.Ludovic Courtès2010-09-021-3/+3
* Rewrite `fport_flush' using Gnulib's `full_write'.Ludovic Courtès2010-09-011-35/+7
* bitvector workAndy Wingo2010-08-291-8/+6
* add flag to vtables to indicate that their layout is validAndy Wingo2010-08-292-25/+37
* threadsafety in deprecation, extensionsAndy Wingo2010-08-282-6/+21
* threadsafe object propertiesAndy Wingo2010-08-281-5/+19