Commit Graph

  • 37b3b43b3e
    Add abs function to <stdlib.h> main g1n 2022-07-27 17:57:48 +0300
  • 1697713301
    Changed <stdio.h> to use open, close, read and write functions from libc instead of directly using them from liblinux (might make porting process easier) g1n 2022-07-24 13:25:26 +0300
  • 12bcb703a5
    Add <unistd.h> with read, write and close functions g1n 2022-07-24 13:19:32 +0300
  • 643baf8dec
    Add <fcntl.h> with open function g1n 2022-07-24 13:17:22 +0300
  • 453745f6dd
    Add <sys/types.h> with off_t and ssize_t g1n 2022-07-24 13:15:20 +0300
  • 050a684e57
    Add stub sys/stat.h with some macroses g1n 2022-07-11 12:50:46 +0300
  • fac9583993
    Add EOF in stdio.h g1n 2022-07-11 11:48:34 +0300
  • c7830193cd
    Project restructure and rewrote Makefile g1n 2022-07-11 09:42:48 +0300
  • ee9197d681
    Fixed typo in README g1n 2022-05-22 19:57:11 +0300
  • 094b6b5a18
    Happy New 2022 Year g1n 2022-01-01 10:40:49 +0200
  • 95a3d4e59a
    Implemented fprintf using sprintf g1n 2021-12-31 14:02:11 +0200
  • c2f6a60d70
    Add snprintf/vsnprintf and sprintf/vsprintf g1n 2021-12-31 13:00:38 +0200
  • fba2d299c4
    Add fprintf and vfprintf (and implemented printf/vprintf using it) g1n 2021-12-30 22:13:11 +0200
  • 7697e5d947
    Add tolower and toupper g1n 2021-12-29 21:48:33 +0200
  • c2ba116026 Add isprint and isgraph g1n 2021-12-29 21:29:51 +0200
  • 1a121ef213
    Add isalnum and iscntrl g1n 2021-12-29 19:20:40 +0200
  • 477cb6aba2
    Add isalpha g1n 2021-12-29 18:54:52 +0200
  • d4fe6afbeb
    Add islower and isupper g1n 2021-12-29 17:00:26 +0200
  • fd9016041b
    Add isxdigit g1n 2021-12-29 16:21:50 +0200
  • 6270db7ef0
    Add isspace g1n 2021-12-29 15:54:15 +0200
  • 1d02744faf
    Add ctype.h: add isdigit and isblank g1n 2021-12-29 14:58:23 +0200
  • 3d1b3bc20f
    Add exit to stdlib.h g1n 2021-12-29 12:18:37 +0200
  • 3eba718d90 Add rename to stdio.h g1n 2021-12-29 10:16:31 +0200
  • 29833aa087 Add fputs g1n 2021-12-28 19:21:21 +0200
  • 86b5f26d0b Add fputc, putc g1n 2021-12-28 19:05:09 +0200
  • 836f70de60 Add fgets g1n 2021-12-28 18:21:43 +0200
  • b62b187251 Add fgetc, getc and getchar g1n 2021-12-28 15:48:06 +0200
  • 70a256f385 Add fopen and fclose g1n 2021-12-28 12:03:23 +0200
  • de668de114 Add stdlib.h: very simple malloc and free g1n 2021-12-28 12:02:35 +0200
  • 9f42435a34 Add basic printf and vprintf implementations (and deleted put_int) g1n 2021-12-24 16:19:51 +0200
  • 3c60dad466 Improved script for testing and fixed it to use /bin/sh g1n 2021-12-19 18:40:03 +0200
  • fd21b5a8c2 Initial commit g1n 2021-12-19 10:35:56 +0200