summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-12-29Fixed appending new characters at end of line.appgraphicsJeffrey Armstrong
2021-12-29Additional changes to debug 1-indexing. Cursor now appears on correct line. ↵Jeffrey Armstrong
Strange behavior at line end insert.
2021-09-09Initial Fortran code porting kilo to appgraphics in FortranJeffrey Armstrong
2020-07-05Merge pull request #68 from unknowntpo/masterSalvatore Sanfilippo
Fixing the ‘UINT32_MAX’ undeclared problem
2020-07-05Fixing the ‘UINT32_MAX’ undeclared problemunknowntpo
This commit fix the ‘UINT32_MAX’ undeclared problem in Linux I mentioned in the issue #67 by including <stdint.h>
2020-07-02Fix integer overflow in row allocation. #60.antirez
2020-07-02Simplify features macro.antirez
2020-07-02Make Linux/Macos discoverable by macros.antirez
2020-07-02Get rid of non ANSI C strdup().antirez
2020-07-02Handle SIGWINCH signal to properly resize editorLeandro Pereira
2020-07-02Added all C and C++ keywords.Property404
2020-07-02Merge pull request #33 from dayuoba/patch-1Salvatore Sanfilippo
rm repeat header file
2020-07-02Merge pull request #52 from vuonghv/masterSalvatore Sanfilippo
Fix memory leak
2020-07-02Merge pull request #55 from skeeto/masterSalvatore Sanfilippo
Use _POSIX_C_SOURCE, drop _BSD_SOURCE, _GNU_SOURCE (#5, #12)
2018-01-23Use _POSIX_C_SOURCE, drop _BSD_SOURCE, _GNU_SOURCE (#5, #12)Christopher Wellons
The only need for _BSD_SOURCE is a single use of the trivial, but non-standard, strdup(). The only need for _GNU_SOURCE is for getline(). This function was standardized by POSIX 10 years ago, so you only need to ask for it with _POSIX_C_SOURCE. Also added time.h which is only included by luck from the removed feature test macros. This is better than PR #5 because _DEFAULT_SOURCE isn't needed at all.
2017-08-05Fix memory leakVuong Hoang
Call FIND_RESTORE_HL make a memory leak
2016-07-18rm repeat header filedayu
i found that there were two same `stdlib.h`,if there is some magic for that case .pls ignore this pr :)
2016-07-10Fix README typo.antirez
2016-07-10Fix README markdown.antirez
2016-07-10Screencast link added.antirez
2016-07-10Be serious with version number.antirez
2016-07-10First public alpha version.antirez