summaryrefslogtreecommitdiff
path: root/module/system/base/types.scm
AgeCommit message (Expand)AuthorFilesLines
2023-02-24Remove unnecessary module imports.Ludovic Courtès1-1/+0
2022-02-04Deprecate symbol properties.Ludovic Courtès1-2/+2
2018-08-07types: Recognize 'scm_t_port_type' and decode port type name.Ludovic Courtès1-5/+29
2018-04-10Slim heap-allocated flonumsAndy Wingo1-2/+2
2017-11-29Merge until 81d2e352663bc5f80734312fec90f250b1fbe2e4 from stable-2.2Andy Wingo1-10/+20
2017-11-05Allow GDB support to be used with GDB-linked-against-Guile-2.0.Ludovic Courtès1-10/+20
2017-10-29Rename "number" tag to "heap-number"Andy Wingo1-1/+1
2017-10-29Refactor (system base types internal) to use more macrosAndy Wingo1-14/+15
2017-10-25Add (system base types internal).Andy Wingo1-50/+4
2017-09-14remove self field of vtablesAndy Wingo1-2/+2
2017-09-14Remove indirection in structsAndy Wingo1-5/+6
2017-04-14types: Hide one of the 'bytevector->string' procedures.Ludovic Courtès1-2/+2
2017-03-28Add disjoint syntax object typeAndy Wingo1-0/+6
2016-11-26Remove special support for fluids in GDB interfaceAndy Wingo1-20/+2
2016-09-06Tweak value of tc7-smob.Andy Wingo1-1/+1
2016-09-06Convert tc7 values to hex in tags.h and elsewhereAndy Wingo1-23/+23
2016-05-22Handle zero-length bytevectors correctly in (system base types).Mark H Weaver1-1/+1
2016-05-22Work around requirement that size be non-zero in GDB 'open-memory'.Mark H Weaver1-2/+6
2016-04-04Use symbols instead of _IONBF values as args to setvbufAndy Wingo1-1/+1
2015-02-17(system base types) knows about variablesAndy Wingo1-0/+3
2015-01-22Keywords have a tc7Andy Wingo1-1/+4
2014-04-25Merge branch 'stable-2.0'v2.1.0Mark H Weaver1-0/+529
2014-04-24Support weak vectors, arrays, and bitvectors in (system base types).Mark H Weaver1-0/+9
2014-03-15Fix (system base types) on big-endian systems.Mark H Weaver1-1/+3
2014-02-18Add (system base types).Ludovic Courtès1-0/+519