summaryrefslogtreecommitdiff
path: root/module/system/base
Commit message (Expand)AuthorAgeFilesLines
* prefer compilers earlier in list...Robin Templeton2020-04-041-2/+2
* Add -Wshadowed-toplevel....Ludovic Courtès2018-07-241-1/+8
* 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
* Allow GDB support to be used with GDB-linked-against-Guile-2.0....Ludovic Courtès2017-11-051-10/+20
* Use make-struct/no-tail instead of make-struct...Andy Wingo2017-09-201-1/+1
* types: Hide one of the 'bytevector->string' procedures....Ludovic Courtès2017-04-141-2/+2
* Add disjoint syntax object type...Andy Wingo2017-03-281-0/+6
* 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
* Remove special support for fluids in GDB interface...Andy Wingo2016-11-261-20/+2
* Tweak value of tc7-smob....Andy Wingo2016-09-061-1/+1
* Convert tc7 values to hex in tags.h and elsewhere...Andy Wingo2016-09-061-23/+23
* Recognize alpha as compilation target...James Clarke2016-08-081-2/+2
* Recognize nios2 as compilation target...Marek Vasut2016-08-071-2/+2
* Allow mkstemp! to have optional "mode" argument...Andy Wingo2016-07-251-1/+1
* Add -Wmacro-use-before-definition...Andy Wingo2016-06-251-0/+6
* Use source file permissions for compiled files...Andy Wingo2016-06-211-1/+3
* Handle zero-length bytevectors correctly in (system base types)....Mark H Weaver2016-05-221-1/+1
* Work around requirement that size be non-zero in GDB 'open-memory'....Mark H Weaver2016-05-221-2/+6
* Use symbols instead of _IONBF values as args to setvbuf...Andy Wingo2016-04-041-1/+1
* Update statprof documentation; deprecate `with-statprof'...Andy Wingo2016-02-011-29/+1
* (system base types) knows about variables...Andy Wingo2015-02-171-0/+3
* Merge commit '8cf2a7ba7432d68b9a055d29f18117be70375af9'Andy Wingo2015-01-222-43/+63
|\
| * Update (system base lalr) from upstream....Ludovic Courtès2014-12-021-40/+59
| * Recognize m68k, s390x, and sh4 as compilation targets...Rob Browning2014-11-191-3/+4
* | Keywords have a tc7...Andy Wingo2015-01-221-1/+4
* | Merge branch 'stable-2.0'...Mark H Weaver2014-09-301-2/+10
|\|
| * Recognize more ARM targets....Ludovic Courtès2014-07-041-2/+8
| * Recognize arm-* target triplets....Ludovic Courtès2014-07-041-1/+3
* | Merge branch 'stable-2.0'...Mark H Weaver2014-04-251-0/+529
|\|
| * Support weak vectors, arrays, and bitvectors in (system base types)....Mark H Weaver2014-04-241-0/+9
| * Fix (system base types) on big-endian systems....Mark H Weaver2014-03-151-1/+3
| * Add (system base types)....Ludovic Courtès2014-02-181-0/+519
* | Rename "RTL" to "bytecode"...Andy Wingo2013-12-021-2/+2
* | Rename objcodes?.{scm,c,h} to loader.{scm,c,h}...Andy Wingo2013-11-191-2/+0
* | Decompile goes from tree-il to scheme by default....Andy Wingo2013-11-081-2/+2
* | Default to compiling to RTL...Andy Wingo2013-10-311-2/+2
* | compile-file adds #:to-disk? #t to opts...Andy Wingo2013-08-241-1/+2
|/
* use chmod portably in (system base compile)...Jason Earl2013-03-101-1/+3
* Fix handling of the *-gnux32 target....Ludovic Courtès2013-02-281-1/+1
* Recognize the `x86_64.*-gnux32' triplet....Ludovic Courtès2013-02-271-0/+2
* Check whether a triplet's OS part specifies an ABI....Ludovic Courtès2013-02-271-16/+23
* Recognize mips64* as having 32-bit pointers by default....Ludovic Courtès2013-02-271-1/+6
* Fix startup of guile.exe on MS-Windows....Eli Zaretskii2013-02-191-1/+2
* Add 'for-humans?' flag to <language> specifications....Mark H Weaver2013-01-271-1/+3
* paameterize in read-and-compile...Andy Wingo2013-01-221-1/+1
* current-language is a parameter in boot-9...Andy Wingo2013-01-222-7/+7
* fix compilation of glil to assembly...Andy Wingo2013-01-221-4/+21