bpt/guile.git
2010-04-24 Andy Wingoadd submodule binders
2010-04-24 Andy Wingomodule-{ref,define}-submodule use the submodules table
2010-04-24 Andy Wingoadd submodules field to modules
2010-04-24 Andy Wingouse nested-ref-module in (system xref)
2010-04-24 Andy Wingonested module fixen to (ice-9 ls)
2010-04-24 Andy Wingodeprecated %app shims use module-define-submodule!
2010-04-24 Andy Wingoresolve-module uses -module variants
2010-04-24 Andy Wingouse the define-module variants in module-name and make...
2010-04-24 Andy Wingonested-ref et al use module-ref-submodule; add -module...
2010-04-23 Andy Wingoadd module-ref-submodule, module-define-submodule!
2010-04-23 Andy Wingotweak to resolve-module
2010-04-23 Andy Wingofix (app modules) usage in (ice-9 session)
2010-04-22 Andy Wingodeprecate %app
2010-04-22 Andy Wingorefactorings for the module boot process
2010-04-22 Andy Wingoadd comments to resolve-module
2010-04-22 Andy Wingoformally deprecate `app'
2010-04-22 Andy Wingo(app modules) -> (%app modules)
2010-04-20 Andy Wingofix comment about "local-define" and "local-remove".
2010-04-20 Andy Wingomodule-type defined programmatically
2010-04-19 Andy Wingoavoid primitive-eval in record-constructor
2010-04-19 Andy Wingomake-record-type slight refactor
2010-04-19 Andy Wingofilesystem trickery to scm_i_relativize_path in filesys...
2010-04-19 Andy Wingodeprecate @bind
2010-04-19 Andy Wingocompile-file gets #:canonicalization arg, defaults...
2010-04-19 Andy Wingo%file-port-name-canonicalization is a fluid
2010-04-19 Andy Wingoadd %file-port-name-canonicalization option
2010-04-19 Andy Wingoformatting fix
2010-04-19 Andy Wingouse procedure-minimum-arity in tests
2010-04-17 Andy Wingodeprecate arity access via (procedure-properties proc...
2010-04-17 Andy Wingoadd procedure_minimum_arity
2010-04-17 Andy Wingoremove program-name, program-documentation
2010-04-17 Andy Wingoscm_i_program_properties is internal; just use procedur...
2010-04-17 Andy Wingotweaks to procprop.c
2010-04-17 Andy Wingoprocedure-properties incorporates program-properties
2010-04-17 Andy Wingofix read.bm
2010-04-16 Neil JerramMerge branch 'wip-manual-2'
2010-04-16 Andy Wingofold in feedback to api-languages
2010-04-16 Andy WingoNEWS tweaks for nil
2010-04-16 Andy Wingomore nil docs
2010-04-16 Andy Wingoadd docs on `nil'
2010-04-16 Andy Wingofix bugs in ice-9 i18n demo (invalid input)
2010-04-16 Andy Wingofixes to api-i18n.texi
2010-04-16 Andy Wingoflesh out docs on multiple languages a bit more
2010-04-15 Ludovic CourtèsBump version number for 1.9.10.
2010-04-11 Neil JerramImprovements to Introduction chapter
2010-04-10 Neil JerramMerge branch 'master' into wip-manual-2
2010-04-09 Andy Wingoelisp.test cleanups
2010-04-09 Andy Wingore-enable elisp test
2010-04-09 Andy Wingochange remaining %nil -> #nil
2010-04-09 Andy Wingoelisp fixes for nil, and, or
2010-04-09 Andy Wingoremove libguile/lang.h, deprecate %nil (in favor of...
2010-04-09 Andy Wingo%nil -> #nil
2010-04-09 Andy Wingoadd read syntax for #nil
2010-04-09 Andy Wingolisp nil always enabled
2010-04-09 Andy Wingoadd debugging input and output ports
2010-04-09 Andy Wingorepl-reader only prompts if no input is available
2010-04-08 Ludovic CourtèsRaise an error when attempting to modify the value...
2010-04-08 Ludovic CourtèsAllocate foreign pointer objects in GC-scanned memory.
2010-04-08 Ludovic CourtèsAvoid obsolescent C declarator with empty parentheses.
2010-04-08 Ludovic CourtèsFix `module-reverse-lookup'.
2010-04-08 Ludovic CourtèsRemove `fold' from (sxml fold).
2010-04-08 Andy Wingofix curried definitions for value defines
2010-04-08 Andy Wingosync regs before calling scm_class_of
2010-04-07 Andy Wingoadd (ice-9 curried definitions)
2010-04-07 Andy Wingofix bug when importing bindings that were already impor...
2010-04-07 Andy Wingoupdate licenses on tests imported from guile-lib
2010-04-07 Andy Wingoadd docs and tests for array->list
2010-04-06 Andy Wingoupdate NEWS for 1.9.10
2010-04-06 Andy Wingovery important fix to (system repl command)
2010-04-06 Andy Wingodeprecated sc-expand in deprecated (ice-9 syncase)
2010-04-06 Andy WingoUpdate NEWS to reflect the current state
2010-04-06 Andy Wingoremove transient 1.9.9 entries from the NEWS
2010-04-06 Andy Wingofinish ffi docs
2010-04-05 Andy Wingomore ffi docs
2010-04-03 Michael Grancopyright dates
2010-04-03 Michael GranRemove obsolete docs for multi-byte text
2010-04-03 Michael GranUpdate standard character sets to Unicode 5.2
2010-04-03 Michael GranUnicode data parsing script incorrect for char-set...
2010-04-01 Andy Wingodeprecate dynamic-args-call, and update docs some more
2010-04-01 Andy Wingoadd api-foreign.texi
2010-04-01 Andy Wingofix vector-ref and vector-set opcodes for weak vectors
2010-03-31 Andy Wingomore fixes to equal? for arrays
2010-03-31 Andy Wingofix array bugs in ecmascript
2010-03-31 Andy Wingofix bug in ash opcode
2010-03-31 Andy Wingorename unif.test to arrays.test
2010-03-31 Ludovic CourtèsMove another GOOPS-less test at the beginning.
2010-03-31 Ludovic CourtèsAdd separate test file for GOOPS-less tests.
2010-03-30 Ludovic CourtèsAdapt ECMAScript parser and lexer to `(system base...
2010-03-30 Ludovic CourtèsAdd rudimentary ECMAScript tests.
2010-03-30 Ludovic CourtèsMention `(system base lalr)' in the manual.
2010-03-30 Ludovic CourtèsAdd Boucher's `lalr-scm' as the `(system base lalr...
2010-03-30 Andy Wingofix equal? between an array and a non-array
2010-03-30 Andy WingoRevert "fix equal? between an array and a non-array"
2010-03-30 Andy Wingofix equal? between an array and a non-array
2010-03-30 Andy Wingocorrectly handle --no-autocompile (fixed broken previou...
2010-03-30 Andy Wingonil is null, whee
2010-03-30 Andy Wingonil is false, whee
2010-03-30 Andy Wingogoing through scm_shell not necessary to get autocompil...
2010-03-29 Andy Wingofix bug in scm_must_free
2010-03-29 Andy Wingoremove out-of-date comment in scm_gc_malloc
next