µEMACS (ue) on Cygwin/Linux/NetBSD, based on uEmacs/PK (em) from kernel.org. https://rfivet.github.io/uemacs/
Go to file
Renaud fa96d9e63e Merge branch 'execute' 2015-10-05 14:22:39 +08:00
fridge Move unsupported OS files to fridge. 2015-01-29 22:08:34 +08:00
.gitignore Add ignore file for generated files 2009-07-15 08:44:14 -07:00
Makefile Switch back from termio to posix for Cygwin to be better aligned with Linux. 2015-10-01 07:26:15 +08:00
README uemacs: rename 'readme' to 'README' 2010-04-28 07:46:47 -07:00
README.md Add Coverity badge to README. 2015-05-08 17:10:34 +08:00
UTF-8-demo.txt Fix the unicode character limit (0 .. 0x10ffff) 2012-09-24 19:44:21 -07:00
basic.c Introduce newmlarg as alternative to mlreply. 2015-09-29 10:43:19 +08:00
basic.h Move global curgoal to basic. 2014-12-22 17:43:11 +08:00
bind.c apropos based on newmlarg (replacement of mlreply). 2015-10-01 08:03:14 +08:00
bind.h Add extra warning check and fix signed to unsigned comparison issues. 2015-02-28 20:29:00 +08:00
bindable.c Review message line outputs. 2015-02-13 21:48:05 +08:00
bindable.h remove left dependencies to main: bindable functions. 2014-12-22 15:47:33 +08:00
buffer.c Buffer commands based on newmlarg (replacement of mlreply). 2015-10-01 09:11:54 +08:00
buffer.h Introduce ekey_t encryption key type and remove need for NKEY length constant. 2014-12-22 20:57:18 +08:00
count.cmd Insure list-buffer can report buffer size up to 99 999 999. 2014-12-22 20:57:09 +08:00
crypt.c Extract struct buffer and struct window from estruct.h. 2014-12-22 16:11:13 +08:00
crypt.h Extract struct buffer and struct window from estruct.h. 2014-12-22 16:11:13 +08:00
defines.h Clean up splint warnings: 2015-02-16 13:41:59 +08:00
display.c Offer va_list version of mlwrite. 2015-06-12 17:05:43 +08:00
display.h Offer va_list version of mlwrite. 2015-06-12 17:05:43 +08:00
ebind.c Maps M-S to hunt-forward to match DOS Alt-S behavior. 2015-10-01 07:38:41 +08:00
ebind.h Add extra warning check and fix signed to unsigned comparison issues. 2015-02-28 20:29:00 +08:00
emacs.hlp Initial import of em-4.0.15-lt 2005-05-31 08:50:56 -07:00
emacs.ps Initial import of em-4.0.15-lt 2005-05-31 08:50:56 -07:00
emacs.rc Show lines with a single helper function, not one byte at a time 2012-07-10 13:38:41 -07:00
estruct.h Fix CID 39905, 39906, 39907: Operands don't affect result. 2015-03-19 14:29:24 +08:00
eval.c Replace mlreply by newmlarg in eval, allowing user variable length to exceed 255 bytes. 2015-09-29 11:43:30 +08:00
eval.h Offer va_list version of mlwrite. 2015-06-12 17:05:43 +08:00
exec.c Exec commands based on newmlarg (replacement of mlreply). 2015-10-05 13:27:45 +08:00
exec.h Review getnewtoken, introduce getnewtokval and rewrite function evaluation accordingly. 2015-09-27 21:11:51 +08:00
execute.c Align naming convention for output of text on the message line: mlout*. (Was a mix of log & write). 2015-02-13 12:31:59 +08:00
execute.h Move gasave and gacount to execute. 2014-12-22 17:40:12 +08:00
file.c File commands based on newmlarg (replacement of mlreply). 2015-10-05 11:34:33 +08:00
file.h Review scope of exported variables and functions for bind, eval, file,fileio, random. 2015-02-16 11:39:16 +08:00
fileio.c Review scope of exported variables and functions for bind, eval, file,fileio, random. 2015-02-16 11:39:16 +08:00
fileio.h Review scope of exported variables and functions for bind, eval, file,fileio, random. 2015-02-16 11:39:16 +08:00
flook.c Fix potential overflow during file look-up. 2015-03-26 15:56:33 +08:00
flook.h Include flook header in spawn instead of redeclaring function. 2014-12-22 16:10:05 +08:00
input.c Remove mlreply after transition to replacement newmlarg. 2015-10-05 14:15:24 +08:00
input.h Remove mlreply after transition to replacement newmlarg. 2015-10-05 14:15:24 +08:00
isearch.c Merge common code for setting prompt of search and incremental search. 2015-03-26 10:15:50 +08:00
isearch.h Move variable related definition from estruct to eval, and ISRCH related ones to isearch. 2014-12-22 17:35:41 +08:00
line.c $line returns a full copy of the current line instead of truncated at NSTRING. 2015-09-18 17:53:58 +08:00
line.h Move rdonly() in scope of line which is the first user module in the dependency list. 2015-02-13 11:54:17 +08:00
lock.c Recompile on Linux 2014-12-22 17:45:12 +08:00
lock.h Remove includes of estruct.h from all headers. 2014-12-22 17:44:07 +08:00
main.c Allow -x cmdfile as an alternative to @cmdfile options. 2015-08-19 15:42:16 +08:00
mingw32.c Add mingw32 and wscreen for initial MingGW32 support. 2014-12-22 20:58:30 +08:00
mlout.c Insure that mlwrite( "") as same effect as mlerase(). 2015-02-13 15:33:21 +08:00
mlout.h Align naming convention for output of text on the message line: mlout*. (Was a mix of log & write). 2015-02-13 12:31:59 +08:00
names.c Move standard includes of stdlib and string from edef.h. 2014-12-22 17:41:07 +08:00
names.h Clarify names interface (only used in bind and input). 2014-12-22 15:08:05 +08:00
pklock.c Rebuild on Linux. 2015-01-02 14:20:07 +08:00
pklock.h Remove includes of estruct.h from all headers. 2014-12-22 17:44:07 +08:00
posix.c Review header dependencies controlled by POSIX and MINGW32 flags. 2015-01-02 10:54:35 +08:00
random.c Mode commands based on newmlarg (replacement of mlreply). 2015-10-01 08:19:39 +08:00
random.h Review scope of exported variables and functions for bind, eval, file,fileio, random. 2015-02-16 11:39:16 +08:00
readme.39e Initial import of em-4.0.15-lt 2005-05-31 08:50:56 -07:00
region.c Align naming convention for output of text on the message line: mlout*. (Was a mix of log & write). 2015-02-13 12:31:59 +08:00
region.h Move struct region from estruct.t to regiom.h. 2014-12-22 17:35:04 +08:00
retcode.h Add retcode.h missing from commit d17334e3ae. 2014-12-22 16:09:56 +08:00
search.c Review newmlargt interface and obsolete mlreplyt. 2015-09-29 10:25:36 +08:00
search.h Merge common code for setting prompt of search and incremental search. 2015-03-26 10:15:50 +08:00
shell.cmd Initial import of em-4.0.15-lt 2005-05-31 08:50:56 -07:00
spawn.c Spawn commands based on newmlarg (replacement of mlreply). 2015-10-05 14:06:53 +08:00
spawn.h split efunc into corresponding headers. 2014-12-22 14:46:16 +08:00
tcap.c Fix potential buffer overflow and align failure message display method on exit. 2015-03-23 19:12:38 +08:00
terminal.h Move globals defines out of estruct.h. 2014-12-22 17:44:31 +08:00
termio.c Clean up splint warnings: 2015-02-16 13:41:59 +08:00
termio.h Partial move configuration options out of estruct.h. 2014-12-22 17:44:52 +08:00
tststr.cmd Replace mlreply by newmlarg in eval, allowing user variable length to exceed 255 bytes. 2015-09-29 11:43:30 +08:00
utf8.c Clean up splint warnings: 2015-02-16 13:41:59 +08:00
utf8.h Assert that unicode are limited to 0-10FFFF. 2015-02-08 14:26:07 +08:00
version.h Increase version number before merge to master branch. 2015-10-05 14:20:15 +08:00
window.c Insure resizing screen commands are aligned with OS window sizes. 2015-01-02 17:50:31 +08:00
window.h Don't use 'char' for number of lines. Based on commit 8841922 from uEMACS/PK 2014-12-24 10:01:37 +08:00
word.c Align naming convention for output of text on the message line: mlout*. (Was a mix of log & write). 2015-02-13 12:31:59 +08:00
word.h Move paragraph related function from basic.c to word.c. 2014-12-22 17:36:06 +08:00
wrapper.c Fix CID 39919 Insecure temporary file. 2015-03-24 11:58:04 +08:00
wrapper.h Rename parameter to avoid OpenHub line counter misinterpretation as C++. 2015-05-27 16:43:33 +08:00
wscreen.c Insure that coverity locs number is aligned with result from lc. 2015-03-17 17:14:43 +08:00
wscreen.h Add mingw32 and wscreen for initial MingGW32 support. 2014-12-22 20:58:30 +08:00

README.md

README

Ciguë is µEMACS (ue) on Cygwin/Linux, based on uEmacs/PK (em) from kernel.org.

Changes compare to uEmacs/PK

  • Line termination detection with new buffer mode (either Unix or DOS).
  • Encoding detection (ASCII, Extended ASCII, UTF-8 or Mixed).
  • 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

  • dependencies: ncurses.
  • make depend ; make
  • MINGW32 target is experimental and lacks screen/kbd support.

Badges

Coverity Status