index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
LibC
/
stdlib.h
Age
Commit message (
Expand
)
Author
2019-03-14
LibC: A whole bunch of compat work towards porting Lynx.
Andreas Kling
2019-03-09
Make it possible to sort a GTableModel by column+order.
Andreas Kling
2019-02-26
Compat work towards making bash-5.0 build with less patches.
Andreas Kling
2019-02-26
More compat work.
Andreas Kling
2019-02-25
Some compat work towards making GCC's libstdc++ build.
Andreas Kling
2019-02-24
LibC: A bunch of compat work towards porting GCC.
Andreas Kling
2019-02-15
LibC: The standard C library needs to be able to build as pure C.
Andreas Kling
2019-02-15
LibC: Actually, malloc() can return null so don't lie about that.
Andreas Kling
2019-02-15
Use modern C++ attributes instead of __attribute__ voodoo.
Andreas Kling
2019-02-08
LibC: Implement enough missing stuff to get bash-5.0 running. :^)
Andreas Kling
2019-02-05
LibC: Add some integer functionality needed for NASM.
Andreas Kling
2019-02-03
LibC: Implement various things to get GNU bc building and running.
Andreas Kling
2019-02-01
LibC: Add some things needed to build GNU bc.
Andreas Kling
2019-01-23
LibC: Add vsnprintf(), snprintf(), execvp() and abs().
Andreas Kling
2019-01-15
Add basic PTY support.
Andreas Kling
2019-01-14
Share GraphicsBitmaps between the windowing server and the client process.
Andreas Kling
2018-11-17
Various stubs while trying to get an old coreutils to build.
Andreas Kling
2018-11-11
Rage hacking to get bash to run. It finally runs. So cool! :^)
Andreas Kling
2018-11-11
Add really cheap atol() since sizeof(int) == sizeof(long) here anyway.
Andreas Kling
2018-11-06
Add some basic signal support.
Andreas Kling
2018-10-31
Enough compatibility work to make figlet build and run!
Andreas Kling
2018-10-31
More LibC portability work while trying to get figlet building.
Andreas Kling
2018-10-31
A bunch of LibC boilerplate stuff added while trying to get figlet to build.
Andreas Kling
2018-10-28
Canonicalize the path used by sh.
Andreas Kling
2018-10-24
Lots of hacking to make a very simple "ls" utility.
Andreas Kling