New foreign object facility, to replace SMOBs
[bpt/guile.git] / module / system / base /
2014-04-24 Mark H WeaverSupport weak vectors, arrays, and bitvectors in (system...
2014-03-15 Mark H WeaverFix (system base types) on big-endian systems.
2014-02-18 Ludovic CourtèsAdd (system base types).
2013-03-10 Jason Earluse chmod portably in (system base compile)
2013-02-28 Ludovic CourtèsFix handling of the *-gnux32 target.
2013-02-27 Ludovic CourtèsRecognize the `x86_64.*-gnux32' triplet.
2013-02-27 Ludovic CourtèsCheck whether a triplet's OS part specifies an ABI.
2013-02-27 Ludovic CourtèsRecognize mips64* as having 32-bit pointers by default.
2013-02-19 Eli ZaretskiiFix startup of guile.exe on MS-Windows.
2013-01-27 Mark H WeaverAdd 'for-humans?' flag to <language> specifications.
2013-01-22 Andy Wingopaameterize in read-and-compile
2013-01-22 Andy Wingocurrent-language is a parameter in boot-9
2013-01-22 Andy Wingofix compilation of glil to assembly
2013-01-21 Andy Wingoread-and-compile closes input file after seeing EOF
2012-11-10 Mark H WeaverImprove error for set-fields paths leading to different...
2012-09-11 Ludovic CourtèsDon't stat(2) and access(2) the .go location before...
2012-03-01 Mark H Weaverpmatch: always wrap with let, even if the expression...
2012-02-15 Mark H WeaverFix typo in comment in message.scm: 'know' to 'known...
2012-02-08 Mark H WeaverSupport => within case, and improve error messages...
2012-01-25 Ludovic CourtèsAdd warnings for unsupported `simple-format' options.
2012-01-09 Ludovic CourtèsHave `cpu-word-size' error out on unknown CPUs; add...
2012-01-05 Ludovic CourtèsPlacate a number of `syntax-check' verifications.
2011-12-31 Mark H WeaverUpdate comment: ~/.guile-ccache => ~/.cache/guile/ccache
2011-12-05 Andy Wingowarnings written to warning port
2011-11-23 Andy WingoUse default value for make-fluid in Scheme files
2011-11-21 Ludovic CourtèsComplete cross-compilation support.
2011-11-21 Ludovic CourtèsFix `validate-target' in (system base target).
2011-06-30 Andy Wingofix generation of auto-compiled file names on mingw...
2011-06-17 Andy Wingocurrent-language really defaults to Scheme.
2011-05-31 Andy Wingoadd (system base target)
2011-03-29 Andy Wingorewrite ensure-writable-dir to not be racy
2011-02-13 Ludovic CourtèsAdd `*current-warning-prefix*'.
2011-02-13 Andy Wingoautocompile -> auto-compile
2011-01-26 Andy Wingomore sensible error if compiled-file-name returns false...
2011-01-24 Ludovic CourtèsChoose the input source file encoding in a locale-indep...
2010-11-18 Andy Wingoadd source-location->source-properties to lalr
2010-11-16 Andy Wingoremove syntax-error and call-with-compile-error-catch...
2010-10-10 Ludovic CourtèsAdd warnings for obvious syntax errors in format strings.
2010-10-10 Ludovic CourtèsAdd new `format' warnings.
2010-10-10 Ludovic CourtèsImplement fancy format string analysis.
2010-10-10 Ludovic CourtèsEscape newlines from format strings in warnings.
2010-10-08 Ludovic CourtèsAdd `-Wformat'.
2010-07-26 Ludovic CourtèsCheck for go/scm mtime ordering rather than equality.
2010-06-02 Andy Wingocurrent-language fluid refactoring
2010-05-02 Andy Wingoremove `version' field from <language>
2010-04-19 Andy Wingocompile-file gets #:canonicalization arg, defaults...
2010-04-10 Neil JerramMerge branch 'master' into wip-manual-2
2010-03-30 Ludovic CourtèsAdd Boucher's `lalr-scm' as the `(system base lalr...
2010-03-14 Andy Wingopmatch license clarification clarifications
2010-03-14 Andy Wingoclarify pmatch licensing
2010-02-16 Andy Wingo`load' doesn't cause the compiler to be loaded in some...
2010-01-17 Andy Wingonanosecond timestamp support in stat and utime
2010-01-11 Ludovic CourtèsRemove unused top-level variables.
2010-01-11 Ludovic CourtèsAdd `-Wunused-toplevel' compiler warning.
2009-12-11 Andy Wingomerge from master to elisp
2009-11-07 Ludovic CourtèsAdd `arity-mismatch' warning type.
2009-11-01 Ludovic CourtèsMerge branch 'bdw-gc-static-alloc'
2009-10-23 Andy Wingofix brainfuck for new tree-il, and add tests
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-06 Ludovic CourtèsAdd compiler warning for possibly unbound variables.
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-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-21 Daniel KraftMerge branch 'master' of git://git.savannah.gnu.org...
2009-07-15 Ludovic CourtèsSwitch remaining GPLv2+ Guile-VM headers to LGPLv3+.
2009-06-27 Daniel KraftMerge branch 'master' of git://git.savannah.gnu.org...
2009-06-21 Andy Wingoadd brainfuck->tree-il compiler
2009-06-20 Andy Wingoput autocompiled files into ~/.cache or $XDG_CACHE_HOME
2009-06-19 Andy Wingonew function: canonicalize-path. use when autocompiling
2009-06-05 Andy Wingostamp .go with timestamp of .scm; a fresh go has same...
2009-06-05 Andy Wingosimplify autocompilation some more
2009-06-04 Andy Wingofurther autocompilation tweaks
2009-06-03 Andy Wingocompiled-file-name tries to put the .go in the %load...
2009-06-03 Andy Wingoinstall .go files under $libdir, not $datadir
2009-06-02 Julian GrahamMerge branch 'master' of git://git.savannah.gnu.org...
2009-05-29 Andy WingoMerge branch 'syncase-in-boot-9'
2009-05-28 Andy Wingoadd reader support for #; #` #' #, and #,@. fix bug...
2009-05-24 Andy Wingoupdate docs, clean up VM vestiges, macro docs, fix...
2009-05-20 Andy Wingoremove compile-time-environment
2009-05-17 Andy Wingoinline calls to some primitives
2009-04-24 Andy WingoMerge branch 'master' into syncase-in-boot-9
2009-04-24 Andy Wingoice-9 syncase now deprecated, woo
2009-04-20 Andy WingoMerge branch 'syncase'
2009-04-17 Andy Wingofix hygiene + modules + local macros
2009-04-16 Andy Wingosupport expression-by-expression compilation
2009-04-16 Andy Wingocompilation passes return third value: the continuation...
next