comcom32:master

Last commit made on 2024-04-18
Get this branch:
git clone -b master https://git.launchpad.net/comcom32

Branch merges

Branch information

Name:
master
Repository:
lp:comcom32

Recent commits

b4fd333... by stsp

ignore /b switch for copy

c368cb3... by stsp

meson: update to 1.4.0

It now allows to use `depends:` and `compile_args:` in
compiler.preprocess().

Unfortunately this is not enough to resurrect the meson support,
as the handling of static libs via pkg-config is still missing.

9d23821... by stsp

enable _crt0_startup_flags [closes #93]

a098480... by stsp

fix cmd completion with dot

cfdff38... by stsp

add findclose() impl for comcom32 [#92]

This doesn't fix all the ff handle leaks.

5a08fc7... by stsp

use findclose() if available [fixes #92]

fe97f9c... by stsp

findfirst_f: fix handle leaks [#92]

691f6ff... by stsp

close ff handle after checking existence [#92]

Not actually closed yet.

e073620... by stsp

dont reset text attrs

That annoys users.
Fixes https://github.com/dosemu2/dosemu2/issues/2161

68490a3... by stsp

initialize mouseopt_enabled only when mouse enabled