summaryrefslogtreecommitdiffstats
path: root/apps/plugins/frotz
AgeCommit message (Expand)AuthorFilesLines
2010-08-24Second try: Introduce plugin_crt0.c that every plugin links.Thomas Martitz1-2/+2
2010-08-23Revert "Introduce plugin_crt0.c that every plugin links."Thomas Martitz1-2/+2
2010-08-23Introduce plugin_crt0.c that every plugin links.Thomas Martitz1-2/+2
2010-08-12Introduce NORETURN_ATTR wrapper for __attribute__((noreturn)), using this and...Thomas Martitz1-1/+1
2010-05-20Tweak new pluginlib button map for frotz to be more convenientTorne Wuff1-3/+3
2010-05-20S#10387 - Rework pluginlib actionsThomas Martitz1-9/+9
2010-05-14Make the sim buildable with mingw againFrank Gevaerts1-0/+1
2010-05-06Move c/h files implementing/defining standard library stuff into a new libc d...Thomas Martitz2-6/+9
2010-05-06Make open() posix compliant api-wise. A few calls (those with O_CREAT) need t...Thomas Martitz2-4/+4
2010-01-17Fix warnings in frotz, one of which is a real bug :)Torne Wuff2-6/+6
2010-01-17New plugin: frotz, a Z-machine interpreter, for playing interactive fiction.Torne Wuff29-0/+10853