3
0
mirror of https://github.com/pragma-/pbot.git synced 2024-11-17 09:29:30 +01:00
pbot/applets/pbot-vm/host/lib
Pragmatic Software e5e0f26b90
applets/pbot-vm: minor fixes
* set `preserve_escapes` to 0 in guest/_c_base.pm so escapes are stripped in:

     <pragma-> ,show testcargs
     <candide> [global] testcargs: /code c11 printf("/say args: " ); while
               (*++argv) printf("[%s] " , *argv);
     <pragma-> ,testcargs foo\'bar baz\'qux
     <candide> args: [foo\'bar] [baz\'qux]

  to produce the desired output of:

     <candide> args: [foo'bar] [baz'qux]

* set `keep_spaces` to 1 in host/_default.pm since it turns out that in some
  languages unquoted spaces are significant, e.g. in `sh ${1%  *}` to strip
  text following two spaces. Without `keep_spaces` enabled, `sh ${1%  *}`
  becomes `sh ${1% *}` and strips all text following one space instead of two.
2024-10-30 15:43:38 -07:00
..
Languages applets/pbot-vm: minor fixes 2024-10-30 15:43:38 -07:00
Diff.pm Rename compiler_vm to pbot-vm and other misc applet updates 2022-02-14 16:33:29 -08:00
InteractiveEdit.pm pbot-vm: update VirtualMachine.md with improved PTY console install instructions and misc tweaks 2024-03-27 14:21:32 -07:00
Paste.pm pbot-vm: Fix -paste getting 403 Forbidden 2024-10-01 12:37:45 -07:00
SplitLine.pm split_line(): Remove no longer used next_ch/last_ch 2024-10-29 12:49:19 -07:00