index
:
ed
devel
master
posix-compliant reimplementation of the standard editor in C11
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
add converted plaintext README
HEAD
master
devel
nytpu
2021-07-06
1
-0
/
+97
*
reformat with clang-format
nytpu
2021-06-19
8
-70
/
+82
*
add clang format
nytpu
2021-06-19
2
-1
/
+131
*
update dates in man pages
nytpu
2021-06-04
2
-2
/
+2
*
remove debug printfs
nytpu
2021-06-04
1
-6
/
+0
*
README revisions
nytpu
2021-06-04
2
-109
/
+29
*
basic implementations of most commands
nytpu
2021-06-04
1
-0
/
+35
*
fix unfreed memory on q/Q command
nytpu
2021-06-04
2
-11
/
+2
*
use one-indexing interally unless actually indexing rows array
nytpu
2021-06-04
7
-24
/
+56
*
add framework for commands
nytpu
2021-06-04
1
-9
/
+26
*
add insert mode
nytpu
2021-06-04
2
-0
/
+20
*
fix issue where opening file would mark as dirty
nytpu
2021-06-04
1
-1
/
+1
*
many fixes to command
nytpu
2021-06-04
2
-5
/
+6
*
fixup c23428b
nytpu
2021-06-04
1
-2
/
+1
*
add stubbed print_rows_escaped() for 'l' command
nytpu
2021-06-04
2
-0
/
+8
*
add rudimentary command parser
nytpu
2021-06-04
6
-17
/
+355
*
fix issue when opening nonexistant file
nytpu
2021-06-04
1
-1
/
+0
*
fix typo in README
nytpu
2021-06-04
1
-1
/
+1
*
add optimization to default cflags
nytpu
2021-06-04
2
-2
/
+2
*
fixup makefile and configure
nytpu
2021-06-02
2
-5
/
+10
*
add tests to gitignore
nytpu
2021-06-02
1
-0
/
+1
*
fix configure script
nytpu
2021-06-02
1
-2
/
+2
*
move error() to common.h
nytpu
2021-06-01
4
-12
/
+12
*
appropriately credit linenoise
nytpu
2021-06-01
3
-1
/
+10
*
reorganize dependency listings in makefile
nytpu
2021-06-01
1
-2
/
+3
*
add note about C99
nytpu
2021-06-01
1
-1
/
+9
*
add linenoise 97d2850
nytpu
2021-06-01
5
-1
/
+1353
*
clarify -p flag in -h
nytpu
2021-06-01
1
-2
/
+2
*
add disclaimer to man page
nytpu
2021-06-01
1
-0
/
+6
*
update standards section
nytpu
2021-06-01
1
-6
/
+10
*
add -l flag for loose exit status
nytpu
2021-06-01
2
-6
/
+19
*
clarify incorrect comments
nytpu
2021-05-31
1
-2
/
+2
*
fix unfreed memory
nytpu
2021-05-31
1
-0
/
+1
*
major refactor, struct Buffer and struct Options merged into one Editor state...
nytpu
2021-05-31
5
-100
/
+90
*
add editor_deinit()
nytpu
2021-05-31
2
-0
/
+10
*
add delete_rows() function
nytpu
2021-05-31
2
-0
/
+9
*
add RowNum define
nytpu
2021-05-31
5
-15
/
+18
*
fixup makefile
nytpu
2021-05-26
1
-17
/
+0
*
add write_file()
nytpu
2021-05-26
2
-1
/
+65
*
write diagnostic messages to stderr
nytpu
2021-05-26
1
-1
/
+1
*
add function to number rows while printing
nytpu
2021-05-26
2
-0
/
+12
*
set proper addresses after reading and printing, and fixup minor issues in op...
nytpu
2021-05-26
1
-5
/
+5
*
implement saving errors for 'h' command
nytpu
2021-05-26
4
-3
/
+16
*
check if buffer is dirty before opening new file, add force override
nytpu
2021-05-26
3
-4
/
+12
*
improve commentary
nytpu
2021-05-26
1
-0
/
+2
*
don't listen to carriage returns
nytpu
2021-05-26
1
-3
/
+1
*
don't use puts()
nytpu
2021-05-26
1
-1
/
+1
*
parse optind to get filename to open
nytpu
2021-05-26
1
-0
/
+13
*
print chars read in open_file()
nytpu
2021-05-26
1
-0
/
+3
*
add global options state and have arguments modify them
nytpu
2021-05-26
2
-3
/
+19
[next]