Age | Commit message (Expand) | Author |
2024-03-15 | Git test | Oskar |
2024-03-15 | Another git server push test | Oskar |
2024-03-15 | Test commit for the new git server | 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-10 | also changed INSTALL once again | Oskar |
2024-03-10 | Changed Makefile again. Ive had trouble deciding how i should organise the bu... | Oskar |
2024-03-10 | make release fix in INSTALL | Oskar |
2024-03-10 | Also fixed makefile. I have made a new decision how to build the program. | Oskar |
2024-03-10 | fixed and tested | Oskar |
2024-03-07 | Makefile changes | Oskar |
2024-03-07 | a | Oskar |
2024-03-07 | Added USAGE | Oskar |
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 most... | Oskar |
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-17 | . | Oskar |
2024-02-15 | Added INSTALL file and just some minor changes | Oskar |
2024-02-15 | input.c fixed most logic for L, there may still be issues but most glaring is... | Oskar |
2024-02-12 | update README | Oskar |
2024-02-12 | New work in progress input system in input.c | Oskar |
2024-02-11 | minor fixes | Oskar |
2024-02-11 | README update | Oskar |
2024-02-11 | new + and - feature to increment and decrement the focus. I will make it more... | Oskar |
2024-02-11 | remove writemode.c | Oskar |
2024-02-11 | More changes to the makefile to make it easier for testing | Oskar |
2024-02-10 | Makefile changes because of some errors i cannot explain when using clang. Ma... | Oskar |
2024-02-10 | Makefile changes and slight change to variable in startmode.c | Oskar |
2023-12-23 | New delete line feature. Lost of fixes too | Oskar |
2023-12-23 | fixes | Oskar |
2023-12-21 | fixed some annoyances with L and some issues with how X handles the lines if ... | Oskar |
2023-12-14 | removed useless stuff | 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 | minor fixes, changed some variables and stuff | Oskar |
2023-11-19 | may or may not have fixed a bug with GET_LINE(), i did some confirmation test... | Oskar |
2023-11-11 | readme update | Oskar |
2023-11-11 | fixed huge bug in write function | Oskar |
2023-11-07 | readme updated | Oskar |
2023-11-07 | Added edit mode and function to write the changes to file. Write function is ... | Oskar |
2023-10-28 | modified GET_LINE() to make it return the index of the first character of the... | Oskar |
2023-10-27 | update README | Oskar |
2023-10-27 | Minor changes to GET_LINE() , also did a little test to check if it worked li... | Oskar |
2023-10-27 | GET_LINE() function is done. It was a PAIN to get working right. I hope to go... | Oskar |