Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: do not define filename as string literal #35

Merged
merged 10 commits into from
Oct 11, 2024
Merged

fix: do not define filename as string literal #35

merged 10 commits into from
Oct 11, 2024

Commits on Oct 6, 2024

  1. fix: do not define filename as string literal

    String literal are seaved as read only data
    matteo-cristino committed Oct 6, 2024
    Configuration menu
    Copy the full SHA
    7326f24 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8f91bb1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    01aa5fe View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    db31255 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    62301bb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    213a1a0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    55da0c7 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. fix: when writing to file open destination file in binary mode

    on windows this avoid the translation of \n to \r\n
    matteo-cristino committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    78ff865 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a02e3db View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    06f5b09 View commit details
    Browse the repository at this point in the history