summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-04-07N0 now works properlyOskar
2024-04-05Changes to some of the validation functions to allow immediate '0' inOskar
MODE_N
2024-04-05Working on 'N' now. Works pretty well. But it's not finished so i cantOskar
say how well it will go when i do N plus continue or N immediate.
2024-04-05TODO updateOskar
2024-04-05gitignore to avoid adding certain thingsOskar
2024-04-04Some fixes for the 'single' inputs. Now only allows for singleOskar
characters and NOTHING more
2024-04-04TODO updateOskar
2024-04-04Did some changes to the external variable so that it resets to 1 eachOskar
time.
2024-04-04Bugfixes. Still some things i gotta iron out. This is getting more andOskar
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-04TODO update. Man i gotta learn to do my TODO updates along with my otherOskar
commits.
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-03TODO UPDATE. Some striking revalations.Oskar
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
2024-03-31new function call_singlesOskar
2024-03-31Started integrating the input system. Mainly trying to integrate theOskar
'singles' so far because they will be the easiest.
2024-03-31TODO updateOskar
2024-03-31Alright. 'D' and 'X' will work exactly like validate_LN with MODE_N. MayOskar
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-31TODO updateOskar
2024-03-31Tested OKOskar
2024-03-30removed executablesOskar
2024-03-30Exclamation marks!Oskar
2024-03-29Updated TODOOskar
2024-03-29Renamed validate_L to validate_LN. The name may change. I should alsoOskar
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-29Removed validate_N because its redundantOskar
2024-03-28changed requirementsOskar
2024-03-28removed binaryOskar
2024-03-28added length check, its kinda bad not not testedOskar
2024-03-28Merge branch 'validate-L'. This branch will be deleted now.Oskar
2024-03-28todo updateOskar
2024-03-28Merge branch 'validate-L'Oskar
2024-03-28Tests seem OKOskar
2024-03-27Merge branch 'validate-L'Oskar
2024-03-27New plans in TODOOskar
2024-03-27Merge branch 'validate-L'Oskar
2024-03-27validate_L is done, still needs some testing and then some cleanup, merging ↵Oskar
into master anyway
2024-03-27More progress, works wellOskar
2024-03-27Merge branch 'validate-L'Oskar
2024-03-27Git push test to the new private mirror serverOskar
2024-03-27removed commentOskar
2024-03-26removed binary/executable fileOskar
2024-03-26validate_LOskar
2024-03-26vimmn 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.