index
:
rockbox.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
apps
/
plugins
/
frotz
Age
Commit message (
Expand
)
Author
2020-07-22
keyboard add ability to specify temporary custom layouts
William Wilgus
2016-01-09
Plugin Frotz: Match keymap and manual
Sebastian Leonhardt
2011-10-15
Changed the FOR_NB_SCREENS macro to always be a for loop that declares its ow...
Björn Stenberg
2011-05-01
Fix further 'variable set but not used' warnings reported from GCC 4.6.0.
Andree Buschmann
2010-08-24
Second try: Introduce plugin_crt0.c that every plugin links.
Thomas Martitz
2010-08-23
Revert "Introduce plugin_crt0.c that every plugin links."
Thomas Martitz
2010-08-23
Introduce plugin_crt0.c that every plugin links.
Thomas Martitz
2010-08-12
Introduce NORETURN_ATTR wrapper for __attribute__((noreturn)), using this and...
Thomas Martitz
2010-05-20
Tweak new pluginlib button map for frotz to be more convenient
Torne Wuff
2010-05-20
S#10387 - Rework pluginlib actions
Thomas Martitz
2010-05-14
Make the sim buildable with mingw again
Frank Gevaerts
2010-05-06
Move c/h files implementing/defining standard library stuff into a new libc d...
Thomas Martitz
2010-05-06
Make open() posix compliant api-wise. A few calls (those with O_CREAT) need t...
Thomas Martitz
2010-01-17
Fix warnings in frotz, one of which is a real bug :)
Torne Wuff
2010-01-17
New plugin: frotz, a Z-machine interpreter, for playing interactive fiction.
Torne Wuff