1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-15 11:21:19 -07:00
emacs/mps/code
Gareth Rees 5314260bc8 Avoid type puns.
Copied from Perforce
 Change: 185151
 ServerID: perforce.ravenbrook.com
2014-04-02 12:16:38 +01:00
..
mps.xcodeproj Turn on -wunreachable-code for gcc and clang. 2014-03-30 14:26:02 +01:00
w3mv
.p4ignore Bring .p4ignore up to date so that p4 status is clean. 2014-03-31 11:37:46 +01:00
abq.c Improved support for pelles c: 2014-03-24 18:23:29 +00:00
abq.h
abqtest.c Improved support for pelles c: 2014-03-24 18:23:29 +00:00
amcss.c 64-bit support for pelles c: 2014-03-25 10:59:09 +00:00
amcsshe.c 64-bit support for pelles c: 2014-03-25 10:59:09 +00:00
amcssth.c Ensure that all test cases call testlib_init so that the testlib assertion handler is installed: this ensures that on windows you can set mps_testlib_noabort to avoid the dialog box from abort(). 2014-03-24 11:41:01 +00:00
amsss.c Improved support for pelles c: 2014-03-24 18:23:29 +00:00
amssshe.c Improved support for pelles c: 2014-03-24 18:23:29 +00:00
apss.c Turn on -wunreachable-code for gcc and clang. 2014-03-30 14:26:02 +01:00
arena.c Landiargs -> liargs for terseness and consistency. 2014-04-01 23:39:03 +01:00
arenacl.c
arenacv.c Ensure that all test cases call testlib_init so that the testlib assertion handler is installed: this ensures that on windows you can set mps_testlib_noabort to avoid the dialog box from abort(). 2014-03-24 11:41:01 +00:00
arenavm.c Improved support for pelles c: 2014-03-24 18:23:29 +00:00
arg.c
arg.h
awlut.c Preserve the first table entry, so as to avoid false positives when this is kept alive by a register or stack-local variable. 2014-03-28 14:27:21 +00:00
awluthe.c Fix review comments from dl <https://info.ravenbrook.com/mail/2014/03/25/17-44-56/0/>. 2014-03-26 12:27:35 +00:00
awlutth.c Ensure that all test cases call testlib_init so that the testlib assertion handler is installed: this ensures that on windows you can set mps_testlib_noabort to avoid the dialog box from abort(). 2014-03-24 11:41:01 +00:00
boot.c
boot.h
bt.c
bt.h
btcv.c Ensure that all test cases call testlib_init so that the testlib assertion handler is installed: this ensures that on windows you can set mps_testlib_noabort to avoid the dialog box from abort(). 2014-03-24 11:41:01 +00:00
bttest.c Catch-up merge from master sources to branch/2014-03-21/pellesc. 2014-03-28 13:54:30 +00:00
buffer.c
cbs.c First pass at implementation of lands (collections of address ranges). 100% boilerplate! 2014-04-01 19:51:55 +01:00
cbs.h First pass at implementation of lands (collections of address ranges). 100% boilerplate! 2014-04-01 19:51:55 +01:00
chain.h
check.h Avoid expanding __file__ in aver in pelles c -- the compiler somehow loses its definition for __file__ in deeply nested macro expansions. 2014-03-26 13:44:02 +00:00
clock.h Ensure that windows.h is only included via mpswin.h, so that we always have the same set of definitions and pragmas in effect. 2014-03-24 18:49:22 +00:00
comm.gmk Add land.c to list of modules, and missing header range.h. 2014-04-01 21:26:07 +01:00
commpost.nmk Catch-up merge from master sources to branch/2014-03-21/pellesc. 2014-03-28 13:54:30 +00:00
commpre.nmk Add land.c to list of modules, and missing header range.h. 2014-04-01 21:26:07 +01:00
config.h Fix compilation on lii6gc: 2014-03-31 13:01:40 +01:00
dbgpool.c
dbgpool.h
dbgpooli.c
djbench.c
event.c Avoid expanding __file__ in aver in pelles c -- the compiler somehow loses its definition for __file__ in deeply nested macro expansions. 2014-03-26 13:44:02 +00:00
event.h Improved support for pelles c: 2014-03-24 18:23:29 +00:00
eventcnv.c Catch-up merge from master sources to branch/2014-03-21/pellesc. 2014-03-28 13:54:30 +00:00
eventcom.h
eventdef.h First pass at implementation of lands (collections of address ranges). 100% boilerplate! 2014-04-01 19:51:55 +01:00
eventrep.c Fix review comments from dl <https://info.ravenbrook.com/mail/2014/03/25/17-44-56/0/>. 2014-03-26 12:27:35 +00:00
eventrep.h
eventsql.c Catch-up merge from master sources to branch/2014-03-21/pellesc. 2014-03-28 13:54:30 +00:00
eventtxt.c Catch-up merge from master sources to branch/2014-03-21/pellesc. 2014-03-28 13:54:30 +00:00
exposet0.c 64-bit support for pelles c: 2014-03-25 10:59:09 +00:00
expt825.c Fix compilation on lii6gc: 2014-03-31 13:01:40 +01:00
fbmtest.c Avoid type puns. 2014-04-02 12:16:38 +01:00
finalcv.c 64-bit support for pelles c: 2014-03-25 10:59:09 +00:00
finaltest.c 64-bit support for pelles c: 2014-03-25 10:59:09 +00:00
fmtdy.c Catch-up merge from master sources to branch/2014-03-21/pellesc. 2014-03-28 13:54:30 +00:00
fmtdy.h
fmtdytst.c Remove #pragma warning(disable: ...) for microsoft visual c/c++ warnings that are no longer generated by the code, so that we get the maximum checking from this compiler. 2014-03-28 13:09:14 +00:00
fmtdytst.h
fmthe.c
fmthe.h
fmtno.c Remove #pragma warning(disable: ...) for microsoft visual c/c++ warnings that are no longer generated by the code, so that we get the maximum checking from this compiler. 2014-03-28 13:09:14 +00:00
fmtno.h
format.c
fotest.c First pass at implementation of lands (collections of address ranges). 100% boilerplate! 2014-04-01 19:51:55 +01:00
freelist.c First pass at implementation of lands (collections of address ranges). 100% boilerplate! 2014-04-01 19:51:55 +01:00
freelist.h First pass at implementation of lands (collections of address ranges). 100% boilerplate! 2014-04-01 19:51:55 +01:00
fri3gc.gmk
fri6gc.gmk
gc.gmk Clang can compile eventsql.c with -pedantic but gcc cannot. 2014-04-01 22:07:48 +01:00
gcbench.c
getopt.h
getoptl.c
global.c
gp.gmk
land.c Add land.c to list of modules, and missing header range.h. 2014-04-01 21:26:07 +01:00
ld.c
lii3gc.gmk
lii6gc.gmk
lii6ll.gmk
ll.gmk Turn on -wunreachable-code for gcc and clang. 2014-03-30 14:26:02 +01:00
lo.h
locbwcss.c 64-bit support for pelles c: 2014-03-25 10:59:09 +00:00
lock.h
lockan.c
lockcov.c Ensure that all test cases call testlib_init so that the testlib assertion handler is installed: this ensures that on windows you can set mps_testlib_noabort to avoid the dialog box from abort(). 2014-03-24 11:41:01 +00:00
lockix.c
lockli.c
lockutw3.c Need to include <stdlib.h> for malloc and _alloca. 2014-03-24 18:53:23 +00:00
lockw3.c
locus.c First pass at implementation of lands (collections of address ranges). 100% boilerplate! 2014-04-01 19:51:55 +01:00
locusss.c 64-bit support for pelles c: 2014-03-25 10:59:09 +00:00
locv.c Ensure that all test cases call testlib_init so that the testlib assertion handler is installed: this ensures that on windows you can set mps_testlib_noabort to avoid the dialog box from abort(). 2014-03-24 11:41:01 +00:00
message.c
messtest.c Ensure that all test cases call testlib_init so that the testlib assertion handler is installed: this ensures that on windows you can set mps_testlib_noabort to avoid the dialog box from abort(). 2014-03-24 11:41:01 +00:00
meter.c
meter.h
misc.h
mpm.c
mpm.h First pass at implementation of lands (collections of address ranges). 100% boilerplate! 2014-04-01 19:51:55 +01:00
mpmss.c Turn on -wunreachable-code for gcc and clang. 2014-03-30 14:26:02 +01:00
mpmst.h First pass at implementation of lands (collections of address ranges). 100% boilerplate! 2014-04-01 19:51:55 +01:00
mpmtypes.h First pass at implementation of lands (collections of address ranges). 100% boilerplate! 2014-04-01 19:51:55 +01:00
mps.c First pass at implementation of lands (collections of address ranges). 100% boilerplate! 2014-04-01 19:51:55 +01:00
mps.h
mpsacl.h
mpsavm.h
mpscamc.h
mpscams.h
mpscawl.h
mpsclo.h
mpscmfs.h
mpscmv.h
mpscmv2.h
mpscmvff.h
mpscmvt.h
mpscsnc.h
mpsi.c Improved support for pelles c: 2014-03-24 18:23:29 +00:00
mpsicv.c Improved support for pelles c: 2014-03-24 18:23:29 +00:00
mpsio.h
mpsioan.c
mpsiw3.c
mpslib.h
mpsliban.c Improved support for pelles c: 2014-03-24 18:23:29 +00:00
mpstd.h 64-bit support for pelles c: 2014-03-25 10:59:09 +00:00
mpsw3.h Ensure that windows.h is only included via mpswin.h, so that we always have the same set of definitions and pragmas in effect. 2014-03-24 18:49:22 +00:00
mpswin.h Catch-up merge from master sources to branch/2014-03-21/pellesc. 2014-03-28 13:54:30 +00:00
mv.nmk Catch-up merge from master sources to branch/2014-03-21/pellesc. 2014-03-28 13:54:30 +00:00
mv2test.c Improved support for pelles c: 2014-03-24 18:23:29 +00:00
pc.nmk Update file types: add +k (keyword expansion). 2014-03-24 20:36:57 +00:00
pool.c
poolabs.c
poolamc.c Turn on -wunreachable-code for gcc and clang. 2014-03-30 14:26:02 +01:00
poolams.c
poolams.h
poolamsi.c
poolawl.c
poollo.c
poolmfs.c
poolmfs.h
poolmrg.c
poolmrg.h
poolmv.c
poolmv.h
poolmv2.c Avoid type puns. 2014-04-02 12:16:38 +01:00
poolmv2.h
poolmvff.c Avoid type puns. 2014-04-02 12:16:38 +01:00
pooln.c
pooln.h
poolncv.c Ensure that all test cases call testlib_init so that the testlib assertion handler is installed: this ensures that on windows you can set mps_testlib_noabort to avoid the dialog box from abort(). 2014-03-24 11:41:01 +00:00
poolsnc.c
prmcan.c
prmci3.h
prmci3fr.c
prmci3li.c
prmci3w3.c
prmci3xc.c
prmci6.h
prmci6fr.c
prmci6li.c
prmci6w3.c
prmci6xc.c
prmcix.h
prmcw3.h
prmcxc.h
protan.c
proti3.c
proti6.c
protix.c
protli.c
protocol.c
protocol.h
protsgix.c
protw3.c Improved support for pelles c: 2014-03-24 18:23:29 +00:00
protxc.c
protxc.h
pthrdext.c
pthrdext.h
qs.c 64-bit support for pelles c: 2014-03-25 10:59:09 +00:00
range.c
range.h First pass at implementation of lands (collections of address ranges). 100% boilerplate! 2014-04-01 19:51:55 +01:00
ref.c
replay.c Fix review comments from dl <https://info.ravenbrook.com/mail/2014/03/25/17-44-56/0/>. 2014-03-26 12:27:35 +00:00
reserv.c
ring.c
ring.h
root.c
sa.c
sa.h
sac.c
sac.h
sacss.c Turn on -wunreachable-code for gcc and clang. 2014-03-30 14:26:02 +01:00
sc.h
seg.c
segsmss.c Improved support for pelles c: 2014-03-24 18:23:29 +00:00
shield.c
span.c
splay.c Improved support for pelles c: 2014-03-24 18:23:29 +00:00
splay.h
spw3i3.c Improved support for pelles c: 2014-03-24 18:23:29 +00:00
spw3i6.c 64-bit support for pelles c: 2014-03-25 10:59:09 +00:00
ss.c
ss.h
ssan.c
ssixi3.c
ssixi6.c
ssw3i3mv.c
ssw3i3pc.c
ssw3i6mv.c Fix header comment for ssw3i6*.c -- win64 not win32. 2014-03-29 17:24:28 +00:00
ssw3i6pc.c Fix header comment for ssw3i6*.c -- win64 not win32. 2014-03-29 17:24:28 +00:00
steptest.c 64-bit support for pelles c: 2014-03-25 10:59:09 +00:00
table.c
table.h
teletest.c Catch-up merge from master sources to branch/2014-03-21/pellesc. 2014-03-28 13:54:30 +00:00
testlib.c Catch-up merge from master sources to branch/2014-03-21/pellesc. 2014-03-28 13:54:30 +00:00
testlib.h Catch-up merge from master sources to branch/2014-03-21/pellesc. 2014-03-28 13:54:30 +00:00
th.h
than.c
thix.c
thw3.c
thw3.h
thw3i3.c
thw3i6.c
thxc.c
trace.c Support the clang address sanitizer. 2014-03-30 18:51:53 +01:00
traceanc.c
tract.c First pass at implementation of lands (collections of address ranges). 100% boilerplate! 2014-04-01 19:51:55 +01:00
tract.h
tree.c
tree.h
version.c
vman.c
vmix.c
vmw3.c
w3i3mv.nmk Improved support for pelles c: 2014-03-24 18:23:29 +00:00
w3i3pc.nmk Fix review comments from dl <https://info.ravenbrook.com/mail/2014/03/25/17-44-56/0/>. 2014-03-26 12:27:35 +00:00
w3i6mv.nmk Improved support for pelles c: 2014-03-24 18:23:29 +00:00
w3i6pc.nmk Fix review comments from dl <https://info.ravenbrook.com/mail/2014/03/25/17-44-56/0/>. 2014-03-26 12:27:35 +00:00
walk.c Improved support for pelles c: 2014-03-24 18:23:29 +00:00
walkt0.c Ensure that all test cases call testlib_init so that the testlib assertion handler is installed: this ensures that on windows you can set mps_testlib_noabort to avoid the dialog box from abort(). 2014-03-24 11:41:01 +00:00
xci3gc.gmk
xci6ll.gmk New makefile xci6ll.gmk provides way to compile the mps one file at a time on os x. 2014-03-24 21:27:35 +00:00
zcoll.c Catch-up merge from master sources to branch/2014-03-21/pellesc. 2014-03-28 13:54:30 +00:00
zmess.c Turn on -wunreachable-code for gcc and clang. 2014-03-30 14:26:02 +01:00