aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* uemacs: Move structure line and its functions to its own header file.Thiago Farina2010-11-1519-130/+160
* uemacs: Kill dead codePekka Enberg2010-11-142-26/+0
* uemacs: convert typedef struct VDESC to struct variable_description.Thiago Farina2010-11-063-36/+32
* uemacs: remove forward declaration of 'struct video' from edef.hThiago Farina2010-11-031-2/+0
* Merge branch 'master' of git://git.kernel.org/pub/scm/editors/uemacs/uemacsLinus Torvalds2010-11-023-14/+14
|\
| * uemacs: convert typedef struct WHBLOCK to struct while_block.Thiago Farina2010-10-303-14/+14
* | uemacs: get rid of BITMAP typedef.Thiago Farina2010-11-022-19/+17
|/
* uemacs: Move function declarations from edef.h to efunc.h.Thiago Farina2010-10-252-4/+5
* Fix a tiny typoChristian Faulhammer2010-09-131-1/+1
* uemacs/version.c: Add version function to output the version string information.Thiago Farina2010-09-074-6/+16
* uemacs: Get rid of the CALLED macro.Thiago Farina2010-09-074-35/+5
* uemacs: Remove more garbage emacs.* files from the tree.Thiago Farina2010-09-073-56/+0
* uemacs: Remove two completly unused functions (fnclabel and spal).Thiago Farina2010-09-079-135/+23
* uemacs: Remove garbage from the treePekka Enberg2010-08-296-263/+0
* uemacs: Clean up program executablePekka Enberg2010-08-291-5/+7
* uemacs: Fix return statementsPekka Enberg2010-08-2928-760/+760
* uemacs: Kill unused lckhello functionPekka Enberg2010-08-291-6/+0
* uemacs/efunc.h: Get rid of a duplicated exported type called "names".Thiago Farina2010-08-293-10/+5
* uemacs: Add more two options to the usage output.Thiago Farina2010-08-291-1/+3
* uemacs: Make getgoal function private to basic.c.Thiago Farina2010-08-282-43/+41
* uemacs: Fix out-of-box build on Mac OS XPekka Enberg2010-08-281-2/+8
* uemacs: Compiles on Mac OS X.Yong Luk Stanley Elijah Goh2010-08-246-4/+12
* uemacs: basic.c: Add support to go to the end of the buffer.Thiago Farina2010-08-211-62/+63
* uemacs: Add --help option.Thiago Farina2010-08-185-86/+98
* uemacs: Add --version option.Thiago Farina2010-08-131-23/+27
* uemacs: convert typedef struct KILL to struct kill.Thiago Farina2010-08-104-12/+12
* uemacs: evar.h: Add enum function_type.Thiago Farina2010-08-041-53/+54
* uemacs: ibmpc.c: Move the functions to the ANSI style declaration.Thiago Farina2010-08-021-70/+79
* uemacs: convert typedef struct window_t to struct window.Thiago Farina2010-08-0112-63/+63
* uemacs: convert typedef struct TERM to struct terminal.Thiago Farina2010-07-117-35/+39
* uemacs: convert typedef struct REGION to struct region.Thiago Farina2010-07-104-11/+11
* uemacs: convert typedef struct NBIND to struct name_bind.Thiago Farina2010-07-046-11/+11
* uemacs: convert typedef struct KEYTAB to struct key_tab.Thiago Farina2010-06-304-30/+33
* uemacs/ansi.c: Convert the old functions style declarations to the new one.Thiago Farina2010-06-281-28/+32
* uemacs: Convert typedef struct UVAR to struct user_variable.Thiago Farina2010-06-272-10/+11
* uemacs: convert typedef struct UFUNC to struct user_function.Thiago Farina2010-06-271-7/+6
* uemacs: Use ARRAY_SIZE in more places.Thiago Farina2010-06-114-14/+18
* uemacs: Add ARRAY_SIZE macro so we can get rid of some hard coded calculations.Thiago Farina2010-06-083-12/+17
* uemacs: convert typdef struct VIDEO to struct video.Thiago Farina2010-06-012-22/+22
* uemacs: rename 'readme' to 'README'Thiago Farina2010-04-281-27/+27
* uemacs: convert typdef struct LINE to struct line.Thiago Farina2010-04-2816-115/+115
* uemacs: enable -Wstrict-prototypesPekka Enberg2010-02-276-6/+8
* uemacs: rename 'makefile' to 'Makefile'Pekka Enberg2010-02-271-0/+0
* uemacs: remove use of 'register' keywordPekka Enberg2010-02-2723-497/+497
* uemacs: remove unused functionsPekka Enberg2010-02-264-25/+0
* uemacs: make build output more readablePekka Enberg2010-02-261-3/+18
* uemacs/line.c: remove two unused variables.Thiago Farina2010-02-151-3/+0
* uemacs: remove typdef struct BUFFER -> struct buffer.Thiago Farina2010-02-1513-64/+64
* uemacs: fix sparse warnings, making file-local symbols static.Thiago Farina2010-01-2912-30/+30
* Add ignore file for generated filesLinus Torvalds2009-07-151-0/+2