-
The sources of Animator have been released 2 weeks ago under the terms of the GPL licence.
Animator media player is a versatile video rendering engine aimed at breaking speed records on the 68k-based Atari Falcon 030 platform, especially under the TOS operating system.
2009-10-05 10:35:27 UTC in the Removers' projects
-
gandon committed revision 1 to the the Removers' projects SVN repository, changing 52 files.
2009-09-20 13:21:06 UTC in the Removers' projects
-
gandon changed the public information on the the Removers' projects project.
2009-09-03 22:55:50 UTC in the Removers' projects
-
gandon changed the public information on the the Removers' projects project.
2009-09-03 22:55:50 UTC in the Removers' projects
-
gandon changed the public information on the Adebug/Assemble project.
2008-11-26 14:22:59 UTC in Adebug/Assemble
-
gandon changed the public information on the Adebug/Assemble project.
2008-11-26 14:22:21 UTC in Adebug/Assemble
-
The main() function in misc/dumpe2fs.c doesn't support spaces after the -ob and the -oB arguments. This weird behaviour is implied by these lines of code:
...
if (optarg[0] == 'b')
use_superblock = atoi(optarg+1);
else if (optarg[0] == 'B')
use_blocksize = atoi(optarg+1);
...
The consequence is that (unlike what the man page states) you must give the numeric arguments like this...
2007-11-13 10:34:26 UTC in Ext2 Filesystems Utilities
-
The ext2fs_open2() function (in lib/ext2fs/openfs.c) has two behaviours depending on the blocksize parameter.
1- When blocksize is 0 (meaning "go and fetch the main superblock"), then the 1024 bytes boot record is correctly skipped, and the superblock correctly fetched at offset 1024.
2- When blocksize is != 0 (meaning "go and fetch the given backup superblock, knowing the blocksize"), the...
2007-11-13 10:21:47 UTC in Ext2 Filesystems Utilities
-
When you press [Control_C] in RDEBUG, the program quits even if as a resident, it should never quit.
The consequence of a Control_C is a system crash.
2007-01-17 11:23:54 UTC in Adebug/Assemble
-
Inside macros, the syntax \' to access a
specific argument leads to major compilation errors,
and even compiler crashes.
2006-10-20 22:07:11 UTC in Adebug/Assemble