summaryrefslogtreecommitdiff
path: root/module/system
Commit message (Expand)AuthorAgeFilesLines
* constant-interning fix...Robin Templeton2020-04-041-1/+2
* prefer compilers earlier in list...Robin Templeton2020-04-041-2/+2
* check symbols constants uninterned...Robin Templeton2020-04-041-1/+1
* intern arbitrary constants...Robin Templeton2020-04-042-9/+27
* REPL server: Avoid deprecated '_IOFBF'....Ludovic Courtès2019-06-301-1/+1
* Remove references to 'inet-ntoa' and 'inet-aton'....Ludovic Courtès2019-06-241-2/+4
* Avoid regexp ranges in HTTP inter-protocol exploitation check....Mark H Weaver2019-06-181-1/+1
* Update user-visible copyright years....Mark H Weaver2019-04-161-2/+2
* Add -Wshadowed-toplevel....Ludovic Courtès2018-07-241-1/+8
* linker: Don't rely on out-of-range bv-ref exceptions....Ludovic Courtès2018-06-281-3/+3
* types: Recognize 'scm_t_port_type' and decode port type name....Ludovic Courtès2018-06-241-6/+30
* elisp: Fix cross-compilation support....Mark H Weaver2018-06-111-2/+8
* Recognize RISC-V compilation targets....Shea Levy2018-03-151-0/+2
* foreign: Add 'uintptr_t' and 'intptr_t'....Matt Wette2017-11-221-0/+1
* Allow GDB support to be used with GDB-linked-against-Guile-2.0....Ludovic Courtès2017-11-051-10/+20
* 'frame-matcher' doesn't crash when the last IP is unknown....Ludovic Courtès2017-10-251-2/+3
* Use make-struct/no-tail instead of make-struct...Andy Wingo2017-09-201-1/+1
* Bump objcode version in a compatible way...Andy Wingo2017-04-181-1/+1
* All literal constants are read-only...Andy Wingo2017-04-181-19/+35
* types: Hide one of the 'bytevector->string' procedures....Ludovic Courtès2017-04-141-2/+2
* Add disjoint syntax object type...Andy Wingo2017-03-284-2/+38
* Plumbing changes to rename "syntax-module"...Andy Wingo2017-03-281-0/+26
* Update --version and REPL copyright years...Andy Wingo2017-03-151-1/+1
* VM support for string-set!; slimmer read-string...Andy Wingo2017-03-091-0/+1
* 64KB segment alignment...Andy Wingo2017-03-081-2/+37
* psyntax: Generate identifiers in a deterministic fashion....Mark H Weaver2017-03-071-4/+4
* Recognize sh3 as compilation targets...John Paul Adrian Glaubitz2017-03-011-2/+2
* REPL Server: Guard against HTTP inter-protocol exploitation attacks....Mark H Weaver2017-03-012-4/+188
* Cosmetic REPL server improvements...Andy Wingo2017-03-011-10/+10
* Fix trap frame matching...Andy Wingo2017-03-011-1/+3
* Fix compute-frame-sizes for case-lambda jumps...Andy Wingo2017-02-221-0/+3
* Stringbufs immutable by default...Andy Wingo2017-02-161-5/+2
* Avoid stacks in dynamically-bound values...Andy Wingo2017-02-072-5/+5
* Add unboxed floating point comparison instructions....David Thompson2017-01-122-0/+7
* with-dynamic-state compiler and VM support...Andy Wingo2016-12-051-0/+2
* Compile fluid-set! to VM opcode...Andy Wingo2016-11-271-1/+1
* Remove special support for fluids in GDB interface...Andy Wingo2016-11-261-20/+2
* Fix compilation of rank 0 typed array literals...Daniel Llorens2016-11-231-1/+3
* Add handle-interrupts inst and compiler pass...Andy Wingo2016-11-161-0/+1
* REPL server avoids thread cleanup handlers...Andy Wingo2016-10-311-11/+12
* Adapt run-server* to change to `accept'....Andy Wingo2016-10-191-25/+9
* Fix cross-compilation of negative fixnums...Andy Wingo2016-09-061-6/+5
* Compiler support for atomics...Andy Wingo2016-09-061-0/+5
* Fix fixnum min/max for assembler...Andy Wingo2016-09-061-4/+4
* Tweak value of tc7-smob....Andy Wingo2016-09-061-1/+1
* Convert tc7 values to hex in tags.h and elsewhere...Andy Wingo2016-09-062-30/+30
* Check for missing debug info in print-program...Robin Templeton2016-09-021-1/+1
* Add unboxed logxor on u64 values...Andy Wingo2016-09-011-0/+1
* Fix exception when running ",help debug"...Andy Wingo2016-08-251-1/+1
* Recognize alpha as compilation target...James Clarke2016-08-081-2/+2