summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2016-12-26foreign compiler support: nt32/nt64: added ptyc_compiler.asm.midipix2-0/+39
2016-12-26added clbuild-bat: a poor man's transitional clbuild command translator.midipix4-0/+232
2016-12-18build system: version.sh: create output directory as needed.midipix1-0/+1
2016-12-13PE soname support: added the designated LDFLAGS_SONAME variable.midipix1-2/+3
2016-12-12include <psxtypes/section/freestd.h> for improved foreign compiler support.midipix1-0/+3
2016-12-12project: properly set the free-standing build environment.midipix1-0/+5
2016-12-09ptyc_open_volume(): update code following libntapi's pre-alpha API update.midipix1-1/+1
2016-12-08build system: configure: pass --sysroot to the linker as a compiler argument.midipix1-1/+1
2016-11-30build system: sofort/os/pe.mk: install-implib-solink: fix target definition.midipix1-3/+3
2016-11-30build system: sofort/version.mk: install-soname: fix build target definition.midipix1-3/+3
2016-11-30build system: sofort/version.mk: install-solink: fix build target definition.midipix1-3/+3
2016-11-26argv.h: error code path: remove unneeded if statement (always true).midipix1-5/+2
2016-11-21free-standing environment: .freestd is now a supported named section.midipix1-1/+1
2016-11-19ptycon_api.h: fix export/import inconsistency.midipix3-4/+4
2016-11-17set tty affiliation in the driver, effective for both the library and utility.midipix2-5/+7
2016-11-12build system: sysinfo: expand the OS gallery.midipix3-0/+3
2016-11-12build system: sysinfo: expand the OS gallery.midipix1-0/+13
2016-11-12build system: configure: mb_native_os: respect overrides.midipix1-1/+3
2016-11-11build system: Makefile.in: properly support explicit CFLAGS_PIC in OS recipe.midipix1-0/+1
2016-11-11build system: configure: grumpily support crooked uname output.midipix1-0/+5
2016-11-11build system: sysinfo: expand the OS gallery.midipix1-0/+12
2016-10-26build system: .conf convenience target: display source dir information.midipix1-0/+1
2016-10-26build system: configure: truly fix .git/index dependency logic.midipix1-2/+2
2016-10-26build system: configure: fix .git/index dependency logic.midipix1-2/+2
2016-10-25argv.h: argv_usage(): use correct format for short option name in short mode.midipix1-1/+1
2016-10-25console: ptyc_flush_screen_buffer(): maintain cursor visibility as needed.midipix1-7/+10
2016-09-21build system: support setting an external folder as the source directory.midipix3-10/+41
2016-09-16ptycon_daemon_entry_point(): fix signature.midipix1-1/+1
2016-09-16ptyc_spawn(): implementation: fix signature.midipix1-1/+1
2016-09-16ptyc_loop_thread_entry(): fix signature.midipix1-1/+1
2016-08-22pty layer: integrated __ntapi_pty_inherit_runtime_ctty().midipix2-27/+26
2016-08-18console: ptyc_flush_screen_buffer(): maintain cursor visibility.midipix1-0/+8
2016-08-18driver: exit as needed after version printing.midipix2-0/+8
2016-08-18driver: fix eargv initialization.midipix1-1/+1
2016-08-18console: ptyc_init_console(): obtain cursor info.midipix2-0/+7
2016-08-18console: ptyc_console_reader(): send backspace (0x08) as delete (0x7f).midipix1-0/+3
2016-08-14console bridge: added --bell support.midipix3-0/+7
2016-08-14driver: added --bell support.midipix4-0/+10
2016-08-14virtual key-code translation: added page up/down, home/end, insert/delete.midipix1-6/+6
2016-08-10argv.h: error message formatting: handle lonely long options.midipix1-12/+17
2016-08-10driver: --sysroot: support dos drive notation.midipix1-2/+32
2016-08-10console: reader: added ptyc_translate_virtual_keycode().midipix1-1/+19
2016-08-10bridge: added initial virtual key-code translation table.midipix3-0/+163
2016-08-10console: keyboard reader: ptyc_repeat(): implementation and integration.midipix1-1/+46
2016-08-10ptyc_spawn(): pass a inherited sysroot handle to the child process as needed.midipix1-1/+3
2016-07-27gdi.c: fix initialization of gdi32_base_name and user32_base_name.midipix1-2/+2
2016-07-24ptyc_spawn(): use ntapi->tt_spawn_native_process() as a backend.midipix1-216/+55
2016-07-24ptyc_spawn(): support '/??/...' executable path arguments.midipix2-2/+4
2016-07-24debug: added job-control session creation in 'raw' and 'oven' modes.midipix2-0/+84
2016-07-24struct ptyc_driver_ctx_impl: added a pointer to the process's runtime data.midipix3-3/+7