[M3commit] [modula3/cm3] e036f2: Relicense as MIT.

GitHub noreply at github.com
Wed Feb 3 20:30:27 CET 2016


  Branch: refs/heads/master
  Home:   https://github.com/modula3/cm3
  Commit: e036f2d6434767ebe4f6cde5b31063bceb05a8ff
      https://github.com/modula3/cm3/commit/e036f2d6434767ebe4f6cde5b31063bceb05a8ff
  Author: Rodney Bates <rodney.m.bates at acm.org>
  Date:   2016-02-02 (Tue, 02 Feb 2016)

  Changed paths:
    M m3-libs/vararray/src/Ranges.ig
    M m3-libs/vararray/src/Ranges.mg
    M m3-libs/vararray/src/Spinner.i3
    M m3-libs/vararray/src/Spinner.m3
    M m3-libs/vararray/src/TestVarArray.m3
    M m3-libs/vararray/src/VarArray.ig
    M m3-libs/vararray/src/VarArray.mg
    M m3-libs/vararray/src/m3makefile

  Log Message:
  -----------
  Relicense as MIT.


  Commit: d257d0e584a8bf8726780fb1b66846934835b5b5
      https://github.com/modula3/cm3/commit/d257d0e584a8bf8726780fb1b66846934835b5b5
  Author: Rodney Bates <rodney.m.bates at acm.org>
  Date:   2016-02-03 (Wed, 03 Feb 2016)

  Changed paths:
    M m3-libs/ordsets/bitnos/README
    M m3-libs/ordsets/bitnos/src/GenBitNoArrays.m3
    M m3-libs/ordsets/bitnos/src/m3makefile
    M m3-libs/ordsets/ordsets/README
    M m3-libs/ordsets/ordsets/src/BitNoTable.i3
    M m3-libs/ordsets/ordsets/src/IntForOrdSets.i3
    M m3-libs/ordsets/ordsets/src/IntSets.i3
    M m3-libs/ordsets/ordsets/src/IntSets.m3
    M m3-libs/ordsets/ordsets/src/OrdSets.ig
    M m3-libs/ordsets/ordsets/src/OrdSets.mg
    M m3-libs/ordsets/ordsets/src/Sets.i3
    M m3-libs/ordsets/ordsets/src/Sets.m3
    M m3-libs/ordsets/ordsets/src/Test.m3
    M m3-libs/ordsets/ordsets/src/UnsafeUtils.i3
    M m3-libs/ordsets/ordsets/src/UnsafeUtils.m3
    M m3-libs/ordsets/ordsets/src/WidecharForOrdSets.i3
    M m3-libs/ordsets/ordsets/src/WidecharSets.i3
    M m3-libs/ordsets/ordsets/src/WidecharSets.m3
    M m3-libs/ordsets/ordsets/src/m3makefile

  Log Message:
  -----------
  OrdSets, relicense MIT, comments, small bug fixes and improvements.

- Relicense under MIT license.
- Comment updates, especially that there are now Pickle specials for
  different word sizes and endiannesses.
- Disable pseudo-pointer generation by default, becase the special
  mechanism in Pickle2 can't dispatch on them.
  Getting this to work will need a direcly callable procedure, not
  dispatched through Pickle2.
- Bugfix VAR parameter in UnsaveUtils.
- Bugfix, count Image tests in total test count.
- Make Test catch and report pickle2.Error exception.


Compare: https://github.com/modula3/cm3/compare/e693b6dc5e34...d257d0e584a8


More information about the M3commit mailing list