uemacs/README.md

19 lines
828 B
Markdown
Raw Normal View History

2014-12-20 09:07:05 +00:00
# README #
2017-05-07 06:15:05 +00:00
µEMACS (ue) on Cygwin/Linux, based on uEmacs/PK (em) from kernel.org.
2014-12-25 03:30:41 +00:00
### Changes compare to uEmacs/PK ###
* Line termination detection with new buffer mode (either Unix or DOS).
2015-05-05 04:19:13 +00:00
* Encoding detection (ASCII, Extended ASCII, UTF-8 or Mixed).
2014-12-25 03:30:41 +00:00
* Some fixes related to size either unchecked or limited (strcpy, insert-string, filenames, $kill).
* Major refactoring of headers and file dependencies, hopefully to improve maintenance.
* Reactivation of target 'source' and 'depend' in Makefile.
* Some defaults changed due to 'finger habits': ue instead of em, ^S in commands mapping...
### How to build ###
2020-11-03 02:37:39 +00:00
* dependencies: gcc, gmake, ncurses-devel.
2015-05-05 04:19:13 +00:00
* make depend ; make
2015-05-08 09:10:34 +00:00
### Badges ###
[![Coverity Status](https://scan.coverity.com/projects/4449/badge.svg)](https://scan.coverity.com/projects/4449)