bpt/guile.git
2010-08-15 Ludovic CourtèsAdd `string->pointer' and `pointer->string' to the...
2010-08-15 Ludovic CourtèsAdd `number->locale-string' tests.
2010-08-09 Julian GrahamExplicit definitions for `memp' and `assp' in `(rnrs...
2010-08-08 Julian GrahamExplicit definitions for `vector-for-each' and `vector...
2010-08-08 Andy Wingofurther rnrs incompat note
2010-08-08 Andy Wingoloose ends from "discouraged" removal
2010-08-08 Andy Wingoremove "discouraged" infrastructure
2010-08-08 Andy Wingodeprecated all discouraged functions
2010-08-08 Andy Wingomore r6rs incompat
2010-08-08 Andy Wingoadd section on toplevel expansion to r6rs incompatibilities
2010-08-06 Andy Wingomore NEWS updates
2010-08-06 Andy Wingofix stack narrowing for tail-call to throw
2010-08-06 Andy Wingo,x unbound does not quit repl
2010-08-06 Andy Wingoupdate NEWS for 1.9.12 (mostly)
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-06 Andy Wingoonly one Value History section
2010-08-06 Andy Wingoadd settable identifier syntax docs
2010-08-06 Andy Wingoletrec* in docs, and some r6rs fixes
2010-08-05 Andy Wingofold 1.9.11 news into main body
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èsFix `parse-c-struct'.
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 NguyenUpdate AUTHORS to reflect now-removed guile-snarf-docs...
2010-07-22 Thien-Thi Nguyen[maint] Remove unused script guile-doc-snarf.
2010-07-22 Thien-Thi NguyenAdd copyright notice to acinclude.m4.
2010-07-22 Thien-Thi Nguyen[build] Move GUILE_CONFIG_SCRIPT to acinclude.m4.
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-21 Andy Wingofix git-version-gen to work with bsd sed and obsolete...
2010-07-20 Ludovic CourtèsStart rewriting SRFI-1 in Scheme.
2010-07-20 Ludovic CourtèsAdd `vhash-fold*' in `(ice-9 vlist)'.
2010-07-19 Andreas RottmannFix random number generator on 64-bit platforms
2010-07-17 Andy Wingorecommend #:replace
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 Andy Wingoremove (system vm debug)
2010-07-16 Andy Wingoremove (ice-9 emacs)
2010-07-16 Andy Wingogut ice-9 debug
2010-07-16 Andy Wingoupdate tour.texi examples
2010-07-16 Andy Wingotour.texi updates
2010-07-16 Andy Wingoupdate debugger docs
2010-07-16 Andy Wingoupdates to system repl command
2010-07-16 Andy Wingolower fill-column in .dir-locals.el
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 Ludovic Courtèssxml-match: Always use the same prompt tag.
2010-07-15 Ludovic CourtèsDeclare `ice-9/psyntax-pp.scm.gen' as a phony target.
2010-07-15 Andy Wingodon't re-print the error by default in call-with-error...
2010-07-15 Andy Wingoerror-handling tweak
2010-07-15 Andy Wingobetter error reporting from the vm
2010-07-15 Andy Wingopass a frame to display-error in system repl error...
2010-07-15 Andy Wingodisplay-error takes a frame, shows source if possible
2010-07-14 Andy Wingofix boostrapping error with srfi-1 (for the third time!)
2010-07-14 Julian GrahamFix argument passing for external hash functions in...
2010-07-13 Andy Wingofix '(] infinite loop
2010-07-13 Andy Wingofix psyntax-pp.go dependency
2010-07-13 Andy Wingoctrl-d with readline exits one recursive repl instance
2010-07-13 Andy Wingodon't automatically generate psyntax-pp.scm any more
2010-07-12 Ludovic CourtèsHave `benchmark-guile' honor the current $GUILE_LOAD_PATH.
2010-07-12 Ludovic CourtèsAdd missing benchmark files to the distribution.
2010-07-12 Ludovic CourtèsFix type-checking in the optimized path of `string=?'.
2010-07-10 Andy Wingoprint column numbers in backtraces
2010-07-10 Andy Wingofinally, backtraces only showing frames for the computation
2010-07-10 Andy Wingoupdate manual for value history on by default
2010-07-10 Andy Wingovalidating repl options; value-history on by default
2010-07-10 Andy Wingovalue-history-enabled? accessor
2010-07-10 Andy Wingoheap/literal fixes for repl-default-options
2010-07-10 Andy Wingoadd utils to turn value history on and off, and to...
2010-07-10 Andy Wingocapture default dynamic state in (guile-user)
2010-07-10 No ItisntRemove trailing whitespace
2010-07-09 Andy Wingoavoid running the debugger during parsing or compilatio...
2010-07-09 Andy Wingofix up a repl command docstring
2010-07-09 Andy Wingotweaks to print-locals
2010-07-09 Andy Wingotweaks to new repl
2010-07-09 Andy Wingointegrate the debugger into the repl
2010-07-09 Andy Wingoreadline only handles SIGWINCH
next