History log of /external/toybox/toys/other/hexedit.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
12f0744f340746b3a1c1accfdf993d6548f33e56 24-May-2017 Elliott Hughes <enh@google.com> Add and use xmmap.

Everyone forgets that mmap returns MAP_FAILED rather than NULL on failure.
Every use of mmap in toybox was either doing the wrong check, or no check
at all (including the two I personally added).
/external/toybox/toys/other/hexedit.c
f9ca79a7b7762bdc698efb7c34ecaac63540eacb 26-Feb-2016 Rob Landley <rob@landley.net> Fix more warnings on 32 bit builds.
/external/toybox/toys/other/hexedit.c
137f5c9b0937dfa204ea2580e58430c7180a79c5 19-Feb-2016 Rob Landley <rob@landley.net> Help text update from Isaac Dunham, tweaked slightly.
/external/toybox/toys/other/hexedit.c
ba86864699997b0da780e15fd6be33c8a556e927 18-Jan-2016 Rob Landley <rob@landley.net> Extend utf8 fontmetrics so ps can use them.

Also, I forgot to check in uuid_show() last time.
/external/toybox/toys/other/hexedit.c
544c1ec1614cd9a8dcedac3478701e4b97b0f8a0 17-Jan-2016 Rob Landley <rob@landley.net> Update draw_str() and friends to do standard escaping for ^X <AB> U+ABCD.
/external/toybox/toys/other/hexedit.c
1b983744cde6819fe1d810e98cfac52585ceacaf 10-Jan-2016 Rob Landley <rob@landley.net> Make cursor left/right change sort type in iotop.
/external/toybox/toys/other/hexedit.c
efb309d4cdb2f4c3926b0550d9dc1661c1e4a091 07-Jan-2016 Rob Landley <rob@landley.net> Make scan_key() specify timeout in miliseconds, split out terminal_probesize(),
add function key definitions and shift/ctrl/alt cursor keys.
/external/toybox/toys/other/hexedit.c
d3a435e53c94ec25b4ae5fa2614f49ef8884e08a 06-Jan-2016 Rob Landley <rob@landley.net> Add error_msg_raw() and friends, replace error_msg("%s", s) uses, enable format
checking, and fix up format checking complaints.

Added out(type, value) function to stat to avoid a zillion printf typecasts.
/external/toybox/toys/other/hexedit.c
4b4ab6a50998219cd94139c5669ef9a624c8f58f 27-Dec-2015 Rob Landley <rob@landley.net> Add scan_key_getsize() doing the ANSI probe, switch scan_key() to TAGGED_ARRAY,
and add test_scankey.
/external/toybox/toys/other/hexedit.c
e32e802240c5b3803b9769948dc7a18b3fc1630c 24-Dec-2015 Rob Landley <rob@landley.net> Factor out draw_str() and friends.
/external/toybox/toys/other/hexedit.c
671ce0c9298091f28c92430482b18c1449dcd09e 06-Aug-2015 Rob Landley <rob@landley.net> Initialize uninitialized variable. (Oops.)
/external/toybox/toys/other/hexedit.c
3b5cb96b1080d26be10675227d6a6f91acf82519 28-Jun-2015 Rob Landley <rob@landley.net> Add undo buffer for 'u'.
/external/toybox/toys/other/hexedit.c
4eab65b911caf1f192d2ad6432d8b2473961be0d 27-Jun-2015 Rob Landley <rob@landley.net> Simplify hexedit logic by adjusting viewport all in one place up top.
(Easier to genericize logic and reuse later in less or vi...)
/external/toybox/toys/other/hexedit.c
b20c80b603c1795c473b3957fd2538485ec4eb90 26-Jun-2015 Rob Landley <rob@landley.net> Factor out more not-curses infrastructure into lib.
/external/toybox/toys/other/hexedit.c
5ea14bd1c246f7571d466d18385db22f59ac3262 13-May-2015 Rob Landley <rob@landley.net> Print name of file at the bottom of the screen.

And yes, I tested $PWD/私はガラスを食べられま す。それは私を傷つけません。
as a name and made it work. If you throw newlines or ascii escapes in the
name it'll use the fancy printing logic for chars, otherwise it does the
full utf8 fontmetrics deal.
/external/toybox/toys/other/hexedit.c
913a7796bb47e0b65c4f28920c39a87c6b6211dd 13-May-2015 Rob Landley <rob@landley.net> More hexedit cursor boundary tweaking.
/external/toybox/toys/other/hexedit.c
6253e48aadc09bd1af93caa45fe305466977fd0f 11-May-2015 Rob Landley <rob@landley.net> Git hates me.
/external/toybox/toys/other/hexedit.c
4c182c325716776a3e40394b175de479738e31a6 27-Apr-2015 Rob Landley <rob@landley.net> Promote hexedit to other.
/external/toybox/toys/other/hexedit.c
2fd8624cc612e946f593b2c9e9031c46f862562e 27-Apr-2015 Rob Landley <rob@landley.net> Some infrastructure hexedit needs. (Poor man's curses.)
/external/toybox/toys/other/hexedit.c