aboutsummaryrefslogtreecommitdiffstats
path: root/basic.c
AgeCommit message (Expand)AuthorFilesLines
2012-07-15Fix 'getccol()' and 'getgoal()' functions for multibyte UTF-8 charactersLinus Torvalds1-4/+10
2012-07-10Make cursor movement (largely) understand UTF-8 character boundariesLinus Torvalds1-5/+21
2010-11-15uemacs: Move structure line and its functions to its own header file.Thiago Farina1-0/+2
2010-08-29uemacs: Fix return statementsPekka Enberg1-3/+3
2010-08-28uemacs: Make getgoal function private to basic.c.Thiago Farina1-34/+34
2010-08-21uemacs: basic.c: Add support to go to the end of the buffer.Thiago Farina1-62/+63
2010-04-28uemacs: convert typdef struct LINE to struct line.Thiago Farina1-8/+8
2010-02-27uemacs: remove use of 'register' keywordPekka Enberg1-14/+14
2005-09-30Fix up some trivial gcc -Wall warningsLinus Torvalds1-4/+4
2005-09-30Lots of ANSI'fication and cleanupsLinus Torvalds1-0/+1
2005-09-30First cut at turning things into proper modern ANSI CLinus Torvalds1-34/+37
2005-09-30Run "indent -kr -i8" on the sourcesLinus Torvalds1-183/+183
2005-05-31Initial import of em-4.0.15-ltLinus Torvalds1-0/+462