Include <libguile/__scm.h> in "foreign.h".
[bpt/guile.git] / libguile /
2010-02-16 Ludovic CourtèsInclude <libguile/__scm.h> in "foreign.h".
2010-02-16 Ludovic CourtèsAdd missing $(LTLIBINTL), suggested by Gnulib.
2010-02-16 Ludovic Courtèsi18n: Define `nl_item' when it's not available (needed...
2010-02-16 Michael GranFaster read of semicolon comments
2010-02-15 Ludovic CourtèsFix builds of `i18n.c' on non-GNU systems.
2010-02-15 Ludovic CourtèsUse `#f' for `addrinfo:canonname' when it wasn't suppli...
2010-02-14 Ludovic CourtèsAdd `getaddrinfo' and related procedures.
2010-02-14 Ludovic CourtèsUse Gnulib's `getaddrinfo' module.
2010-02-13 Ludovic CourtèsReinstate `scm_protects', for backward compatibility.
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 Wingoconnect a few more wires to promptenstein
2010-02-03 Michael GranOptimize reader by preferring stack-allocated buffers
2010-01-31 Andy Wingoadd @control and @prompt stub primitives
2010-01-31 Andy Wingoadd return/nvalues
2010-01-31 Andy Wingoinitial VM support for delimited continuations and...
2010-01-27 Andy Wingoadd simple foreign finalization, and pointer support
2010-01-27 Andy Wingofix to variable-bound? instruction prototype
2010-01-26 Andy Wingoturn asserts into exceptions in foreign.c
2010-01-26 Andy Wingoadd `alignof' and `sizeof' Scheme functions
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è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-20 Ludovic CourtèsFix `uniform-vector-read!' and `uniform-vector-write'.
2010-01-19 Ludovic CourtèsReinstate `scm_is_bool ()' as a function.
2010-01-18 Ludovic CourtèsFix use of utimensat(2).
2010-01-17 Michael Granreader options macros incorrect when SCM_ENABLE_ELISP...
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 Wingovm.c uses scm_c_take_bytevector instead of scm_take_u8v...
2010-01-13 Andy WingoRETURN_HOOK communicates the number of returned values
2010-01-13 Andy Wingoremove unused var in read.c
2010-01-13 Michael GranDisable \u and \U escapes when r6rs-hex-escapes enabled
2010-01-13 Michael GranReader option for R6RS hex escapes
2010-01-12 Andy Wingohopefully fix shared c32 / c64 uniform arrays
2010-01-11 Andy Wingomake-array bugfix
2010-01-11 Andy Wingofix srfi-4 shared vector access from c
2010-01-11 Andy Wingoallow compilation of #@2(1 2 3)
2010-01-11 Michael GranRefactor repeated code in scm_read_string
2010-01-10 Michael GranAdd R6RS backspace string escape
2010-01-10 Michael GranAdd R6RS backslash string escape
2010-01-10 Michael GranAdd R6RS character names
2010-01-09 Thien-Thi NguyenFix bug: Use correct `FUNC_NAME' for `scm_macro_binding'.
2010-01-09 Thien-Thi NguyenAdd cast in `make_vm' to silence compiler warning.
2010-01-09 Thien-Thi NguyenFix bug: Init auto var to unrandomize `stack_depth...
2010-01-09 Andy Wingofix SCM_STACK_OVERFLOW_P bug
2010-01-09 Andy Wingofix bug in subr-call and smob-call
2010-01-09 Andy Wingoport-encoding returns #f if port encoding not set
2010-01-09 Andy Wingoallocate free variables inline to closures
2010-01-09 Andy Wingosmobs are applied with vm trampoline procedures
2010-01-09 Andy Wingore-add SCM_GSUBR_MAX
2010-01-07 Andy Wingoremove scm_tc7_gsubr
2010-01-07 Andy Wingofix procedure-name on applicable structs
2010-01-07 Andy Wingosubrs are now VM trampoline procedures
2010-01-07 Andy Wingobetter scm_subr_p deprecation
2010-01-07 Andy Wingoprovide missing prototypes
2010-01-07 Andy Wingoboot the VM very early in init.c
2010-01-07 Andy Wingotc7 tags for vm-related data
2010-01-07 Andy Wingoproperly integrate vm bootstrapping into init.c
2010-01-07 Andy Wingoboot bytevectors earlier
2010-01-07 Andy Wingoreimplement srfi-4 vectors on top of bytevectors
2010-01-07 Andy WingoRevert "Remove unused internal bytevector functions."
2010-01-07 Andy Wingoclean up includes in vectors.[ch]
2010-01-07 Andy Wingofix array->list
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 Andy Wingorename goto/args and friends to tail-call, tail-apply...
next