Riccardo Schirone
9d68e9614f
Fix old math commands ( #3828 )
...
* core/cmd: Adjust math commands
* shell: make `?x` commands a parsing failure
We have moved the `?x` commands to `%x`, thus now no command should
start with `?`. This patch makes the parser fail to parse `?x`
strings.
* core/tui: use APIs in panels
* There's no `%q` anymore, use `%=`
2023-09-14 08:53:25 +08:00
Giovanni
15c35ce974
Convert ps to newshell ( #3451 )
2023-04-06 08:43:04 +08:00
brightprogrammer
16e722cffc
Replace rz_core_cmd0 calls in tui/panels.c and port cmd_help commands to RzShell as cmd_math ( #3421 )
2023-03-30 18:36:48 +08:00
billow
46a1929397
Refactor rz_core_analysis_graph*() functions ( #2949 )
...
- fix `ags` and `agl` commands
- add more tests for the `ag` commands
- move graph related code to cgraph.c
- remove APIs `rz_core_print_bb_custom` `rz_core_print_bb_gml`
- exports
- `rz_graph_drawable_to_json_str`
- `rz_graph_drawable_to_cmd`
- `rz_graph_drawable_to_gml`
- `rz_core_graph`
- `rz_core_graph_diff`
- `rz_core_graph_format_from_string`
- `rz_core_graph_type_from_string`
- `rz_core_graph_write`
- `create_agraph_from_graph_at`
- add unit/integration tests for the graph API
2022-08-29 22:48:23 +08:00
Riccardo Schirone
dffc891ff8
Fix tests still using '...' syntax
2022-02-16 16:25:37 +01:00
Riccardo Schirone
0a5b00edd2
Fix all db/cmd tests
2021-10-27 09:31:50 +02:00
seanachao
a2f8631b6c
Change -, --, = argument and = command meaning ( #930 )
...
* Swap = & - R (#615 )&(#616 )
* Fix R replace =
2021-04-21 16:20:24 +08:00
Giovanni
35a9ef94c9
Code and comments cleanup ( #108 )
2020-12-04 18:11:51 +08:00
pancake
346eb5bd38
Move test/new/* into test/ ##tests ( #16511 )
2020-04-13 19:49:23 +02:00