[parrot/parrot] 58cce6: reran the headerizer and got proper annotations

GitHub noreply at github.com
Sun Jun 24 15:35:36 UTC 2012


  Branch: refs/heads/whiteknight/io_cleanup1
  Home:   https://github.com/parrot/parrot
  Commit: 58cce6fe27bc235babd85b4ea40af36945d45d2f
      https://github.com/parrot/parrot/commit/58cce6fe27bc235babd85b4ea40af36945d45d2f
  Author: Andy Lester <andy at petdance.com>
  Date:   2012-06-19 (Tue, 19 Jun 2012)

  Changed paths:
    M include/parrot/exit.h

  Log Message:
  -----------
  reran the headerizer and got proper annotations


  Commit: 870463a69beee6d157f30f3ab97f63e16e0b90d8
      https://github.com/parrot/parrot/commit/870463a69beee6d157f30f3ab97f63e16e0b90d8
  Author: Andy Lester <andy at petdance.com>
  Date:   2012-06-19 (Tue, 19 Jun 2012)

  Changed paths:
    M src/runcore/subprof.c

  Log Message:
  -----------
  redid the #if on getticks() to wrap the contents of the function, but not the declaration


  Commit: 7e95bfb336cbbc511be4fcfb508d3879ab9f11e5
      https://github.com/parrot/parrot/commit/7e95bfb336cbbc511be4fcfb508d3879ab9f11e5
  Author: Alvis Yardley <ac.yardley at gmail.com>
  Date:   2012-06-20 (Wed, 20 Jun 2012)

  Changed paths:
    M docs/pdds/draft/pdd13_bytecode.pod

  Log Message:
  -----------
  This fixes the 'oddness' reported by rurban yesterday in #ps.


  Commit: cdde363267a50519a48e0ab261d099e129db4bab
      https://github.com/parrot/parrot/commit/cdde363267a50519a48e0ab261d099e129db4bab
  Author: Alvis Yardley <ac.yardley at gmail.com>
  Date:   2012-06-20 (Wed, 20 Jun 2012)

  Changed paths:
    M docs/pdds/draft/pdd01_overview.pod
    M docs/pdds/draft/pdd05_opfunc.pod
    M docs/pdds/draft/pdd06_pasm.pod
    M docs/pdds/draft/pdd08_keys.pod
    M docs/pdds/draft/pdd14_numbers.pod
    M docs/pdds/draft/pdd16_native_call.pod
    M docs/pdds/draft/pdd29_compiler_tools.pod
    M docs/pdds/pdd00_pdd.pod
    M docs/pdds/pdd03_calling_conventions.pod
    M docs/pdds/pdd07_codingstd.pod
    M docs/pdds/pdd09_gc.pod
    M docs/pdds/pdd10_embedding.pod
    M docs/pdds/pdd15_objects.pod
    M docs/pdds/pdd17_pmc.pod
    M docs/pdds/pdd18_security.pod
    M docs/pdds/pdd19_pir.pod
    M docs/pdds/pdd20_lexical_vars.pod
    M docs/pdds/pdd21_namespaces.pod
    M docs/pdds/pdd22_io.pod
    M docs/pdds/pdd23_exceptions.pod
    M docs/pdds/pdd24_events.pod
    M docs/pdds/pdd25_concurrency.pod
    M docs/pdds/pdd26_ast.pod
    M docs/pdds/pdd27_multiple_dispatch.pod
    M docs/pdds/pdd28_strings.pod
    M docs/pdds/pdd30_install.pod
    M docs/pdds/pdd_template.pod

  Log Message:
  -----------
  While I was here: This removes useless, empty lines between the '=head2 Abstract' and the '=head2 Synopsis' command paragraphs in most, but not all, of the pdds.


  Commit: 1bd030e48f5aaef520613abd572f9849be74811e
      https://github.com/parrot/parrot/commit/1bd030e48f5aaef520613abd572f9849be74811e
  Author: Alvis Yardley <ac.yardley at gmail.com>
  Date:   2012-06-21 (Thu, 21 Jun 2012)

  Changed paths:
    M include/parrot/parrot.h

  Log Message:
  -----------
  Make 'PARROT_MAGIC', at least, agree with the '*.pbc' files; although, it's unused and, evidently, useless.


  Commit: 5a43b68215b0cf3118f6c6a0aaef25fb2c4cb15f
      https://github.com/parrot/parrot/commit/5a43b68215b0cf3118f6c6a0aaef25fb2c4cb15f
  Author: jkeenan <jkeenan at cpan.org>
  Date:   2012-06-22 (Fri, 22 Jun 2012)

  Changed paths:
    M src/runcore/subprof.c

  Log Message:
  -----------
  [codingstd] Move ASSERT_ARGS to immediately after start of function. ayardley++


  Commit: 80a0c23c83a6f061b5ca8bfbe3eed3c063f2912c
      https://github.com/parrot/parrot/commit/80a0c23c83a6f061b5ca8bfbe3eed3c063f2912c
  Author: Whiteknight <wknight8111 at gmail.com>
  Date:   2012-06-24 (Sun, 24 Jun 2012)

  Changed paths:
    M docs/pdds/draft/pdd01_overview.pod
    M docs/pdds/draft/pdd05_opfunc.pod
    M docs/pdds/draft/pdd06_pasm.pod
    M docs/pdds/draft/pdd08_keys.pod
    M docs/pdds/draft/pdd13_bytecode.pod
    M docs/pdds/draft/pdd14_numbers.pod
    M docs/pdds/draft/pdd16_native_call.pod
    M docs/pdds/draft/pdd29_compiler_tools.pod
    M docs/pdds/pdd00_pdd.pod
    M docs/pdds/pdd03_calling_conventions.pod
    M docs/pdds/pdd07_codingstd.pod
    M docs/pdds/pdd09_gc.pod
    M docs/pdds/pdd10_embedding.pod
    M docs/pdds/pdd15_objects.pod
    M docs/pdds/pdd17_pmc.pod
    M docs/pdds/pdd18_security.pod
    M docs/pdds/pdd19_pir.pod
    M docs/pdds/pdd20_lexical_vars.pod
    M docs/pdds/pdd21_namespaces.pod
    M docs/pdds/pdd22_io.pod
    M docs/pdds/pdd23_exceptions.pod
    M docs/pdds/pdd24_events.pod
    M docs/pdds/pdd25_concurrency.pod
    M docs/pdds/pdd26_ast.pod
    M docs/pdds/pdd27_multiple_dispatch.pod
    M docs/pdds/pdd28_strings.pod
    M docs/pdds/pdd30_install.pod
    M docs/pdds/pdd_template.pod
    M include/parrot/parrot.h
    M src/runcore/subprof.c

  Log Message:
  -----------
  Merge branch 'master' into whiteknight/io_cleanup1


  Commit: f28a4ef6d0a917a06ccd2428de3dedc75cad46be
      https://github.com/parrot/parrot/commit/f28a4ef6d0a917a06ccd2428de3dedc75cad46be
  Author: Whiteknight <wknight8111 at gmail.com>
  Date:   2012-06-24 (Sun, 24 Jun 2012)

  Changed paths:
    M include/parrot/io.h
    M src/io/api.c
    M src/io/buffer.c
    M src/io/filehandle.c
    M src/io/pipe.c
    M src/io/socket.c
    M src/io/stringhandle.c
    M src/io/utilities.c

  Log Message:
  -----------
  Add in a new ->set_eof function to the io_vtable. Use that to set the EOF flag at a much higher level, ignoring low-level buffer-initiated reads that pass EOF on the file descriptor.


Compare: https://github.com/parrot/parrot/compare/5e00f2fd9e3a...f28a4ef6d0a9


More information about the parrot-commits mailing list