bpt/guile.git
2009-08-04 Andy Wingoperform gmp/unistring compile checks with AC_LIB_HAVE_L...
2009-08-04 Andy Wingorename configure.in to configure.ac
2009-08-04 Andy Wingofix buffer overrun reading partial numbers: 1.0f, 1...
2009-08-01 Michael GranDon't doubly define scm_t_wchar
2009-08-01 Michael GranFix coding style compliance for recent 32-bit char...
2009-08-01 Michael GranDon't use GNU extensions for SCM_MAKE_CHAR macro
2009-08-01 Michael GranMake charname declarations module-level and GCS
2009-08-01 Michael GranUpdate NEWS for charname changes
2009-07-30 Ludovic CourtèsAdd unused variable analysis in the tree-il->glil compiler.
2009-07-30 Ludovic CourtèsAdd `(system base message)', a simple warning framework.
2009-07-30 Ludovic CourtèsAdd `tree-il-fold', a purely functional iterator on...
2009-07-29 Michael GranAdd 32-bit characters
2009-07-28 Michael GranReplace global charnames variables with accessors
2009-07-26 Andy Wingoincrease range of relative jumps by aligning blocks...
2009-07-26 Andy Wingomake sure all programs are 8-byte aligned
2009-07-26 Andy Wingofix alignment of subprograms of subprograms
2009-07-26 Andy Wingofix unused SCM_FRAME_SET_DYNAMIC_LINK macro
2009-07-26 Andy Wingofix vmstack gdb macro for new stack frame layout
2009-07-24 Andy Wingocheck that jumps are within the range of a signed 16...
2009-07-24 Andy Wingofix gensym creation in psyntax
2009-07-24 Andy Wingoincrease default stack size to 64 kilowords
2009-07-24 Andy Wingocompiler support for nlocs >= 256
2009-07-24 Andy Wingonlocs is now 16 bits wide
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
2009-07-23 Andy Wingocompile lexical variable access and closure creation...
2009-07-21 Andy Wingovm support for display closures
2009-07-21 Andy Wingorenumber vm ops (objcode cookie bumped)
2009-07-15 Ludovic CourtèsBump version number for 1.9.1.
2009-07-15 Ludovic CourtèsMake the non-integrated VM test-suite less verbose.
2009-07-15 Ludovic CourtèsAdd FIXMEs about misaligned objcode-metas.
2009-07-15 Ludovic CourtèsFix unaligned access in the VM code.
2009-07-15 Ludovic CourtèsConst-qualify buffers passed to `scm_c_make_objcode_sli...
2009-07-15 Ludovic CourtèsSwitch remaining GPLv2+ Guile-VM headers to LGPLv3+.
2009-07-14 Ludovic CourtèsFix typo in the compile-type verification of `OBJCODE_C...
2009-07-14 Ludovic CourtèsMake sure at compile-time that `OBJCODE_COOKIE' has...
2009-07-14 Ludovic CourtèsExplicitly use Gnulib's `verify' module.
2009-07-14 Ludovic CourtèsAugment `OBJCODE_COOKIE' to detect wrong endianness...
2009-07-14 Ludovic CourtèsRemove the `long_long' and `ulong_long' types.
2009-07-14 Andy Wingoupdate NEWS
2009-07-14 Andy WingoNEWS has info on 1.9.N to 1.9.N+1 in addition to 1...
2009-07-14 Andy Wingofix race in which some instruction name symbols could...
2009-07-14 Andy Wingofix bounds checks for the last element of bv-*-{ref...
2009-07-14 Ludovic CourtèsRemove potential "uninitialized variable" GCC warnings.
2009-07-14 Ludovic CourtèsFix tests that assumed little endian.
2009-07-05 Ludovic CourtèsUse Gnulib's `vsnprintf' module.
2009-07-05 Ludovic CourtèsUpdate `NEWS'.
2009-07-05 Ludovic CourtèsEnclose `bit-operations.test' in its own module.
2009-07-05 Ludovic CourtèsFix the `BUILD_PTHREAD_SUPPORT' Automake conditional...
2009-07-02 Andy Wingofix error message for bad objcode cookie
2009-07-01 Neil JerramRead complex numbers where both parts are inexact decimals
2009-06-30 Neil JerramCorrection to doc on Accessing Arrays from C
2009-06-28 Ludovic CourtèsRemove seek/truncate shortcuts to file ports.
2009-06-26 Andy Wingobytevector ops now compile down to low-level VM ops
2009-06-26 Andy Wingorun bytevectors tests under the compiler and evaluator
2009-06-26 Andy Wingovector-ref and vector-set! now have opcodes
2009-06-26 Andy Wingoadd bytevector ops to the vm
2009-06-26 Andy Wingobytevectors provide scm_i_native_endianness to the vm
2009-06-26 Andy Wingominor doc tweaks
2009-06-25 Neil JerramRevert "* FAQ: New file."
2009-06-25 Ludovic CourtèsAdd `scm_t_off' type so that `scm_t_port' has a fixed...
2009-06-25 Ludovic CourtèsFix `load-objcode' FD/mapping leak occurring upon failure.
2009-06-24 Andy Wingoallow primcall ops to push 0 values
2009-06-24 Andy Wingoremove lambda wrap hack of brainfuck tree-il compiler
2009-06-23 Neil JerramRemove AC_SYS_RESTARTABLE_SYSCALLS and related code
2009-06-22 Andy Wingoflush whitespace from the repl input buffer *before...
2009-06-22 Andy Wingomore docs to brainfuck->tree-il compiler
2009-06-22 Andy Wingometa-commands read off their own arguments
2009-06-21 Ludovic CourtèsAlways create the bytevector SMOB type.
2009-06-21 Ludovic CourtèsMake bytevectors accessible using the generalized-vecto...
2009-06-21 Ludovic Courtèsbytevectors: Add a C-friendly API.
2009-06-21 Ludovic Courtèsbytevectors: Use `size_t' rather than `unsigned' for...
2009-06-21 Ludovic CourtèsFix documentation of `make-bytevector'.
2009-06-21 Andy Wingoadd brainfuck->tree-il compiler
2009-06-21 Andy Wingoformatting changes to (language brainfuck compile-scheme)
2009-06-21 Andy Wingolink to brainfuck wikipedia page
2009-06-21 Daniel Kraftadded documenting comments to the brainfuck compiler...
2009-06-21 Daniel Kraftbasic brainfuck -> scheme example compiler.
2009-06-21 Andy Wingoremove obsolete guile-vm.texi
2009-06-21 Andy Wingoupdate .gitignore
2009-06-21 Neil JerramDeterministic test for the r6rs-ports.test segmentation...
2009-06-21 Andy WingoFix crash when marking closed custom bytevector port
2009-06-20 Andy Wingoput autocompiled files into ~/.cache or $XDG_CACHE_HOME
2009-06-20 Andy Wingofix source information lossage for (define (foo) ....
2009-06-20 Andy Wingobetter error in make_objcode_by_mmap
2009-06-20 Andy Wingosource information for the interpreter
2009-06-19 Ludovic CourtèsMake `cond-expand' compilable.
2009-06-19 Ludovic CourtèsFix copyright year and authorship of `guile-tools'.
2009-06-19 Ludovic CourtèsSlightly improve `NEWS'.
2009-06-19 Ludovic CourtèsFix "guile-tools disassemble".
2009-06-19 Andy Wingodon't autocompile at installcheck
2009-06-19 Andy Wingonew function: canonicalize-path. use when autocompiling
2009-06-19 Andy Wingognulib-tool --import canonicalize-lgpl
2009-06-19 Andy Wingogenerate changelogs at dist time
2009-06-19 Andy Wingorename SCM_SNAME to SCM_SUBR_NAME
2009-06-19 Andy Wingoanother draft of NEWS
2009-06-19 Ludovic CourtèsFix decompilation of the `load-array' instruction.
2009-06-19 Ludovic CourtèsFix the REPL's `,compile' command.
2009-06-18 Ludovic CourtèsImplement R6RS bytevector read syntax.
next