Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-07-02 | Make Linux/Macos discoverable by macros. | antirez | |
2020-07-02 | Get rid of non ANSI C strdup(). | antirez | |
2020-07-02 | Handle SIGWINCH signal to properly resize editor | Leandro Pereira | |
2020-07-02 | Added all C and C++ keywords. | Property404 | |
2020-07-02 | Merge pull request #33 from dayuoba/patch-1 | Salvatore Sanfilippo | |
rm repeat header file | |||
2020-07-02 | Merge pull request #52 from vuonghv/master | Salvatore Sanfilippo | |
Fix memory leak | |||
2020-07-02 | Merge pull request #55 from skeeto/master | Salvatore Sanfilippo | |
Use _POSIX_C_SOURCE, drop _BSD_SOURCE, _GNU_SOURCE (#5, #12) | |||
2018-01-23 | Use _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-05 | Fix memory leak | Vuong Hoang | |
Call FIND_RESTORE_HL make a memory leak | |||
2016-07-18 | rm repeat header file | dayu | |
i found that there were two same `stdlib.h`,if there is some magic for that case .pls ignore this pr :) | |||
2016-07-10 | Fix README typo. | antirez | |
2016-07-10 | Fix README markdown. | antirez | |
2016-07-10 | Screencast link added. | antirez | |
2016-07-10 | Be serious with version number. | antirez | |
2016-07-10 | First public alpha version. | antirez | |