Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: bellard/mquickjs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: davidfiala/mxjs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 8 commits
  • 18 files changed
  • 1 contributor

Commits on Jan 6, 2026

  1. ensure string_buffer_push and string_buffer_pop work in tandem by ens…

    …uring prev is set and failures are still treated as pushed
    davidfiala committed Jan 6, 2026
    Configuration menu
    Copy the full SHA
    1e52334 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2026

  1. check fread result to get rid of -Wunused-result, making -Werror usable

    warning: ignoring return value of ‘fread’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
    davidfiala committed Jan 7, 2026
    Configuration menu
    Copy the full SHA
    f197d69 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from davidfiala/clean

    ensure string_buffer_push and string_buffer_pop work in tandem by ens…
    davidfiala authored Jan 7, 2026
    Configuration menu
    Copy the full SHA
    98f2af1 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2 from davidfiala/fread

    check fread result to get rid of -Wunused-result, making -Werror usable
    davidfiala authored Jan 7, 2026
    Configuration menu
    Copy the full SHA
    d177ce8 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2026

  1. cleanup unused and missing includes, add forward decls. generally mak…

    …es current code happy with clangd as well as gcc. note that I did not add forward decls for the example stdlib as I did not see a clean way to do it.
    davidfiala committed Jan 8, 2026
    Configuration menu
    Copy the full SHA
    0172a5d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3 from davidfiala/forwards

    cleanup unused and missing includes, add forward decls. generally mak…
    davidfiala authored Jan 8, 2026
    Configuration menu
    Copy the full SHA
    10e8850 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3037ef6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ff108ec View commit details
    Browse the repository at this point in the history
Loading