index
:
uemacsrx.git
master
My fork of uEmacs
Runxi Yu
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
uemacs: Move structure line and its functions to its own header file.
Thiago Farina
2010-11-15
19
-130
/
+160
*
uemacs: Kill dead code
Pekka Enberg
2010-11-14
2
-26
/
+0
*
uemacs: convert typedef struct VDESC to struct variable_description.
Thiago Farina
2010-11-06
3
-36
/
+32
*
uemacs: remove forward declaration of 'struct video' from edef.h
Thiago Farina
2010-11-03
1
-2
/
+0
*
Merge branch 'master' of git://git.kernel.org/pub/scm/editors/uemacs/uemacs
Linus Torvalds
2010-11-02
3
-14
/
+14
|
\
|
*
uemacs: convert typedef struct WHBLOCK to struct while_block.
Thiago Farina
2010-10-30
3
-14
/
+14
*
|
uemacs: get rid of BITMAP typedef.
Thiago Farina
2010-11-02
2
-19
/
+17
|
/
*
uemacs: Move function declarations from edef.h to efunc.h.
Thiago Farina
2010-10-25
2
-4
/
+5
*
Fix a tiny typo
Christian Faulhammer
2010-09-13
1
-1
/
+1
*
uemacs/version.c: Add version function to output the version string information.
Thiago Farina
2010-09-07
4
-6
/
+16
*
uemacs: Get rid of the CALLED macro.
Thiago Farina
2010-09-07
4
-35
/
+5
*
uemacs: Remove more garbage emacs.* files from the tree.
Thiago Farina
2010-09-07
3
-56
/
+0
*
uemacs: Remove two completly unused functions (fnclabel and spal).
Thiago Farina
2010-09-07
9
-135
/
+23
*
uemacs: Remove garbage from the tree
Pekka Enberg
2010-08-29
6
-263
/
+0
*
uemacs: Clean up program executable
Pekka Enberg
2010-08-29
1
-5
/
+7
*
uemacs: Fix return statements
Pekka Enberg
2010-08-29
28
-760
/
+760
*
uemacs: Kill unused lckhello function
Pekka Enberg
2010-08-29
1
-6
/
+0
*
uemacs/efunc.h: Get rid of a duplicated exported type called "names".
Thiago Farina
2010-08-29
3
-10
/
+5
*
uemacs: Add more two options to the usage output.
Thiago Farina
2010-08-29
1
-1
/
+3
*
uemacs: Make getgoal function private to basic.c.
Thiago Farina
2010-08-28
2
-43
/
+41
*
uemacs: Fix out-of-box build on Mac OS X
Pekka Enberg
2010-08-28
1
-2
/
+8
*
uemacs: Compiles on Mac OS X.
Yong Luk Stanley Elijah Goh
2010-08-24
6
-4
/
+12
*
uemacs: basic.c: Add support to go to the end of the buffer.
Thiago Farina
2010-08-21
1
-62
/
+63
*
uemacs: Add --help option.
Thiago Farina
2010-08-18
5
-86
/
+98
*
uemacs: Add --version option.
Thiago Farina
2010-08-13
1
-23
/
+27
*
uemacs: convert typedef struct KILL to struct kill.
Thiago Farina
2010-08-10
4
-12
/
+12
*
uemacs: evar.h: Add enum function_type.
Thiago Farina
2010-08-04
1
-53
/
+54
*
uemacs: ibmpc.c: Move the functions to the ANSI style declaration.
Thiago Farina
2010-08-02
1
-70
/
+79
*
uemacs: convert typedef struct window_t to struct window.
Thiago Farina
2010-08-01
12
-63
/
+63
*
uemacs: convert typedef struct TERM to struct terminal.
Thiago Farina
2010-07-11
7
-35
/
+39
*
uemacs: convert typedef struct REGION to struct region.
Thiago Farina
2010-07-10
4
-11
/
+11
*
uemacs: convert typedef struct NBIND to struct name_bind.
Thiago Farina
2010-07-04
6
-11
/
+11
*
uemacs: convert typedef struct KEYTAB to struct key_tab.
Thiago Farina
2010-06-30
4
-30
/
+33
*
uemacs/ansi.c: Convert the old functions style declarations to the new one.
Thiago Farina
2010-06-28
1
-28
/
+32
*
uemacs: Convert typedef struct UVAR to struct user_variable.
Thiago Farina
2010-06-27
2
-10
/
+11
*
uemacs: convert typedef struct UFUNC to struct user_function.
Thiago Farina
2010-06-27
1
-7
/
+6
*
uemacs: Use ARRAY_SIZE in more places.
Thiago Farina
2010-06-11
4
-14
/
+18
*
uemacs: Add ARRAY_SIZE macro so we can get rid of some hard coded calculations.
Thiago Farina
2010-06-08
3
-12
/
+17
*
uemacs: convert typdef struct VIDEO to struct video.
Thiago Farina
2010-06-01
2
-22
/
+22
*
uemacs: rename 'readme' to 'README'
Thiago Farina
2010-04-28
1
-27
/
+27
*
uemacs: convert typdef struct LINE to struct line.
Thiago Farina
2010-04-28
16
-115
/
+115
*
uemacs: enable -Wstrict-prototypes
Pekka Enberg
2010-02-27
6
-6
/
+8
*
uemacs: rename 'makefile' to 'Makefile'
Pekka Enberg
2010-02-27
1
-0
/
+0
*
uemacs: remove use of 'register' keyword
Pekka Enberg
2010-02-27
23
-497
/
+497
*
uemacs: remove unused functions
Pekka Enberg
2010-02-26
4
-25
/
+0
*
uemacs: make build output more readable
Pekka Enberg
2010-02-26
1
-3
/
+18
*
uemacs/line.c: remove two unused variables.
Thiago Farina
2010-02-15
1
-3
/
+0
*
uemacs: remove typdef struct BUFFER -> struct buffer.
Thiago Farina
2010-02-15
13
-64
/
+64
*
uemacs: fix sparse warnings, making file-local symbols static.
Thiago Farina
2010-01-29
12
-30
/
+30
*
Add ignore file for generated files
Linus Torvalds
2009-07-15
1
-0
/
+2
[prev]
[next]