Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-04-20 | new_line seems to work now | Oskar | |
2024-04-20 | Choicemode switches | Oskar | |
2024-04-19 | Added a way for the program to check if file exists or not. If not then | Oskar | |
it creates it. If changes are made to the file like writing newlines or edits from editmode is written then it will create the file. | |||
2024-04-15 | Bug with 'D' is fixed. Will continue testing. | Oskar | |
2024-04-14 | Updated usage and removed some testing code. Added some comments. I | Oskar | |
found a bug with 'D' but i will investigate tomorrow. | |||
2024-04-14 | D is done | Oskar | |
2024-04-13 | x implemented and d partially implemented | Oskar | |
2024-04-12 | Changed types in various functions | Oskar | |
2024-04-11 | Prepared call_X functions, i havent had alot of time to work on this but | Oskar | |
i have not abandoned this. | |||
2024-04-07 | N is completely done, will start on X maybe? | Oskar | |
2024-04-07 | N0 now works properly | Oskar | |
2024-04-05 | Changes to some of the validation functions to allow immediate '0' in | Oskar | |
MODE_N | |||
2024-04-05 | Working on 'N' now. Works pretty well. But it's not finished so i cant | Oskar | |
say how well it will go when i do N plus continue or N immediate. | |||
2024-04-04 | Bugfixes. Still some things i gotta iron out. This is getting more and | Oskar | |
more complicated each day. Not sure if i like it. Although at least its not as complicated as it would have been if i would have kept the old validate_L and validate_N code. That would have been a bigger nightmare. | |||
2024-04-04 | call_L_immediate now implemented. L with immediate numbers seem to work | Oskar | |
pretty well now. Not comprehensively tested yet. Will do later. | |||
2024-04-03 | L+ and L- with numbers work now. Now only immediate numbers are left and | Oskar | |
then we are done with the L functionality. | |||
2024-04-03 | new check_length_fix_stdin. It checks length of buffers and seems to | Oskar | |
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-01 | TODO update. I am done for today. | Oskar | |
2024-04-01 | Implemented call_L_only. This makes the program behave like 7ed v1 and | Oskar | |
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-01 | L+ and L- seems to work now. | Oskar | |
2024-04-01 | More changes to functions. New arguments for call_L | Oskar | |
2024-04-01 | Started integrating multiples. Still in progress. | Oskar | |
2024-03-31 | TODO update | Oskar | |
2024-03-31 | Singles done | Oskar | |