1
0
Fork 0
mirror of https://github.com/tailix/libkernaux.git synced 2025-07-07 18:51:58 -04:00
Commit graph

24 commits

Author SHA1 Message Date
Alex Kotov
ee6172df20
Maintenance (#129) 2022-12-04 01:44:40 +04:00
Alex Kotov
e93d08ee70
Maintenance (#125) 2022-12-03 14:23:52 +04:00
Alex Kotov
91bce08aa3
<ctype.h>: tolower, toupper (#115) 2022-11-27 21:03:56 +04:00
Alex Kotov
2a52c22f36
Implement libc callbacks (#112) 2022-11-27 05:19:14 +04:00
Alex Kotov
666b2cdc7e
Add libc header <errno.h> (#111) 2022-11-27 04:31:17 +04:00
Alex Kotov
0922a18e70
Maintenance (#98)
* Fix copyright
* Remove thanks
* Update CONTRIBUTING.md
* Remove bitfields from struct KernAux_Arch_I386_TSS
* Change description of package "mbr"
* Make generic file stable
* Rename printf examples
2022-06-25 20:28:28 +00:00
Alex Kotov
02aca9a464
Maintenance (#89)
* Upgrade submodule `vendor/mruby`
* Remove Stivale 2 as it is deprecated (closes #4)
* Add copyrights
* Edit `CONTRIBUTING.md`
2022-06-22 12:14:11 +03:00
Alex Kotov
0446478ce4
Main: libc/include/stdlib.h> Implement stubs for "exit" and "abort" 2022-06-14 20:05:38 +03:00
Alex Kotov
57a459bb7f
Main: libc/include/setjmp.h: Implement setjmp/longjmp 2022-06-14 18:38:46 +03:00
Alex Kotov
423d3c4902
Main: remove "libc/include/errno.h" 2022-06-14 16:54:25 +03:00
Alex Kotov
8eb2c1987f
Main: libc/include/: Add <setjmp.h> and <stdlib.h> 2022-06-12 16:41:11 +03:00
Alex Kotov
1e8ab9080b
Main: libc/include/errno.h: Added 2022-06-12 13:54:32 +03:00
Alex Kotov
3c17a725d5
Main: libc/include/: Add <inttypes.h> and <sys/types.h> 2022-06-10 09:19:21 +03:00
Alex Kotov
c316a4fae7
Main: libc/include/string.h: Align code and add empty lines 2022-06-10 09:15:57 +03:00
Alex Kotov
68f99ab59f
Main: libc/include/string.h: Add func "strchr" 2022-06-10 09:13:23 +03:00
Alex Kotov
f5966c8079
Main: libc/src/string.c: fix "strcat" and "strncat" 2022-06-10 09:08:56 +03:00
Alex Kotov
78b9c0b9cd
Main: libc/include/string.h: Add func "strncat" 2022-06-10 09:06:29 +03:00
Alex Kotov
f9a416fc17
Main: libc/include/string.h: Add func "strcat" 2022-06-10 09:02:08 +03:00
Alex Kotov
88683caf0c
Main: libc/include/string.h: Add func "memchr" 2022-06-10 08:43:04 +03:00
Alex Kotov
dc7b1002a4
Split Make file into subdirectories (#48) 2022-06-10 08:23:03 +03:00
Alex Kotov
055235b32e
Main: split libc into separate source files 2022-06-08 06:25:57 +03:00
Alex Kotov
044e3a24c2
Main: move libc to "libc/" 2022-06-08 06:20:08 +03:00
Alex Kotov
982b36c6b7
Main: libc/string.h: Add func "memcmp" (closes #37) 2022-06-07 09:05:27 +03:00
Alex Kotov
040197dacb
Main: include/kernaux/libc.h: Has been split into separate headers 2022-06-07 08:57:05 +03:00