Pietro Gagliardi
|
12c01d0d42
|
Ensured calls to bsearch() have a length of at least 1; UndefinedBehaviorSanitizer will warn otherwise. Also included qsort(), to be safe.
|
2019-06-02 14:26:25 -04:00 |
Pietro Gagliardi
|
b5a109c063
|
And wrote array_impl.h. No more code duplication in this respect! Now for some more loose ends before we move on to controls.
|
2019-05-31 00:12:08 -04:00 |
Pietro Gagliardi
|
dca2e5f038
|
Wrote array_header.h. Now for array_impl.h.
|
2019-05-30 23:47:07 -04:00 |
Pietro Gagliardi
|
2dd68fc47f
|
Formalized the macro magic that actually works into sharedbits/{start,end}.h. Now to do arrays!
|
2019-05-30 23:23:02 -04:00 |
Pietro Gagliardi
|
3c6cc53a0a
|
Okay something is definitely not right.
|
2019-05-30 23:14:30 -04:00 |
Pietro Gagliardi
|
0f4602ee0f
|
Moved the allocation functions to sharedbits/. Not fully working yet...
|
2019-05-30 23:11:08 -04:00 |
Pietro Gagliardi
|
dc8620f9a8
|
Okay, no more ints that need to be changed. Started splitting out the common allocation and array code into a separate sharedbits/ folder.
|
2019-05-30 22:46:22 -04:00 |