summaryrefslogtreecommitdiff
path: root/process_multiples.c
AgeCommit message (Collapse)Author
2024-04-04call_L_immediate now implemented. L with immediate numbers seem to workOskar
pretty well now. Not comprehensively tested yet. Will do later.
2024-04-03L+ and L- with numbers work now. Now only immediate numbers are left andOskar
then we are done with the L functionality.
2024-04-03new check_length_fix_stdin. It checks length of buffers and seems toOskar
also fix the situation where if i input more characters in to fgets than allowed the characters sort of get stuck in stdin and thats a problem. Seems like this function fixes this.
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
asks for a line number after pressing enter. I still want old functionality to work because there really isnt any reason not to have it.
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