fix up options.test
[bpt/guile.git] / libguile /
2010-09-24 Andy Wingoremove a number of debug options
2010-09-24 Andy Wingoremove evaluator-traps-interface
2010-09-24 Andy Wingoremove eval-options
2010-09-24 Andy Wingoremove srcprop.[ch] things that have to do with breakpoints
2010-09-24 Ludovic CourtèsRemove unused declarations.
2010-09-24 Ludovic CourtèsAdd `thread-vm' and `set-thread-vm!'.
2010-09-23 Ludovic CourtèsFix bug #31081 (`lookahead-u8' returns an s8.)
2010-09-23 Ludovic CourtèsFix weak-value hash tables.
2010-09-23 Ludovic CourtèsDefine `equal?' for pointer objects.
2010-09-23 Andy Wingoadd scm_frame_address / frame-address
2010-09-19 Ludovic CourtèsSRFI-1: Rewrite `alist-copy' in Scheme.
2010-09-19 Ludovic CourtèsRemove the SRFI-1 C proxies.
2010-09-17 Andy Wingovm hooks run without hooks
2010-09-16 Andy Wingoadd vm-abort-continuation-hook, vm-restore-continuation...
2010-09-16 Andy Wingotrim our set of vm hooks
2010-09-15 Ludovic CourtèsFix write-beyond-end-of-string error in the conversion...
2010-09-15 Ludovic CourtèsOptimize `peek-char'.
2010-09-14 Ludovic CourtèsRe-introduce pretty-printing of combining characters.
2010-09-14 Ludovic CourtèsRemove commented out code from `print.c'.
2010-09-14 Ludovic CourtèsFactorize and optimize `write' for strings and characters.
2010-09-14 Ludovic CourtèsInternally expose `scm_i_unistring_escapes_to_{guile...
2010-09-12 Andy Wingolibguile gitignore
2010-09-12 Andy Wingomove srfi-1 and srfi-60 C impl to libguile, without...
2010-09-12 Michael GranProvide non-locale C/Scheme string conversion functions
2010-09-07 Ludovic CourtèsClarify feature macro conditionals.
2010-09-07 Ludovic CourtèsUse Gnulib's `isnan' and `isinf' modules.
2010-09-06 Ludovic CourtèsUse `have-lib' when checking for libltdl.
2010-09-06 Ludovic CourtèsRename `make-foreign-function' to `pointer->procedure'.
2010-09-06 Andy Wingofix to program-module
2010-09-04 Ludovic CourtèsDon't say "source file is newer" when either file is...
2010-09-04 Ludovic CourtèsCompare source/compiled file timestamps with nano-secon...
2010-09-03 Ludovic CourtèsFix the `put-bytevector' tests.
2010-09-03 Ludovic CourtèsAdd `procedure->pointer' to the FFI.
2010-09-03 Andy Wingomodule-local-variable optimization
2010-09-02 Ludovic CourtèsFix memory leak in `lock-mutex' (aka. `scm_lock_mutex'.)
2010-09-02 Ludovic CourtèsAvoid calls to `scm_current_thread' in `fat_mutex_unlock'.
2010-09-01 Ludovic CourtèsRewrite `fport_flush' using Gnulib's `full_write'.
2010-08-30 Andy Wingobitvector work
2010-08-29 Andy Wingoadd flag to vtables to indicate that their layout is...
2010-08-28 Andy Wingothreadsafety in deprecation, extensions
2010-08-28 Andy Wingothreadsafe object properties
2010-08-27 Andy WingoRevert "[build] Rewrite guile-func-name-check in Scheme...
2010-08-27 Ludovic CourtèsAssorted `syntax-check' fixes.
2010-08-26 Thien-Thi Nguyen[build] Rewrite guile-func-name-check in Scheme, adding...
2010-08-26 Thien-Thi Nguyen[build] Refine libguile/*.doc snarfing.
2010-08-25 Andy Wingoconsolidate sitedir definition
2010-08-19 Thien-Thi Nguyen[build] Use AM_SILENT_RULES for generating cpp-E.c...
2010-08-19 Andy Wingoobjcodes.c comments
2010-08-19 Noah LavineWhitespace fix
2010-08-18 Thien-Thi Nguyen[build] Fix sed portability bug: Don't use '\n' in...
2010-08-18 Thien-Thi Nguyen[build] Create libguile/version.h using the configure...
2010-08-17 Andy Wingofurther discouraged excision
2010-08-17 Andy Wingoa number of doc fixes
2010-08-17 Andy Wingo@apply for multiple args in the boot memoizer
2010-08-15 Ludovic CourtèsAdd `string->pointer' and `pointer->string' to the...
2010-08-08 Andy Wingoremove "discouraged" infrastructure
2010-08-08 Andy Wingodeprecated all discouraged functions
2010-08-06 Andy Wingoadd docs for extensiondir; misc other fixes
2010-08-06 Andy Wingoremove type discusison from dynamic-pointer docstring
2010-08-06 Andy Wingos/extensionsdir/extensiondir/
2010-08-06 Andy Wingo%site-dir is specific to the effective version
2010-08-04 Andy Wingofix vector-move-right! and vector-move-left!
2010-08-04 Yan LiCompiling DOT_X_FILES requires version.h
2010-08-01 Andreas RottmannFix the range of `random' on 64-bit platforms
2010-07-28 Ludovic CourtèsUpdate the FFI doc.
2010-07-28 Ludovic CourtèsRemove unused parameter from `bytevector->pointer'.
2010-07-28 Ludovic CourtèsAlways return `%null-pointer' when creating a NULL...
2010-07-28 Ludovic CourtèsUse "pointer" instead of "foreign" when dealing with...
2010-07-27 Andy Wingo64-bit random fixes
2010-07-26 Ludovic CourtèsAdd `dereference-pointer' to `(system foreign)'.
2010-07-26 Ludovic CourtèsSimplify the (system foreign) API.
2010-07-26 Ludovic CourtèsImport unbound variable reports in the VM.
2010-07-26 Ludovic CourtèsCheck for go/scm mtime ordering rather than equality.
2010-07-26 Andy Wingorstates point to rngs
2010-07-26 Andy Wingoupdate docs
2010-07-26 Andy Wingorefactor datum->random-state / random-state->datum
2010-07-26 Andy Wingolow-level RNG interfaces deal in scm_t_uint32, not...
2010-07-26 Andy Wingoremove SCM_HAVE_T_INT64, SCM_HAVE_T_UINT64
2010-07-26 Andreas RottmannAllow exposing of random number generator state
2010-07-24 Thien-Thi NguyenFix "make dist" regression: Distribute guile-func-name...
2010-07-22 Thien-Thi Nguyen[maint] Remove unused script guile-doc-snarf.
2010-07-22 Thien-Thi Nguyen[maint] Avoid no-op config-subst for libguile/guile...
2010-07-22 Thien-Thi Nguyen[build] Overhaul <errno.h>, <signal.h> cpp symbol extra...
2010-07-19 Andreas RottmannFix random number generator on 64-bit platforms
2010-07-17 Andy Wingouse scm_malloc_pointerless to alloc aligned blocks...
2010-07-17 Andy WingoSCM_I_FLUID_P -> SCM_FLUID_P
2010-07-17 Michael GranEnable character hex escapes by default
2010-07-17 Michael Granopen-file should handle binary mode and coding declarations
2010-07-16 Michael Granread-line should use port's encoding, not locale's...
2010-07-16 Michael GranMore explicit variable names in scm_i_scan_for_encoding
2010-07-15 Ludovic CourtèsRemove heap allocations in `scm_getc', `scm_ungetc...
2010-07-15 Ludovic CourtèsExpose `scm_encoding_error'.
2010-07-15 Andy Wingobetter error reporting from the vm
2010-07-15 Andy Wingodisplay-error takes a frame, shows source if possible
2010-07-13 Andy Wingofix '(] infinite loop
2010-07-12 Ludovic CourtèsFix type-checking in the optimized path of `string=?'.
2010-07-10 Andy Wingocapture default dynamic state in (guile-user)
2010-07-04 Ludovic CourtèsOptimize `string=' for the common case.
2010-07-04 Ludovic CourtèsAdd `scm_i_string_data'.
2010-06-22 Andy Wingotop-repl out to its own module
next