Commit Graph

12 Commits

Author SHA1 Message Date
marcnava-42cursus
778e0c0481 Builtins fixed
The builtins wasnt protected, now all data received is protected, the hashmap addition is protected and added functionality of env, export and unset (not implemented in this version). Added fixed details documentation in docs/builtins_fixes.md generated by codex and created tests/builtins_edge_cases.sh to test all the builtins to work correctly
2026-02-09 22:08:45 +01:00
280fa51f94 save commit 2026-02-09 20:47:43 +01:00
b1cf1d8560 update: integrated hashmaps in builtins, and replaced command calls by builtins 2025-12-02 09:11:01 +01:00
214d7c24d2 update: added echo builtin 2025-11-02 03:14:43 +01:00
09f7e8aac0 update: added ft_args library 2025-11-01 20:10:40 +01:00
ee7a879de5 update: added cd builtin 2025-10-31 01:41:50 +01:00
64610183aa update: updated parameters for pwd builtin 2025-10-30 12:07:21 +01:00
0a0fa27b6b update: added exit builtin function definition 2025-10-30 12:04:39 +01:00
1781fa96c4 update: added builtins header file 2025-10-30 01:18:39 +01:00
56a19a23bc restart: deleted all source and header files, restarting project 2025-10-20 12:49:35 +02:00
161ac6b69d saved changes before repartition 2025-09-12 12:41:24 +02:00
3e7dd56340 update: functions done: echo + echo -n, pwd, exit with and without arguments / parser appears to work, test with commands and local files (only tested with ls -l) 2025-08-04 00:38:53 +02:00