fa56e5dfff
remove fileio from efunc, update dependencies.
2014-12-22 14:44:58 +08:00
d9bb0ea262
refactor epath into eval.
2014-12-22 14:44:35 +08:00
e86bdad4fc
refactor epath into bind and util into eval.
2014-12-22 14:44:26 +08:00
Linus Torvalds
0a8b429059
Start doing character removal properly
...
This makes actual basic editing work. Including things like
justify-paragraph etc, so lines get justified by number of UTF8
characters rather than bytes.
There are probably tons of broken stuff left, but this actually seems to
get the basics working right.
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org >
2012-07-11 10:43:16 -07:00
Thiago Farina
e1b2f459e2
uemacs: Move uv variable into the eval.c source file.
...
It's used only there.
Signed-off-by: Thiago Farina <tfransosi@gmail.com >
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org >
2010-11-24 08:26:55 +09:00
Thiago Farina
af19da1a99
uemacs: Move structure line and its functions to its own header file.
...
Signed-off-by: Thiago Farina <tfransosi@gmail.com >
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org >
2010-11-15 08:46:20 -08:00
Thiago Farina
6ceea8ba9b
uemacs: convert typedef struct VDESC to struct variable_description.
...
Signed-off-by: Thiago Farina <tfransosi@gmail.com >
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org >
2010-11-06 09:21:41 -07:00
Thiago Farina
b71ee14235
uemacs: Remove two completly unused functions (fnclabel and spal).
...
The implementation of these functions are doing anything at all at this moment.
So cleanup a bit the code by removing fnclabel and spal functions completly.
Signed-off-by: Thiago Farina <tfransosi@gmail.com >
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org >
2010-09-07 13:47:00 -07:00
Pekka Enberg
0f05e53f99
uemacs: Fix return statements
...
Return statement is not a function so remove superfluous use of parenthesis.
Cc: Thiago Farina <tfransosi@gmail.com >
Signed-off-by: Pekka Enberg <penberg@kernel.org >
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org >
2010-08-29 08:15:23 -07:00
Thiago Farina
8facd84c6f
uemacs: Add --help option.
...
Add a basic usage() function to support the --help option.
Signed-off-by: Thiago Farina <tfransosi@gmail.com >
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org >
2010-08-18 12:14:19 -07:00
Thiago Farina
3b4567fb81
uemacs: Use ARRAY_SIZE in more places.
...
Signed-off-by: Thiago Farina <thiago.farina@gmail.com >
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org >
2010-06-11 12:48:59 -07:00
Thiago Farina
9489673a1b
uemacs: Add ARRAY_SIZE macro so we can get rid of some hard coded calculations.
...
Signed-off-by: Thiago Farina <thiago.farina@gmail.com >
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org >
2010-06-08 21:29:13 -07:00
Pekka Enberg
7281ae375e
uemacs: enable -Wstrict-prototypes
...
This patch enables the GCC '-Wstrict-prototypes' switch and fixes up broken
prototypes.
Cc: Thiago Farina <tfransosi@gmail.com >
Signed-off-by: Pekka Enberg <penberg@cs.helsinki.fi >
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org >
2010-02-27 16:17:44 -08:00
Pekka Enberg
74ffb9e254
uemacs: remove use of 'register' keyword
...
Lets welcome uEmacs/PK to the year 2010! As expected, the patch has no effect
on the generated code:
text data bss dec hex filename
106002 8864 18616 133482 2096a em
106002 8864 18616 133482 2096a em.new
Cc: Thiago Farina <tfransosi@gmail.com >
Signed-off-by: Pekka Enberg <penberg@cs.helsinki.fi >
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org >
2010-02-27 16:17:44 -08:00
Thiago Farina
5ffdebdbf3
uemacs: remove typdef struct BUFFER -> struct buffer.
...
Signed-off-by: Thiago Farina <tfransosi@gmail.com >
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org >
2010-02-15 18:33:31 -08:00
Linus Torvalds
686a9e74ed
Clean up various compile warnings
...
Most of them were harmless: gcc not being smart enough to realize that
an uninitialized variable was never used if it wasn't initialized etc.
Some of them were name clashes ("crypt()" is a standard library
function, so rename it to "myencrypt()") etc.
Signed-off-by: Linus Torvalds <torvalds@osdl.org >
2006-11-19 11:52:18 -08:00
Linus Torvalds
ef92bc8cd9
Make sources mostly sparse-clean
...
Mainly an issue of taking care of a few remaining K&R function
declarations.
2005-10-01 01:09:22 -07:00
Linus Torvalds
24338ae855
Fix more compiler warnings
...
Better initializers, and more proper function types.
2005-10-01 00:56:15 -07:00
Linus Torvalds
8967dfc2c6
Fix ugly "definitions in header file" crud
...
Move various initializations into new "globals.c" file.
Also mark some variables static, and fix up some trivial compiler and
sparse warnings.
2005-10-01 00:33:44 -07:00
Linus Torvalds
d5dc3160cf
Lots of ANSI'fication and cleanups
...
Still tons of warnings with "-Wall", but now it's actually getting closer.
It even compiles again.
2005-09-30 22:52:45 -07:00
Linus Torvalds
9605cf8826
First cut at turning things into proper modern ANSI C
...
Hey! Real declarations!
2005-09-30 16:34:11 -07:00
Linus Torvalds
118ee5f944
Fix up headers and bogus re-definitions to use <stdlib.h> and <string.h>
...
Hey, it's already compiling cleaner. Getting proper function declarations
will be a bitch, though.
2005-09-30 15:33:51 -07:00
Linus Torvalds
435dd32ae2
Run "indent -kr -i8" on the sources
...
Let's see how nasty it is to clean things up. For real.
2005-09-30 15:26:09 -07:00
Linus Torvalds
d7148b21fe
Initial import of em-4.0.15-lt
...
This is a slightly updated version of uemacs-PK (PK is Pekka
Kutvonen) which was used at Helsinki University a long time
ago. My fingers cannot be retrained.
2005-05-31 08:50:56 -07:00