bpt/guile.git
2010-02-15 Ludovic CourtèsUse `#f' for `addrinfo:canonname' when it wasn't suppli...
2010-02-15 Ludovic CourtèsFix `getaddrinfo' tests.
2010-02-14 Ludovic CourtèsMake the `getaddrinfo' "no name" test more robust.
2010-02-14 Ludovic CourtèsAdd missing Gnulib files; update `.gitignore'.
2010-02-14 Ludovic CourtèsAdd `getaddrinfo' and related procedures.
2010-02-14 Ludovic CourtèsUse Gnulib's `getaddrinfo' module.
2010-02-13 Thien-Thi NguyenDocument trailing whitespace policy.
2010-02-13 Ludovic CourtèsDocument the maximum number of arguments for a subr.
2010-02-13 Ludovic CourtèsReinstate `scm_protects', for backward compatibility.
2010-02-09 Ludovic CourtèsFix documentation of the `string->utf' and `utf->string...
2010-02-09 Ludovic CourtèsUse the R6RS I/O API in `write-bytecode'.
2010-02-09 Ludovic CourtèsChange `write-bytecode' to accept a bytevector.
2010-02-09 Ludovic Courtèsvlist: Slightly improve readability and consistency.
2010-02-08 Andy Wingocontinuations return multiple values on the stack
2010-02-08 Andy Wingoscm_i_make_continuation takes vm and vm_cont args expli...
2010-02-08 Andy Wingomake scm_make_continuation internal
2010-02-08 Andy Wingoeval.c uses scm_i_call_with_current_continuation
2010-02-08 Andy Wingocontinuations are vm procedures
2010-02-08 Andy Wingopush a prompt handler value even in the inline-handler...
2010-02-08 Andy Wingoconnect a few more wires to promptenstein
2010-02-03 Michael GranOptimize reader by preferring stack-allocated buffers
2010-02-02 Ludovic CourtèsUse vhashes in `unused-variable-analysis'.
2010-02-02 Ludovic CourtèsUse vhashes in `arity-analysis'.
2010-02-02 Ludovic CourtèsUse vhashes in `unbound-variable-analysis'.
2010-02-02 Ludovic CourtèsUse vhashes in `unused-toplevel-analysis'.
2010-02-02 Ludovic CourtèsAdd `(ice-9 vlist)'.
2010-01-31 Ludovic CourtèsInline SRFI-9 constructors too.
2010-01-31 Ludovic CourtèsSRFI-9: Fix `define-inlinable'.
2010-01-31 Andy Wingoadd (ice-9 control)
2010-01-31 Andy Wingoadd @control and @prompt stub primitives
2010-01-31 Andy WingoGLIL and assembly support for prompt compilation
2010-01-31 Andy Wingotree-il -> glil compilation of prompt, dynamic-wind...
2010-01-31 Andy Wingoadd return/nvalues
2010-01-31 Andy WingoGLIL support for <prompt>
2010-01-31 Andy Wingotree-il analyzer and inliner handle <prompt>
2010-01-31 Andy Wingodynamic-wind compilation to VM ops
2010-01-31 Andy Wingonew tree-il for prompt, control, and dynamic-wind
2010-01-31 Andy Wingoinitial VM support for delimited continuations and...
2010-01-27 Andy Wingoadd a test for ffi and pointers
2010-01-27 Andy Wingoadd simple foreign finalization, and pointer support
2010-01-27 Andy Wingostatprof bugfixes
2010-01-27 Andy Wingoinline calls to variable-bound?
2010-01-27 Andy Wingofix to variable-bound? instruction prototype
2010-01-27 Andy Wingoremove incremental NEWS entries in preparation for...
2010-01-26 Andy Wingoadd a test for foreign functions taking struct args
2010-01-26 Andy Wingoturn asserts into exceptions in foreign.c
2010-01-26 Andy Wingoadd make-c-struct, parse-c-struct
2010-01-26 Andy Wingoadd `alignof' and `sizeof' Scheme functions
2010-01-26 Andy Wingoadd ffi tests
2010-01-26 Andy Wingoimplement foreign-call
2010-01-26 Andy Wingofirst pass at implementing low-level foreign functions
2010-01-26 Andy Wingorenumber VM opcodes
2010-01-26 Andy Wingobyte access to foreigns via bytevectors
2010-01-26 Andy Wingomove foreign function interface to its own module
2010-01-26 Andy Wingoforeign.h presents a more pointer-centric interface
2010-01-26 Andy Wingoadd libffi dependency
2010-01-25 Ludovic CourtèsRecognize structs with both "pr" and "pw" flags as...
2010-01-25 Ludovic CourtèsAdd ASCII art representing the basic struct layout.
2010-01-25 Ludovic CourtèsReinstate 2-word displacement for structs.
2010-01-23 Michael GranR6RS string escapes broken on string output
2010-01-23 Ludovic CourtèsRevert "Install `standard-library.info'."
2010-01-23 Ludovic CourtèsAdd `struct-ref' and `struct-set' VM opcodes.
2010-01-23 Ludovic CourtèsSlightly improve comments and style in `struct.c'.
2010-01-23 Ludovic CourtèsClarify GC-registered displacements for structs.
2010-01-23 Ludovic CourtèsOptimize struct initialization and accessors for the...
2010-01-22 Ludovic CourtèsInstall `standard-library.info'.
2010-01-20 Ludovic CourtèsFix `uniform-vector-read!' and `uniform-vector-write'.
2010-01-19 Ludovic CourtèsBump version number for 1.9.7.
2010-01-19 Ludovic CourtèsUpdate `NEWS'.
2010-01-19 Ludovic CourtèsDocument `guile-tools compile'.
2010-01-19 Ludovic CourtèsReinstate `scm_is_bool ()' as a function.
2010-01-19 Ludovic CourtèsMake `sockets.test' more robust.
2010-01-19 Michael GranDocument modal encodings problem in ref doc
2010-01-18 Ludovic CourtèsFix use of utimensat(2).
2010-01-18 Michael GranMove string internals description in ref doc
2010-01-18 Michael GranString ref doc updates for case and conversion
2010-01-17 Michael GranDocument string-bytes-per-char and %string-dump
2010-01-17 Michael Granobject->assembly shouldn't presume existence of %nil
2010-01-17 Michael Granreader options macros incorrect when SCM_ENABLE_ELISP...
2010-01-17 Andy Wingofix doc snarfing with fedora 12
2010-01-17 Andy Wingonanosecond timestamp support in stat and utime
2010-01-15 Andy Wingofix (class-of #u32())
2010-01-15 Andy Wingoadd reader option for parsing [] as ().
2010-01-14 Andy Wingofix call counting in statprof, enhance repl support
2010-01-14 Andy Wingovm.c uses scm_c_take_bytevector instead of scm_take_u8v...
2010-01-13 Andy Wingo1.8 compat in ice-9 syncase
2010-01-13 Andy Wingovm-trace prints return values
2010-01-13 Andy WingoRETURN_HOOK communicates the number of returned values
2010-01-13 Andy Wingovm-trace only traces execution of its thunk
2010-01-13 Andy Wingoremove unused var in read.c
2010-01-13 Thien-Thi NguyenUse `mkstemp' instead of `mktemp'.
2010-01-13 Thien-Thi NguyenUpdate configure script hints wrt precious env vars.
2010-01-13 Michael GranDocument R6RS hex escapes
2010-01-13 Michael GranDisable \u and \U escapes when r6rs-hex-escapes enabled
2010-01-13 Michael GranMove r6rs-hex-escape tests into reader.test
2010-01-13 Michael GranReader option for R6RS hex escapes
2010-01-12 Andy Wingofix texinfo reflection for procedures
2010-01-12 Andy Wingoallow simple value definitions with define*-public
2010-01-12 Andy Wingohopefully fix shared c32 / c64 uniform arrays
2010-01-11 Andy Wingomake-array bugfix
next