No description
Find a file
Khaïs COLIN ac411d36cc
debug: special command can turn debug mode on and off
Using the .debug command, debug mode can be toggled. It starts turned off.

When it is on, each command, before being executed, is debug-printed using the
tree-printing facilities.
2025-04-15 15:16:51 +02:00
libft debug: remove *alloc/free debug information 2025-03-10 13:22:29 +00:00
src debug: special command can turn debug mode on and off 2025-04-15 15:16:51 +02:00
tests token_type: add field with no logic for populating it 2025-04-15 15:15:30 +02:00
.gitignore tests: implement a better integration test framework than shellspec 2025-03-28 14:50:37 +01:00
.valgrindrc valgrind: suppress readline still reachable leaks 2025-02-07 15:29:43 +01:00
grammar.md parse-cmd: Almost done but stopped by the gong 2025-04-08 19:56:46 +02:00
interesting_tests.md Expansion : text replacement in a string 2025-03-21 10:04:25 +01:00
Makefile connec_cmd_execute: handle && and || 2025-04-15 15:11:26 +02:00
NOTES.md cmdlist: use new architecture (STUB) 2025-03-28 14:50:37 +01:00
readline.supp leaks: ignore readline add_history leaks 2025-03-28 14:50:37 +01:00
test.sh exec: correct error and return value when cmd is a directory 2025-04-15 15:11:50 +02:00