summaryrefslogtreecommitdiff
path: root/a.out
AgeCommit message (Collapse)Author
2025-02-20encountering one bug after an other, having trouble with the pointers and ↵Abdellah El Morabit
string readings
2025-02-19huge step in the code redesign got the core of the code working, now whats ↵Abdellah El Morabit
left is to work on small little features and then fine tune everything
2025-02-18Reworked alot of code and featuresnasrlol
Signed-off-by: nasrlol <nsrddyn@gmail.com>
2025-02-18was freeing a pointer before i used it for its purpose what made some things ↵Abdellah El Morabit
mall function
2025-02-17tried to fix the display of the files in a folder but still isnt working but ↵nasrlol
the seg faults are fixed properly Signed-off-by: nasrlol <nsrddyn@gmail.com>
2025-02-17fixed the segmentation faultsAbdellah El Morabit
2025-02-12working on the main function of the code trying to get the lines to ↵nasrlol
correctly dislay everything, still having a little of trouble though
2025-02-11refactored alot of the code, renamed functions, worked on the echo function, ↵nasrlol
still unfinished, worked on the ls command, i think it works but i encountered a complication when writing the main function. i was planning on using argv as an argument for the function, but argv is received when calling the executable not when calling a function, so i have to find a work around for this
2025-02-10worked on an algorithm for the echo functionnasrlol
2025-02-09fixed a small bug when trying to list the directory still have to solve ↵nasrlol
numerical result out of range error
2025-02-08exit is working nownasrlol
2025-02-02trying to implement scandirAbdellah El Morabit
2025-02-01splitting the main source into multiple filesAbdellah El Morabit