summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-04-20Fixed issue with the file/directory checkHEADmasterOskar
2024-04-20Added check for if its a directory or fileOskar
2024-04-20Fixed issue where files with no lines dont work properly with 'N'Oskar
2024-04-20new_line is now very very efficientOskar
2024-04-20.Oskar
2024-04-20Fixed faulty logic from last commitOskar
2024-04-20new_line seems to work nowOskar
2024-04-20Moved modeskip label because pedantic compilerOskar
2024-04-20Choicemode switchesOskar
2024-04-19adding modes to choiceOskar
2024-04-19Added a way for the program to check if file exists or not. If not thenOskar
2024-04-19TODO update for Version 3Oskar
2024-04-19VersionOskar
2024-04-19Tests are done. I think it's ready.Oskar
2024-04-19moved testcases and made new testcasesOskar
2024-04-19Small changes. I was gonna do more changes but theres no point.Oskar
2024-04-15Finally merged the new input system. Still got testing to do.Oskar
2024-04-15test txt fileintegrate-multiplesOskar
2024-04-15Bug with 'D' is fixed. Will continue testing.Oskar
2024-04-14Updated usage and removed some testing code. Added some comments. IOskar
2024-04-14Makefile changes, added gnu11 std and added -Wpedantic for betterOskar
2024-04-14D is doneOskar
2024-04-13x implemented and d partially implementedOskar
2024-04-12Changed types in various functionsOskar
2024-04-11Prepared call_X functions, i havent had alot of time to work on this butOskar
2024-04-07N is completely done, will start on X maybe?Oskar
2024-04-07N0 now works properlyOskar
2024-04-05Changes to some of the validation functions to allow immediate '0' inOskar
2024-04-05Working on 'N' now. Works pretty well. But it's not finished so i cantOskar
2024-04-05TODO updateOskar
2024-04-05gitignore to avoid adding certain thingsOskar
2024-04-04Some fixes for the 'single' inputs. Now only allows for singleOskar
2024-04-04TODO updateOskar
2024-04-04Did some changes to the external variable so that it resets to 1 eachOskar
2024-04-04Bugfixes. Still some things i gotta iron out. This is getting more andOskar
2024-04-04TODO update. Man i gotta learn to do my TODO updates along with my otherOskar
2024-04-04call_L_immediate now implemented. L with immediate numbers seem to workOskar
2024-04-03TODO UPDATE. Some striking revalations.Oskar
2024-04-03L+ and L- with numbers work now. Now only immediate numbers are left andOskar
2024-04-03new check_length_fix_stdin. It checks length of buffers and seems toOskar
2024-04-01TODO update. I am done for today.Oskar
2024-04-01Implemented call_L_only. This makes the program behave like 7ed v1 andOskar
2024-04-01L+ and L- seems to work now.Oskar
2024-04-01More changes to functions. New arguments for call_LOskar
2024-04-01Started integrating multiples. Still in progress.Oskar
2024-03-31TODO updateOskar
2024-03-31Singles doneOskar
2024-03-31new function call_singlesOskar
2024-03-31Started integrating the input system. Mainly trying to integrate theOskar
2024-03-31TODO updateOskar