aboutsummaryrefslogtreecommitdiff
path: root/pklock.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* uemacs: Fix return statementsPekka Enberg2010-08-291-1/+1
| | | | | | | | 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>
* Fix more compiler warningsLinus Torvalds2005-10-011-0/+2
| | | | Better initializers, and more proper function types.
* Fix ugly "definitions in header file" crudLinus Torvalds2005-10-011-4/+2
| | | | | | | Move various initializations into new "globals.c" file. Also mark some variables static, and fix up some trivial compiler and sparse warnings.
* Avoid various name clashes with curses and termcap headersLinus Torvalds2005-10-011-2/+1
| | | | | This allows us to include the proper headers, instead of declaring things (badly) by hand.
* Run "indent -kr -i8" on the sourcesLinus Torvalds2005-09-301-22/+19
| | | | Let's see how nasty it is to clean things up. For real.
* Initial import of em-4.0.15-ltLinus Torvalds2005-05-311-0/+125
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.