aboutsummaryrefslogtreecommitdiff
path: root/estruct.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove the broken cryptographyRunxi Yu2024-08-121-5/+0
* Allow bigger filenamesLinus Torvalds2018-07-191-1/+1
* Don't use 'char' for number of linesLinus Torvalds2014-12-081-2/+2
* Stop using 'short' for line and allocation sizesLinus Torvalds2013-02-221-6/+6
* Expand keycode to 'int' from 'short'Linus Torvalds2012-07-101-5/+5
* Remove the old utf8_mode thing.Linus Torvalds2012-07-101-1/+0
* uemacs: convert typedef struct RMC to struct magic_replacement.Thiago Farina2010-11-301-5/+6
* uemacs: Move MAXNLINE constant from estruct.h to file.cThiago Farina2010-11-281-4/+0
* uemacs: Move some constants from estruct.h to posix.cThiago Farina2010-11-281-6/+0
* uemacs: convert typedef struct MC to struct magic.Thiago Farina2010-11-281-3/+3
* uemacs: Move NBLOCK constant into line.cThiago Farina2010-11-151-1/+0
* uemacs: Move structure line and its functions to its own header file.Thiago Farina2010-11-151-22/+0
* uemacs: convert typedef struct VDESC to struct variable_description.Thiago Farina2010-11-061-24/+20
* Merge branch 'master' of git://git.kernel.org/pub/scm/editors/uemacs/uemacsLinus Torvalds2010-11-021-6/+6
|\
| * uemacs: convert typedef struct WHBLOCK to struct while_block.Thiago Farina2010-10-301-6/+6
* | uemacs: get rid of BITMAP typedef.Thiago Farina2010-11-021-6/+3
|/
* uemacs: Get rid of the CALLED macro.Thiago Farina2010-09-071-1/+0
* uemacs: Remove two completly unused functions (fnclabel and spal).Thiago Farina2010-09-071-1/+0
* uemacs: Compiles on Mac OS X.Yong Luk Stanley Elijah Goh2010-08-241-0/+7
* uemacs: Add --help option.Thiago Farina2010-08-181-66/+53
* uemacs: convert typedef struct KILL to struct kill.Thiago Farina2010-08-101-4/+4
* uemacs: convert typedef struct window_t to struct window.Thiago Farina2010-08-011-2/+2
* uemacs: convert typedef struct TERM to struct terminal.Thiago Farina2010-07-111-2/+2
* uemacs: convert typedef struct REGION to struct region.Thiago Farina2010-07-101-2/+2
* uemacs: convert typedef struct NBIND to struct name_bind.Thiago Farina2010-07-041-2/+2
* uemacs: convert typedef struct KEYTAB to struct key_tab.Thiago Farina2010-06-301-10/+8
* uemacs: Convert typedef struct UVAR to struct user_variable.Thiago Farina2010-06-271-1/+0
* uemacs: convert typdef struct LINE to struct line.Thiago Farina2010-04-281-16/+16
* uemacs: remove typdef struct BUFFER -> struct buffer.Thiago Farina2010-02-151-5/+5
* Add support for a "utf-8" modeLinus Torvalds2005-10-021-1/+2
* Make sources mostly sparse-cleanLinus Torvalds2005-10-011-1/+1
* Replace "WINDOW" type with "window_t"Linus Torvalds2005-10-011-3/+3
* Fix up some trivial gcc -Wall warningsLinus Torvalds2005-09-301-1/+1
* Lots of ANSI'fication and cleanupsLinus Torvalds2005-09-301-1/+1
* More ANSI-fication of the sourcesLinus Torvalds2005-09-301-14/+14
* Run "indent -kr -i8" on the sourcesLinus Torvalds2005-09-301-230/+229
* Up the limit on maximum lines.Linus Torvalds2005-05-311-1/+1
* Initial import of em-4.0.15-ltLinus Torvalds2005-05-311-0/+731