• https://g1n.wer.ee
  • Linux enthusiast. Learning different programming languages

  • Joined on 2021年04月30日
g1n pushed to main at GRU/pages 2022年09月11日 19:29:01 +02:00
54726ba44c Add new Devlog
g1n pushed to main at GRU/deertree 2022年08月31日 14:05:13 +02:00
f796866bf1 Initial commit
g1n created branch main in GRU/deertree 2022年08月31日 14:05:13 +02:00
g1n created repository GRU/deertree 2022年08月31日 14:04:44 +02:00
g1n pushed to main at GRU/pages 2022年08月31日 13:39:46 +02:00
0e9549b801 Updated main page
g1n pushed to main at GRU/gxt 2022年08月26日 09:04:37 +02:00
e761abe90a Rewrite Makefile
g1n pushed to main at GRU/pages 2022年08月14日 17:32:50 +02:00
0843e5ec4d Add new Devlog
g1n pushed to main at GRU/coreutils 2022年08月13日 09:05:59 +02:00
670e38e251 Add logname util
35f0578cea Add tee util
Compare 2 commits »
g1n pushed to main at GRU/orsh 2022年08月08日 13:05:58 +02:00
35fc4a01e4 Makefile rewrite
g1n pushed to main at GRU/pages 2022年07月31日 19:33:02 +02:00
dee32a445f Add new Devlog
g1n pushed to main at GRU/olibc 2022年07月27日 16:58:23 +02:00
37b3b43b3e Add abs function to <stdlib.h>
g1n pushed to main at GRU/olibc 2022年07月24日 12:26:07 +02:00
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)
12bcb703a5 Add <unistd.h> with read, write and close functions
643baf8dec Add <fcntl.h> with open function
453745f6dd Add <sys/types.h> with off_t and ssize_t
Compare 4 commits »
g1n pushed to main at GRU/pages 2022年07月17日 18:19:03 +02:00
aa561b66a9 Fixed devlog number
g1n pushed to main at GRU/pages 2022年07月17日 18:15:22 +02:00
58c7564374 Add new Devlog
g1n pushed to main at GRU/olibc 2022年07月11日 11:51:10 +02:00
050a684e57 Add stub sys/stat.h with some macroses
g1n pushed to main at GRU/olibc 2022年07月11日 10:48:59 +02:00
fac9583993 Add EOF in stdio.h
g1n pushed to main at GRU/olibc 2022年07月11日 08:43:18 +02:00
c7830193cd Project restructure and rewrote Makefile
g1n pushed to main at GRU/pages 2022年07月03日 17:55:27 +02:00
ba483600bc Add new Devlog
g1n pushed to main at GRU/coreutils 2022年06月30日 16:36:34 +02:00
44cbb98694 Add head util
g1n pushed to main at GRU/coreutils 2022年06月30日 09:51:38 +02:00
67a02be008 Add wc util