[parrot/parrot] e2dfe6: Added lstat io op for nqp, fixed os.lstat method. ...

GitHub noreply at github.com
Mon Nov 10 16:09:20 UTC 2014


  Branch: refs/heads/master
  Home:   https://github.com/parrot/parrot
  Commit: e2dfe60fafe73348bf12b9ab96d17aba3240969a
      https://github.com/parrot/parrot/commit/e2dfe60fafe73348bf12b9ab96d17aba3240969a
  Author: Reini Urban <rurban at cpanel.net>
  Date:   2014-11-10 (Mon, 10 Nov 2014)

  Changed paths:
    M ChangeLog
    M src/dynoplibs/io.ops
    M src/platform/generic/file.c
    M src/pmc/os.pmc

  Log Message:
  -----------
  Added lstat io op for nqp, fixed os.lstat method. #1129

nqp used stat on a symlink, which is wrong. provide the proper lstat pirop.
also fix the os.pmc lstat method which called stat()!.
Fixes GH #1129


  Commit: b0f48b777c7a9b55f2c7a93d54fcee7587234e3e
      https://github.com/parrot/parrot/commit/b0f48b777c7a9b55f2c7a93d54fcee7587234e3e
  Author: Reini Urban <rurban at cpanel.net>
  Date:   2014-11-10 (Mon, 10 Nov 2014)

  Changed paths:
    M ChangeLog
    M src/io/buffer.c

  Log Message:
  -----------
  [io] throw errors on illegal seek arguments, no assertions

Fixes #1130 and the relevant nqp test.


Compare: https://github.com/parrot/parrot/compare/6d8687cc133d...b0f48b777c7a


More information about the parrot-commits mailing list