1
0
mirror of https://github.com/rfivet/uemacs.git synced 2025-02-20 23:17:13 -05:00
Rob Gowin 737fee5323
Changes to compile on macOS. (#2)
defines.h:
  Use (defined(__APPLE__) && defined(__MACH__)) to
  detect macOS, as suggested by https://stackoverflow.com/questions/7063303/macro-unix-not-defined-in-macos-x.
  Combined with __NetBSD__ to set BSD=1 and POSIX=1.

main.c:
  Include <unistd.h> to pick up sleep() declaration.

Co-authored-by: Rob Gowin <rob.gowin@gmail.com>
2022-08-24 10:28:13 +08:00
2022-03-03 07:40:31 +08:00
2021-08-13 11:06:58 +08:00
2021-08-13 11:06:58 +08:00
2021-08-13 11:06:58 +08:00
2021-09-08 10:54:07 +08:00
2021-08-13 11:06:58 +08:00
2022-08-24 10:28:13 +08:00
2021-09-16 09:44:59 +08:00
2019-07-23 20:39:40 +08:00
2005-05-31 08:50:56 -07:00
2021-09-16 09:44:59 +08:00
2021-09-15 13:15:31 +08:00
2021-09-15 11:55:23 +08:00
2021-08-13 11:06:58 +08:00
2021-08-13 11:06:58 +08:00
2021-08-14 11:45:41 +08:00
2021-08-14 11:45:41 +08:00
2021-08-14 11:45:41 +08:00
2021-08-13 11:06:58 +08:00
2021-08-13 11:06:58 +08:00
2021-08-13 11:06:58 +08:00
2021-08-13 11:06:58 +08:00
2021-09-15 13:15:31 +08:00
2021-09-15 13:15:31 +08:00
2021-09-08 10:54:07 +08:00
2021-09-08 10:54:07 +08:00
2022-08-24 10:28:13 +08:00
2022-02-05 10:56:12 +08:00
2021-09-01 09:40:34 +08:00
2021-08-13 11:06:58 +08:00
2021-08-13 11:06:58 +08:00
2021-08-19 10:07:13 +08:00
2021-08-13 11:06:58 +08:00
2010-04-28 07:46:47 -07:00
2005-05-31 08:50:56 -07:00
2021-08-13 11:06:58 +08:00
2021-08-13 11:06:58 +08:00
2021-08-13 11:06:58 +08:00
2005-05-31 08:50:56 -07:00
2021-09-15 11:51:12 +08:00
2021-08-13 11:06:58 +08:00
2021-08-18 11:35:17 +08:00
2021-08-18 11:35:17 +08:00
2021-08-13 11:06:58 +08:00
2021-08-13 11:06:58 +08:00
2021-08-13 11:06:58 +08:00

README

µEMACS (ue) on Cygwin/Linux/NetBSD, 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.

  • Some defaults changed due to 'finger habits': ue instead of em, ^S in commands mapping...

Unicode (UTF-8) support

  • gcc limitation on Windows (WCHAR_WIDTH 16).

  • Display of double and zero width characters ongoing.

How to build

  • dependencies: gcc, gmake, ncurses-devel.

  • make

Description
µEMACS (ue) on Cygwin/Linux/NetBSD, based on uEmacs/PK (em) from kernel.org.
https://rfivet.github.io/uemacs/
Readme 1.5 MiB
Languages
C 97.4%
Batchfile 2.4%
Makefile 0.2%