summaryrefslogtreecommitdiff
path: root/test/testgrounds
AgeCommit message (Collapse)Author
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-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-03-26added display_name_linecount, kinda out of scope but it was on my mindOskar
2024-03-07improved 7ed.c to make using the current flags a little smarterOskar
2024-03-04Started working on validate_N(), its very similar to validate_L() so its ↵Oskar
mostly copy pasting with some logic changes. Mostly just moving stuff around to fit the requirements for N
2024-02-18Organised test directory and did some logic fixes to smodeOskar