summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-04-28gc: remove extra debug codegcMike Montague
2022-04-28gc: 32 bit fixes for WindowsMike Montague
2022-04-28gc: misc updatesMike Montague
2022-04-28gc: correctly handle zero length objects (just a header)Mike Montague
2022-04-28gc: clean up tagsMike Montague
2022-04-27gc: switch to headers; mark and sweep worksMike Montague
2022-04-27gc: malloc onlyMike Montague
2022-04-27gc: change FObjHdr from class to structMike Montague
2022-04-26srfi 176: linux build environmentMike Montague
2022-04-26srfi 176: windows build environmentMike Montague
2022-04-26srfi 176: used __DATE__ and __TIME__ macros for build.dateMike Montague
2022-04-26srfi 176: add more version informationMike Montague
2022-04-25remove object footerMike Montague
2022-04-25don't GC in nested executesMike Montague
2022-04-24fix -p, -e, and -l optionsMike Montague
2022-04-24add srfi 176: version flagMike Montague
2022-04-23gc: prepare for changing object layoutMike Montague
2022-04-16gc: objects don't move: update LiveObject and ScanObjectMike Montague
2022-04-15add EternalP(obj)Mike Montague
2022-04-13improve robustness of object types and codec types tablesMike Montague
2022-04-12win64 fixesMike Montague
2022-04-11standard C++ 20Mike Montague
2022-04-11standard C++ 20Mike Montague
2022-04-10remove builtins and builtin typesMike Montague
2022-04-10remove all uses of builtin typeMike Montague
2022-04-10remove most uses of builtin typeMike Montague
2022-04-10add slot count to object types tableMike Montague
2022-04-10rename Indirect* to Object*Mike Montague
2022-04-10remove most uses of ByteLengthMike Montague
2022-04-10reorganize tagsMike Montague
2022-04-10remove Modify and ModifyVectorMike Montague
2022-04-10remove generational collectorMike Montague
2022-04-09remove trackersMike Montague
2022-04-09only perform full collectionsMike Montague
2022-04-09add srfi 181: custom portsMike Montague
2022-04-09custom ports: use FAliveMike Montague
2022-04-08transcoded ports: add native-transcoderMike Montague
2022-04-08transcoded ports: utf16: ignore byte order markMike Montague
2022-04-08transcoded ports: handle style on writeMike Montague
2022-04-07write named characters correctlyMike Montague
2022-04-04transcoded ports: handle style on readMike Montague
2022-04-03transcoded ports: utf-8 and utf-16: decoding errorsMike Montague
2022-03-27transcoded ports: add decoding and encoding errorsMike Montague
2022-03-27remove make-ascii-port etcMike Montague
2022-03-27fix bytevector and string output ports to work correctly with handing off portsMike Montague
2022-03-27clarify port codeMike Montague
2022-03-27make transcoded portsMike Montague
2022-03-23make custom textual portsMike Montague
2022-03-22make custom binary portsMike Montague
2022-03-15unwind C++ stack when applying a continuation in a nested executeMike Montague