deprecate passing a number as the destination to `format'
[bpt/guile.git] / libguile /
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
2010-06-22 Andy Wingodeprecate named-module-use!, load-emacs-interface,...
2010-06-20 Ludovic CourtèsCanonicalize source file names in `primitive-load-path...
2010-06-19 Andy Wingodeprecate the-last-stack
2010-06-18 Thien-Thi Nguyen[build] Use UTC, precise format for ‘buildstamp’ value.
2010-06-18 No ItisntUse AM_SILENT_RULES to pare down build output, ignore...
2010-06-17 U-Cain\MikeDAY_1 nl_langinfo constants don't require <nl_types.h>
2010-06-17 Andy Wingopsyntax, primitive expander, and memoizer support for...
2010-06-17 Andy Wingobeginnings of letrec* support in the expander
2010-06-17 Andy Wingofix bug in memoize
2010-06-15 Thien-Thi NguyenAdd tmpfile(3) to libguile.
2010-06-10 Andy Wingoexpt / integer-expt fixes
2010-06-09 Andy Wingofix build error with Compaq C V6.3-025
2010-06-07 Andy Wingofix (expt #t 0)
2010-06-06 Andy Wingosimplify macro representation in the wake of module...
2010-06-01 Ludovic CourtèsRemove unused symbols.
2010-06-01 Andy Wingorename (rnrs bytevector) to (rnrs bytevectors)
2010-05-31 Ludovic CourtèsFix `VM_VALIDATE_BYTEVECTOR' macro wrt. trailing semico...
2010-05-31 Ludovic CourtèsFix unaligned accesses by the bytevector instructions.
2010-05-30 Ludovic CourtèsFix argument and return value alignment in `scm_i_forei...
2010-05-30 Ludovic CourtèsFix parenthesizing of the `ROUND_UP' macro; factorize.
2010-05-28 Ludovic CourtèsRemove dead code related to `scm_i_terminating'.
2010-05-28 Ludovic CourtèsFix the visibility of a few of internal symbols.
2010-05-28 Ludovic CourtèsChange occurrences of "filesystem" to "file system".
2010-05-28 Ludovic CourtèsUse GCC's `malloc' attribute for malloc-like routines.
2010-05-28 Volker Grabschdon't fail when HAVE_STAT64 is undefined
2010-05-28 Ludovic CourtèsAdd `scm_t_aligned_cell' internal type.
2010-05-27 Julian GrahamSupport for the #!r6rs lexeme.
2010-05-27 Andy Wingoremove scm_memoizer_p and scm_memoizer declarations
2010-05-26 Ludovic CourtèsRaise an exception upon VM stack overflows (fixes bug...
2010-05-20 Andy Wingoiron out inconsistency between eval and compile expansion
2010-05-20 Andy Wingoprimitive-eval takes expanded, not memoized, source
2010-05-19 Andy Wingo%null-pointer properly aligned
2010-05-19 Andy Wingofix a couple expander naming bugs
2010-05-19 Andy Wingo%expanded-vtables is a vector
2010-05-19 Andy Wingoseparate boot expansion from memoization
2010-05-18 Andy Wingoremove the new scm_memoize_begin, etc
2010-05-16 Andy Wingoscm_memoize_lambda update
2010-05-13 Andy Wingoevaluator support for case-lambda
2010-05-13 Andy Wingoprimitive support for lambda*
next