inkaonkala / Bananapeel

A little shell to be born ...
0 stars 0 forks source link

Envp elimination #6

Closed jqbremser closed 2 months ago

jqbremser commented 2 months ago

Merge time for my Linked List creation for env, and the function to recreate a new envp based on the updating env LL. This charenvp can be used with all of the old functions as it is simply a char. This will be dynamically updated with the Built-ins like export, unset, and env.

jqbremser commented 2 months ago

Merge complete. (file malloc function seemed to be updated in the main before my commit, so I just used the main's function, we will see if this causes mem issues after merge, and then we can go back to the older version of file_malloc that I was using in envp elim)