summaryrefslogtreecommitdiff
path: root/module/system/base/types.scm
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary module imports.Ludovic Courtès2023-02-241-1/+0
* Deprecate symbol properties.Ludovic Courtès2022-02-041-2/+2
* types: Recognize 'scm_t_port_type' and decode port type name.Ludovic Courtès2018-08-071-5/+29
* Slim heap-allocated flonumsAndy Wingo2018-04-101-2/+2
* Merge until 81d2e352663bc5f80734312fec90f250b1fbe2e4 from stable-2.2Andy Wingo2017-11-291-10/+20
|\
| * Allow GDB support to be used with GDB-linked-against-Guile-2.0.Ludovic Courtès2017-11-051-10/+20
* | Rename "number" tag to "heap-number"Andy Wingo2017-10-291-1/+1
* | Refactor (system base types internal) to use more macrosAndy Wingo2017-10-291-14/+15
* | Add (system base types internal).Andy Wingo2017-10-251-50/+4
* | remove self field of vtablesAndy Wingo2017-09-141-2/+2
* | Remove indirection in structsAndy Wingo2017-09-141-5/+6
|/
* types: Hide one of the 'bytevector->string' procedures.Ludovic Courtès2017-04-141-2/+2
* Add disjoint syntax object typeAndy Wingo2017-03-281-0/+6
* Remove special support for fluids in GDB interfaceAndy 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 elsewhereAndy Wingo2016-09-061-23/+23
* 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 setvbufAndy Wingo2016-04-041-1/+1
* (system base types) knows about variablesAndy Wingo2015-02-171-0/+3
* Keywords have a tc7Andy Wingo2015-01-221-1/+4
* Merge branch 'stable-2.0'v2.1.0Mark H Weaver2014-04-251-13/+12
* 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