pancake
4bbc73a0e2
Fix #6818 - json indent ~{} honors scr.color
...
- Cannot configure the color palette
2017-02-20 02:32:58 +01:00
pancake
25967a0b5a
Fix regression in scr.html
2017-02-17 04:07:01 +01:00
ITAYC0HEN
ea71fae6ee
Add to html output and fix <br /> ( #6780 )
...
e scr.html=true doesn't print spaces as and thus it looks messy because the maximum spaces sequence allowed in html is 1.
Therefore we should change every space to .
In addition, fix a problem with <br /> printing, \n (a new line) was printed instead and it doesn't consider as line-break in some editors. Therefore now it avoids printing new line and prints <br /> instead.
2017-02-14 12:08:49 +01:00
SchumBlubBlub
6c00c9e2d5
Reorganize string macros
2017-02-06 00:00:03 +01:00
pancake
41602c4212
Fix android build
2017-01-18 13:46:39 +01:00
pancake
a3a42aa982
Implement RCons.jsonpath.grep via ~{json-path}
2017-01-17 13:38:42 +01:00
pancake
fb163cf1bf
Implement ~... RCons.hud grep style
2017-01-17 13:12:27 +01:00
pancake
c2602a6732
Fix #6142 - Implement ~?. to count chars instead of lines
2016-11-23 12:52:36 +01:00
jvoisin
8c1a3dca93
Document the ~[i,j,k,l]
syntax
2016-11-18 02:04:51 +01:00
pancake
61102d2643
Fix #524 - grep count (~?) returns a value
2016-11-04 04:45:35 +01:00
pancake
8b8151d12e
Fix latest covs
2016-10-26 11:25:50 +02:00
Álvaro Felipe Melchor
046cc2532c
specify row to start sorting with ~$[n]
2016-10-25 14:37:57 +02:00
pancake
0e5f39e4ae
Implement inverse sort order and fix regression
2016-10-25 12:39:36 +02:00
pancake
d45999d10e
Implement column sorting in RCons.grep
2016-10-25 12:03:55 +02:00
Álvaro Felipe Melchor
34a49f094c
Fix #3546 - Enhanced support for RCons line grep
...
Now ~: operator support ranges and negative values
~:-1 show last line
~:-2 show line before the last one
~:..3 same as ~:0..3
~:2..8 show lines from 2 to 8
~:2.. show lines from 2 to the end
2016-10-19 18:50:05 +02:00
Álvaro Felipe Melchor
a5db0d9486
clean up cons grep
2016-10-19 13:39:05 +02:00
Sven Steinbauer
2996538700
Fix #5633 - Change x == NULL
to correct syntax
2016-09-19 14:44:47 +02:00
pancake
dbffaeb602
Aim to fix the missing font tag issue in scr.html
2016-09-03 18:38:12 +02:00
Álvaro Felipe Melchor
84e871e456
Fix #5476 - fix UAF executing twice izz~:0
2016-08-28 17:36:18 +02:00
Sven Steinbauer
8da8ad740f
Cleanup fixes
...
* For commit comments and compiler errors
* Fixes for PR comments
* fix some "infer fixes" commits
Signed-off-by: Riccardo Schirone <sirmy15@gmail.com>
2016-05-23 11:25:44 +02:00
pancake
d4b26eb9ec
Fix #4536 - Fix background color rcons.html filter
2016-04-07 14:22:57 +02:00
pancake
50513097e8
Fix XSS issue with scr.html=true
2016-03-27 05:49:30 +02:00
pancake
365d089eb8
Fix #3557 - V_ is the new VF_, old one is in V??
2015-10-29 12:54:19 +01:00
pancake
3de77ad6e6
Initial support of dbg.libs/unlibs for Linux/OSX
2015-10-22 04:48:56 +02:00
pancake
e569417ddf
Fix ~::
2015-10-19 12:53:14 +02:00
pancake
acdbab7e30
Fix cov in cons.grep
2015-10-03 13:54:46 +02:00
funktioniert
7bb5f39495
Add support for multiple columns in greps
2015-09-29 11:32:57 +02:00
Judge Dredd (key 6E23685A)
b19c9ea39e
fix #2725
2015-06-09 13:34:31 +02:00
Judge_Dredd
b190fff5e2
fix for #2314 and #2312
2015-05-28 00:28:25 +02:00
Judge_Dredd
560c70c10e
fix #2484 , w/o breaking line count
2015-05-04 09:53:37 +02:00
pancake
e56d7b1410
Handle =
as separator in the internal grep
2015-04-13 02:07:52 +02:00
pancake
0b391feebb
Fix scr.html closing <font> tags (faster webui)
2015-02-01 02:28:17 +01:00
pancake
dfa6644b83
Fix scr.html nested <font> issue
2015-01-26 03:43:57 +01:00
jvoisin
4fd6ce62d5
Fix some gcc warnings
2015-01-13 02:07:44 +01:00
pancake
fb45861275
Support RGB colors in scr.html
2015-01-13 01:22:33 +01:00
pancake
4762795c87
Fix static build
2014-11-23 11:03:24 +01:00
pancake
af94293214
Fix static linkage
2014-11-22 02:26:30 +01:00
pancake
23776435a2
Fix #1714 - Add ~{} and ~{}.. RCons filters for JSON indentation
2014-11-22 01:51:51 +01:00
jvoisin
d11aba0b0f
Fix some minor coverity issues
2014-08-04 19:25:23 +02:00
pancake
10daa78aeb
Fix regression in grep$ introduced in d1aaa61c58299007104d10025ff8f4d9cbb2e82d
2014-07-17 04:45:32 +02:00
Anton Kochkov
d05bbb4be2
Fix CID #1134729
2014-04-23 02:18:53 +04:00
pancake
d27776c408
Fix infinite loop in ~.
2014-03-10 14:19:29 +01:00
pancake
4eb57a0080
Implement r_cons_less() activated with ~.. suffix
2014-02-11 02:32:37 +01:00
pancake
c56bb2cd29
Fix #530
2014-01-12 01:34:11 +01:00
David Martínez Moreno
cedef51ce4
Fix a round of typos and incorrect man macros.
...
The macro Em. was present in all the manpages and it's incorrect, plus
there's some typos here and there, some of them spotted by lintian.
2013-12-31 23:52:46 -08:00
jvoisin
d1aaa61c58
Minor optimisation of grep.c
2013-10-24 00:08:28 +02:00
pancake
02259615a3
Fix issue in r_cons_grep()
2013-04-27 01:50:46 +02:00
pancake
542de1b426
Avoid dup load of DEX, reduce calls to r_meta_cleanup
...
- Nicer output for command 'fd'
- Cache methods to avoi dup loading
- Fix delimiter in internal grep (allow '/')
- Faster r_meta processing (reduce calls to meta_cleanup
2013-04-05 02:55:47 +02:00
pancake
5c1cd1f0ef
Initial support for UTF8 in r_cons and r_util
2013-04-04 01:42:12 +02:00
pancake
4ffdaeb04f
Fix warnings and refactor 'p' subcommands (pw -> pxw ..)
2012-09-27 19:35:19 +02:00