summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2024-01-24__ntapi_tt_fork_child(): replace hard-coded values with macro definitions.midipix1-2/+5
2024-01-23__ntapi_tt_array_convert_utf8_to_utf16(): outer loop: boundary checking.midipix1-1/+4
2024-01-23__ntapi_tt_array_convert_utf8_to_utf16(): fix 4-byte code-point bit shift.midipix1-1/+1
2024-01-23__ntapi_tt_spawn_native_process(): fix typo in assignment-based comparison.midipix1-1/+1
2023-12-23build system: annual chores.midipix1-1/+1
2023-05-07build system: ./configure: base SHELL on the environment's CONFIG_SHELL.midipix3-2/+3
2023-02-07__ntapi_tt_spawn_native_process(): propagate the w32_envp array as needed.midipix2-0/+57
2023-02-07__ntapi_tt_array_convert_utf8_to_utf16(): add final termination (win32 abi).midipix1-0/+1
2023-02-07struct _nt_runtime_data: added the w32_argv and w32_envp members.midipix1-0/+3
2023-02-01__ntapi_tt_spawn_foreign_process(): added arbitrary environment block support.midipix1-4/+27
2023-01-13__ntapi_tt_spawn_native_process(): export the posix env to the native layer.midipix1-0/+3
2023-01-13__ntapi_tt_array_convert_utf8_to_utf16(): initial implementation.midipix1-9/+241
2022-12-21Whitespace meditation.midipix2-2/+2
2022-12-21__tt_fork_impl_v2(): do not leak child thread handle upon post-fork failure.midipix1-9/+17
2022-12-21__ntapi_tt_fork(): never leak the hresumed event handle.midipix1-4/+8
2022-12-21__ntapi_tt_fork(): changed signature: record cid, return native status code.midipix4-71/+93
2022-11-18ipc helper interfaces: allow requesting an existing connection.midipix6-30/+59
2022-11-13__ntapi_tt_get_system_info_snapshot(): eliminate the buffer's helper struct.midipix2-12/+6
2022-11-12struct _nt_system_processes: updated definition.midipix1-9/+35
2022-10-15__ntapi_tt_port_prefix_from_type(): initial implementation and integration.midipix5-0/+32
2021-12-30A new home.midipix154-155/+155
2021-07-06Annual chores.midipix153-153/+153
2021-06-23build system: configure: config_ccenv(): relax the --sysroot requirement.midipix1-4/+0
2021-06-15build system: configure: config_ccenv(): fix typo.midipix1-2/+2
2021-06-15build system: configure: config_ccenv(): refined --sysroot related logic.midipix1-1/+4
2021-06-15build system: Makefile.in: .ldflags-host: use the correct ldflags variable.midipix1-1/+1
2021-06-14build system: modern.m4: m4_pathvar(): also convert hyphen to an underscore.midipix1-1/+1
2021-06-14build system: modern.m4: refactored, added additional helper macros.midipix1-3/+33
2021-06-13build system: modern.m4: refactor, added m4_toupper() and m4_tolower().midipix1-1/+6
2021-06-13build system: updated list of files covered by COPYING.SOFORT.midipix1-0/+2
2021-06-13build system: core: added a modern framework using for the m4 macro language.midipix1-0/+82
2021-06-13build system: configure: output_step_prolog(): step might not be a function.midipix1-2/+2
2021-06-13build system: configure, ccenv: enhanced --sysroot logic.midipix2-1/+14
2021-06-13build system: ccenv: ccenv_output_defs(): record updated cflags/ldflags.midipix1-0/+22
2021-06-12build system: configure: config_ccenv(): added verbose --sysroot error message.midipix1-1/+20
2021-06-12build system: ccenv: added and integrated ccenv_set_cc_sysroot_vars().midipix2-2/+32
2021-06-12build system: cfgtest: added cfgtest_compiler_switch_arg().midipix1-1/+21
2021-06-12build system: ccenv_set_primary_tools(): try pkg-config as a pkgconf fallback.midipix1-0/+3
2021-06-12build system: configure: LDFLAGS_LAST: refined cross-compilation logic.midipix1-3/+13
2021-06-12build system: configure: config_ccenv(): require --sysroot when cross-compiling.midipix1-0/+9
2021-06-12build system: added cfgtest_package_exists() & cfgtest_package_config().midipix2-1/+127
2021-06-12build system: cfgtest: added cfgtest_{makevar|cflags|ldflags}_set().midipix1-0/+15
2021-06-12build system: configure, ccenv: added --pkgconf[if] support and integration.midipix6-1/+52
2021-06-12build system: ccenv: ccenv_set_primary_tools(): properly output explicit tools.midipix1-0/+2
2021-06-10build system: ccenv_set_primary_tools(): be resilient to -print-file-name bugs.midipix1-3/+10
2021-06-10build system: ccenv_set_cc(): properly handle older slibtool versions.midipix1-2/+2
2021-06-10build system: configure: config_host(): quote variable in test expresssion.midipix1-1/+1
2021-06-10build system: ccenv_set_cc(): enhanced host, cchost, and -dumpmachine logic.midipix1-8/+21
2021-06-10build system: configure: init_vars(): record explicit CCHOST and --cchost.midipix1-0/+6
2021-06-10build system: ccenv: ccenv_output_defs(): record -dumpmachine support.midipix1-0/+1