File history
Tracking libc/misc/basename.c
| Commit | Author | Date | Message |
|---|---|---|---|
50834a97f97b00b06c6cb04e41d4adb553bec6c | Greg Haerr | 2024-05-30 | [libc] First pass at compiling most all of C library with OpenWatcom |
2dcd6fa1a7943d5304906c72407635f6beef7c5 | Greg Haerr | 2024-03-26 | [libc] Cleanup rindex issues |
cbe06822b99b6bb5cb47f74f9ef418032d37587 | Chuck Coffing | 2022-11-27 | [libc] Fix test failure for basename(///) |
159071ebcf3eefe2de43ea57f6c8d8055ed756e | Deposite Pirate | 2020-04-28 | Implement POSIX style basename(3) and dirname(3) in libc based on the code of the basename and dirname sh_utils utilities. Update these aforementioned utilites as well as their busyelks counterparts accordingly. |