Mathieu Morcos Matou1306
  • Joined on 2026-02-21
Matou1306 pushed to quotes-fix at Matou1306/kolibrios 2026-02-24 10:58:16 +00:00
02c468beb3 @open issue with dgen fixed (programs/system/open/open.asm)
Matou1306 pushed to quotes-fix at Matou1306/kolibrios 2026-02-24 10:57:34 +00:00
8b37f00108 @open issue with dgen fixed (programs/fs/unz/unz.asm)
Matou1306 pushed to quotes-fix at Matou1306/kolibrios 2026-02-24 10:57:31 +00:00
7039a60201 @open issue with dgen fixed (programs/other/kpack/trunk/kpack.asm)
Matou1306 pushed to quotes-fix at Matou1306/kolibrios 2026-02-24 10:57:26 +00:00
d3cbd273bd @open issue with dgen fixed (programs/system/run/trunk/run.asm)
Matou1306 pushed to quotes-fix at Matou1306/kolibrios 2026-02-24 10:57:23 +00:00
963d5d6b23 @open issue with dgen fixed (programs/system/open/open.asm)
Matou1306 pushed to quotes-fix at Matou1306/kolibrios 2026-02-24 10:57:12 +00:00
8ca5b77789 @open issue with dgen fixed (programs/system/run/trunk/run.asm)
Matou1306 pushed to quotes-fix at Matou1306/kolibrios 2026-02-24 10:57:05 +00:00
a6aec7c8b5 @open issue with dgen fixed (programs/system/open/open.asm)
Matou1306 pushed to quotes-fix at Matou1306/kolibrios 2026-02-24 09:13:38 +00:00
7534d522ba @open issue with dgen fixed
f9425f5bd0 ftpd: Add help command
864210679c oberon07: Option -nochk a by default
7f8e028ffd ci/cd: Added checkout of submodules
e9b6cf3fc9 cedit: Added to build system
Compare 10278 commits »
Matou1306 created branch quotes-fix in Matou1306/kolibrios 2026-02-24 08:59:43 +00:00
Matou1306 pushed to quotes-fix at Matou1306/kolibrios 2026-02-24 08:59:43 +00:00
Matou1306 created branch fix-issue-quotes in Matou1306/kolibrios 2026-02-24 08:42:14 +00:00
Matou1306 pushed to fix-issue-quotes at Matou1306/kolibrios 2026-02-24 08:42:14 +00:00
f9e7c25ec9 @open issue with dgen fixed
Matou1306 created repository Matou1306/kolibrios 2026-02-24 07:54:59 +00:00
Matou1306 commented on issue KolibriOS/kolibrios#336 2026-02-22 13:54:07 +00:00
The @open application passes paths without quotes

@mxlgv Just to clarify, I didn't open any PR on github, it's mostly someone else. I can't find it so I can't compare it to my solution, but the explanation for mine is above.

Also I know the…

Matou1306 commented on issue KolibriOS/kolibrios#336 2026-02-21 20:50:24 +00:00
The @open application passes paths without quotes

There is an option "kill two birds with one stone": if there are spaces in a string, put them in quotation marks; if there aren't, leave them as is.

@mxlgv I made my fix and posted my…

Matou1306 commented on issue KolibriOS/kolibrios#336 2026-02-21 20:45:32 +00:00
The @open application passes paths without quotes

@mxlgv Hey there!

I’ve been looking into the issue with @open passing paths without quotes and have locally implemented a solution inside DGen. Since this would be my first contribution to…