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
1c5e6d8121
Make the sparse setup default to x86-64 rather than ppc
...
Hey, what can I say? Without Apple, ppc on the desktop? Not very likely.
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2006-11-19 11:28:19 -08:00
Linus Torvalds
4659255f60
Make "sparse" check target do a global sparse
...
Instead of iterating over all the source files, just check them all
together since it works these days, and could potentially find
cross-file issues.
2005-11-16 17:13:35 -08: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
92803fe8d5
Start using "-Wall" when compiling
...
Oh, and change the -O4 to a saner -O2 while at it
2005-09-30 18:06:45 -07:00
Linus Torvalds
b9deaf1bd8
Very optimistically add a "sparse" makefile target.
...
Since sparse really wants clean ANSI C, we're not even _remotely_ close
to being sparse-clean. But maybe some day...
2005-09-30 15:28:37 -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