- b8909c5 lineedit: partially fix wide and combining chars editing by Tomas Heinrich · 15 years ago
- 94043e8 lineedit: change how cmdedit_set_out_char works by Denys Vlasenko · 15 years ago
- a659b81 libbb/lineedit: add support for preserving "broken" (non-unicode) chars by Tomas Heinrich · 15 years ago
- 19158a8 unicode: s/FEATURE_ASSUME_UNICODE/UNICODE_SUPPORT, add UNICODE_USING_LOCALE by Denys Vlasenko · 15 years ago
- aa16755 unicode: optional table for better handling of neutral bidi chars by Tomas Heinrich · 15 years ago
- c5c006c lineedit: first shot at optional unicode bidi input support by Tomas Heinrich · 15 years ago
- 58f108e lineedit: fix another corner case with bad unicode input by Denys Vlasenko · 15 years ago
- d2b0405 lineedit: invalid unicode characters are replaced with CONFIG_SUBST_WCHAR by Tomas Heinrich · 15 years ago
- 9f93d62 libbb: better unicode width support. Hopefully fixes bug 839. by Denys Vlasenko · 15 years ago
- 2805502 fold: unicode support. Based on a patch by Tomas Heinrich <heinrich.tomas@gmail.com> by Denys Vlasenko · 15 years ago
- 31e2e7b randomconfig fixes by Denys Vlasenko · 15 years ago
- 13ad906 ash: fix bad interaction of "stty -echo" + ASK_TERMINAL by Denys Vlasenko · 15 years ago
- 8131eea *: introduce and use ffulsh_all() by Denys Vlasenko · 15 years ago
- 1f6d230 lineedit: REALLY fix compile error now by Denys Vlasenko · 15 years ago
- 4dc0826 lineedit: compile fix by Denys Vlasenko · 15 years ago
- d83bbf4 rename sent_ESC_br_n6 variable to sent_ESC_br6n by Denys Vlasenko · 15 years ago
- eb62d7c libbb/lineedit: try to make FEATURE_EDITING_ASK_TERMINAL less ugly by Denys Vlasenko · 15 years ago
- 727e1b5 read_key,lineeedit: parse position answerback faster; sanitize its use by Denys Vlasenko · 15 years ago
- a17eeb8 lineedit: handle Ctrl-arrows by Denys Vlasenko · 15 years ago
- 04bb6b6 lineedit: do not hardcode ctrl-C and ctrl-D, use termios fields. by Denys Vlasenko · 15 years ago
- 2f3f09c libbb/lineedit: restore ^D handling for unicode by Denys Vlasenko · 15 years ago
- db9c57e libbb/lineedit: fix the case when we configured history to have 0 lines by Denys Vlasenko · 15 years ago
- 90a9904 remove some GNUisms. by Dan Fandrich (dan AT coneharvesters.com) by Denys Vlasenko · 15 years ago
- 9531f7d another small lineedit fix by Denys Vlasenko · 15 years ago
- 5c2e81b fix a thinko in lineedit completion code by Denys Vlasenko · 15 years ago
- 53fd1bf lineedit: code shrink by Denys Vlasenko · 15 years ago
- 9038d6f remove trailing whitespace by Denys Vlasenko · 15 years ago
- 7dd0ce4 randomconfig fixes by Denys Vlasenko · 15 years ago
- 044b180 lineedit+unicode: make TAB completion work again by Denys Vlasenko · 15 years ago
- 1302892 vi: small code shrink by Denys Vlasenko · 15 years ago
- 42a8fd0 added simplified Unicode support for non-locale-enabled builds by Denys Vlasenko · 15 years ago
- 2e6d4ef lineedit: implement Unicode-aware line editing (optional) by Denys Vlasenko · 15 years ago
- f524b6c lineedit: fix warning about unused label when VI editing is disabled by Mike Frysinger · 16 years ago
- 4b7db4f read_key: drop optimization where we read 3 bytes at once by Denys Vlasenko · 16 years ago
- c396fe6 lineedit: small fixes by Denys Vlasenko · 16 years ago
- 020f406 line editing: add an option to emit ESC [ 6 n and use results by Denys Vlasenko · 16 years ago
- c15f40c lineedit: use read_key to recognize ESC sequence. by Denys Vlasenko · 16 years ago
- 5e34ff2 *: mass renaming of USE_XXXX to IF_XXXX by Denis Vlasenko · 16 years ago
- c0ea82a libbb: revent previous version of "concurrent history updating" by Denis Vlasenko · 16 years ago
- 57abf9e libbb: make history saving/loading concurrent-safe by Denis Vlasenko · 16 years ago
- 202ac50 *: code shrink by adding a wrapper around very common tcsetattr(0, TCSANOW, xx) op by Denis Vlasenko · 16 years ago
- 3c385cd lineedit: fix bug 5824: Since version 23530 with lineedit.c, by Denis Vlasenko · 16 years ago
- 682ad30 lineedit: fix problems with empty commands in history by Denis Vlasenko · 16 years ago
- f31c3b6 linedit: fix use-after-free by Denis Vlasenko · 16 years ago
- 41660c5 another overlapping_strcpy by Denis Vlasenko · 16 years ago
- 0f293b9 fix all cases of strcpy on overlapping strings. by Denis Vlasenko · 16 years ago
- 5415c85 libbb: [x]fopen_for_{read,write} introduced and used. (by Valdimir) by Denis Vlasenko · 16 years ago
- deeed59 libbb: introduce and use xrealloc_vector by Denis Vlasenko · 16 years ago
- 78ff819 lineedit: document prompt handling by Denis Vlasenko · 16 years ago
- defc1ea *: introduce and use FAST_FUNC: regparm on i386, otherwise no-on by Denis Vlasenko · 16 years ago
- b267ed9 lineedit: correctly handle prompt longer than screen width. closes bug 3414 by Denis Vlasenko · 17 years ago
- 5599502 more -Wall warning fixes. -Wall is enabled now. by Denis Vlasenko · 17 years ago
- 6b06cb8 more of -Wall fixes from Cristian Ionescu-Idbohrn. Some are fixing real bugs. by Denis Vlasenko · 17 years ago
- 77ad97f more -Wall warning fixes from Cristian Ionescu-Idbohrn. by Denis Vlasenko · 17 years ago
- 2c84495 lineedit: hack for making it sort-of-work even if term width is wrong by Denis Vlasenko · 17 years ago
- b520271 lineedit: filename completion on symlinks-to-dirs should add / too by Denis Vlasenko · 17 years ago
- 5d89fba *: remove remaining instances of ".data" hack by Denis Vlasenko · 17 years ago
- 8ee649a *: more uniform naming: s/xmalloc_getline/xmalloc_fgetline/ by Denis Vlasenko · 17 years ago
- 08ec67b patch: add support for -R. ~ +110 byte. By Pascal Bellard <pascal.bellard AT ads-lu.com> by Denis Vlasenko · 17 years ago
- 85c2471 *: fix fallout from -Wunused-parameter by Denis Vlasenko · 17 years ago
- fb29038 libbb: inntroduce and use bb_pstrcmp() and qsort_string_vector() by Denis Vlasenko · 17 years ago
- 574f2f4 *: add optimization barrier to all "G trick" locations by Denis Vlasenko · 17 years ago
- 6f1713f *: intrduce and use safe_gethostname. By Tito <farmatito AT tiscali.it> by Denis Vlasenko · 17 years ago
- e376d45 libbb: introduce and use nonblock_safe_read(). Yay! by Denis Vlasenko · 17 years ago
- 6f04391 lineedit: tiny shrink by Denis Vlasenko · 17 years ago
- 39487e2 libbb: filename completion should match dangling symlinks too by Denis Vlasenko · 17 years ago
- 80667e3 msh: fix Ctrl-C handling with line editing by Denis Vlasenko · 17 years ago
- 518d8dd eliminated CONFIG_FEATURE_EDITING_FANCY_KEYS. the size savings by Paul Fox · 17 years ago
- 84bbac5 enable use of ^V prefix to allow forced insertion of any character. in by Paul Fox · 17 years ago
- ee8e3ee allow 8-bit characters by Paul Fox · 17 years ago
- 6b40443 ps: fix build breakage from vda's recent commit *: whitespace fixes by Denis Vlasenko · 17 years ago
- f7be20e nameif: extended matching (Nico Erfurth <masta@perlgolf.de>) *: whitespace fixes by Denis Vlasenko · 17 years ago
- 9cb220b lineedit: don't violate API if we do simple fgets by Denis Vlasenko · 17 years ago
- 7221c8c lineedit: reduce stack usage by Denis Vlasenko · 17 years ago
- 6672c8e test: stop using lots of bss. by Denis Vlasenko · 17 years ago
- 73cb1fd lineedit: stop using both data/bss and tons of stack. by Denis Vlasenko · 17 years ago
- 037576d read_line_input: fix it to not do any fancy editing if echoing is disabled. by Denis Vlasenko · 17 years ago
- f74194e xatonum.h: add comment by Denis Vlasenko · 17 years ago
- feb7ae7 printf("%s\n") -> puts() by Denis Vlasenko · 17 years ago
- e918e15 remove stray semicolon by Denis Vlasenko · 17 years ago
- 4daad90 introduce bb_putchar(). saves ~1800 on uclibc (less on glibc). by Denis Vlasenko · 17 years ago
- 86b29ea lineedit: plug memory leak by Denis Vlasenko · 17 years ago
- 6a5377a documentation bits in comments, no code changes by Denis Vlasenko · 17 years ago
- dc757aa introduce and use bb_basename() by Denis Vlasenko · 17 years ago
- e8a0788 moved biggest stack buffers to malloc space, or made their size configurable by Denis Vlasenko · 18 years ago
- 9a7d38f delete tons of extra #includes by Denis Vlasenko · 18 years ago
- b6adbf1 usage.c: remove reference to busybox.h by Denis Vlasenko · 18 years ago
- 0922192 lineedit: state->hist_file doesn't exist if !FEATURE_EDITING_SAVEHISTORY, by Denis Vlasenko · 18 years ago
- 5f9468e lineedit: nuke two unused variables and code which sets them by Denis Vlasenko · 18 years ago
- bf3561f lineedit: do not try to open NULL history file by Denis Vlasenko · 18 years ago
- 6b343dd fix inadvertently leaked PWD_BUFFER_SIZE by Denis Vlasenko · 18 years ago
- 5df955f Do not fail password check if shadow password does not exist - by Denis Vlasenko · 18 years ago
- 6ca0444 syslogd: fix "readpath bug" by using readlink instead by Denis Vlasenko · 18 years ago
- e968fcd lineedit: add missing #if/#endif init: fix warnings by Denis Vlasenko · 18 years ago
- ab2aea4 preparatory patch for -Wwrite-strings #4 by Denis Vlasenko · 18 years ago
- 769d1e0 fix warning from needlessly-global functions by Denis Vlasenko · 18 years ago
- 703e202 cleanups: unnecessary casts, unified const_1, eliminate cross-.c file by Denis Vlasenko · 18 years ago
- 35d4da0 exterminate u_intXXX. by Denis Vlasenko · 18 years ago
- 95fef70 move shell/cmdedit.c -> libbb/lineedit.c by Denis Vlasenko · 18 years ago[Renamed from shell/cmdedit.c]
- 38f6319 cmdedit is not a 'command' editing anymore, it's just editing (generic), by Denis Vlasenko · 18 years ago