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 |
basic.c
|
Transition from logger/logwrite/mlwrite to writestr/writefmt.
|
2015-01-21 21:30:01 +08:00 |
basic.h
|
Move global curgoal to basic.
|
2014-12-22 17:43:11 +08:00 |
bind.c
|
describe-key displays keycode in hexadecimal.
|
2015-02-09 19:27:49 +08:00 |
bind.h
|
Review startup and associated prototypes.
|
2015-01-16 21:12:27 +08:00 |
bindable.c
|
Use standard exit code as parameter to exit() in bindable.
|
2015-01-29 21:35:47 +08:00 |
bindable.h
|
remove left dependencies to main: bindable functions.
|
2014-12-22 15:47:33 +08:00 |
buffer.c
|
Recompile under MinGW32 with base framework for implementing kbd/screen (mingw32 + wscreen).
|
2014-12-22 20:58:10 +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
|
Adjust MAXROW/MAXCOL to values aligned with 1920x1080 landscape resolution. If smaller font or portrait, limit to 400x150 (colxrow).
|
2015-01-05 16:54:21 +08:00 |
display.c
|
describe-key displays keycode in hexadecimal.
|
2015-02-09 19:27:49 +08:00 |
display.h
|
Restrict scope of mlputs to display.
|
2015-01-21 17:16:43 +08:00 |
ebind.c
|
Assign 'common' functionality to Del, Home and End keys.
|
2014-12-22 17:44:17 +08:00 |
ebind.h
|
Move globals defines out of estruct.h.
|
2014-12-22 17:44:31 +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
|
Recompile under MinGW32 with base framework for implementing kbd/screen (mingw32 + wscreen).
|
2014-12-22 20:58:10 +08:00 |
eval.c
|
Assert that unicode are limited to 0-10FFFF.
|
2015-02-08 14:26:07 +08:00 |
eval.h
|
Unify macro debugging code in eval and exec.
|
2015-01-15 14:36:19 +08:00 |
exec.c
|
Use temporary buffer in nextarg to avoid issue with strncpy under Linux.
|
2015-01-26 20:05:02 +08:00 |
exec.h
|
Review startup and associated prototypes.
|
2015-01-16 21:12:27 +08:00 |
execute.c
|
Transition from logger/logwrite/mlwrite to writestr/writefmt.
|
2015-01-21 21:30:01 +08:00 |
execute.h
|
Move gasave and gacount to execute.
|
2014-12-22 17:40:12 +08:00 |
file.c
|
Transition from logger/logwrite/mlwrite to writestr/writefmt.
|
2015-01-21 21:30:01 +08:00 |
file.h
|
Explicit use of buffer name type in buffer name creation.
|
2014-12-22 20:56:49 +08:00 |
fileio.c
|
Partial move configuration options out of estruct.h.
|
2014-12-22 17:44:52 +08:00 |
fileio.h
|
Extract struct buffer and struct window from estruct.h.
|
2014-12-22 16:11:13 +08:00 |
flook.c
|
Clean up dependecies on estruct by introducing defines.h.
|
2014-12-22 16:10:51 +08:00 |
flook.h
|
Include flook header in spawn instead of redeclaring function.
|
2014-12-22 16:10:05 +08:00 |
input.c
|
Revise sanity check on UTF-8 keyboard input sequence.
|
2015-02-10 18:09:59 +08:00 |
input.h
|
Finish move of globals into input and random.
|
2014-12-22 17:43:53 +08:00 |
isearch.c
|
Insure consistent use of TTbeep for bell (instead of alternative TTputc( BEL)).
|
2015-01-21 14:48:03 +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
|
backward char movement consistent with mixed byte/UTF-8 content.
|
2015-02-08 19:11:26 +08:00 |
line.h
|
Align scope and parameter type for linsert and is_beginning_utf8.
|
2015-02-02 19:44:35 +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 |
log.c
|
Transition from logger/logwrite/mlwrite to writestr/writefmt.
|
2015-01-21 21:30:01 +08:00 |
log.h
|
Transition from logger/logwrite/mlwrite to writestr/writefmt.
|
2015-01-21 21:30:01 +08:00 |
main.c
|
Display correct mode on first empty buffer.
|
2015-01-27 20:22:47 +08:00 |
Makefile
|
Alternate version of make source based on $() functions instead of shell commands.
|
2015-02-11 20:22:43 +08:00 |
mingw32.c
|
Add mingw32 and wscreen for initial MingGW32 support.
|
2014-12-22 20:58:30 +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
|
Fix getccol reporting when dealing with characters in range 0x80 .. 0xA0.
|
2015-02-09 13:31:39 +08:00 |
random.h
|
Review visibility of tabsize variable and nextab() macro.
|
2014-12-22 20:55:56 +08:00 |
README
|
uemacs: rename 'readme' to 'README'
|
2010-04-28 07:46:47 -07:00 |
readme.39e
|
Initial import of em-4.0.15-lt
|
2005-05-31 08:50:56 -07:00 |
README.md
|
README.md edited online with Bitbucket
|
2015-02-03 05:08:17 +00:00 |
region.c
|
Transition from logger/logwrite/mlwrite to writestr/writefmt.
|
2015-01-21 21:30:01 +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
|
Transition from logger/logwrite/mlwrite to writestr/writefmt.
|
2015-01-21 21:30:01 +08:00 |
search.h
|
Insure consistent use of TTbeep for bell (instead of alternative TTputc( BEL)).
|
2015-01-21 14:48:03 +08:00 |
shell.cmd
|
Initial import of em-4.0.15-lt
|
2005-05-31 08:50:56 -07:00 |
spawn.c
|
Restrict scope of mlputs to display.
|
2015-01-21 17:16:43 +08:00 |
spawn.h
|
split efunc into corresponding headers.
|
2014-12-22 14:46:16 +08:00 |
tcap.c
|
Adjust MAXROW/MAXCOL to values aligned with 1920x1080 landscape resolution. If smaller font or portrait, limit to 400x150 (colxrow).
|
2015-01-05 16:54:21 +08:00 |
terminal.h
|
Move globals defines out of estruct.h.
|
2014-12-22 17:44:31 +08:00 |
termio.c
|
Review header dependencies controlled by POSIX and MINGW32 flags.
|
2015-01-02 10:54:35 +08:00 |
termio.h
|
Partial move configuration options out of estruct.h.
|
2014-12-22 17:44:52 +08:00 |
tststr.cmd
|
$kill returns full copy of kill buffer.
|
2014-12-22 20:57:54 +08:00 |
utf8.c
|
Revise sanity check on UTF-8 keyboard input sequence.
|
2015-02-10 18:09:59 +08:00 |
utf8.h
|
Assert that unicode are limited to 0-10FFFF.
|
2015-02-08 14:26:07 +08:00 |
UTF-8-demo.txt
|
Fix the unicode character limit (0 .. 0x10ffff)
|
2012-09-24 19:44:21 -07:00 |
version.h
|
Put back the Micro in uEMACS both in status line and version string (ue --version).
|
2015-02-02 19:20:48 +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
|
Transition from logger/logwrite/mlwrite to writestr/writefmt.
|
2015-01-21 21:30:01 +08:00 |
word.h
|
Move paragraph related function from basic.c to word.c.
|
2014-12-22 17:36:06 +08:00 |
wrapper.c
|
Recompile under MinGW32 with base framework for implementing kbd/screen (mingw32 + wscreen).
|
2014-12-22 20:58:10 +08:00 |
wrapper.h
|
Rebuild on Linux (xubuntu32).
|
2014-12-25 10:51:47 +08:00 |
wscreen.c
|
Review header dependencies controlled by POSIX and MINGW32 flags.
|
2015-01-02 10:54:35 +08:00 |
wscreen.h
|
Add mingw32 and wscreen for initial MingGW32 support.
|
2014-12-22 20:58:30 +08:00 |