[parrot/parrot] 4fedc4: [examples] SDL: fix concat and replace t with p si...

GitHub noreply at github.com
Wed Jan 14 13:05:25 UTC 2015


  Branch: refs/heads/rurban/SDL
  Home:   https://github.com/parrot/parrot
  Commit: 4fedc43260d2f057c29229a77bbdf6273e5404a7
      https://github.com/parrot/parrot/commit/4fedc43260d2f057c29229a77bbdf6273e5404a7
  Author: Reini Urban <rurban at cpanel.net>
  Date:   2015-01-14 (Wed, 14 Jan 2015)

  Changed paths:
    M runtime/parrot/library/SDL.pir
    M runtime/parrot/library/SDL/Event.pir
    M runtime/parrot/library/SDL/EventHandler.pir

  Log Message:
  -----------
  [examples] SDL: fix concat and replace t with p sig

really need to revert  0a8cc07d1cc5e remove support for deprecated "t" nci signatures


  Commit: bab7445f12741791ce9e8b380e510cc2d0e73aeb
      https://github.com/parrot/parrot/commit/bab7445f12741791ce9e8b380e510cc2d0e73aeb
  Author: Reini Urban <rurban at cpanel.net>
  Date:   2015-01-14 (Wed, 14 Jan 2015)

  Changed paths:
    M runtime/parrot/library/SDL.pir

  Log Message:
  -----------
  SDL: fix example to use t sig again


  Commit: fc02b82cac7eca0dfba7602fe4163a36fe2af03d
      https://github.com/parrot/parrot/commit/fc02b82cac7eca0dfba7602fe4163a36fe2af03d
  Author: Reini Urban <rurban at cpanel.net>
  Date:   2015-01-14 (Wed, 14 Jan 2015)

  Changed paths:
    M runtime/parrot/library/SDL.pir

  Log Message:
  -----------
  SDL: more libSDL_ttf-2.0 choices to search for


  Commit: 5043ab461e3c5154ace5df7b863ee4b768d2bd72
      https://github.com/parrot/parrot/commit/5043ab461e3c5154ace5df7b863ee4b768d2bd72
  Author: Reini Urban <rurban at cpanel.net>
  Date:   2015-01-14 (Wed, 14 Jan 2015)

  Changed paths:
    M runtime/parrot/library/SDL.pir

  Log Message:
  -----------
  [examples] SDL: print SDLLIBPATH= only on failure


  Commit: ebf2d6eac788d795a03f42ab24407625dc566e0c
      https://github.com/parrot/parrot/commit/ebf2d6eac788d795a03f42ab24407625dc566e0c
  Author: Reini Urban <rurban at cpanel.net>
  Date:   2015-01-14 (Wed, 14 Jan 2015)

  Changed paths:
    M examples/sdl/mandel.pir
    M runtime/parrot/library/SDL.pir

  Log Message:
  -----------
  SDL: simplify loader

there are no error messages, when loading a .so failed.
so do not bother the user with messages when everything went ok.


  Commit: 52a6a224623cb562dcf1fad0cea687ee76d160fd
      https://github.com/parrot/parrot/commit/52a6a224623cb562dcf1fad0cea687ee76d160fd
  Author: Reini Urban <rurban at cpanel.net>
  Date:   2015-01-14 (Wed, 14 Jan 2015)

  Changed paths:
    M t/examples/shootout.t

  Log Message:
  -----------
  t/examples/shootout.t: add timings, enable TEST_PROG_ARGS

-O1 and -O2 currently fails with fasta. A optimizer bug!


  Commit: ce88cfbebe3887e7d772e8a5cda7bdbd66676e2f
      https://github.com/parrot/parrot/commit/ce88cfbebe3887e7d772e8a5cda7bdbd66676e2f
  Author: Reini Urban <rurban at cpanel.net>
  Date:   2015-01-14 (Wed, 14 Jan 2015)

  Changed paths:
    M runtime/parrot/library/SDL/StopWatch.pir

  Log Message:
  -----------
  SDL: fix setattribute

need a str now. find_global was also deprecated with 2.9 TT #1660


  Commit: ba3c23e356060311dc192e7a0ec0bb1759785d1d
      https://github.com/parrot/parrot/commit/ba3c23e356060311dc192e7a0ec0bb1759785d1d
  Author: Reini Urban <rurban at cpanel.net>
  Date:   2015-01-14 (Wed, 14 Jan 2015)

  Changed paths:
    M examples/sdl/minesweeper/field.pir
    M examples/sdl/minesweeper/mines.pir
    M runtime/parrot/library/SDL/StopWatch.pir

  Log Message:
  -----------
  SDL: fight bitrot: wrong library/ paths, find_global GH #601


  Commit: e27571773bd361a471170b85f83b29f3dc791b18
      https://github.com/parrot/parrot/commit/e27571773bd361a471170b85f83b29f3dc791b18
  Author: Reini Urban <rurban at cpanel.net>
  Date:   2015-01-14 (Wed, 14 Jan 2015)

  Changed paths:
    M MANIFEST
    R examples/nci/sdl_blue_rectangle.pir
    M examples/sdl/minesweeper/field.pir
    M t/examples/catchall.t

  Log Message:
  -----------
  SDL: remove wrong examples/nci/sdl_blue_rectangle.pir

we have a modern nci examples/sdl/blue_rect.pir instead.
Closes #436


  Commit: 217930a2e927ad8c26cb7673e5563d49dc5a8c43
      https://github.com/parrot/parrot/commit/217930a2e927ad8c26cb7673e5563d49dc5a8c43
  Author: Reini Urban <rurban at cpanel.net>
  Date:   2015-01-14 (Wed, 14 Jan 2015)

  Changed paths:
    M examples/library/ncurses_life.pir
    M runtime/parrot/library/Curses.pir
    M runtime/parrot/library/SDL.pir
    M runtime/parrot/library/ncurses.declarations
    M runtime/parrot/library/ncurses.pir

  Log Message:
  -----------
  fix ncurses and Curses nci

nci: replace b by t, 234 do work now.
improve loadlib tries and add error handling.
examples/library/ncurses_life.pir tested ok


Compare: https://github.com/parrot/parrot/compare/eb37908642da...217930a2e927


More information about the parrot-commits mailing list