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: pure-data/pure-data
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: pure-data/pure-data
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: develop
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 3 commits
  • 3 files changed
  • 1 contributor

Commits on Sep 2, 2026

  1. improve/fix [list join] and [list unjoin]

    - simplify list_join_addatom()
    - list_unjoin_parse(): make sure to set 'ssize' when we found a float atom!
    - [list unjoin]: remove "list" and "anything" methods. The behavior is now in line with [list fromsymbol].
    - fix formatting and add some comments
    Spacechild1 committed Sep 2, 2026
    Configuration menu
    Copy the full SHA
    69b8d22 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2026

  1. fix [siginfo~]

    use a clock to defer the info messages
    Spacechild1 committed Sep 3, 2026
    Configuration menu
    Copy the full SHA
    da4a029 View commit details
    Browse the repository at this point in the history
  2. optimize [snake~ split]

    we only need a single copy per signal!
    Spacechild1 committed Sep 3, 2026
    Configuration menu
    Copy the full SHA
    5412892 View commit details
    Browse the repository at this point in the history
Loading