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
/
test
Age
Commit message (
Expand
)
Author
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-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 figure...
Oskar
2024-03-21
added i_validation.c and i_validation.h to make the code a bit easier and rea...
Oskar
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 tho...
Oskar
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 most...
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-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 test...
Oskar
2023-11-11
fixed huge bug in write function
Oskar
2023-10-27
Minor changes to GET_LINE() , also did a little test to check if it worked li...
Oskar