Alexandre Julliard pushed to branch master at wine / wine Commits: 5221af6c by Francis De Brabandere at 2026-04-20T20:39:17+02:00 wscript: Implement WScript.Timeout property and //T:nn CLI flag. Store an integer timeout value in the host. Reject negative values with E_INVALIDARG (VBScript error 5), matching Windows. Parse //T:nn on the command line into the same state, readable from the script as WScript.Timeout. Script-visible timeout expiry (terminating the script after the configured number of seconds) is not yet implemented. - - - - - 3e119694 by Francis De Brabandere at 2026-04-20T20:39:17+02:00 wscript: Terminate the script when WScript.Timeout elapses. When Timeout > 0 (either from //T:nn on the command line or set by the running script), start a timer thread that waits for the configured number of seconds. On expiry the script is terminated with exit code 1 after printing the standard message to the console. Setting Timeout to 0 or a different non-zero value during execution cancels and re-arms the timer. - - - - - 57 changed files: - po/ar.po - po/ast.po - po/bg.po - po/ca.po - po/cs.po - po/da.po - po/de.po - po/el.po - po/en.po - po/en_US.po - po/eo.po - po/es.po - po/fa.po - po/fi.po - po/fr.po - po/he.po - po/hi.po - po/hr.po - po/hu.po - po/it.po - po/ja.po - po/ka.po - po/ko.po - po/lt.po - po/ml.po - po/nb_NO.po - po/nl.po - po/or.po - po/pa.po - po/pl.po - po/pt_BR.po - po/pt_PT.po - po/rm.po - po/ro.po - po/ru.po - po/si.po - po/sk.po - po/sl.po - po/sr_RS@cyrillic.po - po/sr_RS@latin.po - po/sv.po - po/ta.po - po/te.po - po/th.po - po/tr.po - po/uk.po - po/wa.po - po/wine.pot - po/zh_CN.po - po/zh_TW.po - programs/wscript/host.c - programs/wscript/main.c - programs/wscript/resource.h - programs/wscript/tests/run.js - programs/wscript/tests/run.vbs - programs/wscript/wscript.h - programs/wscript/wscript.rc View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/8840f1dae9a7fc873ebb635a0a0540... -- View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/8840f1dae9a7fc873ebb635a0a0540... You're receiving this email because of your account on gitlab.winehq.org. Manage all notifications: https://gitlab.winehq.org/-/profile/notifications | Help: https://gitlab.winehq.org/help