Commit Graph

  • 422101ea86 I forgot a semicolon... working Kat R. 2022-11-16 23:26:09 -0600
  • 6e8348fca6 Removed a circular dependency for pow Kat R. 2022-10-28 00:05:56 -0500
  • f07528dace Why am I doing exp(24)?! It's a constant!!! Kat R. 2022-10-27 23:57:29 -0500
  • 5956361088 And tangent Kat R. 2022-10-27 23:53:21 -0500
  • 4bca9fd69d easy peasy Kat R. 2022-10-27 23:51:48 -0500
  • e813668878 Comment tweak, we still have exp Kat R. 2022-10-27 23:27:03 -0500
  • e45b9e8788 Wow, we also have exp! Kat R. 2022-10-27 23:24:32 -0500
  • 99f4e3f267 I changed some comments, whoopteedoo Kat R. 2022-10-27 08:57:39 -0500
  • c0639c609a Wow, maths functions! Kat R. 2022-10-27 08:57:08 -0500
  • d9b8e481aa Degree 16, final answer Kat R. 2022-10-09 12:13:17 -0500
  • c73b94f5f9 I was wrong! Degree 12! Kat R. 2022-10-09 12:11:07 -0500
  • a51c11701f Turns out, it only needed to be degree 10! Kat R. 2022-10-09 12:09:07 -0500
  • 664c0d433a Smol documentation Kat R. 2022-10-09 12:08:55 -0500
  • 8458c74ee1 ??? Kat R. 2022-10-09 11:49:10 -0500
  • 6a53e3535a Added uname objs Kat R. 2022-10-09 11:49:06 -0500
  • b69c712ea5 Wrote gethostname filler Kat R. 2022-10-09 11:48:47 -0500
  • 000f24b79c Wrote strcpy. Not sure if working Kat R. 2022-10-09 11:48:26 -0500
  • a06d3c56a8 Wrote uname function Kat R. 2022-10-09 11:48:04 -0500
  • 9c8ba82546 Fixed uname declaration Kat R. 2022-10-09 11:47:52 -0500
  • 859245ac6f Added gethostname declaration Kat R. 2022-10-09 11:47:32 -0500
  • f609e6db47 Attribution Kat R. 2022-10-09 11:47:13 -0500
  • d058c08d61 Something's not right here. Ugh Kat R. 2022-10-09 11:47:01 -0500
  • 98a53fc774 Fixed stuff for ISO-compliance (& mb_len_max) Kat R. 2022-05-28 15:45:11 -0500
  • eb41275b1c Added missing functions Kat R. 2022-05-28 13:22:05 -0500
  • c8f0717d41 Made it redefine on each include Kat R. 2022-05-28 13:17:40 -0500
  • ff9264c2b2 wrong license. these'll get cleaned up eventually Kat R. 2022-05-28 13:12:13 -0500
  • 21e945d3ff organising and adding new function definitions Kat R. 2022-05-28 11:33:37 -0500
  • 9a30139ada Gods, what a stupid typo Kat R. 2022-05-28 11:16:08 -0500
  • ef5fd0562f Some rough floating point macros! Kat R. 2022-05-28 11:15:26 -0500
  • 2ada975628 Hey, look, license Kat R. 2021-08-18 18:03:58 -0500
  • 78c287c2e2 whoops, these shouldn't be here Kat R. 2021-07-27 02:31:26 -0500
  • c1b4221663 Added things, like stuff for hosted cross-comp Kat R. 2021-07-26 01:40:56 -0500
  • 382f19732a fixed some C extension tagging Kat R. 2021-07-26 00:44:48 -0500
  • 59cd28a315 finished writing out complex functions Kat R. 2021-07-26 00:36:03 -0500
  • 5333390a68 libc/libk should go to /lib, not /usr/lib Gitea 2020-12-25 15:06:27 -0600
  • 9ed9946af2 I'm pretty sure it's fine in libc Gitea 2020-12-24 22:37:55 -0600
  • 660dfcb6a7 Woops. Fixed a stupid error Gitea 2020-12-24 22:36:51 -0600
  • 0b713dee9c Added proper cross-compiler reqs Gitea 2020-12-23 12:49:58 -0600
  • 66435b0bb0 Updated list of stuff Gitea 2020-12-22 17:27:15 -0600
  • 1f281c4d20 Constructor stuff Gitea 2020-12-21 20:55:00 -0600
  • 07ea42f2e1 Gotta figure out what libk is Gitea 2020-12-21 20:54:51 -0600
  • 8fd6c4b295 Rewrote some stuff to work w/ pointer math Gitea 2020-12-21 20:54:41 -0600
  • f85337e404 Added a bunch of constants Gitea 2020-12-21 19:34:17 -0600
  • 6013ffde8b Added constants, types, and macros Gitea 2020-12-21 15:13:17 -0600
  • 9cf547ce87 Refactored for ISO C standard Gitea 2020-12-21 13:52:28 -0600
  • 37a4379512 Minor additon Gitea 2020-12-21 13:45:29 -0600
  • a37a3c3928 Added constants Gitea 2020-12-21 13:45:19 -0600
  • 93e53acd73 Rearranged for hosted v. freestanding Gitea 2020-12-21 13:45:13 -0600
  • 0e1ece5a24 constants done Gitea 2020-12-21 13:45:01 -0600
  • 2e0314e6da Wrote in all standard stuff Gitea 2020-12-20 20:25:29 -0600
  • ae2ee7f8e5 Wrote in macros Gitea 2020-12-20 18:43:52 -0600
  • 9ae9826930 Small change to assert macro, added stdlib include Gitea 2020-12-20 18:43:46 -0600
  • d96cf1edd8 full entry Gitea 2020-12-18 19:39:31 -0600
  • ab256de78b Wrote as inline assembly rather than separately Gitea 2020-12-18 12:40:09 -0600
  • c2e6a9accc Rewrote for struct Gitea 2020-12-18 12:39:37 -0600
  • e7ea212590 Fixed errno for extern Gitea 2020-12-18 12:39:22 -0600
  • c8c0b03b23 Wrote inb and outb for <sys/io.h> Gitea 2020-12-18 12:39:04 -0600
  • 9922fa882d Added all ISO C functions Gitea 2020-12-16 17:39:56 -0600
  • b93d34176f Added POSIX defuns Gitea 2020-12-16 17:18:27 -0600
  • 1006fa0b63 FNM_NOMATCH can't be 0, so I changed it up Gitea 2020-12-16 16:37:25 -0600
  • 8e8dc98db5 errno is now extern Gitea 2020-12-16 16:35:08 -0600
  • 286b072a89 Added a shitton of headers to the headers Gitea 2020-12-16 14:26:16 -0600
  • 3dc05967d3 new types! Gitea 2020-12-16 14:06:16 -0600
  • b5e059fc03 Full update Gitea 2020-12-16 13:59:32 -0600
  • 1505f8b0e5 Finished time.h? Gitea 2020-12-13 09:13:58 -0600
  • 25658c7690 added tentative offsetof macro Gitea 2020-12-13 05:17:50 -0600
  • 645963e2b8 Added feature test macros Gitea 2020-12-13 04:55:47 -0600
  • 92b4f1b83a Initial ascii-only versions Gitea 2020-12-13 04:55:41 -0600
  • 62218ac1be Full definition Gitea 2020-12-08 18:17:46 -0600
  • 4fbcbe2298 Renamed utsname struct Gitea 2020-12-08 18:12:54 -0600
  • d675bd01c7 Renamed sockaddr_un struct Gitea 2020-12-08 18:12:30 -0600
  • 9af408a527 Renamed sockaddr struct Gitea 2020-12-08 18:11:56 -0600
  • d0e4897dd1 Renamed tm struct Gitea 2020-12-08 18:10:56 -0600
  • 7c2f306cb2 Renamed div_t structs Gitea 2020-12-08 18:10:18 -0600
  • 0402e546c2 Full definintion Gitea 2020-12-08 18:08:54 -0600
  • 30b87553c9 Renamed the structs Gitea 2020-12-08 18:08:45 -0600
  • 3f038d9a52 Full fnmatch.h definition Gitea 2020-12-08 16:22:10 -0600
  • 56e893f721 Full fmtmsg.h definition Gitea 2020-12-08 16:19:30 -0600
  • fb97265f11 added header Gitea 2020-12-01 23:38:11 -0600
  • 04aba16c12 initial attempt, may need fixing Gitea 2020-12-01 23:37:18 -0600
  • 77c2abd247 Added a bunch of stuff Gitea 2020-12-01 17:40:03 -0600
  • 66350160b0 Wrote the thing Gitea 2020-12-01 17:39:25 -0600
  • 349576a175 Added some stuff to compile Gitea 2020-12-01 17:39:05 -0600
  • b40777bcc4 Added d, u, o, x, X, p, n, % format specifiers Gitea 2020-12-01 17:34:35 -0600
  • 80f7a6ea93 Refactored to use individual type headers Gitea 2020-12-01 17:33:50 -0600
  • adcc487d81 Added _XOPEN_VERSION Gitea 2020-12-01 17:33:11 -0600
  • a03a990c86 added types Gitea 2020-12-01 17:32:49 -0600
  • ac1dc36559 Type headers; remove rand vars Gitea 2020-12-01 17:32:34 -0600
  • 2cc3a2678e Refactor for indiv. type headers; add IO buf/seek Gitea 2020-12-01 17:32:03 -0600
  • dc90c51535 Refactored to use individual type headers Gitea 2020-12-01 17:31:04 -0600
  • bd271b12a2 Added fabs, and errhandling; removed types.h incl Gitea 2020-12-01 17:30:40 -0600
  • 3a1a19790a made the errno var static Gitea 2020-12-01 17:29:52 -0600
  • ffd0e51903 Merge branch 'master' of http://localhost:3000/auravulpes/Fenlibc Gitea 2020-11-18 04:01:37 -0600
  • f7eead9bde Initial commit Gitea 2020-11-18 03:41:58 -0600
  • 9685ef4f7d Fuck these .d files. Gitea 2020-02-11 23:27:23 -0600
  • 36cb297b57 Revert "Revert "Initial commit - work done up through 11 Feb 2020"" Gitea 2020-02-11 23:23:27 -0600
  • 56f77cf071 Revert "Initial commit - work done up through 11 Feb 2020" Gitea 2020-02-11 23:21:47 -0600
  • 2bc7401904 Initial commit - work done up through 11 Feb 2020 Gitea 2020-02-11 23:17:24 -0600