Commit Graph

26 Commits

Author SHA1 Message Date
bumbread 97c201b96f some wchar stuff 2022-08-05 15:00:54 +11:00
bumbread cc3f1eba1b Make compiel with windows.h 2022-08-05 14:20:20 +11:00
bumbread e4f23026f3 remove types 2022-08-04 20:00:01 +11:00
bumbread 21a7eabe11 move stuff from stddef 2022-08-04 16:41:09 +11:00
bumbread 11474a78c6 fix compile issue 2022-07-16 04:41:38 +11:00
bumbread bf428a9924 restartable c16 <-> mb conversions 2022-07-16 04:33:55 +11:00
bumbread 0d58124c26 Restore makefile because it has better comptimes 2022-06-28 18:04:22 +11:00
bumbread f068e506c7 stdlib.h: qsort (slow) 2022-06-27 13:40:19 +11:00
bumbread d232486a11 stdlib.h: quick exit 2022-06-27 13:04:46 +11:00
bumbread e1a2205fc7 Simple printf and restore assert stuff 2022-06-26 17:42:17 +11:00
bumbread 337e6734a7 Stack checking et uchar utf8->utf16 2022-06-22 23:36:26 +11:00
bumbread 470bce6c6d Some ieee754 funcs of math 2022-06-09 20:06:10 +11:00
NeGate c893a5716c Started work on system() 2022-06-08 21:59:48 -04:00
NeGate 4950f1febd Added bsearch 2022-06-07 23:13:18 -04:00
NeGate 9458655faf fixed realloc behavior, added getenv and reentrant strtok variant 2022-06-07 22:36:49 -04:00
NeGate 911841be30 Added atexit 2022-06-07 22:17:57 -04:00
NeGate 454a2cc78d Merge branch 'main' of https://github.com/bumbread/ciabatta into main 2022-06-07 21:46:47 -04:00
NeGate 66ea2f09df Changed some includes 2022-06-07 21:46:36 -04:00
bumbread a8d1afdea2 make assert do abort 2022-06-07 17:15:47 +11:00
bumbread b7c72f49ea Replace platform.h by more specific os.h and compiler.h 2022-06-06 22:07:58 +11:00
bumbread 8c6bda878a Some string functions (untested) 2022-06-06 12:30:29 +11:00
NeGate 67e15fbb4e fixed merge conflicts 2022-06-05 20:26:32 -04:00
bumbread 04555ac1db Memory allocation functions (untested) 2022-06-03 20:34:03 +11:00
bumbread b5de96b237 Merge in ctype 2022-06-03 10:41:48 +11:00
NeGate 7611f8bda4 Filled in the headers 2022-06-02 02:28:17 -04:00
bumbread f8aef19b5c assert.h progress 2022-06-02 16:19:33 +11:00