Dieter Baron

Results 42 comments of Dieter Baron

Since this is one of the major enhancements of the R6 board, it would be nice to also support it in the C64 core.

All controllers are supported by my program Joyride. As for regular software: There is a GEOS driver for the SmartMouse real time clock. The Trap Them Controller was developed for...

I tried to reproduce the issue on a Linux machine, but I have no idea what you're actually doing. Could you please provide set p by step instructions or better...

To answer your questions: 1. Yes, that's no problem. 2. No, passing `NULL` would crash. If you pass `NULL` as `error` to `zip_source_zip_file_create()`, the error information is lost. 3. There...

I misremembered, the empty string also means use the default password. This is already clearly documented for `zip_fopen_encrcypted()`.

There are certain fields of a file header that have to match other aspects of the file. We consider these fields as internal and maintain the required constraints. As such,...

You mean we should document these in the man pages? Yes, I agree. Please report them as issues, or append them to this issue. thanks, dillo

Some of your observations should be obvious to a programmer using a C API, some of them are wrong, as they are even contradicted by the existing documentation. I've added...

Good catch, applied. Thanks.

Looking at the diff of that commit, one line stands out: ``` c zip_open.c: 530 + || !_zip_string_equal(central->filename, local->filename)) ``` Could you try running your test with this line removed...