Accessor methods only apply to subclasses with their slot
[bpt/guile.git] / module / system /
2014-12-02 Ludovic CourtèsUpdate (system base lalr) from upstream.
2014-11-19 Rob BrowningRecognize m68k, s390x, and sh4 as compilation targets
2014-07-04 Ludovic CourtèsRecognize more ARM targets.
2014-07-04 Ludovic CourtèsRecognize arm-* target triplets.
2014-04-28 Andy WingoNew foreign object facility, to replace SMOBs
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).
2014-02-12 David ThompsonAdd cooperative REPL server module.
2014-02-12 Mark H WeaverREPL Server: Fix 'stop-server-and-clients!'.
2014-02-04 Mark H WeaverREPL Server: Remove unneeded error case in 'run-server'.
2014-02-04 Mark H WeaverREPL Server: Redirect warnings to client socket.
2014-01-23 Mark H WeaverImprove correctness and consistency of 'eval-when'...
2014-01-21 Mark H WeaverREPL Server: Don't establish a SIGINT handler.
2014-01-12 Mark H WeaverBump user-visible copyright years to 2014.
2014-01-09 Ian PriceFix trap handlers to handle applicable structs.
2013-04-08 Mark H WeaverConsume a peeked EOF at the REPL.
2013-03-10 Jason Earluse chmod portably in (system base compile)
2013-03-07 Andy Wingo,option evaluates its right-hand-side
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-02-02 Mark H WeaverAdd foreign types: ssize_t and ptrdiff_t.
2013-01-31 Mark H WeaverBump copyright year to 2013 in REPL greeting.
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
2013-01-16 Andy Wingotrace: limit length of "| | | "... prefix
2013-01-07 Andy WingoMore procedure-arguments-alist documentation and a...
2013-01-07 Cedric Cellierdocument program-arguments-alist and program-lambda...
2012-12-10 Daniel Hartwigrepl: add repl-option for customized print
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-07-06 Daniel Kruegerfixed repl command ,describe to also handle syntax
2012-05-11 Andy Wingofix more assumptions that the frame-procedure is a...
2012-05-10 Andy WingoMerge remote-tracking branch 'origin/stable-2.0' into...
2012-05-10 Andy Wingorefactor vm application of non-programs; boot continuat...
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-30 Mark H WeaverUpdate user-visible copyright dates in manual and REPL...
2012-01-25 Ludovic CourtèsFix a couple of warnings.
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-12-04 Andy Wingo,language at REPL sets current-language
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-11-16 Andy Wingofix bug in make-repl when lang is actually a language
2011-10-22 BT Templetonset width for `,trace' command
2011-10-10 Andy Wingoadd ,expand and ,optimize
2011-09-02 Andy Wingomore define-syntax-rule usage
2011-07-07 Andy Wingomore precision for ,time
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-04-11 Andy Wingoignore SIGPIPE in (system repl server)
2011-03-29 Andy Wingofix error message on ,disassemble "non-procedure"
2011-03-29 Andy Wingorewrite ensure-writable-dir to not be racy
2011-03-22 Mark H WeaverDo not enter the debugger if the thrown key is in ...
2011-03-17 Andy Wingoallow ,option on-error report instead of debug
2011-03-17 Andy Wingoadd pointer->scm, scm->pointer
2011-03-13 Ludovic CourtèsWork around weak-value hash table bug in `define-wrappe...
2011-03-04 Andy Wingorepl: terminal-width by default
2011-03-04 Michael GranAdd ,width meta-command to set screen width in debug...
2011-03-04 Andy Wingofix ,stat
2011-03-03 Andy Wingorepl.scm understands comments
2011-03-03 Andy Wingorepl.scm refactor
2011-02-27 Andy Wingoflush all input on a read error
2011-02-14 Ludovic CourtèsLeave the default `*current-warning-prefix*' at the...
2011-02-13 Ludovic CourtèsAdd `%auto-compilation-options', used by `compile-file...
2011-02-13 Ludovic CourtèsAdd `*current-warning-prefix*'.
2011-02-13 Andy Wingoautocompile -> auto-compile
2011-02-12 Mark H WeaverBump copyright date in REPL version string
2011-02-11 Andy Wingorepl.scm: use print-exception
2011-02-11 Andy Wingo(system repl error-handling) uses print-exception
2011-02-11 Andy Wingoframe-source available in default environment
2011-02-08 Ludovic CourtèsHave `define-wrapped-pointer-type' take a type name.
2011-02-08 Andy Wingohackily fix another case where display-exception would...
2011-02-07 Ludovic CourtèsHack around a defect in `define-wrapped-pointer-type'.
2011-02-02 Michael GranUse 'substring' instead of obsoleted 'make-shared-subst...
2011-02-01 Andreas RottmannFix `show' REPL meta-command
2011-01-30 Ludovic CourtèsAdd `pointer?'.
2011-01-30 Ludovic CourtèsAdd `define-wrapped-pointer-type'.
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-12-17 Andy Wingoadd ,reload meta-command and document it and reload...
2010-12-12 Andy Wingoforeign: c-struct parsing simplification
2010-11-20 Andreas RottmannAllow user-defined meta-commands
2010-11-18 Andy Wingorepl read/write using current ports, not captured ports
2010-11-18 Andy Wingoadd source-location->source-properties to lalr
2010-11-18 Andy Wingorepl.scm displays syntax errors on read as well
2010-11-16 Andy Wingoadd proper pretty-printing for syntax errors
next