cosmopolitan
cosmopolitan copied to clipboard
build-once run-anywhere c library
This PR fixes some generated close div tags, adds a responsive layout, a search bar and a jump-to-top button to the Cosmopolitan docs. Apologies to the random person I tagged...
Made this pr for https://github.com/jart/cosmopolitan/issues/333
Hi, Sorry to spam the tracker but all the discord invites seem to be expired. Is there an active server or even better an IRC channel that I can join...
Trying the example on macOS Catalina 10.15.7: $ gcc -g -O -static -nostdlib -nostdinc -fno-pie -no-pie -mno-red-zone -o hello.com.dbg hello.c -fuse-ld=bfd -Wl,-T,ape.lds -include cosmopolitan.h crt.o ape.o cosmopolitan.a ld: unknown option:...
I'll start by apologizing if this is ignorant, but I'm trying to test `StoreAsset` in redbean.com using a Debian 9 install of WSL 2 on Windows 10, and every time...
Two small libc typos I have come across while experimenting with this awesome project: 1. `COSMOPOLITAN_C_START_` is [placed](https://github.com/jart/cosmopolitan/blob/master/libc/calls/struct/sigaction.h#L24-L25) inside the `GNU && !ANSI` check while `COSMOPOLITAN_C_END_` is [placed](https://github.com/jart/cosmopolitan/blob/master/libc/calls/struct/sigaction.h#L77-L79) outside. 1....
In redbean version `2.0.15` when trying to JSON-encode any object that has a string with a single-quote in it the encoder improperly escapes single quotes. This error is shown when...
This may happen when ProgramLogPath is used after a file descriptor is already used by an earlier call (for example, to open an SQLite file). @jart, this is a simple...
Based on the interesting perspective about the single binary in https://github.com/getzola/zola/issues/1718 is it already possible to build Jekyl/Hugo/zola like ecosystem around redbean?
SQLite `3.35.5` is very old, almost 18 months. Requesting it be updated to the most recent version possible (`3.39.2` at submission time). From `redbean-2.0.14.com -i`: ```lua :> require("lsqlite3").version() "3.35.5" ```