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
*
Add LICENSE
HEAD
master
Runxi Yu
2024-08-12
1
-0
/
+23
*
Remove the broken cryptography
Runxi Yu
2024-08-12
13
-339
/
+5
*
Fork init
Runxi Yu
2024-08-12
5
-4394
/
+4
*
Allow bigger filenames
Linus Torvalds
2018-07-19
1
-1
/
+1
*
Use _GNU_SOURCE instead of _BSD_SOURCE and _SYSV_SOURCE
Linus Torvalds
2018-07-19
1
-1
/
+1
*
Do some valgrind cleanup
Linus Torvalds
2018-07-19
7
-12
/
+37
*
Merge branch 'experimental'
Linus Torvalds
2018-01-17
2
-23
/
+31
|
\
|
*
Turn NBSP into regular SP on input
Linus Torvalds
2017-03-17
1
-0
/
+3
|
*
Try updated rule for "is new paragraph"
Linus Torvalds
2016-10-02
1
-10
/
+14
|
*
Make some minor code legibility changes
Linus Torvalds
2016-10-02
1
-23
/
+24
|
/
*
Don't use 'char' for number of lines
Linus Torvalds
2014-12-08
2
-3
/
+3
*
Stop using 'short' for line and allocation sizes
Linus Torvalds
2013-02-22
2
-8
/
+8
*
Avoid memory access errors if llength() overflows
Linus Torvalds
2013-02-22
1
-1
/
+1
*
Fix the unicode character limit (0 .. 0x10ffff)
Linus Torvalds
2012-09-24
2
-1
/
+3
*
uemacs: Remove unused 'lflag' variables from file.c
Pekka Enberg
2012-08-16
1
-4
/
+0
*
Fix 'getccol()' and 'getgoal()' functions for multibyte UTF-8 characters
Linus Torvalds
2012-07-15
2
-8
/
+22
*
Fix vtputc() and simplify show_line by using it again
Linus Torvalds
2012-07-11
1
-24
/
+10
*
Start doing character removal properly
Linus Torvalds
2012-07-11
6
-16
/
+48
*
Start actually inserting full utf8 sequences
Linus Torvalds
2012-07-11
2
-2
/
+21
*
Make 'show_line()' do proper TAB handling
Linus Torvalds
2012-07-11
1
-4
/
+17
*
Expand keycode to 'int' from 'short'
Linus Torvalds
2012-07-10
1
-5
/
+5
*
character input: make sure we have enough bytes for a full utf8 character
Linus Torvalds
2012-07-10
1
-2
/
+19
*
utf8: make sure to honor the array length properly
Linus Torvalds
2012-07-10
1
-2
/
+2
*
Make kbd macro save area use 'int' instead of short
Linus Torvalds
2012-07-10
2
-6
/
+6
*
Use utf8 helper functions for keyboard input
Linus Torvalds
2012-07-10
1
-49
/
+17
*
Make cursor movement (largely) understand UTF-8 character boundaries
Linus Torvalds
2012-07-10
3
-11
/
+31
*
Split up the utf8 helper functions into a file of their own
Linus Torvalds
2012-07-10
5
-67
/
+119
*
Remove the old utf8_mode thing.
Linus Torvalds
2012-07-10
2
-18
/
+0
*
Show UTF-8 input as UTF-8 output
Linus Torvalds
2012-07-10
1
-3
/
+59
*
Make the 'struct video' contain an array of unicode characters rather than bytes
Linus Torvalds
2012-07-10
2
-37
/
+40
*
Show lines with a single helper function, not one byte at a time
Linus Torvalds
2012-07-10
2
-12
/
+17
*
Make uemacs build on FreeBSD.
Naohiro Aota
2012-05-26
2
-1
/
+4
*
spawn.c: do the "keyboard open/close" around shell invocations
Linus Torvalds
2011-08-25
1
-0
/
+6
*
file.c: remove crazy keyboard open/close calls
Linus Torvalds
2011-08-25
1
-8
/
+0
*
Force a screen re-draw after tcap 'ti' on terminal open
Linus Torvalds
2011-08-25
1
-0
/
+7
*
uemacs: Add -g options to the output usage.
Thiago Farina
2011-08-22
1
-2
/
+3
*
Respect LDFLAGS when linking.
Ulrich Müller
2011-08-22
1
-1
/
+1
*
Show xA0 (nbsp) as a non-printable character
Linus Torvalds
2011-08-22
1
-1
/
+1
*
uemacs: display.c: Use the newly introduced xmalloc function.
Thiago Farina
2010-12-16
1
-19
/
+5
*
uemacs: Add xmalloc as a wrapper function for malloc.
Thiago Farina
2010-12-16
3
-4
/
+12
*
uemacs: Make some magic variables private to search.c module.
Thiago Farina
2010-12-14
3
-25
/
+14
*
uemacs: input.c: Fix mkstemp warning.
Thiago Farina
2010-12-14
6
-9
/
+61
*
uemacs: convert typedef struct RMC to struct magic_replacement.
Thiago Farina
2010-11-30
4
-11
/
+12
*
uemacs: Move MAXNLINE constant from estruct.h to file.c
Thiago Farina
2010-11-28
2
-4
/
+5
*
uemacs: Move some constants from estruct.h to posix.c
Thiago Farina
2010-11-28
2
-14
/
+15
*
uemacs: buffer.c: Fix uninitialized struct warning.
Thiago Farina
2010-11-28
1
-2
/
+2
*
uemacs: convert typedef struct MC to struct magic.
Thiago Farina
2010-11-28
5
-21
/
+21
*
uemacs: Move uv variable into the eval.c source file.
Thiago Farina
2010-11-24
2
-5
/
+5
*
uemacs: add line.h in names.c to fix compiling error
Li Jie
2010-11-18
1
-0
/
+1
*
uemacs: Move NBLOCK constant into line.c
Thiago Farina
2010-11-15
2
-4
/
+5
[next]