Commit graph

  • 2fdef7da39 fix strtoimax behavior when base 2 or 16 is supplied Alison Winters 2021-03-07 04:03:32 +00:00
  • d769df3482 Fix issues with stdio needed for Lua Justine Tunney 2021-03-06 16:06:15 -08:00
  • c3ed8d6c7f Make %p consistent with glibc and musl Justine Tunney 2021-03-06 14:26:36 -08:00
  • 937d921018 Add tests for the greatest of all libm functions Justine Tunney 2021-03-06 12:59:35 -08:00
  • bfef17eb6d Add more math fixes Justine Tunney 2021-03-06 11:41:01 -08:00
  • 11ec99931b Add Musl multibyte functions Justine Tunney 2021-03-06 09:52:29 -08:00
  • cfd453d125 Add more real formatting tests Justine Tunney 2021-03-06 08:45:44 -08:00
  • 6fa049c9c7
    Add macro for static_assert (#106) dosisod 2021-03-05 20:32:25 -08:00
  • b979b54cf7 Add macro for static_assert dosisod 2021-03-05 19:31:09 -08:00
  • 3364fc5b03 Add modf(), modff(), and modfl() Justine Tunney 2021-03-05 10:44:53 -08:00
  • f064183646 Support proper %g, %f, and %a float formatting Justine Tunney 2021-03-05 10:31:16 -08:00
  • e26bdbec52 Make examples folder somewhat more focused Justine Tunney 2021-03-05 06:09:12 -08:00
  • 5141d00992 Perform some minor code cleanup Justine Tunney 2021-03-04 13:22:32 -08:00
  • b9f73e6a4d Clarify APE self-modifying behavior in README Justine Tunney 2021-03-04 07:54:41 -08:00
  • 43b2475aaa Handle more pow cases (#61) Justine Tunney 2021-03-04 06:13:32 -08:00
  • 1a08594f95 Add honeybadger to ape.S redbean-2021-03-03 Justine Tunney 2021-03-03 15:00:41 -08:00
  • e55e71ab48 Delete some old build code Justine Tunney 2021-03-03 14:30:25 -08:00
  • 3573814e45 Change release process to use default mode Justine Tunney 2021-03-03 13:38:30 -08:00
  • 2134ffe005 Add features needed by Janet language Justine Tunney 2021-03-03 13:23:51 -08:00
  • e3ee3c78e9 Refactor some Blinkenlights code Justine Tunney 2021-03-03 13:09:06 -08:00
  • 8af91bcbe7 Make pow() conform to standard definition Justine Tunney 2021-03-03 09:05:21 -08:00
  • 754974faaa Remove SOCK_NONBLOCK from Echo Server example Justine Tunney 2021-03-03 06:17:56 -08:00
  • 9367253b4d Add more libm unit tests and fixes redbean-2021-03-02 Justine Tunney 2021-03-02 13:57:23 -08:00
  • 32e289b1d8 Add error and gamma functions Justine Tunney 2021-03-02 11:57:19 -08:00
  • d53a344e18 Remove getc() optimization Justine Tunney 2021-03-02 07:34:38 -08:00
  • 3e19b96ab8 Add more POSIX function stubs Justine Tunney 2021-03-02 03:27:55 -08:00
  • 1831e3ccf7 Bring life.com executable size back down to 12kb Justine Tunney 2021-03-02 01:13:32 -08:00
  • 4651962070 Limit frame size restriction to internal repo Justine Tunney 2021-03-02 01:04:18 -08:00
  • 8a6a1e25b1 Fix redbean daemonization Justine Tunney 2021-03-02 00:38:11 -08:00
  • 7e4021bf82 Put Redbean in uniprocess mode on NT temporarily redbean-2021-03-01 Justine Tunney 2021-03-01 23:45:49 -08:00
  • 2596a59374 Use noasan attribute on XNU signal trampoline Justine Tunney 2021-03-01 22:02:27 -08:00
  • 0eaad9dd7b
    Fix APE error if unable to modify self tomberek 2021-03-02 00:13:22 -05:00
  • 75e58d8c33 error if unable to modify self Thomas Bereknyei 2021-03-01 14:24:12 -05:00
  • f4298f10c2 Generate ZIP files the same way as Windows Justine Tunney 2021-03-01 06:24:11 -08:00
  • d932948fb4 Remove more nonstandard stuff from cosmopolitan.h Justine Tunney 2021-02-28 23:42:35 -08:00
  • c6807ca55b
    Makefile: ensure linked output directory exists Matheus Moreira 2021-03-01 03:32:50 -03:00
  • 5e069a64d4 Improve limits.h Justine Tunney 2021-02-28 20:59:19 -08:00
  • 3c24c12068 Document support vector Justine Tunney 2021-02-28 16:40:36 -08:00
  • 839e2f4cfb Add hyperbolic math functions Justine Tunney 2021-02-28 01:06:00 -08:00
  • c42dbe0e9e Issue new Blinkenlights release redbean-2021-02-27 Justine Tunney 2021-02-27 22:35:50 -08:00
  • 94afa982c3 Fix zip executables on MacOS Justine Tunney 2021-02-27 18:02:32 -08:00
  • cc56038b05 Fix memzoom on Windows Justine Tunney 2021-02-27 14:59:26 -08:00
  • f3baa05195 Define console.log() in hellojs.com example Justine Tunney 2021-02-27 14:15:13 -08:00
  • 1c9065510f redbean.c: remove duplicate png content-types Thomas Bernard 2021-02-27 12:15:32 +01:00
  • da199b7a45 Further refine printf long double change (#66) Justine Tunney 2021-02-27 13:30:02 -08:00
  • 98fba078a3 Add title to the LICENSE file Waldir Pimenta 2021-02-27 17:47:11 +00:00
  • 5d334b9ce0 Support %lf and %lF in format string Alison Winters 2021-02-27 08:10:58 +00:00
  • 35c7edac49 Restore Windows command prompt mode on exit Justine Tunney 2021-02-27 12:53:51 -08:00
  • 218ef49147 Fix redbean zip central directory lookup Justine Tunney 2021-02-27 10:47:19 -08:00
  • 19d0c15e03 Perform some code cleanup Justine Tunney 2021-02-27 10:33:32 -08:00
  • 705f7d7a3c
    Add title to the LICENSE file Waldir Pimenta 2021-02-27 17:47:11 +00:00
  • 0ddf2d1fd5
    redbean.c: remove duplicate png content-types Thomas Bernard 2021-02-27 12:15:32 +01:00
  • 3bbfb52447 Support %lf and %lF in format string Alison Winters 2021-02-27 08:10:58 +00:00
  • 3e17c7b20f Make Reddit users happy Justine Tunney 2021-02-26 20:18:10 -08:00
  • fcfe7c1080 Rename LICENSE file Justine Tunney 2021-02-26 16:09:33 -08:00
  • 91f4167a45 Add root redirect for redbean webserver redbean-2021-02-25 Justine Tunney 2021-02-25 19:14:22 -08:00
  • 40291c9db3 Improve signal handling and math Justine Tunney 2021-02-25 18:30:17 -08:00
  • cdc54ea1fd Use unsigned leb128 for magnums redbean-2021-01-24 Justine Tunney 2021-02-24 04:00:38 -08:00
  • edd9297eba Support malloc() on bare metal Justine Tunney 2021-02-23 20:23:19 -08:00
  • ac3b1dfb21 Parse EFI command line arguments (#12) Justine Tunney 2021-02-21 23:33:44 -08:00
  • 537c21338b Add UEFI support Justine Tunney 2021-02-21 16:26:36 -08:00
  • c6c9b5dfde Further refine hypot implementation Justine Tunney 2021-02-21 12:53:01 -08:00
  • 4a5698b5c9 Implement better hypot function Justine Tunney 2021-02-21 11:06:18 -08:00
  • 6c7b8facaa Delete accidental file Justine Tunney 2021-02-21 00:58:50 -08:00
  • 7a393c06fe Add IP address conversion helpers Justine Tunney 2021-02-20 22:52:46 -08:00
  • face6b61d5 Add APE support for 32-bit programs i386 Justine Tunney 2021-02-20 15:16:27 -08:00
  • e345b42d78 Don't scrub PATH variable since Clang needs it Justine Tunney 2021-02-20 12:54:13 -08:00
  • e85aeda4ba Fix some more build issues (#43) Justine Tunney 2021-02-20 12:39:39 -08:00
  • 3e1fd1d962 Add tool for parsing strace output Justine Tunney 2021-02-20 10:45:55 -08:00
  • b740cca642 Improve build system Justine Tunney 2021-02-19 22:20:38 -08:00
  • c797f139bb Set LC_ALL=C in build config (#43) Justine Tunney 2021-02-19 17:10:13 -08:00
  • adebc5e4c3 Remove support vector config shortcuts Justine Tunney 2021-02-19 17:05:07 -08:00
  • 5f1415af3a Add help dialog to Blinkenlights emulator Justine Tunney 2021-02-19 16:56:06 -08:00
  • 02b4a5c824 Fix zip file name in "Getting Started" example Jay Petacat 2021-02-19 12:47:13 -05:00
  • a0572fad3f
    Fix zip file name in "Getting Started" example Jay Petacat 2021-02-19 12:47:13 -05:00
  • 45b994ea23 Make minor corrections to curl example Justine Tunney 2021-02-18 20:17:07 -08:00
  • 2c15efc249 Add curl example (#42) Justine Tunney 2021-02-18 19:20:41 -08:00
  • 667ab245fe Implement setlocale() stub (#43) Justine Tunney 2021-02-18 17:06:06 -08:00
  • 08d3700c15 Fix getting started example for Z-shell (#44) Justine Tunney 2021-02-18 16:32:31 -08:00
  • 6f35bd47ab Fix JavaScript interpreter example Justine Tunney 2021-02-11 23:18:39 -08:00
  • bfa8581537 Trim down executable sizes Justine Tunney 2021-02-11 08:37:18 -08:00
  • ec69413f83 Cosmopolitan 0.2 0.2 Justine Tunney 2021-02-09 20:36:07 -08:00
  • e75ffde09e Get codebase completely working with LLVM Justine Tunney 2021-02-08 09:19:00 -08:00
  • 0e36cb3ac4 Improve dead code elimination Justine Tunney 2021-02-08 04:04:42 -08:00
  • 760db8c5ad Remove clang dependency from build Justine Tunney 2021-02-07 07:20:56 -08:00
  • 2f3bd90216 Apply some touchups Justine Tunney 2021-02-07 06:11:44 -08:00
  • 9f149e1de3 Elevate .text.syscall to .privileged Justine Tunney 2021-02-06 03:17:41 -08:00
  • d7733579d3 Fix Clang support Justine Tunney 2021-02-06 00:24:35 -08:00
  • e06c90fafc Cleanup socket code Justine Tunney 2021-02-05 23:45:34 -08:00
  • a91ba89d85 Fix sigsuspend() and sigprocmask() on OpenBSD Justine Tunney 2021-02-05 12:19:43 -08:00
  • b2cd58a322 Get all tests passing on NetBSD Justine Tunney 2021-02-05 09:44:54 -08:00
  • 23ae9dfceb Add NetBSD support Justine Tunney 2021-02-05 06:16:20 -08:00
  • 2fdc19e7a7 Write more memory mapping tests Justine Tunney 2021-02-04 18:24:33 -08:00
  • 74d48f7cb6 Definen LLP64 data model for code completion Justine Tunney 2021-02-04 16:55:56 -08:00
  • 3384a5a48c Apply touchups to last PR Justine Tunney 2021-02-04 16:37:22 -08:00
  • 888cfa74d7
    Merge pull request #40 from nicholatian/jart Justine Tunney 2021-02-04 15:45:07 -08:00
  • 46d8fd8c3f
    remove semicolons from #defines Alexander Nicholi 2021-02-04 08:38:21 -05:00
  • dbd7edba10
    sync and try changes Alexander Nicholi 2021-02-04 08:33:22 -05:00
  • c93a4661a3 Add Cosmopolitan Honeybadger to README.md Justine Tunney 2021-02-04 03:30:47 -08:00
  • d934f38c99 Polyfill auxiliary values on XNU Justine Tunney 2021-02-03 20:37:52 -08:00