Micro-emacs

Clone this repo:

Branches

  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 · 11 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