Browse code

Add a simple C-language highlighter as a plugin (and lots of temp. debug code; to be cleaned later)

Dario Rodriguez authored on 17/10/2020 22:30:36
Showing 1 changed files
... ...
@@ -5,3 +5,5 @@ tests_utf8
5 5
 *.log
6 6
 re.valgrind
7 7
 sdl.supp
8
+NormalizationTest.txt
9
+reference*.png
Browse code

Remove old utf8 functions from re_ui. Add comments to utf8 functions in re_data header file.

Dario Rodriguez authored on 02/09/2020 22:14:50
Showing 1 changed files
... ...
@@ -1,6 +1,7 @@
1 1
 *.o
2 2
 re
3 3
 tests
4
+tests_utf8
4 5
 *.log
5 6
 re.valgrind
6 7
 sdl.supp
Browse code

Display first lines of the loaded file

Dario Rodriguez authored on 18/08/2020 20:31:28
Showing 1 changed files
... ...
@@ -1,3 +1,6 @@
1 1
 *.o
2 2
 re
3 3
 tests
4
+*.log
5
+re.valgrind
6
+sdl.supp
Browse code

Add undobuf structire and corresponding functions

Dario Rodriguez authored on 05/03/2019 21:40:51
Showing 1 changed files
... ...
@@ -1,2 +1,3 @@
1 1
 *.o
2 2
 re
3
+tests
Browse code

Change sha3 implementation used. Initial unsaved data API.

Dario Rodriguez authored on 02/03/2019 16:12:12
Showing 1 changed files
... ...
@@ -1,4 +1,2 @@
1 1
 *.o
2 2
 re
3
-keccak/*.o
4
-keccak/*.a
Browse code

start implementation of undo and unsaved in redata. tentative sha3-512 support for unsaved integrity check

Dario Rodriguez authored on 26/02/2019 21:26:05
Showing 1 changed files
... ...
@@ -1,2 +1,4 @@
1 1
 *.o
2 2
 re
3
+keccak/*.o
4
+keccak/*.a
Browse code

data structures skeleton

Dario Rodriguez authored on 25/02/2019 22:04:09
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,2 @@
1
+*.o
2
+re