[parrot/parrot] 40ab27: Added in a simple DESCRIPTION

GitHub noreply at github.com
Wed Jun 6 06:01:58 UTC 2012


  Branch: refs/heads/ayardley/pod_DESCRIPTIONS
  Home:   https://github.com/parrot/parrot
  Commit: 40ab27488b9316272b24b0f6584b800da55a1ff9
      https://github.com/parrot/parrot/commit/40ab27488b9316272b24b0f6584b800da55a1ff9
  Author: Alvis Yardley <ac.yardley at gmail.com>
  Date:   2012-06-02 (Sat, 02 Jun 2012)

  Changed paths:
    M examples/sdl/move_parrot_logo.pir

  Log Message:
  -----------
  Added in a simple DESCRIPTION


  Commit: 800d58c6162e20aed42ab65152e8eddb8c180931
      https://github.com/parrot/parrot/commit/800d58c6162e20aed42ab65152e8eddb8c180931
  Author: Alvis Yardley <ac.yardley at gmail.com>
  Date:   2012-06-02 (Sat, 02 Jun 2012)

  Changed paths:
    M examples/sdl/move_parrot_logo.pir

  Log Message:
  -----------
  Oops! Removed 'DESCRIPTION' and renamed 'TITLE' to 'DESCRIPTION'.


  Commit: 4346f516e98015beee4c226ad0ffaf1077233559
      https://github.com/parrot/parrot/commit/4346f516e98015beee4c226ad0ffaf1077233559
  Author: Alvis Yardley <ac.yardley at gmail.com>
  Date:   2012-06-02 (Sat, 02 Jun 2012)

  Changed paths:
    M examples/sdl/raw_pixels.pir

  Log Message:
  -----------
  Renamed 'TITLE' to 'DESCRIPTION'.


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

  Changed paths:
    M examples/sdl/tetris/app.pir
    M examples/sdl/tetris/block.pir
    M examples/sdl/tetris/blockdata.pir
    M examples/sdl/tetris/blocks.pir
    M examples/sdl/tetris/board.pir
    M examples/sdl/tetris/boarddata.pir
    M examples/sdl/tetris/eventhandler.pir
    M examples/sdl/tetris/tetris.pir

  Log Message:
  -----------
  Renamved 'TITLE' to 'DESCRIPTION'.


  Commit: 8ef8a541e8dd5bf6ee215ab181f63a1c1d0acf14
      https://github.com/parrot/parrot/commit/8ef8a541e8dd5bf6ee215ab181f63a1c1d0acf14
  Author: Alvis Yardley <ac.yardley at gmail.com>
  Date:   2012-06-02 (Sat, 02 Jun 2012)

  Changed paths:
    M examples/streams/Bytes.pir
    M examples/streams/Combiner.pir
    M examples/streams/Coroutine.pir
    M examples/streams/FileLines.pir
    M examples/streams/Filter.pir
    M examples/streams/Include.pir
    M examples/streams/Lines.pir
    M examples/streams/ParrotIO.pir
    M examples/streams/SubCounter.pir
    M examples/streams/SubHello.pir
    M examples/streams/Writer.pir

  Log Message:
  -----------
  Updated top '=head1' cp from the textual description present to 'DESCRIPTION'.


  Commit: 22b6a86579efa52937749e79a003427915066503
      https://github.com/parrot/parrot/commit/22b6a86579efa52937749e79a003427915066503
  Author: Alvis Yardley <ac.yardley at gmail.com>
  Date:   2012-06-02 (Sat, 02 Jun 2012)

  Changed paths:
    M examples/tge/branch/lib/Branch.pir
    M examples/tge/branch/lib/Leaf.pir

  Log Message:
  -----------
  Filled-in empty 'DESCRIPTION' cp.


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

  Changed paths:
    M t/codingstd/240_files_without_DESCRIPTION.log

  Log Message:
  -----------
  Just updating the log file.


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

  Changed paths:
    M examples/tutorial/00_README.pod
    M examples/tutorial/01_temp_var.pir
    M examples/tutorial/02_local_var.pir
    M examples/tutorial/03_temp_var_basic_pmcs.pir
    M examples/tutorial/04_pod_comments.pir
    M examples/tutorial/10_math_ops.pir
    M examples/tutorial/11_math_ops_self_mod.pir
    M examples/tutorial/12_math_ops_pasm.pir
    M examples/tutorial/13_logical_ops.pir
    M examples/tutorial/20_string_ops.pir
    M examples/tutorial/21_string_ops_repeat.pir
    M examples/tutorial/22_string_ops_length.pir
    M examples/tutorial/23_string_ops_substr.pir
    M examples/tutorial/24_string_ops_clone.pir
    M examples/tutorial/30_arrays_basic.pir
    M examples/tutorial/31_array_ops_split.pir
    M examples/tutorial/32_array_ops_sprintf.pir
    M examples/tutorial/33_hashes.pir
    M examples/tutorial/34_multikey.pir
    M examples/tutorial/40_file_ops.pir
    M examples/tutorial/50_goto.pir
    M examples/tutorial/51_if_unless.pir
    M examples/tutorial/52_if_compare.pir
    M examples/tutorial/53_loop.pir
    M examples/tutorial/55_iterator.pir
    M examples/tutorial/56_defined.pir
    M examples/tutorial/57_exists.pir
    M examples/tutorial/60_subroutines.pir
    M examples/tutorial/61_namespaces.pir
    M examples/tutorial/62_namespaces.pir
    M examples/tutorial/70_class_object.pir
    M examples/tutorial/81_continuation.pir
    M examples/tutorial/82_coroutine.pir
    M examples/tutorial/83_external_libraries.pir
    M examples/tutorial/90_writing_tests.pir

  Log Message:
  -----------
  Added DESCRIPTION and some minor edits.


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

  Changed paths:
    M t/codingstd/240_files_without_DESCRIPTION.log

  Log Message:
  -----------
  Just logging the edited files.


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

  Changed paths:
    M runtime/parrot/include/green_threads.pir
    M runtime/parrot/include/hllmacros.pir
    M runtime/parrot/include/test_more.pir

  Log Message:
  -----------
  Added DESCRIPTION and some minor edits.


  Commit: 96843ac19113aefeb33a3a0e31b8e0c65f42b14e
      https://github.com/parrot/parrot/commit/96843ac19113aefeb33a3a0e31b8e0c65f42b14e
  Author: Alvis Yardley <ac.yardley at gmail.com>
  Date:   2012-06-03 (Sun, 03 Jun 2012)

  Changed paths:
    M runtime/parrot/library/CGI/QueryHash.pir
    M runtime/parrot/library/Config/JSON.pir
    M runtime/parrot/library/HTTP/Daemon.pir
    M runtime/parrot/library/HTTP/Message.pir
    M runtime/parrot/library/JSON.pir
    M runtime/parrot/library/LWP/Protocol.pir
    M runtime/parrot/library/LWP/UserAgent.pir
    M runtime/parrot/library/PGE/Dumper.pir
    M runtime/parrot/library/Range.pir
    M runtime/parrot/library/Stream/Writer.pir
    M runtime/parrot/library/String/Utils.pir
    M runtime/parrot/library/TAP/Formatter.pir
    M runtime/parrot/library/TAP/Harness.pir
    M runtime/parrot/library/TAP/Parser.pir
    M runtime/parrot/library/Test/Builder/Test.pir
    M runtime/parrot/library/URI.pir
    M runtime/parrot/library/distutils.pir
    M runtime/parrot/library/dumper.pir
    M runtime/parrot/library/parrotlib.pir

  Log Message:
  -----------
  Added DESCRIPTION and some minor edits.


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

  Changed paths:
    M src/alarm.c
    M src/dynpmc/README.pod
    M src/gc/gc_ms2.c
    M src/platform/generic/socket.c
    M src/pmc/callback.pmc
    M src/pointer_array.c
    M src/runcore/subprof.c

  Log Message:
  -----------
  Added DESCRIPTION and minor edits.


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

  Changed paths:
    M t/TESTS_STATUS.pod
    M t/codingstd/pccmethod_deps.t
    M t/dynoplibs/time.t
    M t/harness
    M t/op/time.t
    M t/pmc/opcode.t
    M t/pmc/oplib.t
    M t/pmc/task_primes.t

  Log Message:
  -----------
  Added DESCRIPTION and some minor edits.


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

  Changed paths:
    M tools/dev/merge_pull_request.pl
    M tools/release/cut.pl

  Log Message:
  -----------
  Added DESCRIPTION and some minor edits.


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

  Changed paths:
    M compilers/imcc/imcc.y

  Log Message:
  -----------
  I've tried to add some pod, to include a DESCRIPTION, at the top of the file. We'll see if it works.


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

  Changed paths:
    M t/codingstd/240_files_without_DESCRIPTION.log

  Log Message:
  -----------
  Completed, most, of the edits, but I still need to test.


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

  Changed paths:
    M lib/Parrot/Test/Pod.pm

  Log Message:
  -----------
  Fixed typo.


  Commit: 35375528db2c43a97fc9d102fcb481832db5f687
      https://github.com/parrot/parrot/commit/35375528db2c43a97fc9d102fcb481832db5f687
  Author: Alvis Yardley <ac.yardley at gmail.com>
  Date:   2012-06-05 (Tue, 05 Jun 2012)

  Changed paths:
    M lib/Parrot/Test/Pod.pm

  Log Message:
  -----------
  Updated to exclude 'docs/pdds' and 'docs/pdds/draft' from the test for DESCRIPTION. There are two reasons for this exclusion: (1) 'pdds' have their own, specific format set out in 'docs/pdds/pdd00_pdd.pod' and 'docs/pdds/pdd_template.pod' and (2) we already test the POD for 'pdds' in 't/codingstd/pdd_format.t'.


  Commit: 12c211a45102aca4f8a75aa51e99b3d9ed3d55c6
      https://github.com/parrot/parrot/commit/12c211a45102aca4f8a75aa51e99b3d9ed3d55c6
  Author: Alvis Yardley <ac.yardley at gmail.com>
  Date:   2012-06-05 (Tue, 05 Jun 2012)

  Changed paths:
    M t/codingstd/pod_description.t

  Log Message:
  -----------
  Added a'bit of pod about how you can use '% perl t/codingstd/pod_description.t' to find which files fail to pass the test.


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

  Changed paths:
    M t/codingstd/pod_description.t

  Log Message:
  -----------
  Changed that to 'prove -v t/codingstd/pod_description.t'.


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

  Changed paths:
    M docs/parrotbyte.pod

  Log Message:
  -----------
  Fixed typo


  Commit: 071600bb1933c977f9a8da706408bb5feea402cf
      https://github.com/parrot/parrot/commit/071600bb1933c977f9a8da706408bb5feea402cf
  Author: Alvis Yardley <ac.yardley at gmail.com>
  Date:   2012-06-05 (Tue, 05 Jun 2012)

  Changed paths:
    M examples/languages/squaak/doc/tutorial_episode_3.pod

  Log Message:
  -----------
  Fixed typo


  Commit: 75563adc448e18836f2bf85dde60b7d8dd0ea157
      https://github.com/parrot/parrot/commit/75563adc448e18836f2bf85dde60b7d8dd0ea157
  Author: Alvis Yardley <ac.yardley at gmail.com>
  Date:   2012-06-05 (Tue, 05 Jun 2012)

  Changed paths:
    M examples/languages/squaak/squaak.pir

  Log Message:
  -----------
  Missed a '=head2 DESCRIPTION'. Fixed.


  Commit: 53b4757c8452d0163425d50cd51fcb6009eda3f4
      https://github.com/parrot/parrot/commit/53b4757c8452d0163425d50cd51fcb6009eda3f4
  Author: Alvis Yardley <ac.yardley at gmail.com>
  Date:   2012-06-05 (Tue, 05 Jun 2012)

  Changed paths:
    M examples/languages/squaak/src/squaak.pir

  Log Message:
  -----------
  Missed another '=head2 DESCRIPTION'. Fixed.


  Commit: 89b4a0aec872a62ad56c14f6b77bef59d411963f
      https://github.com/parrot/parrot/commit/89b4a0aec872a62ad56c14f6b77bef59d411963f
  Author: Alvis Yardley <ac.yardley at gmail.com>
  Date:   2012-06-05 (Tue, 05 Jun 2012)

  Changed paths:
    M runtime/parrot/languages/parrot/parrot.pir

  Log Message:
  -----------
  Just missed it in the first go. Fixed.


  Commit: 33b5a2fed8100c11d37dc9b9cc7033bdfb5ccef7
      https://github.com/parrot/parrot/commit/33b5a2fed8100c11d37dc9b9cc7033bdfb5ccef7
  Author: Alvis Yardley <ac.yardley at gmail.com>
  Date:   2012-06-05 (Tue, 05 Jun 2012)

  Changed paths:
    M compilers/imcc/imcparser.c

  Log Message:
  -----------
  Added in some POD to satisfy 't/codingstd/pod_description.t'.


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

  Changed paths:
    M t/codingstd/240_files_without_DESCRIPTION.log

  Log Message:
  -----------
  Update the log file. Note: I'll have to delete this *before* merging this branch.


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

  Changed paths:
    M compilers/imcc/imcparser.c

  Log Message:
  -----------
  Rearranged POD 'cause where I had it broke 'make'.


  Commit: 41387d2189d4620d430e86ea4dbe52c611c12836
      https://github.com/parrot/parrot/commit/41387d2189d4620d430e86ea4dbe52c611c12836
  Author: Alvis Yardley <ac.yardley at gmail.com>
  Date:   2012-06-05 (Tue, 05 Jun 2012)

  Changed paths:
    M compilers/imcc/imcparser.c

  Log Message:
  -----------
  Restored back to see if 'make' works. Basically, just checking.


  Commit: 89ca2655affb7ba00e2846bd71cb4b6774da3ab4
      https://github.com/parrot/parrot/commit/89ca2655affb7ba00e2846bd71cb4b6774da3ab4
  Author: Alvis Yardley <ac.yardley at gmail.com>
  Date:   2012-06-05 (Tue, 05 Jun 2012)

  Changed paths:
    M compilers/imcc/imcc.y

  Log Message:
  -----------
  I think this should get it. I completely wasn't paying attention. 'imcc.y' is the parser file for 'imcparser.c'. So, this should get it.


  Commit: 554227b106c29ff27c4cf349266305fa35002b4e
      https://github.com/parrot/parrot/commit/554227b106c29ff27c4cf349266305fa35002b4e
  Author: Alvis Yardley <ac.yardley at gmail.com>
  Date:   2012-06-05 (Tue, 05 Jun 2012)

  Changed paths:
    M compilers/imcc/imcparser.c

  Log Message:
  -----------
  Ok. This is the last commit before I stick this in the exclusion list.


  Commit: 02f0fe0c7ee3a53d3f78a0a2b06066575445d4ec
      https://github.com/parrot/parrot/commit/02f0fe0c7ee3a53d3f78a0a2b06066575445d4ec
  Author: Alvis Yardley <ac.yardley at gmail.com>
  Date:   2012-06-05 (Tue, 05 Jun 2012)

  Changed paths:
    M CREDITS

  Log Message:
  -----------
  Removed the '=pod' command paragraph at the top and the '=cut' command paragraph and the bottom because there is no other pod in this document and, truth be told, this is NOT really a Pod file. So, basically, de-minimal-podify this document.


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

  Changed paths:
    M examples/sdl/blue_rect.pir

  Log Message:
  -----------
  Removed some accidentail, extra space.


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

  Changed paths:
    M examples/sdl/mandel.pir

  Log Message:
  -----------
  Removed some extra space.


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

  Changed paths:
    M t/pmc/opcode.t

  Log Message:
  -----------
  Removed some extra, accidental space.


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

  Changed paths:
    M runtime/parrot/library/CGI/QueryHash.pir

  Log Message:
  -----------
  Removed some extra, accidental space.


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

  Changed paths:
    M runtime/parrot/library/String/Utils.pir

  Log Message:
  -----------
  Removed extra, accidental space.


  Commit: 183526cf24865b0c7d5d440a74200e793da8bca7
      https://github.com/parrot/parrot/commit/183526cf24865b0c7d5d440a74200e793da8bca7
  Author: Alvis Yardley <ac.yardley at gmail.com>
  Date:   2012-06-05 (Tue, 05 Jun 2012)

  Changed paths:
    M t/tools/dump_pbc.t

  Log Message:
  -----------
  Updated test to reflect the edit in 'examples/tutorial/01_temp_var.pir'.


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

  Changed paths:
    M t/examples/streams.t

  Log Message:
  -----------
  Update the test to reflect the changes, i.e., '=head1 DESCRIPTION'.


  Commit: 4236c9d0d82d7ba5d83e208e90952e56a2f4a945
      https://github.com/parrot/parrot/commit/4236c9d0d82d7ba5d83e208e90952e56a2f4a945
  Author: Alvis Yardley <ac.yardley at gmail.com>
  Date:   2012-06-05 (Tue, 05 Jun 2012)

  Changed paths:
    M t/examples/streams.t

  Log Message:
  -----------
  Just had to tweak the heredoc on 'ParrotIO.pir' a'bit.


  Commit: 0e451e6a902f9e5b41ad0d27697b6b696d57aafc
      https://github.com/parrot/parrot/commit/0e451e6a902f9e5b41ad0d27697b6b696d57aafc
  Author: Alvis Yardley <ac.yardley at gmail.com>
  Date:   2012-06-05 (Tue, 05 Jun 2012)

  Changed paths:
    R t/codingstd/240_files_without_DESCRIPTION.log

  Log Message:
  -----------
  Removed log file which held all of the 't/codingstd/pod_description.t' test which failed to pass.


Compare: https://github.com/parrot/parrot/compare/36a3158...0e451e6


More information about the parrot-commits mailing list