1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-09 21:20:45 -08:00
emacs/mps/code
Gareth Rees da75b40c73 Always run all the testcases, noting failures instead of stopping.
Copied from Perforce
 Change: 182153
 ServerID: perforce.ravenbrook.com
2013-05-24 11:25:15 +01:00
..
mps.xcodeproj Always run all the testcases, noting failures instead of stopping. 2013-05-24 11:25:15 +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
amcsshe.c
amcssth.c
amsss.c
amssshe.c
apss.c
arena.c Adjusting the default extend_by of the mv pool to be more sensible and match the other pools, but overriding it in the case of the arena control pool, where the default originated. 2013-05-19 20:01:52 +01:00
arenacl.c Renaming some local variables from "index" to "indx" to avoid shadowing the function "index". 2013-05-20 19:37:18 +01:00
arenacv.c Rename mps_key_arena_cl_addr to mps_key_arena_cl_base. 2013-05-12 18:12:47 +01:00
arenavm.c Removing dependency on standard c library memcpy. oops. 2013-05-20 16:31:34 +01:00
arg.c The fragmentation limit argument to the mvt pool class is now passed as a floating point fraction, not a percentage, in the keyword interface. 2013-05-16 13:54:06 +01:00
arg.h The fragmentation limit argument to the mvt pool class is now passed as a floating point fraction, not a percentage, in the keyword interface. 2013-05-16 13:54:06 +01:00
awlut.c
awluthe.c
awlutth.c
boot.c
boot.h
bt.c
bt.h
btcv.c
bttest.c
buffer.c Replacing duplicate *trivvarargs methods with a single implementation in args.c. 2013-05-16 13:10:01 +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 Use __builtin_readcyclecounter for event_clock if it's available. 2013-05-16 13:37:31 +01:00
comm.gmk Always run all the testcases, noting failures instead of stopping. 2013-05-24 11:25:15 +01:00
commpost.nmk
commpre.nmk
config.h On platform lii6gc, the mps needs a bunch of symbols which are not defined if the -ansi option is given to gcc. these can be enabled by defining features like _gnu_source, but all headers share a common set of features (via <feature.h>) and so all sources in the same compilation unit must turn on the same set of features. make sure this happens by turning on the features in config.h (not mpstd.h). 2013-05-23 19:35:47 +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
dbgpooli.c
diag.c
event.c Preventing failure if there is an assertion before event buffers are initialized. 2013-05-20 19:37:59 +01:00
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
fri6gc.gmk
gc.gmk Gcc 4.7.3 on ubuntu 13 has stricter alias checking. disabling for now. 2013-05-20 16:33:28 +01:00
global.c
gp.gmk
ld.c
libcbt.c
lii3gc.gmk
lii6gc.gmk
lo.h
locbwcss.c
lock.h
lockan.c
lockcov.c
lockix.c
lockli.c On platform lii6gc, the mps needs a bunch of symbols which are not defined if the -ansi option is given to gcc. these can be enabled by defining features like _gnu_source, but all headers share a common set of features (via <feature.h>) and so all sources in the same compilation unit must turn on the same set of features. make sure this happens by turning on the features in config.h (not mpstd.h). 2013-05-23 19:35:47 +01:00
lockutw3.c
lockw3.c
locus.c
locusss.c
locv.c
message.c
messtest.c
meter.c
meter.h
misc.h
mpm.c
mpm.h Replacing duplicate *trivvarargs methods with a single implementation in args.c. 2013-05-16 13:10:01 +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 Eliminating unnecessary use of varargs in segment split and merge functions. 2013-05-16 03:02:20 +01:00
mps.c
mps.h Adding mps_arg_s fields for float and double, to complete the set of basic types. 2013-05-16 13:13:51 +01:00
mpsacl.h Remove mps_arg from mps.h. 2013-05-13 21:01:38 +01:00
mpsavm.h
mpscamc.h
mpscams.h Remove mps_arg from mps.h. 2013-05-13 21:01:38 +01:00
mpscawl.h Remove mps_arg from mps.h. 2013-05-13 21:01:38 +01:00
mpsclo.h
mpscmfs.h Remove mps_arg from mps.h. 2013-05-13 21:01:38 +01:00
mpscmv.h
mpscmv2.h
mpscmvff.h Remove mps_arg from mps.h. 2013-05-13 21:01:38 +01:00
mpscmvt.h The fragmentation limit argument to the mvt pool class is now passed as a floating point fraction, not a percentage, in the keyword interface. 2013-05-16 13:54:06 +01:00
mpscsnc.h
mpsi.c On platform lii6gc, the mps needs a bunch of symbols which are not defined if the -ansi option is given to gcc. these can be enabled by defining features like _gnu_source, but all headers share a common set of features (via <feature.h>) and so all sources in the same compilation unit must turn on the same set of features. make sure this happens by turning on the features in config.h (not mpstd.h). 2013-05-23 19:35:47 +01:00
mpsicv.c
mpsio.h
mpsioan.c
mpsiw3.c
mpslib.h
mpsliban.c
mpstd.h On platform lii6gc, the mps needs a bunch of symbols which are not defined if the -ansi option is given to gcc. these can be enabled by defining features like _gnu_source, but all headers share a common set of features (via <feature.h>) and so all sources in the same compilation unit must turn on the same set of features. make sure this happens by turning on the features in config.h (not mpstd.h). 2013-05-23 19:35:47 +01:00
mpsw3.h
mpswin.h
mv2test.c The fragmentation limit argument to the mvt pool class is now passed as a floating point fraction, not a percentage, in the keyword interface. 2013-05-16 13:54:06 +01:00
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 Replacing duplicate *trivvarargs methods with a single implementation in args.c. 2013-05-16 13:10:01 +01:00
poolamc.c Catch up merge from mps master to keyword arguments development branch. 2013-05-17 14:37:48 +01:00
poolams.c Making clear the size of the array of args passed to varargs conversion methods. 2013-05-16 03:12:11 +01:00
poolams.h
poolamsi.c
poolawl.c Catch up merge from mps master to keyword arguments development branch. 2013-05-17 14:37:48 +01:00
poollo.c Making clear the size of the array of args passed to varargs conversion methods. 2013-05-16 03:12:11 +01:00
poolmfs.c Making clear the size of the array of args passed to varargs conversion methods. 2013-05-16 03:12:11 +01:00
poolmfs.h
poolmrg.c Renaming some local variables from "index" to "indx" to avoid shadowing the function "index". 2013-05-20 19:37:18 +01:00
poolmrg.h
poolmv.c Making clear the size of the array of args passed to varargs conversion methods. 2013-05-16 03:12:11 +01:00
poolmv.h
poolmv2.c Fixing bogus comparison in assertion found by gcc warnings on linux. 2013-05-20 16:30:59 +01:00
poolmv2.h
poolmvff.c Fixing the mvff documentation to say that the keyword arguments are optional, and documenting their default values. 2013-05-16 18:12:54 +01:00
pooln.c
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 Catch up merge from mps master to keyword arguments development branch. 2013-05-17 14:37:48 +01:00
prmcan.c
prmci3.h
prmci3fr.c
prmci3li.c On platform lii6gc, the mps needs a bunch of symbols which are not defined if the -ansi option is given to gcc. these can be enabled by defining features like _gnu_source, but all headers share a common set of features (via <feature.h>) and so all sources in the same compilation unit must turn on the same set of features. make sure this happens by turning on the features in config.h (not mpstd.h). 2013-05-23 19:35:47 +01:00
prmci3w3.c
prmci6.h
prmci6fr.c
prmci6li.c On platform lii6gc, the mps needs a bunch of symbols which are not defined if the -ansi option is given to gcc. these can be enabled by defining features like _gnu_source, but all headers share a common set of features (via <feature.h>) and so all sources in the same compilation unit must turn on the same set of features. make sure this happens by turning on the features in config.h (not mpstd.h). 2013-05-23 19:35:47 +01:00
prmci6w3.c
prmcix.h On platform lii6gc, the mps needs a bunch of symbols which are not defined if the -ansi option is given to gcc. these can be enabled by defining features like _gnu_source, but all headers share a common set of features (via <feature.h>) and so all sources in the same compilation unit must turn on the same set of features. make sure this happens by turning on the features in config.h (not mpstd.h). 2013-05-23 19:35:47 +01:00
prmcw3.h
protan.c
proti3.c
proti6.c
protix.c
protli.c
protocol.c
protocol.h
protsgix.c
protw3.c
pthrdext.c On platform lii6gc, the mps needs a bunch of symbols which are not defined if the -ansi option is given to gcc. these can be enabled by defining features like _gnu_source, but all headers share a common set of features (via <feature.h>) and so all sources in the same compilation unit must turn on the same set of features. make sure this happens by turning on the features in config.h (not mpstd.h). 2013-05-23 19:35:47 +01:00
pthrdext.h
qs.c
ref.c
replay.c
reserv.c
ring.c
ring.h Avoid undefined behaviour in ring_elt by using parent (and thus offsetof) instead of deferencing a null pointer. add missing typedef for rememberedsummaryblockstruct. update ring design accordingly. 2013-05-22 16:45:45 +01:00
root.c
sac.c
sac.h
sacss.c
sc.h
seg.c Adding missing check on return value found by xcode analyzer. 2013-05-22 12:29:10 +01:00
segsmss.c Eliminating unnecessary use of varargs in segment split and merge functions. 2013-05-16 03:02:20 +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 Ensure that the random seed is not lost in case of failure. 2013-05-23 20:10:36 +01:00
testlib.h
th.h
than.c
thix.c
thw3.c
thw3.h
thw3i3.c
thw3i6.c
trace.c
traceanc.c Avoid undefined behaviour in ring_elt by using parent (and thus offsetof) instead of deferencing a null pointer. add missing typedef for rememberedsummaryblockstruct. update ring design accordingly. 2013-05-22 16:45:45 +01:00
tract.c
tract.h
version.c
vman.c Adding arg to windows makefiles. adding trivial params implementation to vman.c. 2013-05-09 15:00:30 +01:00
vmix.c On platform lii6gc, the mps needs a bunch of symbols which are not defined if the -ansi option is given to gcc. these can be enabled by defining features like _gnu_source, but all headers share a common set of features (via <feature.h>) and so all sources in the same compilation unit must turn on the same set of features. make sure this happens by turning on the features in config.h (not mpstd.h). 2013-05-23 19:35:47 +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
zcoll.c
zmess.c