1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-15 03:11:54 -07:00
emacs/mps/code
2013-05-12 17:21:03 +01:00
..
mps.xcodeproj Consolidating common pool keywords. 2013-05-09 00:06:07 +01:00
w3mv Adding leader comment to .p4ignore files and setting keyword expansion. 2013-05-10 03:52:36 +01:00
.gdbinit
.p4ignore
abq.c
abq.h
abqtest.c
amcss.c Comment out all calls to mps_arena_commit_limit_set in test case amcsshe. (this test case formerly set the commit limit "in the hope of getting one dynamic collection", but this was unreliable: see job003440 for details.) 2013-03-12 15:15:57 +00:00
amcsshe.c
amcssth.c
amsss.c
amssshe.c
apss.c
arena.c Moving mps_key_vmw3_top_down definition to arena.c so that it's present on all platforms. 2013-05-09 14:57:38 +01:00
arenacl.c Changing required keyword arguments to cause an assertion rather than return a status code, and removing repetition in how this is expressed. 2013-05-09 15:15:40 +01:00
arenacv.c New macro mps_arg and revised macro mps_args_add mean that client programs no longer need to know which keyword argument goes in which field. revise documentation accordingly. 2013-05-12 17:21:03 +01:00
arenavm.c Fix typo: "parmeters" for "parameters". 2013-05-11 19:10:14 +01:00
arg.c Converting varags on buffer and ap creation into keyword argument lists. 2013-05-09 18:25:53 +01:00
arg.h Converting varags on buffer and ap creation into keyword argument lists. 2013-05-09 18:25:53 +01:00
awlut.c
awluthe.c
awlutth.c
boot.c
boot.h
bt.c
bt.h
btcv.c
bttest.c
buffer.c Converting varags on buffer and ap creation into keyword argument lists. 2013-05-09 18:25:53 +01:00
cbs.c New macro mps_arg and revised macro mps_args_add mean that client programs no longer need to know which keyword argument goes in which field. revise documentation accordingly. 2013-05-12 17:21:03 +01:00
cbs.h
cbstest.c
chain.h
check.h
clock.h
comm.gmk Put xxxxxx at the end of the pattern argument to mktemp, so that it works on freebsd and os x. 2013-05-06 19:01:25 +01:00
commpost.nmk
commpre.nmk
config.h Replacing varargs passed to seginit with keyword argument list. 2013-05-09 17:34:01 +01:00
dbgpool.c New macro mps_arg and revised macro mps_args_add mean that client programs no longer need to know which keyword argument goes in which field. revise documentation accordingly. 2013-05-12 17:21:03 +01:00
dbgpool.h Macroizing keyword definitions and adding more keyword argument checking methods. 2013-05-08 23:40:40 +01:00
dbgpooli.c
diag.c
event.c
event.h
eventcnv.c
eventcom.h
eventdef.h
eventpro.c
eventpro.h
eventrep.c
eventrep.h
eventsql.c
eventtxt.c
exposet0.c
expt825.c
finalcv.c
finaltest.c
fmtdy.c
fmtdy.h
fmtdytst.c
fmtdytst.h
fmthe.c
fmthe.h
fmtno.c
fmtno.h
format.c
fri3gc.gmk Add -*- makefile -*- to .gmk files so that syntax highlighting in emacs works out of the box. 2013-03-08 17:26:12 +00:00
fri6gc.gmk Add -*- makefile -*- to .gmk files so that syntax highlighting in emacs works out of the box. 2013-03-08 17:26:12 +00:00
gc.gmk Add -*- makefile -*- to .gmk files so that syntax highlighting in emacs works out of the box. 2013-03-08 17:26:12 +00:00
global.c Converting pools to use keyword arguments, mostly, and so far inconsistently, but at least it compiles. 2013-05-08 16:21:12 +01:00
gp.gmk Add -*- makefile -*- to .gmk files so that syntax highlighting in emacs works out of the box. 2013-03-08 17:26:12 +00:00
ld.c
libcbt.c
lii3gc.gmk Add -*- makefile -*- to .gmk files so that syntax highlighting in emacs works out of the box. 2013-03-08 17:26:12 +00:00
lii6gc.gmk Add -*- makefile -*- to .gmk files so that syntax highlighting in emacs works out of the box. 2013-03-08 17:26:12 +00:00
lo.h
locbwcss.c
lock.h
lockan.c
lockcov.c
lockix.c
lockli.c
lockutw3.c Adding unused declaration for unused variable. 2013-05-08 14:11:27 +01:00
lockw3.c
locus.c
locusss.c
locv.c
message.c
messtest.c
meter.c
meter.h
misc.h
mpm.c
mpm.h Converting varags on buffer and ap creation into keyword argument lists. 2013-05-09 18:25:53 +01:00
mpmss.c
mpmst.h Converting varags on buffer and ap creation into keyword argument lists. 2013-05-09 18:25:53 +01:00
mpmtypes.h Converting varags on buffer and ap creation into keyword argument lists. 2013-05-09 18:25:53 +01:00
mps.c First draft of keyword arguments. mainly checking in in order to try working with git fusion on this branch. 2013-05-02 17:55:07 +01:00
mps.h New macro mps_arg and revised macro mps_args_add mean that client programs no longer need to know which keyword argument goes in which field. revise documentation accordingly. 2013-05-12 17:21:03 +01:00
mpsacl.h New macro mps_arg and revised macro mps_args_add mean that client programs no longer need to know which keyword argument goes in which field. revise documentation accordingly. 2013-05-12 17:21:03 +01:00
mpsavm.h
mpscamc.h
mpscams.h New macro mps_arg and revised macro mps_args_add mean that client programs no longer need to know which keyword argument goes in which field. revise documentation accordingly. 2013-05-12 17:21:03 +01:00
mpscawl.h New macro mps_arg and revised macro mps_args_add mean that client programs no longer need to know which keyword argument goes in which field. revise documentation accordingly. 2013-05-12 17:21:03 +01:00
mpsclo.h
mpscmfs.h New macro mps_arg and revised macro mps_args_add mean that client programs no longer need to know which keyword argument goes in which field. revise documentation accordingly. 2013-05-12 17:21:03 +01:00
mpscmv.h Consolidating common pool keywords. 2013-05-09 00:06:07 +01:00
mpscmv2.h
mpscmvff.h New macro mps_arg and revised macro mps_args_add mean that client programs no longer need to know which keyword argument goes in which field. revise documentation accordingly. 2013-05-12 17:21:03 +01:00
mpscmvt.h New macro mps_arg and revised macro mps_args_add mean that client programs no longer need to know which keyword argument goes in which field. revise documentation accordingly. 2013-05-12 17:21:03 +01:00
mpscsnc.h
mpsi.c Rename mps_arena_create_args to mps_arena_create_k to match the documentation, and for consistency with mps_pool_create_k and mps_ap_create_k. 2013-05-11 19:17:06 +01:00
mpsicv.c
mpsio.h
mpsioan.c
mpsiw3.c
mpslib.h
mpsliban.c
mpstd.h
mpsw3.h
mpswin.h
mv2test.c
ntbuild.cmd
osxc.h
pool.c Converting varags on buffer and ap creation into keyword argument lists. 2013-05-09 18:25:53 +01:00
poolabs.c Pushing varargs decoding into a pool class method. much simpler. 2013-05-08 22:43:51 +01:00
poolamc.c New macro mps_arg and revised macro mps_args_add mean that client programs no longer need to know which keyword argument goes in which field. revise documentation accordingly. 2013-05-12 17:21:03 +01:00
poolams.c Replacing varargs passed to seginit with keyword argument list. 2013-05-09 17:34:01 +01:00
poolams.h Converting pools to use keyword arguments, mostly, and so far inconsistently, but at least it compiles. 2013-05-08 16:21:12 +01:00
poolamsi.c
poolawl.c New macro mps_arg and revised macro mps_args_add mean that client programs no longer need to know which keyword argument goes in which field. revise documentation accordingly. 2013-05-12 17:21:03 +01:00
poollo.c Replacing varargs passed to seginit with keyword argument list. 2013-05-09 17:34:01 +01:00
poolmfs.c Changing required keyword arguments to cause an assertion rather than return a status code, and removing repetition in how this is expressed. 2013-05-09 15:15:40 +01:00
poolmfs.h Converting pools to use keyword arguments, mostly, and so far inconsistently, but at least it compiles. 2013-05-08 16:21:12 +01:00
poolmrg.c New macro mps_arg and revised macro mps_args_add mean that client programs no longer need to know which keyword argument goes in which field. revise documentation accordingly. 2013-05-12 17:21:03 +01:00
poolmrg.h
poolmv.c New macro mps_arg and revised macro mps_args_add mean that client programs no longer need to know which keyword argument goes in which field. revise documentation accordingly. 2013-05-12 17:21:03 +01:00
poolmv.h Converting pools to use keyword arguments, mostly, and so far inconsistently, but at least it compiles. 2013-05-08 16:21:12 +01:00
poolmv2.c Replacing varargs passed to seginit with keyword argument list. 2013-05-09 17:34:01 +01:00
poolmv2.h
poolmvff.c Replacing varargs passed to seginit with keyword argument list. 2013-05-09 17:34:01 +01:00
pooln.c Converting pools to use keyword arguments, mostly, and so far inconsistently, but at least it compiles. 2013-05-08 16:21:12 +01:00
pooln.h
poolncv.c New macro mps_arg and revised macro mps_args_add mean that client programs no longer need to know which keyword argument goes in which field. revise documentation accordingly. 2013-05-12 17:21:03 +01:00
poolsnc.c Converting varags on buffer and ap creation into keyword argument lists. 2013-05-09 18:25:53 +01:00
prmcan.c
prmci3.h
prmci3fr.c
prmci3li.c
prmci3w3.c
prmci6.h
prmci6fr.c
prmci6li.c
prmci6w3.c
prmcix.h
prmcw3.h
protan.c
proti3.c
proti6.c
protix.c
protli.c
protocol.c
protocol.h
protsgix.c
protw3.c Fix typo ("not" for "now"). 2013-04-25 20:10:10 +01:00
pthrdext.c
pthrdext.h
qs.c Avoid type puns. 2013-05-06 18:39:26 +01:00
ref.c
replay.c
reserv.c Converting pools to use keyword arguments, mostly, and so far inconsistently, but at least it compiles. 2013-05-08 16:21:12 +01:00
ring.c
ring.h
root.c
sac.c
sac.h
sacss.c
sc.h
seg.c Replacing varargs passed to seginit with keyword argument list. 2013-05-09 17:34:01 +01:00
segsmss.c New macro mps_arg and revised macro mps_args_add mean that client programs no longer need to know which keyword argument goes in which field. revise documentation accordingly. 2013-05-12 17:21:03 +01:00
shield.c
span.c
spi3.c
splay.c
splay.h
ss.c
ss.h
ssan.c
ssixi3.c
ssixi6.c
ssw3i3mv.c
ssw3i6mv.c
steptest.c
table.c
table.h
teletest.c
testlib.c
testlib.h
th.h
than.c
thix.c
thw3.c
thw3.h
thw3i3.c
thw3i6.c
trace.c
traceanc.c Remove "mps_alert_collection_set" from public interface and remove its implementation and test case. client programs should use the messages interface to find out what the mps is doing. 2013-03-12 14:33:27 +00:00
tract.c
tract.h
version.c Updating mps_release to release/1.111.0 2013-05-08 13:57:31 +01:00
vman.c Adding arg to windows makefiles. adding trivial params implementation to vman.c. 2013-05-09 15:00:30 +01:00
vmix.c Basically working keyword arguments, though vmparam is unsatisfactory. 2013-05-03 17:20:35 +01:00
vmw3.c Untabify. 2013-05-11 19:10:56 +01:00
w3i3mv.nmk Adding arg to windows makefiles. adding trivial params implementation to vman.c. 2013-05-09 15:00:30 +01:00
w3i6mv.nmk Adding arg to windows makefiles. adding trivial params implementation to vman.c. 2013-05-09 15:00:30 +01:00
walk.c
walkt0.c
xci3gc.gmk Add -*- makefile -*- to .gmk files so that syntax highlighting in emacs works out of the box. 2013-03-08 17:26:12 +00:00
zcoll.c
zmess.c