Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-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 | TODO update | Oskar | |
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-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 | 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 | Started integrating multiples. Still in progress. | Oskar | |
2024-03-31 | Started integrating the input system. Mainly trying to integrate the | Oskar | |
'singles' so far because they will be the easiest. | |||
2024-03-31 | Tested OK | Oskar | |
2024-03-30 | removed executables | Oskar | |
2024-03-30 | Exclamation marks! | Oskar | |
2024-03-28 | removed binary | Oskar | |
2024-03-28 | added length check, its kinda bad not not tested | Oskar | |
2024-03-28 | Tests seem OK | Oskar | |
2024-03-27 | Git push test to the new private mirror server | Oskar | |
2024-03-27 | removed comment | Oskar | |
2024-03-26 | validate_L | Oskar | |
2024-03-26 | vimmn seems ok now, alot of cases that should technically fail do get past ↵ | Oskar | |
this function but thats out of the scope for it anyway so its fine. Alot of the cases it fails should already be covered by the functions before it. | |||
2024-03-26 | added display_name_linecount, kinda out of scope but it was on my mind | Oskar | |
2024-03-22 | vimmn prepared forgot to make a branch :( | Oskar | |
2024-03-22 | new TODO | Oskar | |
2024-03-22 | oops | Oskar | |
2024-03-22 | vpc(t) tested OK i think | Oskar | |
2024-03-22 | vcimm tested, some invalid checks are let through but thats out of scope for ↵ | Oskar | |
this function. It will be checked for in other functions. | |||
2024-03-22 | Fixed some more stuff | Oskar | |
2024-03-22 | vcpm tested, seems OK | Oskar | |
2024-03-22 | updated test/Makefile for easier testing | Oskar | |
2024-03-22 | Created tests. Will create more testcases later. | Oskar | |
2024-03-21 | i think validate_plus_continue is working now, it took way too long to ↵ | Oskar | |
figure this out | |||
2024-03-21 | added i_validation.c and i_validation.h to make the code a bit easier and ↵ | Oskar | |
readable. Its my preparation for when i start dividing the validation functions in to smaller pieces | |||
2024-03-14 | Removed bug from N, very messy code but at least it works now | Oskar | |
2024-03-13 | fixed major bug on input validate_L, same bug still remains on validate_N ↵ | Oskar | |
though. Also changed requirements for N | |||
2024-03-10 | added smode to make clean | Oskar | |
2024-03-07 | a | Oskar | |
2024-03-07 | improved 7ed.c to make using the current flags a little smarter | Oskar | |
2024-03-04 | Started 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-03-03 | validating L is done | oskar | |
2024-02-18 | Organised test directory and did some logic fixes to smode | Oskar | |
2024-02-17 | . | Oskar | |
2024-02-12 | New work in progress input system in input.c | Oskar | |
2024-02-11 | minor fixes | Oskar | |
2024-02-11 | More changes to the makefile to make it easier for testing | Oskar | |
2023-12-23 | fixes | Oskar | |
2023-12-13 | Ok it wasnt fixed but now i fixed it for real this time | Oskar | |
2023-12-13 | fixed bug where newline was not created because the file did not end with one | Oskar | |
2023-12-11 | Fixed some memory leaks... I think. | Oskar | |
2023-11-19 | may or may not have fixed a bug with GET_LINE(), i did some confirmation ↵ | Oskar | |
testing after i fixed the bug and it seems to work now but i may just be coping. Ill have to do additional tests to confirm that nothing else broke or if i might have missed anything. Its entirely possible i may have missed something |