2021-09-03 |
string.h is finished! (less the locale functions)
|
2020-12-17 |
Not even 2020 can stop this project - implemented strpbrk.
|
2019-12-05 |
2019 is saved with strcspn. More soon, I hope.
|
2018-11-29 |
The project is still alive thanks to strncat.
|
2016-07-03 |
Finally have a search feature now.
|
2015-12-05 |
Floating point implementations will require a lot more research
and time so I'm moving on and doing that reading/research in the
background. Starting into the string header now.
|
2015-08-09 |
stdarg.h is finished which completes all the headers necessary
for a freestanding environment. Wrote a short intro post for
math.h.
|
2015-07-19 |
Completed stddef.h which holds common definitions.
|
2015-07-18 |
Added a Resources page to the navigation bar where I'll put
links to things I frequently reference or find useful for this
project.
|
2015-07-17 |
Implemented float.h which involved lots of math!
|
2015-07-15 |
Switched site generation over to pelican instead of jekyll.
Now mathjax is working which enables latex formatting in the
posts. The float.h article is math heavy and I wanted it to look
nice.
|
2015-05-10 |
Finished limits.h with an explanation of how to calculate all of
the values. Currently reading up on the IEEE Floating-Point
Standard so float.h will be done properly.
|
2015-04-19 |
Re-implemented errno.h, new post about how that was done with
information about external linkage, macros, headers, and link
order.
|
2015-04-08 |
Created the welibc makefile and included a new blog post
detailing how it was created.
|
2015-03-22 |
Realized I got ahead of myself, had to go back and write the
bootstrap code for _start. Added two blog posts related to
getting that up and running.
|
2015-03-17 |
The first piece of real code, errno.h, is now implemented.
Documentation generation is also working. I don't like the way
it looks but styling it like the rest of the site could take a
while.
|
2015-03-15 |
Finished the first iteration of the style guide.
|
2015-03-03 |
Received a hardcopy of ISO/IEC 9899:1990 which I got from
here.
|
2015-02-28 |
Finished the general website layout and functionality. The idea is
to start writing the library and making corresponding blog posts to
document the progress.
|
2015-02-20 |
Started building the website with Bootstrap. Decided a blog
would be nice to include and then found Jekyll which does what I
need. Combining the two gives me a nice looking site which could be
hosted on bitbucket or github.
|