Add proper `--help' and `--version' for `guile-tools compile'.
[bpt/guile.git] / libguile /
2009-08-13 Ludovic CourtèsUncomment run-time objcode alignment check.
2009-08-13 Ludovic CourtèsRemove deprecated semi-public memoizers.
2009-08-13 Ludovic CourtèsMake the evaluator's memoizers private.
2009-08-12 Andy Wingo"fix" <let>-bound lambda expressions too
2009-08-12 Michael GranDon't include libunistring headers in Guile public...
2009-08-12 Michael GranRegression, scm_string fails to test for circular lists
2009-08-12 Michael GranSome signed/unsigned comparison and conversions
2009-08-12 Andy Wingorework the vm support for wide strings
2009-08-12 Michael GranQuiet signed/unsigned comparison warnings in chars...
2009-08-12 Michael GranAvoid unitialized and unused warnings in scm_string_append
2009-08-12 Michael GranRevert to locale-dependent toupper and tolower
2009-08-12 Michael GranOnly pass ints to tolower and toupper
2009-08-11 Andy Wingomake the fallback path look less like line noise
2009-08-11 Andy Wingoinclude objcode cookie in the fallback path
2009-08-11 Michael GranFix %string-dump and %symbol-dump fields
2009-08-10 Ludovic CourtèsChange `defined?' to accept a module as its second...
2009-08-10 Michael GranMake scm_charprint and scm_i_string_wide_chars SCM_INTE...
2009-08-10 Michael GranImprove %string-dump and %symbol-dump
2009-08-10 Michael GranMore comments for string functions
2009-08-09 Michael GranMissing parentheses in SCM_MAKE_CHAR macro
2009-08-09 Michael GranPort position macros shouldn't require enclosing braces
2009-08-09 Ludovic CourtèsUse a linker version script for libguile.
2009-08-08 Michael GranMerge commit 'origin/master'
2009-08-08 Michael GranAdd Unicode strings and symbols
2009-08-06 Andy Wingoloop detection in the house
2009-08-05 Andy Wingoadd <fix> tree-il construct, and compile it
2009-08-05 Andy Wingoadd1 and sub1 instructions
2009-08-04 Andy Wingoperform gmp/unistring compile checks with AC_LIB_HAVE_L...
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-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 unused SCM_FRAME_SET_DYNAMIC_LINK macro
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 Wingorename "closure-ref" to "free-ref"; s/vars/variables...
2009-07-23 Andy Wingoremove "externals" from the vm
2009-07-21 Andy Wingovm support for display closures
2009-07-21 Andy Wingorenumber vm ops (objcode cookie bumped)
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-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èsAugment `OBJCODE_COOKIE' to detect wrong endianness...
2009-07-14 Ludovic CourtèsRemove the `long_long' and `ulong_long' types.
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-02 Andy Wingofix error message for bad objcode cookie
2009-07-01 Neil JerramRead complex numbers where both parts are inexact decimals
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 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-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-23 Neil JerramRemove AC_SYS_RESTARTABLE_SYSCALLS and related code
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 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 Wingobetter error in make_objcode_by_mmap
2009-06-19 Andy Wingonew function: canonicalize-path. use when autocompiling
2009-06-19 Andy Wingorename SCM_SNAME to SCM_SUBR_NAME
2009-06-18 Ludovic CourtèsImplement R6RS bytevector read syntax.
2009-06-18 Ludovic CourtèsFix `equal?' on bytevectors.
2009-06-16 Neil JerramChange Guile license to LGPLv3+
2009-06-12 Neil JerramFix `make distcheck'
2009-06-10 Andy Wingobump default stack limit to 160000 words
2009-06-06 Andy Wingofix incorrect inlining of + when + is locally redefined
2009-06-06 Andy Wingonew instructions: make-int64, make-uint64
2009-06-05 Neil JerramFix `Mismatching FUNC_NAME' warning from guile-func...
2009-06-05 Andy Wingoadd ability to compile uniform arrays
2009-06-05 Andy Wingoadd long-object-ref, long-toplevel-ref, long-toplevel-set
2009-06-05 Andy Wingorefactoring for toplevel-ref, toplevel-set, link-now
2009-06-05 Andy Wingostamp .go with timestamp of .scm; a fresh go has same...
2009-06-05 Andy Wingofinal (?) tweaks to the autocompile code
2009-06-05 Andy Wingosimplify autocompilation some more
2009-06-04 Andy Wingofurther autocompilation tweaks
2009-06-04 Andy Wingoturn off autocompilation when snarfing
2009-06-03 Andy Wingofix error autocompiling parts of the compiler; make...
2009-06-03 Andy Wingotweaks to autocompile code
2009-06-03 Andy Wingoimplement autocompilation
2009-06-03 Andy Wingoadd exception_on_error optional arg to primitive-load...
2009-06-03 Andy Wingorefactors to load.c to support auto-compilation
2009-06-03 Andy Wingoadd exception-on-error optional arg to `stat' in scheme
2009-06-03 Andy Wingoseparate the load-compiled path from the load path
2009-06-02 Julian GrahamMerge branch 'master' of git://git.savannah.gnu.org...
2009-05-29 Andy WingoMerge branch 'syncase-in-boot-9'
next