aboutsummaryrefslogtreecommitdiff
path: root/basic.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Try updated rule for "is new paragraph"Linus Torvalds2016-10-021-10/+14
* Make some minor code legibility changesLinus Torvalds2016-10-021-23/+24
* Fix 'getccol()' and 'getgoal()' functions for multibyte UTF-8 charactersLinus Torvalds2012-07-151-4/+10
* Make cursor movement (largely) understand UTF-8 character boundariesLinus Torvalds2012-07-101-5/+21
* uemacs: Move structure line and its functions to its own header file.Thiago Farina2010-11-151-0/+2
* uemacs: Fix return statementsPekka Enberg2010-08-291-3/+3
* uemacs: Make getgoal function private to basic.c.Thiago Farina2010-08-281-34/+34
* uemacs: basic.c: Add support to go to the end of the buffer.Thiago Farina2010-08-211-62/+63
* uemacs: convert typdef struct LINE to struct line.Thiago Farina2010-04-281-8/+8
* uemacs: remove use of 'register' keywordPekka Enberg2010-02-271-14/+14
* Fix up some trivial gcc -Wall warningsLinus Torvalds2005-09-301-4/+4
* Lots of ANSI'fication and cleanupsLinus Torvalds2005-09-301-0/+1
* First cut at turning things into proper modern ANSI CLinus Torvalds2005-09-301-34/+37
* Run "indent -kr -i8" on the sourcesLinus Torvalds2005-09-301-183/+183
* Initial import of em-4.0.15-ltLinus Torvalds2005-05-311-0/+462