Commit Graph

  • 027314a435 readme bumbread 2022-06-20 14:51:19 +1100
  • c024b3b241 Assert stack trace bumbread 2022-06-19 16:24:36 +1100
  • e79c192472 CORDIC trig functions bumbread 2022-06-18 13:53:07 +1100
  • a16e2d5a6e bababbababababababa bumbread 2022-06-16 23:39:50 +1100
  • b414343f52 reorganize, random fixes bumbread 2022-06-16 23:36:35 +1100
  • cca63462fc math generic exp function bumbread 2022-06-16 21:51:55 +1100
  • 9df9a57b67 use SSE for sqrt bumbread 2022-06-16 21:39:11 +1100
  • 08053f6c96 revert errno bumbread 2022-06-16 21:38:24 +1100
  • bc1c0bcc11 Improve unicode compile times bumbread 2022-06-16 20:34:46 +1100
  • 59e70ebfc9 hotfix bumbread 2022-06-16 19:09:52 +1100
  • 0ef1894917 Unicode shit (wctype.h) bumbread 2022-06-16 18:49:46 +1100
  • 293b812a03 make errno great again bumbread 2022-06-16 16:17:19 +1100
  • f80957583b prinf formats bumbread 2022-06-16 16:15:45 +1100
  • f533aa779c Float division functions bumbread 2022-06-12 09:34:36 +1100
  • 105251088f Move macros into assert.h bumbread 2022-06-12 07:21:57 +1100
  • 343ca0058e Hotfix NeGate 2022-06-14 18:47:02 -0400
  • 7936d0c633 Added C11 mutexes NeGate 2022-06-14 18:46:14 -0400
  • effd0acb63 math.h rounding functions bumbread 2022-06-11 17:17:24 +1100
  • 2320a22706 Steal some math funcs bumbread 2022-06-11 15:49:07 +1100
  • 6f57efcaa9 non-std functions for fenv.g bumbread 2022-06-10 23:34:51 +1100
  • caef55ef67 tests for fenv.h, improv bumbread 2022-06-10 18:38:32 +1100
  • 2cc1ad7504 fenv.h bumbread 2022-06-10 18:24:21 +1100
  • 1a834c303d basic sqrt implementation bumbread 2022-06-10 13:08:45 +1100
  • 5890659112 tabs ==> spaces bumbread 2022-06-09 20:09:01 +1100
  • 470bce6c6d Some ieee754 funcs of math bumbread 2022-06-09 20:04:39 +1100
  • 5899130570 Fixed conflicts NeGate 2022-06-08 22:01:05 -0400
  • c893a5716c Started work on system() NeGate 2022-06-08 21:59:48 -0400
  • 1c6938e880 aljsndlkjasn bumbread 2022-06-09 12:25:33 +1100
  • aa4c3c2d32 LESS FILES bumbread 2022-06-09 09:05:50 +1100
  • d873ab18ef Merge branch 'main' of https://github.com/bumbread/ciabatta into main NeGate 2022-06-08 18:03:05 -0400
  • 0f4d5393d8 Moment of weakness 😔 NeGate 2022-06-08 18:02:45 -0400
  • c95b61dc1d some meth func bumbread 2022-06-08 15:34:37 +1100
  • 3117bb0079 Some stdio stuff bumbread 2022-06-08 14:31:06 +1100
  • 4ac9fa33bd Added some time.h stuff NeGate 2022-06-08 00:24:27 -0400
  • 4950f1febd Added bsearch NeGate 2022-06-07 23:13:18 -0400
  • 17a258f736 Redid memmove to not use copies NeGate 2022-06-07 22:42:08 -0400
  • 9458655faf fixed realloc behavior, added getenv and reentrant strtok variant NeGate 2022-06-07 22:36:49 -0400
  • 911841be30 Added atexit NeGate 2022-06-07 22:17:57 -0400
  • 454a2cc78d Merge branch 'main' of https://github.com/bumbread/ciabatta into main NeGate 2022-06-07 21:46:47 -0400
  • 66ea2f09df Changed some includes NeGate 2022-06-07 21:46:36 -0400
  • 3c0baa113f strtok and some changes to string.h bumbread 2022-06-07 20:26:13 +1100
  • a8d1afdea2 make assert do abort bumbread 2022-06-07 17:15:47 +1100
  • 3252f1f10a signal bumbread 2022-06-07 17:02:23 +1100
  • aa247b3d4b Separate out platform dependent stuff bumbread 2022-06-07 13:57:57 +1100
  • 7bdca7eb73 fixed conflicts NeGate 2022-06-06 17:42:18 -0400
  • be3b3a04b6 included stdarg.h NeGate 2022-06-06 17:41:20 -0400
  • 3dba3a64aa Different build script bumbread 2022-06-07 00:17:14 +1100
  • b7c72f49ea Replace platform.h by more specific os.h and compiler.h bumbread 2022-06-06 21:49:19 +1100
  • 605412d34c Compile with warnings and fix some warnings bumbread 2022-06-06 16:34:35 +1100
  • 2091450e32 Scan formats inttypes bumbread 2022-06-06 16:15:17 +1100
  • b497abd243 Shorten the code and add intmax_t formats bumbread 2022-06-06 16:13:07 +1100
  • 4f9381f052 inttypes print specifiers bumbread 2022-06-06 15:57:25 +1100
  • 6412fdc006 Clean up build stuff bumbread 2022-06-06 12:43:31 +1100
  • 3f849253ff Use size_t for string lengths bumbread 2022-06-06 12:38:36 +1100
  • 8c6bda878a Some string functions (untested) bumbread 2022-06-06 12:30:01 +1100
  • 67e15fbb4e fixed merge conflicts NeGate 2022-06-05 20:26:32 -0400
  • e964f2375d Added printf variants NeGate 2022-06-05 20:16:44 -0400
  • 7b6bea0ff1 strtod, strtof, strtold bumbread 2022-06-06 09:02:54 +1100
  • e18e9a988e Complete implementation of strto* and ato* functions bumbread 2022-06-05 14:13:27 +1100
  • 04555ac1db Memory allocation functions (untested) bumbread 2022-06-03 20:31:16 +1100
  • 4b8d8692e5 Switched to spaces NeGate 2022-06-02 22:04:02 -0400
  • 4b7f9dad52 Formatting changes also command line parsing NeGate 2022-06-02 22:02:19 -0400
  • 0972e80257 formatting NeGate 2022-06-02 19:57:14 -0400
  • bdb056ee0a Fix build err bumbread 2022-06-03 10:43:21 +1100
  • b5de96b237 Merge in ctype bumbread 2022-06-03 10:41:48 +1100
  • f5819e800a Added to gitignore NeGate 2022-06-02 19:36:49 -0400
  • 808dfc4d3a No 4coder :p NeGate 2022-06-02 19:36:28 -0400
  • e93d2070ff Added some string.h functions and fixed up (formatting a bit broken :p) NeGate 2022-06-02 19:36:04 -0400
  • 843f13b504 Cleaned up code in locale for safety NeGate 2022-06-02 16:29:14 -0400
  • 55d39d289d Fixed some build issues NeGate 2022-06-02 15:55:10 -0400
  • 712e116741 Add ctype.h, some reorg bumbread 2022-06-03 00:08:59 +1100
  • 7611f8bda4 Filled in the headers NeGate 2022-06-02 02:28:17 -0400
  • f8aef19b5c assert.h progress bumbread 2022-06-02 16:18:26 +1100
  • fc03be076a gitignore bumbread 2022-06-02 16:15:57 +1100