Implementation for the R6RS (rnrs sorting) library.
[bpt/guile.git] / module / system /
2010-05-07 Ludovic CourtèsAdd (system vm coverage).
2010-05-07 Ludovic CourtèsAdd `program-free-variables' to `(system vm program)'.
2010-05-02 Andy Wingoremove `version' field from <language>
2010-04-27 Andy WingoMerge branch 'wip-module-namespaces'
2010-04-24 Andy Wingouse nested-ref-module in (system xref)
2010-04-19 Andy Wingocompile-file gets #:canonicalization arg, defaults...
2010-04-17 Andy Wingoremove program-name, program-documentation
2010-04-17 Andy Wingoscm_i_program_properties is internal; just use procedur...
2010-04-10 Neil JerramMerge branch 'master' into wip-manual-2
2010-04-09 Andy Wingoadd debugging input and output ports
2010-04-06 Andy Wingovery important fix to (system repl command)
2010-03-30 Ludovic CourtèsAdd Boucher's `lalr-scm' as the `(system base lalr...
2010-03-22 Andy Wingomake guile's welcome more gnu-conventional; also warran...
2010-03-17 Ludovic CourtèsAdd `%null-pointer' to `(system foreign)'.
2010-03-16 Ludovic CourtèsProvide `int', `long', `size_t', etc. in `(system forei...
2010-03-16 Andy Wingorename libguile to libguile-@EFFECTIVE_VERSION@, curren...
2010-03-14 Andy Wingo(debug) at the repl invokes the vm debugger
2010-03-14 Andy Wingopmatch license clarification clarifications
2010-03-14 Andy Wingoclarify pmatch licensing
2010-03-13 Andy Wingonarrowing stacks to prompts; backtrace shows frames...
2010-03-12 Andy Wingoremove repl-vm; repl evaluation does not cause recursiv...
2010-03-12 Andy Wingoprompt around REPL evaluations, and around `guile'...
2010-02-16 Andy Wingo`load' doesn't cause the compiler to be loaded in some...
2010-01-27 Andy Wingoadd simple foreign finalization, and pointer support
2010-01-26 Andy Wingoadd make-c-struct, parse-c-struct
2010-01-26 Andy Wingofirst pass at implementing low-level foreign functions
2010-01-26 Andy Wingobyte access to foreigns via bytevectors
2010-01-26 Andy Wingomove foreign function interface to its own module
2010-01-17 Andy Wingonanosecond timestamp support in stat and utime
2010-01-14 Andy Wingofix call counting in statprof, enhance repl support
2010-01-13 Andy Wingovm-trace prints return values
2010-01-13 Andy Wingovm-trace only traces execution of its thunk
2010-01-12 Andy Wingofix texinfo reflection for procedures
2010-01-11 Andy Wingoinspector integration in debugger
2010-01-11 Andy Wingoprograms print as #<procedure ...>
2010-01-11 Andy Wingoadd a silly inspector
2010-01-11 Ludovic CourtèsRemove unused top-level variables.
2010-01-11 Ludovic CourtèsAdd `-Wunused-toplevel' compiler warning.
2010-01-10 Andy Wingoshow args to subr calls in backtraces
2010-01-09 Andy Wingoslight tweak to stack narrowing in the debugger
2010-01-09 Andy WingoNarrow one more frame in debug.scm:debug-pre-unwind...
2010-01-09 Andy Wingoprint the error more nicely when we enter the debugger
2010-01-09 Andy Wingomake backtraces prettier
2010-01-09 Andy Wingoallocate free variables inline to closures
2010-01-08 Ludovic CourtèsFix frame printing in the debugger.
2010-01-07 Andy Wingotc7 tags for vm-related data
2009-12-29 Andy Wingocleanups to debugger
2009-12-29 Andy Wingodebugger's backtrace implemented in scheme
2009-12-29 Andy Wingointegers at debugger select frames
2009-12-29 Andy Wingoclean up (system vm frames), add locals command to...
2009-12-28 Andy WingoMerge branch 'read-fix'
2009-12-24 Andy Wingoimplement up, down, frame, and bindings in the repl
2009-12-24 Andy Wingorewrite debugger command loop
2009-12-22 Andy Wingoimplement a silly debugger
2009-12-21 Andy Wingotracing at repl
2009-12-21 Andy Wingo(system vm trace) sorta working
2009-12-21 Andy Wingorework vm tracing
2009-12-20 Andy Wingopoor man's statprof integration with the repl: ,pr
2009-12-11 Andy Wingovm no longer measures bogoclock or times, relies on...
2009-12-11 Andy Wingomerge from master to elisp
2009-12-10 Andy Wingoadd gbt macro to gdbinit, and fix a bug in program...
2009-12-04 Andy Wingoeval.c closures are now applicable smobs, not tc3s
2009-12-03 Andy Wingoreplace frame implementation with VM frames
2009-11-21 Andy Wingobetter printing of procedures with keyword arguments
2009-11-17 Ludovic CourtèsFix copyright headers.
2009-11-15 Andy Wingofix printing-programs bug
2009-11-07 Ludovic CourtèsAdd `arity-mismatch' warning type.
2009-11-01 Ludovic CourtèsMerge branch 'bdw-gc-static-alloc'
2009-10-26 Andy Wingoupdate procedure docs for programs, lambda*, case-lambda
2009-10-25 Andy Wingoarities can have noncontiguous starts and ends
2009-10-23 Andy Wingofix brainfuck for new tree-il, and add tests
2009-10-23 Andy Wingode-nargs struct scm_objcode; procedure-property refactor
2009-10-23 Andy Wingoruntime and debugging support for callee-parsed procedu...
2009-10-22 Ludovic CourtèsFix typos leading to unbound variable references.
2009-10-16 Andy Wingocompilation enviroments are always modules; simplificat...
2009-10-16 Andy Wingono more *compilation-environment* fluid
2009-10-16 Andy Wingolanguage-readers receive environment as an arg
2009-10-15 Ludovic CourtèsFix REPL environment for languages other than scheme.
2009-10-06 Ludovic CourtèsAdd compiler warning for possibly unbound variables.
2009-09-23 Ludovic CourtèsPartially revert e5f5113c21f396705d7479a570c96690135c9d36.
2009-09-20 Ludovic CourtèsRemove unused variables in system/language.
2009-09-20 Ludovic CourtèsHonor and confine expansion-time side-effects to `curre...
2009-09-20 Ludovic CourtèsCompile in a fresh module by default.
2009-09-01 Ludovic CourtèsMerge branch 'boehm-demers-weiser-gc' into bdw-gc-stati...
2009-08-28 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2009-08-27 Neil JerramMerge branch 'ossau-gds-dev'
2009-08-27 Daniel KraftMerge branch 'master' of git://git.savannah.gnu.org...
2009-08-25 Andy WingoMerge commit 'origin/master'
2009-08-25 Andy WingoMerge wip-array refactor, up to cd43fdc5b7a7c
2009-08-25 Michael GranAdd full Unicode capability to ports and the default...
2009-08-21 Neil JerramMerge branch 'wip-manual' of ssh://ossau@git.sv.gnu...
2009-08-17 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2009-08-12 Andy Wingorework the vm support for wide strings
2009-08-08 Michael GranMerge commit 'origin/master'
2009-08-05 Andy Wingolet-values in terms of syntax-case, add make-tree-il...
2009-07-31 Daniel KraftMerge branch 'master' of git://git.savannah.gnu.org...
2009-07-30 Ludovic CourtèsAdd `(system base message)', a simple warning framework.
2009-07-23 Andy Wingoremove all mentions of "external" from the compiler...
2009-07-23 Andy Wingorename "closure-ref" to "free-ref"; s/vars/variables...
2009-07-23 Andy Wingoremove "externals" from the vm
next