[Vm-dev] [OpenSmalltalk/opensmalltalk-vm] 5fe682: declare ux2sqPath prototype because it's used else...

GitHub noreply at github.com
Sun Nov 20 14:49:26 UTC 2016


  Branch: refs/heads/legacy_mac_os_fix
  Home:   https://github.com/OpenSmalltalk/opensmalltalk-vm
  Commit: 5fe682d9c7dbf3a7f0f0e002864c6b056120a9f8
      https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/5fe682d9c7dbf3a7f0f0e002864c6b056120a9f8
  Author: Nicolas Cellier <nicolas.cellier.aka.nice at gmail.com>
  Date:   2016-11-18 (Fri, 18 Nov 2016)

  Changed paths:
    M platforms/Mac OS/plugins/FilePlugin/sqMacUnixFileInterface.h

  Log Message:
  -----------
  declare ux2sqPath prototype because it's used elsewhere


  Commit: 3056c80696975da9dfe05e60455aac71571bd2d3
      https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/3056c80696975da9dfe05e60455aac71571bd2d3
  Author: Nicolas Cellier <nicolas.cellier.aka.nice at gmail.com>
  Date:   2016-11-18 (Fri, 18 Nov 2016)

  Changed paths:
    M platforms/Mac OS/plugins/JoystickTabletPlugin/HID_Name_Lookup.c

  Log Message:
  -----------
  Suppress warning about extra code after #endif


  Commit: ea0cf9baf04cb4404aeae8a95532b3c3d3126ec2
      https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/ea0cf9baf04cb4404aeae8a95532b3c3d3126ec2
  Author: Nicolas Cellier <nicolas.cellier.aka.nice at gmail.com>
  Date:   2016-11-18 (Fri, 18 Nov 2016)

  Changed paths:
    M platforms/Mac OS/plugins/JoystickTabletPlugin/HID_Utilities.c

  Log Message:
  -----------
  Release usbProperties only when non NULL


  Commit: 50be193deb5678153c398621097e6f12b00daa15
      https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/50be193deb5678153c398621097e6f12b00daa15
  Author: Nicolas Cellier <nicolas.cellier.aka.nice at gmail.com>
  Date:   2016-11-18 (Fri, 18 Nov 2016)

  Changed paths:
    M platforms/Mac OS/plugins/JoystickTabletPlugin/HID_Utilities.c

  Log Message:
  -----------
  Fix yet another extra token after #endif


  Commit: 4788b5648c539b4684d473ee5adc000b86e684ec
      https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/4788b5648c539b4684d473ee5adc000b86e684ec
  Author: Nicolas Cellier <nicolas.cellier.aka.nice at gmail.com>
  Date:   2016-11-18 (Fri, 18 Nov 2016)

  Changed paths:
    M platforms/Mac OS/vm/sqMacUnixExternalPrims.c

  Log Message:
  -----------
  Fix warning about incompatible NSSymbol pointer

opensmalltalk-vm/platforms/Mac OS/vm/sqMacUnixExternalPrims.c:672:10: Incompatible pointer types assigning to 'NSSymbol *' (aka 'struct __NSSymbol **') from 'NSSymbol' (aka 'struct __NSSymbol *')


  Commit: 56ca4b0548b9d17fbc8b9437730c271f137eb560
      https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/56ca4b0548b9d17fbc8b9437730c271f137eb560
  Author: Nicolas Cellier <nicolas.cellier.aka.nice at gmail.com>
  Date:   2016-11-18 (Fri, 18 Nov 2016)

  Changed paths:
    M platforms/Mac OS/vm/sqMacUnixExternalPrims.c

  Log Message:
  -----------
  Fix potential leak of resourcePathString


  Commit: f74a18d627ed3a9563d3929f8cc343e64138013c
      https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/f74a18d627ed3a9563d3929f8cc343e64138013c
  Author: Nicolas Cellier <nicolas.cellier.aka.nice at gmail.com>
  Date:   2016-11-18 (Fri, 18 Nov 2016)

  Changed paths:
    M platforms/Mac OS/plugins/MIDIPlugin/sqMacMIDI.c
    M platforms/Mac OS/vm/sqMacWindowUniversal.c

  Log Message:
  -----------
  Fix warning about taking absolute value of an unsigned int

Also avoid comparing nil (which is defined as a NULL pointer) to an int.


  Commit: e8376d8d5b732ddd2d68382f250f0c66dc685d48
      https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/e8376d8d5b732ddd2d68382f250f0c66dc685d48
  Author: Nicolas Cellier <nicolas.cellier.aka.nice at gmail.com>
  Date:   2016-11-18 (Fri, 18 Nov 2016)

  Changed paths:
    M platforms/Mac OS/plugins/JoystickTabletPlugin/HID_Utilities.c

  Log Message:
  -----------
  Avoid garbage values in HID_Utilities


  Commit: a55805f3db5e4a1ec520e81c7dbef0bb1bc36dde
      https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/a55805f3db5e4a1ec520e81c7dbef0bb1bc36dde
  Author: Nicolas Cellier <nicolas.cellier.aka.nice at gmail.com>
  Date:   2016-11-19 (Sat, 19 Nov 2016)

  Changed paths:
    M platforms/Mac OS/vm/sqMacMain.c

  Log Message:
  -----------
  Duplicated assignment


  Commit: 9808b3f8d469c0b6d8bf6fc497b9307b6b079678
      https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/9808b3f8d469c0b6d8bf6fc497b9307b6b079678
  Author: Nicolas Cellier <nicolas.cellier.aka.nice at gmail.com>
  Date:   2016-11-19 (Sat, 19 Nov 2016)

  Changed paths:
    M platforms/unix/vm/sqUnixSpurMemory.c

  Log Message:
  -----------
  Avoid a pointer type mismatch warning


  Commit: d06666dceb34d390cda7bba8d9c7c9c2ee4d92bc
      https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/d06666dceb34d390cda7bba8d9c7c9c2ee4d92bc
  Author: Nicolas Cellier <nicolas.cellier.aka.nice at gmail.com>
  Date:   2016-11-19 (Sat, 19 Nov 2016)

  Changed paths:
    M platforms/Mac OS/vm/sqMacUnixCommandLineInterface.c

  Log Message:
  -----------
  Let strtobkm handle large memory

Note that its return type have been turned to long previously.
Good, but the temporary storing the result must also be long!


  Commit: 046bdc790ea39350d1578b53e2fe829e25a6caa8
      https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/046bdc790ea39350d1578b53e2fe829e25a6caa8
  Author: Nicolas Cellier <nicolas.cellier.aka.nice at gmail.com>
  Date:   2016-11-20 (Sun, 20 Nov 2016)

  Changed paths:
    M platforms/Mac OS/plugins/FilePlugin/sqMacUnixFileInterface.c
    M platforms/Mac OS/plugins/JoystickTabletPlugin/HID_Name_Lookup.c
    M platforms/Mac OS/vm/sqMacNSPluginUILogic2.c
    M platforms/Mac OS/vm/sqMacUIClipBoard.c

  Log Message:
  -----------
  Fix possible memory leaks by releasing core foundation objects


Compare: https://github.com/OpenSmalltalk/opensmalltalk-vm/compare/5fe682d9c7db^...046bdc790ea3


More information about the Vm-dev mailing list