1. fa00fe8 Stop using 'short' for line and allocation sizes by Linus Torvalds · 11 years ago master
  2. 25f0141 Avoid memory access errors if llength() overflows by Linus Torvalds · 11 years ago
  3. 8899ed4 Fix the unicode character limit (0 .. 0x10ffff) by Linus Torvalds · 12 years ago
  4. dbf1a01 uemacs: Remove unused 'lflag' variables from file.c by Pekka Enberg · 12 years ago
  5. ddd45db Fix 'getccol()' and 'getgoal()' functions for multibyte UTF-8 characters by Linus Torvalds · 12 years ago
  6. 1edeced Fix vtputc() and simplify show_line by using it again by Linus Torvalds · 12 years ago
  7. 0a8b429 Start doing character removal properly by Linus Torvalds · 12 years ago
  8. 0e9fc2b Start actually inserting full utf8 sequences by Linus Torvalds · 12 years ago
  9. 4bccfab Make 'show_line()' do proper TAB handling by Linus Torvalds · 12 years ago
  10. 42d9cb3 Expand keycode to 'int' from 'short' by Linus Torvalds · 12 years ago
  11. 6e4a45c character input: make sure we have enough bytes for a full utf8 character by Linus Torvalds · 12 years ago
  12. 3abd3db utf8: make sure to honor the array length properly by Linus Torvalds · 12 years ago
  13. 3c7bd9a Make kbd macro save area use 'int' instead of short by Linus Torvalds · 12 years ago
  14. ec6f4f3 Use utf8 helper functions for keyboard input by Linus Torvalds · 12 years ago
  15. 6b79321 Make cursor movement (largely) understand UTF-8 character boundaries by Linus Torvalds · 12 years ago
  16. e62cdf0 Split up the utf8 helper functions into a file of their own by Linus Torvalds · 12 years ago
  17. 12e4647 Remove the old utf8_mode thing. by Linus Torvalds · 12 years ago
  18. cee00b0 Show UTF-8 input as UTF-8 output by Linus Torvalds · 12 years ago
  19. e8f984a Make the 'struct video' contain an array of unicode characters rather than bytes by Linus Torvalds · 12 years ago
  20. 2dddd4f Show lines with a single helper function, not one byte at a time by Linus Torvalds · 12 years ago
  21. 1d0cfd0 Make uemacs build on FreeBSD. by Naohiro Aota · 12 years ago
  22. 12ba84c spawn.c: do the "keyboard open/close" around shell invocations by Linus Torvalds · 13 years ago
  23. 33676d6 file.c: remove crazy keyboard open/close calls by Linus Torvalds · 13 years ago
  24. c0970c4 Force a screen re-draw after tcap 'ti' on terminal open by Linus Torvalds · 13 years ago
  25. 2d0b568 uemacs: Add -g options to the output usage. by Thiago Farina · 13 years ago
  26. a511e03 Respect LDFLAGS when linking. by Ulrich Müller · 13 years ago
  27. c718cb2 Show xA0 (nbsp) as a non-printable character by Linus Torvalds · 13 years ago
  28. 823786d uemacs: display.c: Use the newly introduced xmalloc function. by Thiago Farina · 13 years ago
  29. 6e4aec5 uemacs: Add xmalloc as a wrapper function for malloc. by Thiago Farina · 13 years ago
  30. bf3c3ac uemacs: Make some magic variables private to search.c module. by Thiago Farina · 13 years ago
  31. d6e76cc uemacs: input.c: Fix mkstemp warning. by Thiago Farina · 13 years ago
  32. f286294 uemacs: convert typedef struct RMC to struct magic_replacement. by Thiago Farina · 13 years ago
  33. 9744421 uemacs: Move MAXNLINE constant from estruct.h to file.c by Thiago Farina · 13 years ago
  34. a1891f8 uemacs: Move some constants from estruct.h to posix.c by Thiago Farina · 13 years ago
  35. dff382d uemacs: buffer.c: Fix uninitialized struct warning. by Thiago Farina · 13 years ago
  36. ebd4f2f uemacs: convert typedef struct MC to struct magic. by Thiago Farina · 13 years ago
  37. e1b2f45 uemacs: Move uv variable into the eval.c source file. by Thiago Farina · 13 years ago
  38. 1cf0fc1 uemacs: add line.h in names.c to fix compiling error by Li Jie · 13 years ago
  39. 10ae171 uemacs: Move NBLOCK constant into line.c by Thiago Farina · 13 years ago
  40. af19da1 uemacs: Move structure line and its functions to its own header file. by Thiago Farina · 13 years ago
  41. 72a1af4 uemacs: Kill dead code by Pekka Enberg · 13 years ago
  42. 6ceea8b uemacs: convert typedef struct VDESC to struct variable_description. by Thiago Farina · 13 years ago
  43. fa57a63 uemacs: remove forward declaration of 'struct video' from edef.h by Thiago Farina · 13 years ago
  44. 85b4f0a Merge branch 'master' of git://git.kernel.org/pub/scm/editors/uemacs/uemacs by Linus Torvalds · 13 years ago
  45. 4966cb3 uemacs: get rid of BITMAP typedef. by Thiago Farina · 13 years ago
  46. 6491f4c uemacs: convert typedef struct WHBLOCK to struct while_block. by Thiago Farina · 13 years ago
  47. 18342f6 uemacs: Move function declarations from edef.h to efunc.h. by Thiago Farina · 14 years ago
  48. da3d470 Fix a tiny typo by Christian Faulhammer · 14 years ago
  49. 5664b10 uemacs/version.c: Add version function to output the version string information. by Thiago Farina · 14 years ago
  50. 74336ca uemacs: Get rid of the CALLED macro. by Thiago Farina · 14 years ago
  51. 1dcc35b uemacs: Remove more garbage emacs.* files from the tree. by Thiago Farina · 14 years ago
  52. b71ee14 uemacs: Remove two completly unused functions (fnclabel and spal). by Thiago Farina · 14 years ago
  53. 9f801a8 uemacs: Remove garbage from the tree by Pekka Enberg · 14 years ago
  54. f4ccd49 uemacs: Clean up program executable by Pekka Enberg · 14 years ago
  55. 0f05e53 uemacs: Fix return statements by Pekka Enberg · 14 years ago
  56. 3246438 uemacs: Kill unused lckhello function by Pekka Enberg · 14 years ago
  57. bd63551 uemacs/efunc.h: Get rid of a duplicated exported type called "names". by Thiago Farina · 14 years ago
  58. 78f0457 uemacs: Add more two options to the usage output. by Thiago Farina · 14 years ago
  59. 7622263 uemacs: Make getgoal function private to basic.c. by Thiago Farina · 14 years ago
  60. 799b74b uemacs: Fix out-of-box build on Mac OS X by Pekka Enberg · 14 years ago
  61. 89fea23 uemacs: Compiles on Mac OS X. by Yong Luk Stanley Elijah Goh · 14 years ago
  62. 834bfd3 uemacs: basic.c: Add support to go to the end of the buffer. by Thiago Farina · 14 years ago
  63. 8facd84 uemacs: Add --help option. by Thiago Farina · 14 years ago
  64. dfc102c uemacs: Add --version option. by Thiago Farina · 14 years ago
  65. 1f27132 uemacs: convert typedef struct KILL to struct kill. by Thiago Farina · 14 years ago
  66. c206895 uemacs: evar.h: Add enum function_type. by Thiago Farina · 14 years ago
  67. 54966da uemacs: ibmpc.c: Move the functions to the ANSI style declaration. by Thiago Farina · 14 years ago
  68. 81a3a0b uemacs: convert typedef struct window_t to struct window. by Thiago Farina · 14 years ago
  69. af9710a uemacs: convert typedef struct TERM to struct terminal. by Thiago Farina · 14 years ago
  70. bbf2538 uemacs: convert typedef struct REGION to struct region. by Thiago Farina · 14 years ago
  71. 724c4ef uemacs: convert typedef struct NBIND to struct name_bind. by Thiago Farina · 14 years ago
  72. 8403b1d uemacs: convert typedef struct KEYTAB to struct key_tab. by Thiago Farina · 14 years ago
  73. e5e0fbd uemacs/ansi.c: Convert the old functions style declarations to the new one. by Thiago Farina · 14 years ago
  74. da18fa4 uemacs: Convert typedef struct UVAR to struct user_variable. by Thiago Farina · 14 years ago
  75. d01bdbd uemacs: convert typedef struct UFUNC to struct user_function. by Thiago Farina · 14 years ago
  76. 3b4567f uemacs: Use ARRAY_SIZE in more places. by Thiago Farina · 14 years ago
  77. 9489673 uemacs: Add ARRAY_SIZE macro so we can get rid of some hard coded calculations. by Thiago Farina · 14 years ago
  78. e32cecc uemacs: convert typdef struct VIDEO to struct video. by Thiago Farina · 14 years ago
  79. 6eb8722 uemacs: rename 'readme' to 'README' by Thiago Farina · 14 years ago
  80. c7e30a9 uemacs: convert typdef struct LINE to struct line. by Thiago Farina · 14 years ago
  81. 7281ae3 uemacs: enable -Wstrict-prototypes by Pekka Enberg · 14 years ago
  82. 3844da0 uemacs: rename 'makefile' to 'Makefile' by Pekka Enberg · 14 years ago
  83. 74ffb9e uemacs: remove use of 'register' keyword by Pekka Enberg · 14 years ago
  84. 8a3292c uemacs: remove unused functions by Pekka Enberg · 14 years ago
  85. 54a12c0 uemacs: make build output more readable by Pekka Enberg · 14 years ago
  86. 6139ec4 uemacs/line.c: remove two unused variables. by Thiago Farina · 14 years ago
  87. 5ffdebd uemacs: remove typdef struct BUFFER -> struct buffer. by Thiago Farina · 14 years ago
  88. 8fc7449 uemacs: fix sparse warnings, making file-local symbols static. by Thiago Farina · 14 years ago
  89. dd5b2fe Add ignore file for generated files by Linus Torvalds · 15 years ago
  90. a3022fa Add libcurses, remove ltermcap by Linus Torvalds · 15 years ago
  91. c2a7e41 Turn ESC+'[' into a CSI character by Linus Torvalds · 16 years ago
  92. 686a9e7 Clean up various compile warnings by Linus Torvalds · 17 years ago
  93. 1c5e6d8 Make the sparse setup default to x86-64 rather than ppc by Linus Torvalds · 17 years ago
  94. 378d2a8 Mark functions and variables local to display.c 'static' by Linus Torvalds · 17 years ago
  95. 4659255 Make "sparse" check target do a global sparse by Linus Torvalds · 18 years ago
  96. 3e0492f Add a true UTF-8 demonstration file by Linus Torvalds · 19 years ago
  97. f313bcf Add support for a "utf-8" mode by Linus Torvalds · 19 years ago
  98. 0fc43a8 [PATCH] Fix use of mktemp() in uemacs by Horst von Brand · 19 years ago
  99. dbc51bf Handle 8-bit characters better in display by Linus Torvalds · 19 years ago
  100. ef92bc8 Make sources mostly sparse-clean by Linus Torvalds · 19 years ago