Implementations of XDG/Freedesktop specifications for the Hare programming language.
Go to file
Sasha Koshka 0f5dd78aea format::desktop_entry: Numerics are f32 now
The specification defines numerics to be anything accepted by the
%f specifier for scanf, which implies a 32 bit float.
2024-10-21 17:44:43 -04:00
cmd/locale LC_LANG now works as a fallback properly 2024-10-04 23:25:18 -04:00
format/desktop_entry format::desktop_entry: Numerics are f32 now 2024-10-21 17:44:43 -04:00
locale Locale defines its own invalid error 2024-10-12 23:51:52 -04:00
.editorconfig Add .editorconfig 2024-10-04 23:33:44 -04:00
LICENSE Add license, readme 2024-10-03 19:51:51 -04:00
README.md Add license, readme 2024-10-03 19:51:51 -04:00

hare-xdg

Implementations of XDG/Freedesktop specifications for the Hare programming language.