nuttx-apps/interpreters/bas
Masayuki Ishikawa 79c7962af6 apps: Replace CONFIG_ARCH_HAVE_VFORK with CONFIG_ARCH_HAVE_FORK
Summary:

- Resolves an issue where `vfork_test` was not executed following
  the renaming from CONFIG_ARCH_HAVE_VFORK to CONFIG_ARCH_HAVE_FORK,
  as detailed in https://github.com/apache/nuttx/pull/9755.

Impact:
- Please merge https://github.com/apache/nuttx/pull/11200 before
  merging this PR.

Testing:
- Successfully tested with rv-virt:smp64, spresense:smp, and sim:smp.

Signed-off-by: Masayuki Ishikawa <Masayuki.Ishikawa@jp.sony.com>
2023-11-16 07:58:57 -08:00
..
bas_auto.c c++ compatibility: rename usages of reserved c++ keywords 'this' and 'public' 2023-09-16 19:45:52 +08:00
bas_auto.h c++ compatibility: rename usages of reserved c++ keywords 'this' and 'public' 2023-09-16 19:45:52 +08:00
bas_autotypes.h interpreters: bas: revert to original license 2021-06-09 10:31:54 -03:00
bas_error.h Add printflike to all printf like functions 2022-07-18 14:09:10 +03:00
bas_fs.c apps: Remove the check of CONFIG_SERIAL_TERMIOS 2023-03-19 14:53:44 -06:00
bas_fs.h Fix nxstyle warning 2023-03-19 14:53:44 -06:00
bas_global.c c++ compatibility: rename usages of reserved c++ keywords 'this' and 'public' 2023-09-16 19:45:52 +08:00
bas_global.h c++ compatibility: rename usages of reserved c++ keywords 'this' and 'public' 2023-09-16 19:45:52 +08:00
bas_main.c interpreters: bas: revert to original license 2021-06-09 10:31:54 -03:00
bas_program.c c++ compatibility: rename usages of reserved c++ keywords 'this' and 'public' 2023-09-16 19:45:52 +08:00
bas_program.h c++ compatibility: rename usages of reserved c++ keywords 'this' and 'public' 2023-09-16 19:45:52 +08:00
bas_programtypes.h interpreters: bas: revert to original license 2021-06-09 10:31:54 -03:00
bas_statement.c apps: Replace CONFIG_ARCH_HAVE_VFORK with CONFIG_ARCH_HAVE_FORK 2023-11-16 07:58:57 -08:00
bas_statement.h interpreters: bas: revert to original license 2021-06-09 10:31:54 -03:00
bas_str.c c++ compatibility: rename usages of reserved c++ keywords 'this' and 'public' 2023-09-16 19:45:52 +08:00
bas_str.h c++ compatibility: rename usages of reserved c++ keywords 'this' and 'public' 2023-09-16 19:45:52 +08:00
bas_token.c apps: Remove the check of CONFIG_SERIAL_TERMIOS 2023-03-19 14:53:44 -06:00
bas_token.h interpreters: bas: revert to original license 2021-06-09 10:31:54 -03:00
bas_token.l Remove extra whitespace from files (#43) 2020-01-31 08:29:24 -06:00
bas_value.c c++ compatibility: rename usages of reserved c++ keywords 'this' and 'public' 2023-09-16 19:45:52 +08:00
bas_value.h c++ compatibility: rename usages of reserved c++ keywords 'this' and 'public' 2023-09-16 19:45:52 +08:00
bas_var.c c++ compatibility: rename usages of reserved c++ keywords 'this' and 'public' 2023-09-16 19:45:52 +08:00
bas_var.h c++ compatibility: rename usages of reserved c++ keywords 'this' and 'public' 2023-09-16 19:45:52 +08:00
bas_vt100.c Fix some hard coded buffer len of snprintf 2023-03-21 20:57:56 -03:00
bas_vt100.h interpreters: bas: update licenses to Apache 2021-06-09 10:31:54 -03:00
bas.c interpreters: bas: revert to original license 2021-06-09 10:31:54 -03:00
bas.h interpreters: bas: revert to original license 2021-06-09 10:31:54 -03:00
Kconfig apps: Replace CONFIG_ARCH_HAVE_VFORK with CONFIG_ARCH_HAVE_FORK 2023-11-16 07:58:57 -08:00
Make.defs apps/interpreters/bas/Make.defs: Add missing Apache Foundation copyright header 2023-03-08 13:50:23 -03:00
Makefile apps/interpreters/bas/Makefile: Fix mistakes in comments 2023-03-08 13:50:23 -03:00