aboutsummaryrefslogtreecommitdiff
path: root/isearch.c (unfollow)
Commit message (Expand)AuthorFilesLines
2024-08-12Remove the broken cryptographyRunxi Yu13-339/+5
2024-08-12Fork initRunxi Yu5-4394/+4
2018-07-19Allow bigger filenamesLinus Torvalds1-1/+1
2018-07-19Use _GNU_SOURCE instead of _BSD_SOURCE and _SYSV_SOURCELinus Torvalds1-1/+1
2018-07-19Do some valgrind cleanupLinus Torvalds7-12/+37
2017-03-17Turn NBSP into regular SP on inputLinus Torvalds1-0/+3
2016-10-02Try updated rule for "is new paragraph"Linus Torvalds1-10/+14
2016-10-02Make some minor code legibility changesLinus Torvalds1-23/+24
2014-12-08Don't use 'char' for number of linesLinus Torvalds2-3/+3
2013-02-22Stop using 'short' for line and allocation sizesLinus Torvalds2-8/+8
2013-02-22Avoid memory access errors if llength() overflowsLinus Torvalds1-1/+1
2012-09-24Fix the unicode character limit (0 .. 0x10ffff)Linus Torvalds2-1/+3
2012-08-16uemacs: Remove unused 'lflag' variables from file.cPekka Enberg1-4/+0
2012-07-15Fix 'getccol()' and 'getgoal()' functions for multibyte UTF-8 charactersLinus Torvalds2-8/+22
2012-07-11Fix vtputc() and simplify show_line by using it againLinus Torvalds1-24/+10
2012-07-11Start doing character removal properlyLinus Torvalds6-16/+48
2012-07-11Start actually inserting full utf8 sequencesLinus Torvalds2-2/+21
2012-07-11Make 'show_line()' do proper TAB handlingLinus Torvalds1-4/+17
2012-07-10Expand keycode to 'int' from 'short'Linus Torvalds1-5/+5
2012-07-10character input: make sure we have enough bytes for a full utf8 characterLinus Torvalds1-2/+19
2012-07-10utf8: make sure to honor the array length properlyLinus Torvalds1-2/+2
2012-07-10Make kbd macro save area use 'int' instead of shortLinus Torvalds2-6/+6
2012-07-10Use utf8 helper functions for keyboard inputLinus Torvalds1-49/+17
2012-07-10Make cursor movement (largely) understand UTF-8 character boundariesLinus Torvalds3-11/+31
2012-07-10Split up the utf8 helper functions into a file of their ownLinus Torvalds5-67/+119
2012-07-10Remove the old utf8_mode thing.Linus Torvalds2-18/+0
2012-07-10Show UTF-8 input as UTF-8 outputLinus Torvalds1-3/+59
2012-07-10Make the 'struct video' contain an array of unicode characters rather than bytesLinus Torvalds2-37/+40
2012-07-10Show lines with a single helper function, not one byte at a timeLinus Torvalds2-12/+17
2012-05-26Make uemacs build on FreeBSD.Naohiro Aota2-1/+4
2011-08-25spawn.c: do the "keyboard open/close" around shell invocationsLinus Torvalds1-0/+6
2011-08-25file.c: remove crazy keyboard open/close callsLinus Torvalds1-8/+0
2011-08-25Force a screen re-draw after tcap 'ti' on terminal openLinus Torvalds1-0/+7
2011-08-22uemacs: Add -g options to the output usage.Thiago Farina1-2/+3
2011-08-22Respect LDFLAGS when linking.Ulrich Müller1-1/+1
2011-08-22Show xA0 (nbsp) as a non-printable characterLinus Torvalds1-1/+1
2010-12-16uemacs: display.c: Use the newly introduced xmalloc function.Thiago Farina1-19/+5
2010-12-16uemacs: Add xmalloc as a wrapper function for malloc.Thiago Farina3-4/+12
2010-12-14uemacs: Make some magic variables private to search.c module.Thiago Farina3-25/+14
2010-12-14uemacs: input.c: Fix mkstemp warning.Thiago Farina6-9/+61
2010-11-30uemacs: convert typedef struct RMC to struct magic_replacement.Thiago Farina4-11/+12
2010-11-28uemacs: Move MAXNLINE constant from estruct.h to file.cThiago Farina2-4/+5
2010-11-28uemacs: Move some constants from estruct.h to posix.cThiago Farina2-14/+15
2010-11-28uemacs: buffer.c: Fix uninitialized struct warning.Thiago Farina1-2/+2
2010-11-28uemacs: convert typedef struct MC to struct magic.Thiago Farina5-21/+21
2010-11-24uemacs: Move uv variable into the eval.c source file.Thiago Farina2-5/+5
2010-11-18uemacs: add line.h in names.c to fix compiling errorLi Jie1-0/+1
2010-11-15uemacs: Move NBLOCK constant into line.cThiago Farina2-4/+5
2010-11-15uemacs: Move structure line and its functions to its own header file.Thiago Farina19-130/+160
2010-11-14uemacs: Kill dead codePekka Enberg2-26/+0