bpt/guile.git
2010-01-07 Andy Wingofix array->list
2010-01-07 Ludovic CourtèsEnclose hooks tests in their own module.
2010-01-07 Ludovic CourtèsFix 1.8-compatibility of `scm_search_path ()'.
2010-01-07 Ludovic CourtèsUse Gnulib's `full-write' instead of custom code.
2010-01-07 Ludovic CourtèsUse `encoding-error' instead of `misc-error' for string...
2010-01-07 Ludovic CourtèsHave string ports honor `%default-port-encoding'.
2010-01-07 Ludovic CourtèsAdd in-source documentation of `scm_to_stringn ()'.
2010-01-07 Andy Wingofix compiler warnings in foreign.c
2010-01-07 Andy Wingoadd subr-call VM op
2010-01-07 Andy Wingoadd SCM_PROGRAM_IS_PRIMITIVE_GENERIC flag and checker
2010-01-07 Andy Wingoprogram-meta procedures get their program's objtable
2010-01-07 Julian GrahamAttempt to narrow normalized strings.
2010-01-05 Andy Wingoremove unused snarf macros
2010-01-05 Andy Wingomove subr implementation details to gsubr.[ch]
2010-01-05 Andy Wingoclean up macros.[ch]
2010-01-05 Andy Wingoremove mmacros, SCM_SYNTAX snarf macro
2010-01-05 Andy Wingoremove scm_makacro and scm_makmacro
2010-01-05 Andy Wingofix include paths in foreign.c
2010-01-05 Andy Wingoremove the deprecatd scm_make_subr_*
2010-01-04 Andy Wingodynamic-func returns foreign objects, not bignums
2010-01-04 Andy Wingoadd foreign value wrapper
2010-01-03 Ludovic CourtèsUpdate `.gitignore'.
2010-01-03 Ludovic CourtèsAdd per-directory Emacs local variables.
2010-01-03 Ludovic CourtèsRemove dependency on GNU Make and reliance on /usr...
2010-01-03 Andy Wingorename goto/args and friends to tail-call, tail-apply...
2010-01-03 Andy Wingoadd truncated-print tests
2010-01-03 Andy Wingofix bug in generalized-vector->list
2010-01-03 Julian GrahamSupport for Unicode string normalization functions
2009-12-29 Andy Wingocleanups to debugger
2009-12-29 Andy Wingodebugger's backtrace implemented in scheme
2009-12-29 Andy Wingoframes.c no longer exports frame-source -- frame.scm...
2009-12-29 Andy Wingo~:@y allows for truncation to an absolute maximum width
2009-12-29 Andy Wingointegers at debugger select frames
2009-12-29 Andy Wingoclean up (system vm frames), add locals command to...
2009-12-29 Andy Wingoadd ~@y truncated printing directive to format
2009-12-29 Andy Wingoadd truncated-print to (ice-9 pretty-print)
2009-12-29 Andy Wingofix bug in string array implementation type mask
2009-12-28 Michael GranAdd documentation for scm_c_upcase et al
2009-12-28 Andy Wingopretty-print is a lambda*
2009-12-28 Andy Wingofix bug bindings lexical vars within optargs initializers
2009-12-28 Andy WingoMerge branch 'read-fix'
2009-12-28 Andy WingoFix bugs reading long tokens
2009-12-28 Andy Wingofix defmacro*
2009-12-28 Andy Wingo(syntax foo) -> #'foo in boot-9
2009-12-28 Michael GranIncorrect indexing into character name list
2009-12-27 Neil Jerrammanual updates following libguile docstring changes
2009-12-27 Neil JerramDoc for getsid
2009-12-27 Neil JerramAdd support for getsid
2009-12-24 Julian GrahamSupport for Unicode general categories
2009-12-24 Andy Wingoimplement up, down, frame, and bindings in the repl
2009-12-24 Andy Wingorewrite debugger command loop
2009-12-23 Andy Wingokeyword arg errors throw to 'keyword-argument-error
2009-12-22 Andy Wingoimplement a silly debugger
2009-12-22 Andy Wingofix warning-caught bug in boot-9
2009-12-22 Julian GrahamComplete support for version information in Guile's...
2009-12-22 Julian GrahamSupport for renaming bindings on module export.
2009-12-22 Julian GrahamImproved support for Unicode title case in Guile's...
2009-12-21 Andy Wingountabify boot-9.scm
2009-12-21 Andy Wingotracing at repl
2009-12-21 Andy Wingo(system vm trace) sorta working
2009-12-21 Andy Wingodon't take string-write mutex in read.c:read_token
2009-12-21 Andy Wingorework vm tracing
2009-12-21 Andy Wingoadd scm_call_n, scm_c_run_hookn
2009-12-21 Andy Wingoremove "module system quirks" from the manual
2009-12-20 Andy Wingopoor man's statprof integration with the repl: ,pr
2009-12-20 Andy Wingoadd test suites
2009-12-20 Andy Wingointegrate guile-lib docs
2009-12-20 Andy Wingotexinfo fixes
2009-12-20 Andy Wingotweaks to statprof
2009-12-20 Andy Wingoimport statprof, sxml, and texinfo from guile-lib
2009-12-20 Andy Wingoversion.h depends on config.status
2009-12-20 Andy Wingohandle interrupts in mv-call, return/values
2009-12-20 Andy Wingoremove scm_add_method
2009-12-20 Andy Wingoguile-config depends on config.status
2009-12-20 Andy Wingoin the load path, look in library-dir before site-dir
2009-12-20 Andy Wingopsyntax's labels and marks now unique over a read/write...
2009-12-19 Neil JerramDocument need for pkg-config to build Guile
2009-12-18 Neil JerramUpdate and simplify statement about RnRS support
2009-12-18 Brian Goughmake the use of the 5-argument @xref command consistent
2009-12-18 Ken RaeburnAllow more characters in coding system names in Emacs...
2009-12-18 Brian Goughmore typo fixes
2009-12-18 Brian Goughtypo fix
2009-12-18 Brian Goughadded brief introduction about SLIB
2009-12-18 Brian GoughHash Table examples - hashq takes different number...
2009-12-17 Brian Goughreplace ascii figures with scalable ps/pdf versions.
2009-12-17 Brian Goughuse explicit ./scriptname to help novice users
2009-12-17 Brian Goughuse correct url to ftp.gnu.org
2009-12-15 Ludovic CourtèsBump version number for 1.9.6.
2009-12-15 Ludovic CourtèsRemove unneeded #include <assert.h>.
2009-12-15 Ludovic CourtèsUse Gnulib's `sys_stat' module; update Gnulib.
2009-12-15 Ludovic CourtèsRemove obsolete test-suite makefile snippets.
2009-12-15 Ludovic CourtèsDisable thread-local storage on Solaris 8.
2009-12-15 Ludovic CourtèsChange the Elisp compiler from GPLv2+ to LGPLv3+.
2009-12-15 Ludovic CourtèsUse portable shell in `meta/uninstalled-env'.
2009-12-15 Ludovic CourtèsUse the right `grep' command.
2009-12-15 Ludovic CourtèsRemove GNU Make-specific function call.
2009-12-15 Ludovic CourtèsRemove extraneous semicolon after `SCM_ARRAY_IMPLEMENTA...
2009-12-15 Ludovic CourtèsRemove extraneous functions from `AC_REPLACE_FUNCS'.
2009-12-15 Ludovic CourtèsAvoid `SCM_UNPACK ()' in constant expressions.
2009-12-15 Ludovic CourtèsRemove `return' from `void' function.
next