index
:
7Editor.git
integrate-multiples
master
The 7Editor line editor / text editor.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
i_validation.c
Age
Commit message (
Expand
)
Author
2024-04-14
Updated usage and removed some testing code. Added some comments. I
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
2024-03-29
Renamed validate_L to validate_LN. The name may change. I should also
Oskar
2024-03-29
Removed validate_N because its redundant
Oskar
2024-03-28
changed requirements
Oskar
2024-03-28
added length check, its kinda bad not not tested
Oskar
2024-03-27
validate_L is done, still needs some testing and then some cleanup, merging i...
Oskar
2024-03-27
More progress, works well
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 th...
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
2024-03-22
Fixed some more stuff
Oskar
2024-03-22
vcpm tested, seems OK
Oskar
2024-03-21
i think validate_plus_continue is working now, it took way too long to figure...
Oskar
2024-03-21
not tested
Oskar
2024-03-21
Moved around even more. Probably some things i am missing or removed somehow ...
Oskar
2024-03-21
Moving around alot of code now. It probably wont compile
Oskar
2024-03-21
added i_validation.c and i_validation.h to make the code a bit easier and rea...
Oskar