Skip to content

update unauthorized to code from Pd-extended's Sourceforge svn repo

Jonathan Wilkes requested to merge upate-unauthorized into master

This updates the external library titled "unauthorized" to the HEAD of Pd-extended's Sourceforge svn repo.

This does the following:

  • greatly simplifies the external/Makefile recipe for unauthorized
  • builds spigot~ on Windows
  • probably other small fixes

I also went ahead and fixed some argument type/number inconsistencies that are still in Pd-extended's code.

What is still needed:

  • overwrite the new grid.c code with my port from HEAD
  • check Pd-extended svn history to see if any bugfixes were added to grid.c and port them
  • check if I overwrote any other "unauthorized" library improvements committed to Purr Data

Merge request reports