File history
Tracking elkscmd/lib/tiny_vfprintf.c
| Commit | Author | Date | Message |
|---|---|---|---|
7b064530ad0afdac5f6e079b2e8b0d6f05b20de | Greg Haerr | 2025-10-21 | [libc] Fix minor bug in lib/tiny_printf.c with sprintf overflow |
3681e32dd74acd2dea0ac66ae0ef8f8ca617b15 | Greg Haerr | 2024-11-19 | [cmds] Fix compiler warnings based on added -Wextra flag |
e675aed4183e026f362b1f68864d7b794144788 | Greg Haerr | 2024-09-20 | [libc] Add flush destructor function to tiny_printf.c |
b73ec82de006596426dcb9cf17b066453f51783 | Greg Haerr | 2024-09-19 | [libc] Get --ftrace option working on all commands |
8dc2155fe9a7c9775df78c80c5650fc897405f2 | Greg Haerr | 2024-09-14 | [libc] Use __divmod in ltoa, ultoa, ltostr, ultostr and dd |
26266a697cd9843529a5e56431d52238c6f0a5b | Greg Haerr | 2024-09-13 | Add medium model support to divmod.S |
56aba079e21e2547d9a2fa197d71203229be33d | Greg Haerr | 2024-09-13 | [libc] Rewrite vfprintf.c and tiny_printf.c to use __divmod for speed |
14d43034d9d2ca71b37fb03da426addbf972d55 | Greg Haerr | 2024-09-13 | [libc] Minimize differences between vfprintf.c and tiny_printf.c |
b5566aeb1715059ba7a8d1307dcd22ded0ac8de | Greg Haerr | 2024-09-12 | [kernel] Retab some source files - no functional changes |
4361051497bffd3101a979481135caad31f4637 | Greg Haerr | 2024-04-05 | [cmds] Meminfo and ps updates |
7c87e2ff88e6b6a61f859d989859d81034254fb | Greg Haerr | 2022-03-19 | [libc] Enhance tiny printf, further decrease application sizes |
3dd91ee3b56a620e1f892bddb78d94f6265f170 | Greg Haerr | 2022-03-07 | [cmds] Cleanup tiny printf and Makefiles |
40f2141c4fca6176a2d28de8a91319a94bd17fb | Greg Haerr | 2022-03-06 | [cmds] Add tiny stdio printf/fprintf/vfprintf/sprintf |