1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-13 02:12:18 -07:00
emacs/mps/code
2024-11-27 13:25:08 +00:00
..
mps.xcodeproj Catch-up merge from 'master into branch/2023-04-13/transforms 2023-06-17 11:35:18 +01:00
w3mv
.p4ignore
.renamed-gitignore
abq.c
abq.h Cleaning up fixmes. moving signature on abqstruct to the start, since i couldn't find any justification for it to be at the end. it was always at the end. 2023-03-09 10:11:12 +00:00
abqtest.c
addrobj.c Fix typos. 2024-11-26 22:10:23 +07:00
airtest.c
amcss.c Explaining the purpose of the calls variable in response to <https://github.com/ravenbrook/mps/pull/164#discussion_r1130845346>. 2023-03-09 11:33:14 +00:00
amcsshe.c
amcssth.c New api function mps_pool_walk. 2022-01-17 17:39:18 +00:00
amsss.c
amssshe.c
anangc.gmk
ananll.gmk
ananmv.nmk
apss.c
arena.c Fix typos. 2024-11-26 22:10:23 +07:00
arenacl.c Moving design documentation of signatures to design.mps.sig and updating tagging from code to be consistent. 2023-03-09 09:40:03 +00:00
arenacv.c
arenavm.c Adding arena contraction callback to all chunk deallocations, so that it is called when the arena is destroyed. 2023-06-09 14:29:55 +01:00
arg.c Downgrading old fixmes to todos with better explanation of tasks. 2023-02-20 08:51:15 +00:00
arg.h Moving design documentation of signatures to design.mps.sig and updating tagging from code to be consistent. 2023-03-09 09:40:03 +00:00
awlut.c
awluthe.c
awlutth.c
boot.c
boot.h Moving design documentation of signatures to design.mps.sig and updating tagging from code to be consistent. 2023-03-09 09:40:03 +00:00
bt.c
bt.h
btcv.c
bttest.c
buffer.c Downgrading old fixmes to todos with better explanation of tasks. 2023-02-20 08:51:15 +00:00
cbs.c
cbs.h
check.h
clock.h
comm.gmk Catch-up merge from 'master into branch/2023-04-13/transforms 2023-06-17 11:35:18 +01:00
commpost.nmk Catch-up merge from 'master into branch/2023-04-13/transforms 2023-06-17 11:35:18 +01:00
commpre.nmk Fix typos. 2024-11-26 22:10:23 +07:00
config.h Adding references to issues raised by review <https://github.com/ravenbrook/mps/pull/119#discussion_r1115543553>. 2023-02-24 08:53:03 +00:00
dbgpool.c Fix typos. 2024-11-26 22:10:23 +07:00
dbgpool.h Moving design documentation of signatures to design.mps.sig and updating tagging from code to be consistent. 2023-03-09 09:40:03 +00:00
dbgpooli.c
djbench.c
event.c
event.h
eventcnv.c
eventcom.h
eventdef.h Fix typos. 2023-02-13 23:27:57 +07:00
eventpy.c
eventsql.c
eventtxt.c
extcon.c Clarifying comments in response to review <https://github.com/ravenbrook/mps/pull/213#discussion_r1191144878> 2023-06-09 14:49:32 +01:00
failover.c
failover.h
finalcv.c
finaltest.c
fmtdy.c
fmtdy.h
fmtdytst.c
fmtdytst.h
fmthe.c
fmthe.h
fmtno.c
fmtno.h
fmtscheme.c
fmtscheme.h
forktest.c
format.c New api function mps_pool_walk. 2022-01-17 17:39:18 +00:00
fotest.c
freelist.c Fix typos. 2023-02-13 23:27:57 +07:00
freelist.h
fri3gc.gmk
fri3ll.gmk
fri6gc.gmk
fri6ll.gmk
gc.gmk
gcbench.c Fix typos. 2024-11-26 22:10:23 +07:00
getopt.h
getoptl.c
global.c
gp.gmk
land.c
landtest.c
ld.c Fix typos. 2024-11-26 22:10:23 +07:00
lia6gc.gmk
lia6ll.gmk
lii3gc.gmk
lii6gc.gmk
lii6ll.gmk
ll.gmk
locbwcss.c
lock.h
lockan.c Moving design documentation of signatures to design.mps.sig and updating tagging from code to be consistent. 2023-03-09 09:40:03 +00:00
lockcov.c
lockix.c Moving design documentation of signatures to design.mps.sig and updating tagging from code to be consistent. 2023-03-09 09:40:03 +00:00
lockut.c
lockw3.c Moving design documentation of signatures to design.mps.sig and updating tagging from code to be consistent. 2023-03-09 09:40:03 +00:00
locus.c
locus.h Moving design documentation of signatures to design.mps.sig and updating tagging from code to be consistent. 2023-03-09 09:40:03 +00:00
locusss.c
locv.c New api function mps_pool_walk. 2022-01-17 17:39:18 +00:00
message.c
messtest.c
meter.c
meter.h
misc.h Fix typos. 2023-02-13 23:27:57 +07:00
mpm.c
mpm.h Generalising mps_addr_object, arenaaddrobject, pooladdrobject for pools that do not use segments. 2023-06-07 14:57:55 +01:00
mpmss.c
mpmst.h Add implementation of mps_addr_object as implemented by jph on top of branch cet-merge-2 and subsequently became mps-2022. directly fix some whitespace according to c syntax conventions and remove boolean operation on a pointer 2023-05-16 17:26:00 +01:00
mpmtypes.h Generalising mps_addr_object, arenaaddrobject, pooladdrobject for pools that do not use segments. 2023-06-07 14:57:55 +01:00
mps.c Removing mpsitr.c, a relic of custom/cet, and merging its contents into mpsi.c. reponse to review <https://github.com/ravenbrook/mps/pull/214#issuecomment-1590952221>. 2023-06-16 09:33:58 +01:00
mps.h Catch-up merge from 'master into branch/2023-04-13/transforms 2023-06-17 11:35:18 +01:00
mpsacl.h
mpsavm.h
mpscamc.h
mpscams.h
mpscawl.h
mpsclo.h
mpscmfs.h
mpscmv2.h
mpscmvff.h
mpscmvt.h
mpscsnc.h
mpsi.c Fix typos. 2024-11-26 22:10:23 +07:00
mpsicv.c
mpsio.h
mpsioan.c
mpsiw3.c
mpslib.h Fix typos. 2023-02-13 23:27:57 +07:00
mpsliban.c
mpstd.h
mpswin.h
mv.nmk
mv2test.c
nailboard.c
nailboard.h Moving design documentation of signatures to design.mps.sig and updating tagging from code to be consistent. 2023-03-09 09:40:03 +00:00
nailboardtest.c
pc.nmk
policy.c Fix typos. 2024-11-26 22:10:23 +07:00
pool.c Fix typos. 2024-11-26 22:10:23 +07:00
poolabs.c Generalising mps_addr_object, arenaaddrobject, pooladdrobject for pools that do not use segments. 2023-06-07 14:57:55 +01:00
poolamc.c Fix typos. 2024-11-26 22:10:23 +07:00
poolams.c Resolve legit warning from gcc 11.3.0 about potential array overruns. 2023-01-06 17:39:48 +00:00
poolams.h Moving design documentation of signatures to design.mps.sig and updating tagging from code to be consistent. 2023-03-09 09:40:03 +00:00
poolawl.c Fix typos. 2024-11-26 22:10:23 +07:00
poollo.c Merging branch/2023-03-09/sig-design-tidy for github pull request <https://github.com/ravenbrook/mps/pull/193>. 2023-03-13 20:17:31 +00:00
poolmfs.c
poolmfs.h
poolmrg.c Fix typos. 2024-11-26 22:10:23 +07:00
poolmrg.h
poolmv2.c Moving design documentation of signatures to design.mps.sig and updating tagging from code to be consistent. 2023-03-09 09:40:03 +00:00
poolmv2.h
poolmvff.c Resolve legit warning from gcc 11.3.0 about potential array overruns. 2023-01-06 17:39:48 +00:00
poolmvff.h
pooln.c
pooln.h
poolncv.c
poolsnc.c Moving design documentation of signatures to design.mps.sig and updating tagging from code to be consistent. 2023-03-09 09:40:03 +00:00
prmc.h
prmcan.c
prmcanan.c
prmcfri3.c
prmcfri6.c
prmci3.c
prmci3.h
prmci6.c
prmci6.h
prmcix.c
prmcix.h Moving design documentation of signatures to design.mps.sig and updating tagging from code to be consistent. 2023-03-09 09:40:03 +00:00
prmclia6.c
prmclii3.c
prmclii6.c
prmcw3.c
prmcw3.h Moving design documentation of signatures to design.mps.sig and updating tagging from code to be consistent. 2023-03-09 09:40:03 +00:00
prmcw3i3.c
prmcw3i6.c
prmcxc.c
prmcxc.h Moving design documentation of signatures to design.mps.sig and updating tagging from code to be consistent. 2023-03-09 09:40:03 +00:00
prmcxca6.c
prmcxci3.c
prmcxci6.c
prot.h
protan.c
protix.c Adding narrowing cast to suppress warning on fr86ll. 2023-01-11 15:58:50 +00:00
protocol.c
protocol.h Cleaning up fixmes. inststruct does not have a signature. 2023-03-09 09:59:16 +00:00
protsgix.c
protw3.c
protxc.c
protxc.h
pthrdext.c Minor documentation improvements in response to review <https://github.com/ravenbrook/mps/pull/179#pullrequestreview-1354912126>. 2023-03-23 15:44:06 +00:00
pthrdext.h Moving design documentation of signatures to design.mps.sig and updating tagging from code to be consistent. 2023-03-09 09:40:03 +00:00
qs.c
range.c
range.h
rangetree.c
rangetree.h
ref.c
ring.c
ring.h
root.c Moving design documentation of signatures to design.mps.sig and updating tagging from code to be consistent. 2023-03-09 09:40:03 +00:00
sa.c
sa.h Moving design documentation of signatures to design.mps.sig and updating tagging from code to be consistent. 2023-03-09 09:40:03 +00:00
sac.c
sac.h Moving design documentation of signatures to design.mps.sig and updating tagging from code to be consistent. 2023-03-09 09:40:03 +00:00
sacss.c
scan.c
seg.c
segsmss.c Moving design documentation of signatures to design.mps.sig and updating tagging from code to be consistent. 2023-03-09 09:40:03 +00:00
shield.c Fix typos. 2024-11-26 22:10:23 +07:00
sncss.c New api function mps_pool_walk. 2022-01-17 17:39:18 +00:00
sp.h
span.c
splay.c Fix typos. 2024-11-26 22:10:23 +07:00
splay.h Moving design documentation of signatures to design.mps.sig and updating tagging from code to be consistent. 2023-03-09 09:40:03 +00:00
spw3i3.c
spw3i6.c
ss.c
ss.h
steptest.c
table.c
table.h Moving design documentation of signatures to design.mps.sig and updating tagging from code to be consistent. 2023-03-09 09:40:03 +00:00
tagtest.c Fix typos. 2024-11-26 22:10:23 +07:00
teletest.c
testlib.c
testlib.h Part of making transforms part of the public mps. 2023-04-14 09:58:56 +01:00
testthr.h
testthrix.c
testthrw3.c
th.h
than.c Moving design documentation of signatures to design.mps.sig and updating tagging from code to be consistent. 2023-03-09 09:40:03 +00:00
thix.c Moving design documentation of signatures to design.mps.sig and updating tagging from code to be consistent. 2023-03-09 09:40:03 +00:00
thw3.c Moving design documentation of signatures to design.mps.sig and updating tagging from code to be consistent. 2023-03-09 09:40:03 +00:00
thxc.c Merging branch/2023-02-27/correct-file-names for github pull request <https://github.com/ravenbrook/mps/pull/179>. 2023-03-23 22:09:32 +00:00
trace.c Moving transforms design statements out of leader comment of trans.c, updating, clarifying, and cross-referencing, in response to review <https://github.com/ravenbrook/mps/pull/214#issuecomment-1590952221>. 2023-06-16 09:14:14 +01:00
traceanc.c Moving design documentation of signatures to design.mps.sig and updating tagging from code to be consistent. 2023-03-09 09:40:03 +00:00
tract.c Eliminate pagestate and pagepoolunion: spare pages are now represented by the spare page land, and free/allocated pages can be distinguished using the pool pointer. 2022-01-17 20:19:08 +00:00
tract.h Moving design documentation of signatures to design.mps.sig and updating tagging from code to be consistent. 2023-03-09 09:40:03 +00:00
trans.c Clarifying that two avers are implementing .assume.parked in response to review comment <https://github.com/ravenbrook/mps/pull/298#issuecomment-2503792676>. 2024-11-27 13:25:08 +00:00
trans.h Make transforms part of the public mps. 2023-06-12 14:19:17 +01:00
tree.c
tree.h
version.c
vm.c
vm.h Moving design documentation of signatures to design.mps.sig and updating tagging from code to be consistent. 2023-03-09 09:40:03 +00:00
vman.c
vmix.c Documenting deprecation of getpagesize(). 2023-03-04 07:56:29 +00:00
vmw3.c Downgrading old fixmes to todos with better explanation of tasks. 2023-02-20 08:51:15 +00:00
w3i3mv.nmk
w3i3pc.nmk
w3i6mv.bat Fix travis ci build for windows using auxiliary batch script to escape from git bash to visual studio. 2023-01-06 12:18:03 +00:00
w3i6mv.nmk
w3i6pc.nmk
walk.c Moving design documentation of signatures to design.mps.sig and updating tagging from code to be consistent. 2023-03-09 09:40:03 +00:00
walkt0.c New api function mps_pool_walk. 2022-01-17 17:39:18 +00:00
xca6ll.gmk
xci3gc.gmk
xci3ll.gmk
xci6gc.gmk
xci6ll.gmk
zcoll.c
zmess.c Avoid compilation error from clang 13.1. 2022-08-21 08:25:50 +01:00
ztfm.c Removing bogus test block introduced in 1ca69dd4a that does not work when transforms are empty or trivial. raising this for later in github issue. 2023-06-16 13:02:43 +01:00