bpt/guile.git
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
2010-07-09 Andy Wingoremove use-emacs-interface check from ice-9 readline
2010-07-09 Andy Wingodefine* in ice-9 regex
2010-07-09 Andy Wingountabify (ice-9 regex)
2010-07-09 Andy Wingofix (set! MACRO exp) hygiene
2010-07-04 Neil JerramFix TeXing of doc/ref/r6rs.texi
2010-07-04 Ludovic CourtèsOptimize `string=' for the common case.
2010-07-04 Ludovic CourtèsAdd `scm_i_string_data'.
2010-07-01 Neil JerramFix hanging of popen.test
2010-06-29 Andy Wingofix repl level printing
2010-06-29 Tristan ColgateUpdate #:procedure method for <applicable-struct>
2010-06-28 Andy Wingo* module/srfi/srfi-60.scm (bit-count): #:replace core...
2010-06-26 Andy Wingouse *repl-stack* instead of *repl-level*
2010-06-26 Andy Wingotweak to ensure-batch-mode!
2010-06-26 Andy Wingoadd repl inport and outport fields and accessors
2010-06-26 Andy Wingoallow kwargs to repl metacommands
2010-06-25 Thien-Thi NguyenHACKING: Mention (add-hook 'before-save-hook 'delete...
2010-06-24 Julian GrahamEdits to R6RS standard libraries documentation proposed...
2010-06-22 Andy Wingotop-repl out to its own module
2010-06-22 Andy Wingosimplify top-repl
2010-06-22 Andy Wingodon't bother catching SIGSEGV et al in top-repl
2010-06-22 Andy Wingodeprecate named-module-use!, load-emacs-interface,...
2010-06-22 Andy Wingorequire-extension using syntax-case
2010-06-22 Andy Wingocond-expand in syntax-case
2010-06-22 Andy Wingomore aspiration in boot-9
2010-06-22 Andy Wingobegin-deprecated using syntax-case
2010-06-22 Julian GrahamIntegrate complete R6RS standard libraries documentation.
2010-06-21 Andy Wingorelax restriction on _ in literals
2010-06-21 Andy Wingofix matches? test
2010-06-21 Andy Wingosyntax-case treats _ as placeholder
2010-06-21 Andy Wingofix compilation with automake < 1.11
2010-06-21 Andy Wingofreshly regenerate psyntax-pp
2010-06-20 Andy Wingofix rnrs duplicate bindings warnings
2010-06-20 Andy Wingornrs modules #:replace as appropriate
2010-06-20 Andy Wingoensure unicode-capable rnrs string ports
2010-06-20 Ludovic CourtèsCanonicalize source file names in `primitive-load-path...
2010-06-19 Andy Wingorepl compiles with warnings by default
2010-06-19 Andy Wingoscheme-mode in syntactic records test
2010-06-19 Andy Wingotypo in mutable-strings
next