Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-04-04 | Some fixes for the 'single' inputs. Now only allows for single | Oskar | |
characters and NOTHING more | |||
2024-04-04 | Did some changes to the external variable so that it resets to 1 each | Oskar | |
time. | |||
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-03-31 | Singles done | 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 | Alright. 'D' and 'X' will work exactly like validate_LN with MODE_N. May | Oskar | |
change in the future but for now it will only support MODE_N for simplicity sake. I really want the new input system out. | |||
2024-03-29 | Renamed validate_L to validate_LN. The name may change. I should also | Oskar | |
find a better way to implement vlaidate_check_p_m but for now all that matters is that its working correctly... Which i think it does... | |||
2024-03-29 | Removed validate_N because its redundant | Oskar | |
2024-03-28 | added length check, its kinda bad not not tested | Oskar | |
2024-03-27 | More progress, works well | Oskar | |
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-07 | improved 7ed.c to make using the current flags a little smarter | Oskar | |
2024-03-07 | validate_N() is done. I removed some printf tests from the code. | Oskar | |
2024-03-07 | validate_N() is done, still need to do some cleanup | 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 | New requirements for N | Oskar | |
2024-03-03 | validating L is done | oskar | |
2024-02-18 | Organised test directory and did some logic fixes to smode | Oskar | |
2024-02-15 | input.c fixed most logic for L, there may still be issues but most glaring ↵ | Oskar | |
issues are gone, i think. | |||
2024-02-12 | New work in progress input system in input.c | Oskar | |