Files
mruby-mruby/mrbgems
dearblue f72a32ad87 Improvements to the Windows implementation of File.basename
This change is mainly to remove `_splitpath()`.

The reason is:

  - UNC paths are not supported.
  - The behavior is not guaranteed to be consistent when passing a UTF-8 string, since the handling of multibyte characters changes depending on the set codepage.
  - Only up to 255 bytes can be processed.

Therefore, it is preferable to integrate with non-Windows implementations to ensure consistent implementation behavior.
2025-07-21 10:39:11 +09:00
..
2025-06-08 17:00:07 +09:00
2025-06-09 17:13:20 +09:00
2025-06-08 17:02:55 +09:00
2024-09-24 00:14:24 +10:00