astral
astral
main.c ``` #include int main(void) { puts("Hello world"); return 0; } ``` ``` $ chibicc main.c /usr/include/bits/alltypes.h:6: typedef __builtin_va_list va_list; ^ expected ',' ``` OS: Void Linux libc: musl I...
As mentioned [here](https://github.com/wmcbrine/PDCurses/issues/109), the current `install` rule for the x11 port's `Makefile.in` doesn't use `DESTDIR` for installation; this makes it harder to package. `DESTDIR` is a standard make variable to...
If the goal is to make this portable via POSIX compatibility, this makefile is more portable. I assume the goal is to make it POSIX based off of the source...
# About This has many improvements. The first major thing is a makefile, that way the install process is just `make install` rather than manually copying and appending to the...
I figure if the idea is to make this portable, to write it POSIX compatible. `install` and `PATH ?= value` are extensions of make(1p). You only have one `.c` source...
Closes [#1179](https://github.com/LukeSmithxyz/voidrice/issues/1179). Concatenated list of [emoji-sequences](https://unicode.org/Public/emoji/15.0/emoji-sequences.txt), [emoji-test](https://unicode.org/Public/emoji/15.0/emoji-test.txt), and [emoji-zwj-sequences](https://unicode.org/Public/emoji/15.0/emoji-zwj-sequences.txt) without duplicates, unqualified, or minimally qualified symbols. Unicode Emoji 15.0.
# Proper Emoji Set The wiki page the current list is ripped from probably shouldn't be used for a full emoji set. The current set only supports 1630 symbols. When...
- **Sway Version:** sway version 1.7 - **Debug Log:** (`sway -dV > sway.log 2>&1`) [sway.log](https://gist.github.com/astralchan/ab99698eb6cd550afc6867f0b949d390) - **Configuration File:** [config](https://gist.github.com/astralchan/59d881c17ff8771faa997a95b1138f72) - **Stack Trace:** N/A (not a crash) - **Additional Info:** -...
# Changes Adds a man page in the new directory "doc." Updated Makefile to install (or uninstall) the man page to the appropriate location.