Commit Graph

97 Commits

Author SHA1 Message Date
kdx
e9bf776069 j'ai cringe 2023-07-26 12:57:10 +02:00
kdx
4bd9f50bd4 fix geadline 2023-07-26 12:53:38 +02:00
cc965024d6 Update wiki/strcpy.md 2023-07-26 10:28:27 +00:00
2421c51116 Add wiki/strcpy 2023-07-26 10:28:14 +00:00
78bc62c044 Add wiki/strcat.md 2023-07-26 10:26:06 +00:00
57de93e799 Add wiki/strlen.md 2023-07-26 10:20:13 +00:00
9a23536491 remove: useless func strchri 2023-07-26 12:13:10 +02:00
54370e872e auto check if file.input exist 2023-07-26 12:05:04 +02:00
106d2da5a0 add: geadline test 2023-07-26 10:20:02 +02:00
c41ebf6ff5 use insane new feature of golem 2023-07-26 09:57:11 +02:00
a84415a953 Merge pull request 'geadline2' (#5) from kdx/IronGOLEM:master into master
Reviewed-on: starnakin/IronGOLEM#5
2023-07-25 07:53:38 +00:00
470b97446b Merge branch 'master' into master 2023-07-25 07:53:20 +00:00
09e0d32c15 clean and opti 2023-07-25 09:48:20 +02:00
2b97d38b7e rename replace func to replace_index 2023-07-25 09:41:07 +02:00
cb41e69bdb clean: remove test to deleted func (reallocarray) 2023-07-25 09:39:27 +02:00
kdx
cc53b0cda5 geadline2 2023-07-25 09:24:38 +02:00
kdx
a432fd32c5 geadline: use getchar 2023-07-25 07:56:22 +02:00
15d00356e4 Merge pull request 'getchar' (#4) from kdx/IronGOLEM:master into master
Reviewed-on: starnakin/IronGOLEM#4
2023-07-25 05:43:57 +00:00
kdx
c4ce5b8566 getchar 2023-07-25 07:43:11 +02:00
kdx
1452a70b85 various optimisations 2023-07-25 05:43:10 +02:00
kdx
575ed7aa64 reduce galloc memory 2023-07-25 05:27:21 +02:00
kdx
46d7e9c85c geadline: move cursor 2023-07-25 05:10:15 +02:00
ee80b05d10 add: tmp in .gitignore 2023-07-24 08:56:12 +02:00
2fab31d822 opti: strchr 2023-07-24 08:55:19 +02:00
a7e050c351 add: contain_only 2023-07-24 08:55:10 +02:00
a39e4a780d strlen: check if the str == NULL 2023-07-24 03:28:42 +02:00
0c782738cc rename the output file from tmp to IronGolem in .gitignore 2023-07-24 03:23:46 +02:00
1a1251b512 rename the output file from tmp to IronGolem 2023-07-24 03:01:08 +02:00
d3e788868a update geadline on realloc 2023-07-24 02:59:08 +02:00
5dcace0cbe remove get_line, replaced by readline 2023-07-24 02:57:44 +02:00
85aeaebc7a add: realloc and remove reallocarray 2023-07-24 02:57:44 +02:00
3443ed76e8 Merge pull request 'geadline first version' (#2) from kdx/IronGOLEM:master into master
Reviewed-on: starnakin/IronGOLEM#2
2023-07-23 23:07:25 +00:00
kdx
6051375f6a geadline first version 2023-07-24 01:06:11 +02:00
fa5a7755e4 add: replace 2023-07-23 21:08:37 +02:00
3c39d72bbe add: get_line 2023-07-23 19:57:08 +02:00
1d9de5df65 add: galloc: free: check if the ptr is valid 2023-07-23 19:38:40 +02:00
c688cfc4b1 fix: \0 2023-07-23 19:20:51 +02:00
f9fa2a5a12 add: realloc 2023-07-23 15:35:32 +02:00
c6608ad4eb add: galloc: leak check 2023-07-23 15:35:16 +02:00
7e0c7180d3 fix: galloc: put function in 'static' 2023-07-23 15:18:44 +02:00
1f60f4eab0 add: \0 in strcpy strncpy and strcat 2023-07-23 15:00:08 +02:00
Camille Chauvet
357da752fc Merge remote-tracking branch 'refs/remotes/origin/master' 2023-06-24 14:12:53 +00:00
Camille Chauvet
f79262b803 add: get_raw_bit 2023-06-24 14:10:40 +00:00
ff389a1719 Add README.md 2023-06-20 20:55:50 +00:00
Camille Chauvet
4020de85e2 clean: remove trash file 2023-06-20 13:48:28 +02:00
Camille Chauvet
752d4bcbd1 add: defini 2023-06-20 13:47:58 +02:00
Camille Chauvet
8c9e218e86 fix: test error remove 2023-06-19 15:15:59 +02:00
57e78cb70a add: signed number 2023-06-18 20:25:15 +02:00
0a152b9bef add: ntoa_s 2023-06-18 20:13:52 +02:00
7d6e6c79db add: aton_s 2023-06-18 20:07:13 +02:00