1
0
Fork 0
mirror of https://github.com/tailix/libkernaux.git synced 2025-03-31 17:25:22 -04:00
Commit graph

159 commits

Author SHA1 Message Date
880fdd0ba7
Common: move file with tests for printf 2022-05-24 10:55:19 +03:00
bfab5fcf71
Ruby: remove unnecessary comments 2022-05-23 22:12:58 +03:00
72582b63a9
Main: fix units 2022-02-10 02:30:13 +05:00
2026526ef3
Main: fix tests for units 2022-02-10 02:26:07 +05:00
19b209ac50
Main: improve tests for units 2022-02-10 02:24:11 +05:00
dbe99b83be
Main: fix warnings in tests 2022-02-02 08:09:54 +05:00
d3a2cc513a
Try to fix tests on CI (they work locally) 2022-01-24 22:05:36 +05:00
f381268d29
Try to fix tests on CI (they work locally) 2022-01-24 22:03:36 +05:00
396bbd92c1
Test ntoa assertions 2022-01-24 21:52:12 +05:00
c86a1807b1
Define constants 2022-01-24 21:30:58 +05:00
ed5ba41260
Improve tests 2022-01-24 21:27:44 +05:00
05719e8b40
Make func "kernaux_itoa" public 2022-01-24 21:25:01 +05:00
5c59abb6c5
Make func "kernaux_utoa" public 2022-01-24 08:32:13 +05:00
7ecbdd7c54
Add consts "KERNAUX_UTOA10_BUFFER_SIZE" and "KERNAUX_UTOA16_BUFFER_SIZE" 2022-01-24 02:59:54 +05:00
92ecb5f7eb
Add funcs "kernaux_utoa16" and "kernaux_itoa16" 2022-01-24 02:47:39 +05:00
81f89a65b1
Rename const "KERNAUX_ITOA_BUFFER_SIZE" to "KERNAUX_ITOA10_BUFFER_SIZE" 2022-01-24 01:43:32 +05:00
fa0523c024
Improve tests for cmdline 2022-01-23 22:48:54 +05:00
b9a3c92b8c
Fix very stupid bug
Never remove const qualified for args without extreme need!
2022-01-23 05:19:30 +05:00
27393da2a5
Don't allow to disable assert and guard (part of ) 2022-01-23 01:44:33 +05:00
3b2da38480
Ruby: implement width for printf 2022-01-23 01:04:41 +05:00
f9d4a37165
Add original tests for printf 2022-01-23 00:38:31 +05:00
b769e71245
Add original tests for printf 2022-01-22 23:59:50 +05:00
e10c4f60b7
Do not allow to disable guards separately 2022-01-22 22:12:26 +05:00
8038b50000
Change and test cmdline 2022-01-22 03:07:08 +05:00
10960c901d
Fix error message 2022-01-22 02:50:02 +05:00
7ac36e8fc4
Change kernaux_cmdline 2022-01-22 02:46:30 +05:00
3eaa30d0a8
Rename func "kernaux_cmdline_parse" to "kernaux_cmdline" 2022-01-22 02:13:54 +05:00
082d3f5ffa
Actually enable floating-point arithmetics in printf 2022-01-21 04:51:28 +05:00
16c164754e
More tests for "printf" 2022-01-20 16:58:08 +05:00
bd3d2ea030 Fix API usage 2022-01-20 03:59:10 +05:00
a4fc6661e3 Fix API usage 2022-01-20 03:59:10 +05:00
8ee52159f4
Rename module "src/itoa.c" to "src/ntoa.c" 2022-01-19 15:35:02 +05:00
196eeff016
Add func kernaux_itoa10 2022-01-18 13:12:54 +05:00
861efcd159
Remove func kernaux_itoa 2022-01-18 12:44:55 +05:00
22f1625002
Add func kernaux_utoa10 2022-01-18 12:39:28 +05:00
96f71999ee
Add funcs KernAux_Mbr*_is_valid 2022-01-17 11:46:24 +05:00
3a3c828d84
Fix test example 2022-01-15 11:16:55 +05:00
6261f9d635 Add TODOs 2022-01-14 12:23:30 +05:00
0718b62b8e Improve example 2022-01-14 12:23:30 +05:00
377ba05c95 Add example 2022-01-14 12:23:30 +05:00
afe3556467 Fix enums 2022-01-14 12:23:30 +05:00
e363c8dbcf Rename and move enum 2022-01-14 12:23:30 +05:00
e5f850ec40 Generate Multiboot 2 headers 2022-01-14 12:23:30 +05:00
3eca55c41e Fix code style 2022-01-14 12:23:30 +05:00
65bda3f73a Add field multiboot2_header_example2.tag_relocatable_header 2022-01-14 12:23:30 +05:00
df4f518f77 Add field multiboot2_header_example2.tag_efi_*_entry_addr 2022-01-14 12:23:30 +05:00
ade74a9941 Add field multiboot2_header_example2.tag_efi_boot_services 2022-01-14 12:23:30 +05:00
ef03fc4123 Add field multiboot2_header_example2.tag_module_align 2022-01-14 12:23:30 +05:00
2c7e0055d0 Add field multiboot2_header_example2.tag_framebuffer 2022-01-14 12:23:30 +05:00
0e8609977d Add field multiboot2_header_example2.tag_flags 2022-01-14 12:23:30 +05:00