summaryrefslogtreecommitdiff
path: root/libc/utils/docgen
AgeCommit message (Expand)Author
2025-03-20[libc][docs] Add dirent implementation status doc and include in CMakeLists (...Prashanth
2025-03-18[libc][docs] Add sys/utsname header and documentation for uname function (#13...Prashanth
2025-03-17[libc][docs] Add glob implementation status doc and include in CMakeLists (#1...Prashanth
2025-02-11[libc][docgen] make note of sys/time.h interfaces removed in POSIX.1-2024 (#1...Nick Desaulniers
2025-02-10[libc][docs] Add sys/statvfs to documentation and YAML definitions (#126413)Prashanth
2025-02-07[libc] Add the `<endian.h>` header. (#125168)c8ef
2025-01-24[libc][cpio] Add cpio.h header. (#123798)siya100
2025-01-23 [libc][docs] Add Unistd header's page to the status of implementations doc (...Prashanth
2025-01-23[libc][NFC] Strip all training whitespace and missing newlines (#124163)Joseph Huber
2025-01-17[libc][docs] Add sys/stat page to the status of implementations docs (#122997)Prashanth
2025-01-17[libc][docs] Add termios page to the status of implementations docs (#123004)Prashanth
2025-01-17[libc][docs] Add sys/time page to the status of implementations docs (#123000)Prashanth
2025-01-15[libc][docs] add sys/wait to documentation and include related functi… (#12...Prashanth
2025-01-14[libc][docs] stub out pthread.h support (#122497)Nick Desaulniers
2025-01-14[libc][docs] Add sys/resource header's implementation status (#122563)Prashanth
2025-01-10[libc][docs] Add net/if.h documentation by referring to POSIX standards (#122...Prashanth
2025-01-10[libc][docs] Add netinet/in header documentation by referring to POSIX standa...Prashanth
2025-01-10[docs][libc] Add AIO documentation refering POSIX and include in build (#122219)Prashanth
2025-01-06[libc][docgen] regen docgen via cmake (#119628)Nick Desaulniers
2024-12-18[libc][docs] convert stdio.h to docgen (#120334)Nick Desaulniers
2024-12-12[libc][docs] move docgen from json to yaml (#119744)Nick Desaulniers
2024-12-12[libc][docgen] simplify posix links (#119595)Nick Desaulniers
2024-12-12[libc][docs] fix typoNick Desaulniers
2024-12-12[libc][docgen] support non-top-level headers (#119621)Nick Desaulniers
2024-12-10[libc][docs] split "String Functions" into string.h, strings.h, stdlib.h, and...Nick Desaulniers
2024-12-09[libc][docs] add missing c99 docs (#119239)Nick Desaulniers
2024-12-09[libc][docs] add c11 threads and uchar (#119250)Nick Desaulniers
2024-12-05[libc][docs] stub out assert, errno, and locale (#118852)Nick Desaulniers
2024-12-05[libc][docs] reorganize documentation (#118836)Nick Desaulniers
2024-12-05[libc][docgen] update to POSIX.1-2024 (#118717)Nick Desaulniers
2024-12-04docgen refresh (#118709)Nick Desaulniers
2024-05-23[libc][docs] adds macro handling, POSIX status, and validation to docgen (#89...Michael Flanders
2024-04-23[libc] Generate docs for `setjmp.h` (#89542)Rajveer Singh Bharadwaj
2024-04-18[libc][docs] Updates implementation status for some preexisting docgen json f...Michael Flanders
2024-04-18[libc][docs] adds threads.h impl status docs (#89275)Michael Flanders
2024-04-12[libc][docs] use docgen to generate stdbit rst docs (#88540)Michael Flanders
2024-04-11[libc][docs] Generate docs for signal.h & optimized is_implemented func (#88028)Xu Zhang
2024-04-08[libc][docs] generate docs for ctype.h (#87946)Zander Dumont-Strom
2024-04-05[libc][docs] Introduce docgen (#87682)Nick Desaulniers