Andreas Kling
|
3ebbefd916
|
LibC: Oops, setjmp() and longjmp() were not exported.
|
2019-01-30 20:07:08 +01:00 |
|
Andreas Kling
|
57fb027216
|
LibC: Implement setjmp() and longjmp().
I think this is correct. The following registers are saved and restored:
EBX, ESI, EDI, EBP, ESP and EIP.
|
2019-01-26 06:25:24 +01:00 |
|
Andreas Kling
|
d5d45d1088
|
Rage hacking to get bash to run. It finally runs. So cool! :^)
|
2018-11-11 15:38:07 +01:00 |
|
Andreas Kling
|
7cc4caee4f
|
Add ispunct() to LibC + some minor cleanups.
|
2018-11-11 00:44:04 +01:00 |
|
Andreas Kling
|
3b2f172d48
|
A bunch of compat work (mostly stubs but some real implementations, too.)
Another pass at getting bash-1.14.7 to build. Not that many symbols remain.
|
2018-11-11 00:20:53 +01:00 |
|
Andreas Kling
|
e76312ab63
|
Lots of minor compat stuff while seeing if bash would build.
We're quite far from bash building, but we'll get there eventually!
|
2018-11-05 16:40:48 +01:00 |
|