Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | TODO UPDATE. Some striking revalations. | Oskar | |
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 | |
2024-03-31 | new function call_singles | 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 | TODO update | Oskar | |
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-31 | TODO update | Oskar | |
2024-03-31 | Tested OK | Oskar | |
2024-03-30 | removed executables | Oskar | |
2024-03-30 | Exclamation marks! | Oskar | |
2024-03-29 | Updated TODO | Oskar | |
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 | changed requirements | Oskar | |
2024-03-28 | removed binary | Oskar | |
2024-03-28 | added length check, its kinda bad not not tested | Oskar | |
2024-03-28 | Merge branch 'validate-L'. This branch will be deleted now. | Oskar | |
2024-03-28 | todo update | Oskar | |
2024-03-28 | Merge branch 'validate-L' | Oskar | |
2024-03-28 | Tests seem OK | Oskar | |
2024-03-27 | Merge branch 'validate-L' | Oskar | |
2024-03-27 | New plans in TODO | Oskar | |
2024-03-27 | Merge branch 'validate-L' | Oskar | |
2024-03-27 | validate_L is done, still needs some testing and then some cleanup, merging ↵ | Oskar | |
into master anyway | |||
2024-03-27 | More progress, works well | Oskar | |
2024-03-27 | Merge branch 'validate-L' | Oskar | |
2024-03-27 | Git push test to the new private mirror server | Oskar | |
2024-03-27 | removed comment | Oskar | |
2024-03-26 | removed binary/executable file | 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 | accidentally added executable | Oskar | |
2024-03-26 | added display_name_linecount, kinda out of scope but it was on my mind | Oskar | |
2024-03-23 | todo changes and push test | 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 | |