goulash-lover
  • Joined on 2022-12-24
goulash-lover commented on issue old/legacy-imlib2#5 2023-02-10 02:48:43 -08:00
imlib2 doesn't handle EINTR

Right, forgot we were talking about a library for a second.

goulash-lover commented on issue old/legacy-imlib2#5 2023-02-10 00:16:53 -08:00
imlib2 doesn't handle EINTR

Could just set SA_RESTART to avoid all the pain. Personally, I use the following function at the top of my mains: https://git.sr.ht/~q3cpma/misc-tools/tree/master/item/misc.c#L45

goulash-lover commented on issue old/legacy-imlib2#2 2023-01-11 10:48:57 -08:00
PAM loading not working

Meant "variables declared at the top of the scope" with "ANSI style variable declarations".

goulash-lover created pull request old/legacy-imlib2#3 2023-01-11 10:38:03 -08:00
PNM loader: add read support for PAM
goulash-lover created branch PAM-support in goulash-lover/legacy-imlib2 2023-01-11 10:32:27 -08:00
goulash-lover pushed to PAM-support at goulash-lover/legacy-imlib2 2023-01-11 10:32:27 -08:00
37986622dc PNM loader: add read support for PAM
goulash-lover created repository goulash-lover/legacy-imlib2 2023-01-11 10:27:30 -08:00
goulash-lover commented on issue old/legacy-imlib2#2 2023-01-11 08:30:04 -08:00
PAM loading not working

I've finished and tested the feature, but before I make a PR, I want to know: is the code base C89 or C99? Since I see <stdbool.h> includes here and there but ANSI style variable declarations, I…

goulash-lover commented on issue old/legacy-imlib2#2 2022-12-24 04:07:40 -08:00
PAM loading not working

I see. I might try my hand at it, would it be acceptable? If I were to do it, I'd probably dispatch to pbm/pgm/ppm on non-alpha cases and write a new loop for each alpha variant.

Might be worth…

goulash-lover opened issue old/legacy-imlib2#2 2022-12-24 02:46:50 -08:00
PAM loading not working