File history
Tracking libc/asm/strlen-s.S
| Commit | Author | Date | Message |
|---|---|---|---|
e664623193be48c3b5d88110160f2fb14045c86 | tkchia | 2022-12-22 | [libc] Implement & use GCC-style static constructors/destructors (#1469) |
42fea4c90b9dc51f8a9b3c2762a049747a02dc6 | tkchia | 2022-11-20 | [libc] Implement regparmcall calling convention for most libc routines (except execl...) |
014131510b2b6342fd2bd48993ea5204ddd6c90 | tkchia | 2020-05-18 | Proposed support for "medium memory model" programs in ELKS kernel (#621) |
da99f611b00e64aa94ecbc1800f65b84d76238c | Tee-Kiah Chia | 2020-05-11 | [libc] bugfix: strlen under stdcall convention returned wrongly |
2b4b855a65a90c1dce7c40c0ba4a352b62ec75c | tkchia | 2020-02-29 | [libc] [elkscmd] add support for `stdcall' calling convention, & try building `bc' using this convention (#398) |
f8d6df8d0babe6620213caa59aa990335d72f45 | MFLD | 2019-04-22 | Revert "Build libc.a and crt0.o multilibs for different calling conventions" |
bfa54866ab6cb42bbd1f441059a7387ae7e26f0 | Tee-Kiah Chia | 2019-04-19 | [libc] multilibs for `stdcall`, `regparmcall` call conventions |
de86ec1d0b443f660fe009a04f0781a9795da0b | mfld-fr | 2018-07-03 | [libc] Optimize strlen() |
453f4438d9d6c6c219b9339c21351864d811527 | mfld-fr | 2018-07-03 | [libc] Optimize memset() |
63317f5f8940cb60e167a65b7904f555ab6ff5c | mfld-fr | 2018-07-03 | [libc] Optimize strcpy() |
1b21e92e5615e563514cf7f7d4c118334c29a83 | mfld-fr | 2018-06-29 | [libc] Optimize memcpy() |