srtlg

Results 10 issues of srtlg

Hello, I am just wondering, how you use this feature. In my understanding those .sql files are scripts created by mysqldump for _one_ database, that will become `$MYSQL_DATABASE` of the...

I just noticed the following thing (and I assume other people will eventually find it odd too, e.g. #868) The value for the Hartree changed slightly, but significantly [27.211'385'05(60) eV...

maintenance

Maybe you like this initial try to have a rudimentary python binding currently only useful for photos.

For compatibility with AVRASM2 all expressions should be 64 bit internally, so that the following is equal ```assembly .device atmega168 .equ F_CPU = 16000000 .macro delay1 .set cycles = @0...

For compatibility with AVRASМ2 аn expression with a parenthesis around should not require to be separated via whitespace from the previous token ```assembly .device atmega168 .macro DEST .dw @0 .endmacro...

The register names are case insensitive, e.g. `R0` and `r0` are equal. Thus it makes sense that their aliases are also. (amforth contains such examples)

since you discard the output this at least writes the warnings to stdout

first ft should be fm in the synopsis second fn in item list should be fm ```patch diff -u1 printouts/dir.help$cm printouts.corrected/dir.help$cm --- printouts/dir.help$cm 2022-12-16 16:41:27.515481791 +0100 +++ printouts.corrected/dir.help$cm 2022-12-16 16:45:40.502477261...

fixed in next release