1
0
Fork 0
forked from len0rd/rockbox
foxbox/apps/plugins/chessbox
Rafaël Carré 4acfdbc12a chessbox: fix 'i = i++', based on gnuchess4.0-pl80
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27278 a1c6a512-1295-4272-9138-f99709370657
2010-07-04 13:27:50 +00:00
..
chessbox.c Make open() posix compliant api-wise. A few calls (those with O_CREAT) need the additional optional mode parameter so add it. Impact for the core is almost zero, as open() is a wrapper macro for the real open function which doesn't take the variable parameter. 2010-05-06 17:35:13 +00:00
chessbox.make Build overlay plugins for all targets with PLUGIN_BUFFER <= 0x10000 bytes 2010-05-18 14:14:53 +00:00
chessbox_pgn.c Fix size_t handling in plugin_get_buffer() 2010-05-07 19:27:42 +00:00
chessbox_pgn.h Add MPIO HD200 port - changed files 2010-04-26 21:40:00 +00:00
gnuchess.c chessbox: fix 'i = i++', based on gnuchess4.0-pl80 2010-07-04 13:27:50 +00:00
gnuchess.h loader-initialized global plugin API: 2009-01-16 10:34:40 +00:00
opening.c Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
opening.h Removed executable flag 2007-01-09 23:22:14 +00:00
SOURCES New makefile solution: A single invocation of 'make' to build the entire tree. Fully controlled dependencies give faster and more correct recompiles. 2008-11-20 11:27:31 +00:00