Thiadmer Riemersma

Results 30 comments of Thiadmer Riemersma

Regarding the last warning: > CMakeFiles/pawncc.dir/sc1.c.o: In function `pc_compile': sc1.c:(.text+0x87f): warning: the use of`tempnam' is dangerous, better use `mkstemp' > I decided to "not fix" it, because tempnam() is the...

Documentation is written in plain TeX, using a macro package and additional utilities that have been developed in-house for past 30 years. You would only be able to use those...

Fixed in commit c9dc9da91e4fb89d8e79d73ca098d0b9798102b6.

Fixed in commit e58b610a4b64b177c140916674f4d32b0ea6de2c in the [Quincy project](https://github.com/compuphase/Quincy).

Fixed in commit c9dc9da91e4fb89d8e79d73ca098d0b9798102b6.

This message appears to come from GDB (BMDebug is a front-end for GDB, so error messages from GDB are shown in the console view). Check that BMDebug is using the...

What I see in the log, is that there is no response to the "stop". I see that the command is given: the next-to-last line in the log is "State:...

I have yet to look more deeply into this, but I can confirm a few of your findings: 1) The "reset" button indeed does exactly the same as the "reset"...

Hello Olivier, For comparing INI files, the simplest solution would be to sort both files (on section and key). The problem is with comments: these don't have a key, so...

Fixed in commit 23f413cc419720c64769d0ea4af4d13c1d289d39. Thank you for reporting it.