ladybird/Tests
vincent-rg a9df60ff1c AK: Update OptionParser::m_arg_index by substracting skipped args
On argument swapping to put positional ones toward the end,
m_arg_index was pointing at "last arg  index" + "skipped args" +
"consumed args" and thus was pointing ahead of the skipped ones.

m_arg_index now points after the current parsed option arguments.
2024-02-06 00:08:30 +01:00
..
AK AK: Update OptionParser::m_arg_index by substracting skipped args 2024-02-06 00:08:30 +01:00
JSSpecCompiler
Kernel Tests/Kernel: Properly synchronize threads in TestTCPSocket 2024-01-30 18:46:37 -07:00
LibAudio
LibC
LibCompress
LibCore AK: Update OptionParser::m_arg_index by substracting skipped args 2024-02-06 00:08:30 +01:00
LibCpp
LibCrypto
LibDiff
LibEDID
LibELF
LibGfx LibGfx+Tests: Improve calculation of restart interval 2024-01-30 14:50:43 +01:00
LibGL
LibGLSL
LibIMAP
LibJS Everywhere: Prefer VERIFY over assert() 2024-02-05 07:03:53 -05:00
LibLocale
LibMarkdown
LibPDF LibPDF+Meta: Use a CMYK ICC profile to convert CMYK to RGB 2024-02-01 13:42:04 -07:00
LibRegex
LibSQL
LibTest
LibTextCodec
LibThreading
LibTimeZone
LibTLS
LibTTF
LibUnicode
LibVideo
LibWasm
LibWeb LibWeb: Implement implicit submission of HTMLFormElement 2024-02-03 15:30:16 -07:00
LibWebView
LibXML
Spreadsheet
UserspaceEmulator Everywhere: Remove references to UserspaceEmulator 2024-01-29 20:20:55 +00:00
Utilities
CMakeLists.txt