[parrot/parrot] 34c160: remove files that I should not have added in the p...

GitHub noreply at github.com
Sun Apr 29 20:20:06 UTC 2012


  Branch: refs/heads/coke/rm_pasm
  Home:   https://github.com/parrot/parrot
  Commit: 34c160f1884cf0e6447730832a964dc4665c2bfa
      https://github.com/parrot/parrot/commit/34c160f1884cf0e6447730832a964dc4665c2bfa
  Author: Moritz Lenz <moritz at faui2k3.org>
  Date:   2012-04-29 (Sun, 29 Apr 2012)

  Changed paths:
    R runtime/parrot/include/call_bits.pir
    R runtime/parrot/include/cclass.pir
    R runtime/parrot/include/cloneflags.pir
    R runtime/parrot/include/datatypes.pir
    R runtime/parrot/include/dlopenflags.pir
    R runtime/parrot/include/errors.pir
    R runtime/parrot/include/except_severity.pir
    R runtime/parrot/include/except_types.pir
    R runtime/parrot/include/fp_equality.pir
    R runtime/parrot/include/hash_key_type.pir
    R runtime/parrot/include/iglobals.pir
    R runtime/parrot/include/interpcores.pir
    R runtime/parrot/include/interpdebug.pir
    R runtime/parrot/include/interpflags.pir
    R runtime/parrot/include/interpinfo.pir
    R runtime/parrot/include/interptrace.pir
    R runtime/parrot/include/iterator.pir
    R runtime/parrot/include/libpaths.pir
    R runtime/parrot/include/longopt.pir
    R runtime/parrot/include/packfile_annotation_key_type.pir
    R runtime/parrot/include/packfile_segments.pir
    R runtime/parrot/include/pmctypes.pir
    R runtime/parrot/include/signal.pir
    R runtime/parrot/include/socket.pir
    R runtime/parrot/include/stat.pir
    R runtime/parrot/include/stdio.pir
    R runtime/parrot/include/stringinfo.pir
    R runtime/parrot/include/sysinfo.pir
    R runtime/parrot/include/timer.pir
    R runtime/parrot/include/tm.pir
    R runtime/parrot/include/warnings.pir

  Log Message:
  -----------
  remove files that I should not have added in the previous commit


  Commit: 7a6b9dda86e47ae730dd9185d5c352a7b866201a
      https://github.com/parrot/parrot/commit/7a6b9dda86e47ae730dd9185d5c352a7b866201a
  Author: Moritz Lenz <moritz at faui2k3.org>
  Date:   2012-04-29 (Sun, 29 Apr 2012)

  Changed paths:
    M config/gen/makefiles/root.in

  Log Message:
  -----------
  change a few .pasm dependencies to .pir


  Commit: 1e2be1a5702148aaaeead63401e355bb0864a5e1
      https://github.com/parrot/parrot/commit/1e2be1a5702148aaaeead63401e355bb0864a5e1
  Author: Moritz Lenz <moritz at faui2k3.org>
  Date:   2012-04-29 (Sun, 29 Apr 2012)

  Changed paths:
    M compilers/pct/src/PAST/Compiler.pir
    M compilers/pct/src/PCT/Grammar.pir
    M compilers/pct/src/PCT/HLLCompiler.pir
    M compilers/pge/PGE/Exp.pir
    M compilers/pge/PGE/OPTable.pir
    M compilers/pge/PGE/P5Regex.pir
    M compilers/pge/PGE/Perl6Regex.pir
    M compilers/pge/PGE/Regex.pir
    M config/gen/core_pmcs.pm
    M docs/book/pir/ch04_variables.pod
    M docs/compiler_faq.pod
    M docs/dev/byteorder.pod
    M docs/pdds/pdd20_lexical_vars.pod
    M docs/pmc/struct.pod
    M docs/pmc/subs.pod
    M docs/user/pir/exceptions.pod
    M docs/user/pir/pmcs.pod
    M editor/mk_skeleton.pir
    M examples/benchmarks/float4.pir
    M examples/benchmarks/oo1.pir
    M examples/benchmarks/oo2.pir
    M examples/benchmarks/oo3.pir
    M examples/benchmarks/oo4.pasm
    M examples/benchmarks/overload.pir
    M examples/io/http.pir
    M examples/io/httpd.pir
    M examples/io/post.pir
    M examples/json/postalcodes.pir
    M examples/library/md5sum.pir
    M examples/namespace/namespace_dump.pir
    M examples/nci/Xlib.pir
    M examples/nci/ls.pir
    M examples/nci/sdl_blue_rectangle.pir
    M examples/opengl/shapes.pir
    M examples/opengl/static-triangle-hll.pir
    M examples/opengl/static-triangle.pir
    M examples/opengl/triangle.pir
    M examples/pge/demo.pir
    M examples/pir/coop_threads.pir
    M examples/pir/pirric.pir
    M examples/pir/quine_ord.pir
    M examples/pir/readline.pir
    M examples/pir/sudoku.pir
    M examples/sdl/lcd/clock.pir
    M examples/sdl/mandel.pir
    M examples/sdl/minesweeper/field.pir
    M examples/sdl/raw_pixels.pir
    M examples/sdl/tetris/app.pir
    M examples/shootout/knucleotide.pir
    M examples/shootout/regexdna.pir
    M ext/nqp-rx/src/stage0/HLL-s0.pir
    M ext/nqp-rx/src/stage0/NQP-s0.pir
    M ext/nqp-rx/src/stage0/P6Regex-s0.pir
    M ext/nqp-rx/src/stage0/Regex-s0.pir
    M ext/nqp-rx/t/p6regex/01-regex.t
    M include/parrot/cclass.h
    M include/parrot/datatypes.h
    M include/parrot/enums.h
    M include/parrot/exceptions.h
    M include/parrot/gc_api.h
    M include/parrot/hash.h
    M include/parrot/interpreter.h
    M include/parrot/io.h
    M include/parrot/library.h
    M include/parrot/longopt.h
    M include/parrot/packfile.h
    M include/parrot/platform_interface.h
    M include/parrot/scheduler.h
    M include/parrot/warnings.h
    M runtime/parrot/include/green_threads.pir
    M runtime/parrot/include/hllmacros.pir
    M runtime/parrot/library/Archive/Tar.pir
    M runtime/parrot/library/Archive/Zip.pir
    M runtime/parrot/library/Configure/genfile.pir
    M runtime/parrot/library/HTTP/Daemon.pir
    M runtime/parrot/library/HTTP/Message.pir
    M runtime/parrot/library/LWP/Protocol.pir
    M runtime/parrot/library/LWP/UserAgent.pir
    M runtime/parrot/library/MIME/Base64.pir
    M runtime/parrot/library/NCI/Utils.pir
    M runtime/parrot/library/OpenGL.pir
    M runtime/parrot/library/PGE/Text.pir
    M runtime/parrot/library/PGE/Util.pir
    M runtime/parrot/library/Parrot/Coroutine.pir
    M runtime/parrot/library/Pg.pir
    M runtime/parrot/library/SDL.pir
    M runtime/parrot/library/SDL/App.pir
    M runtime/parrot/library/SDL/StopWatch.pir
    M runtime/parrot/library/Stream/Combiner.pir
    M runtime/parrot/library/Stream/Sub.pir
    M runtime/parrot/library/Stream/Writer.pir
    M runtime/parrot/library/TAP/Parser.pir
    M runtime/parrot/library/TclLibrary.pir
    M runtime/parrot/library/URI.pir
    M runtime/parrot/library/distutils.pir
    M runtime/parrot/library/dumper.pir
    M runtime/parrot/library/libpcre.pir
    M runtime/parrot/library/osutils.pir
    M runtime/parrot/library/parrotlib.pir
    M runtime/parrot/library/pcre.pir
    M runtime/parrot/library/uuid.pir
    M runtime/parrot/library/yaml_dumper.pir
    M src/nci/framebuilder.pod
    M src/pmc/alarm.pmc
    M src/utils.c
    M t/compilers/imcc/syn/file.t
    M t/compilers/pct/past.t
    M t/compilers/pct/post.t
    M t/compilers/pge/06-grammar.t
    M t/compilers/pge/p5regex/p5rx.t
    M t/compilers/pge/perl6regex/01-regex.t
    M t/dynoplibs/io.t
    M t/dynoplibs/math.t
    M t/dynoplibs/obscure.t
    M t/dynoplibs/pmc_pow.t
    M t/dynoplibs/sysinfo.t
    M t/dynoplibs/time_old.t
    M t/dynoplibs/trans-old.t
    M t/dynoplibs/trans.t
    M t/dynpmc/foo-04.t
    M t/dynpmc/foo-05.t
    M t/dynpmc/foo-06.t
    M t/dynpmc/foo-07.t
    M t/dynpmc/gziphandle.t
    M t/dynpmc/os_unicode.t
    M t/dynpmc/rational.t
    M t/dynpmc/rotest.t
    M t/dynpmc/select.t
    M t/harness.pir
    M t/include/fp_equality.t
    M t/library/archive_zip.t
    M t/library/nciutils.t
    M t/library/osutils.t
    M t/library/parrotlib.t
    M t/library/pcre.t
    M t/library/pg.t
    M t/oo/composition.t
    M t/oo/new.t
    M t/oo/objects.t
    M t/oo/ops.t
    M t/oo/root_new.t
    M t/oo/subclass.t
    M t/op/64bit.t
    M t/op/arithmetics.t
    M t/op/arithmetics_pmc.t
    M t/op/calling.t
    M t/op/cc_params_old.t
    M t/op/gc-active-buffers.t
    M t/op/gc-leaky-box.t
    M t/op/gc-leaky-call.t
    M t/op/gc.t
    M t/op/integer.t
    M t/op/interp.t
    M t/op/lexicals.t
    M t/op/sprintf.t
    M t/op/string.t
    M t/op/string_cclass.t
    M t/op/string_cs.t
    M t/op/string_mem.t
    M t/op/stringu.t
    M t/op/time.t
    M t/pir/timer_exit.t
    M t/pmc/alarm.t
    M t/pmc/arrayiterator.t
    M t/pmc/bigint.t
    M t/pmc/bignum.t
    M t/pmc/boolean.t
    M t/pmc/bytebuffer.t
    M t/pmc/complex.t
    M t/pmc/config.t
    M t/pmc/coroutine.t
    M t/pmc/env.t
    M t/pmc/eval.t
    M t/pmc/exception.t
    M t/pmc/exceptionhandler.t
    M t/pmc/exporter.t
    M t/pmc/filehandle.t
    M t/pmc/fixedfloatarray.t
    M t/pmc/fixedpmcarray.t
    M t/pmc/float.t
    M t/pmc/hash.t
    M t/pmc/hashiterator.t
    M t/pmc/integer.t
    M t/pmc/iterator.t
    M t/pmc/lexinfo.t
    M t/pmc/managedstruct.t
    M t/pmc/namespace.t
    M t/pmc/nci.t
    M t/pmc/object-meths.t
    M t/pmc/opcode.t
    M t/pmc/oplib.t
    M t/pmc/orderedhash.t
    M t/pmc/orderedhashiterator.t
    M t/pmc/packfile.t
    M t/pmc/packfilerawsegment.t
    M t/pmc/parrotinterpreter.t
    M t/pmc/parrotio.t
    M t/pmc/pmcproxy.t
    M t/pmc/resizablebooleanarray.t
    M t/pmc/resizablefloatarray.t
    M t/pmc/resizablepmcarray.t
    M t/pmc/ro.t
    M t/pmc/schedulermessage.t
    M t/pmc/signal.t
    M t/pmc/socket.t
    M t/pmc/socket_ipv6.t
    M t/pmc/string.t
    M t/pmc/stringhandle.t
    M t/pmc/stringiterator.t
    M t/pmc/structview.t
    M t/pmc/sub.t
    M t/pmc/task.t
    M t/pmc/task_primes.t
    M t/pmc/testlib/packfile_common.pir
    M t/pmc/testlib/test_server.pir
    M t/pmc/testlib/test_server_ipv6.pir
    M t/pmc/timer.t
    M t/pmc/unmanagedstruct.t
    M tools/dev/nci_thunk_gen.pir
    M tools/dev/parrot-config.pir
    M tools/dev/pbc_to_exe.pir

  Log Message:
  -----------
  more runtime lib pasm -> pir

specifically, include the new .pir files, and instruct h2inc to create .pir
instead of .pasm


  Commit: 852ff1a3a0a37df2c4b41f1c1c3e99c31d9d1dd4
      https://github.com/parrot/parrot/commit/852ff1a3a0a37df2c4b41f1c1c3e99c31d9d1dd4
  Author: Moritz Lenz <moritz at faui2k3.org>
  Date:   2012-04-29 (Sun, 29 Apr 2012)

  Changed paths:
    M config/gen/config_pm/config_lib_pir.in

  Log Message:
  -----------
  update config_lib_pir.in to use .pir


  Commit: 0bca6dbf9789f636de3aea668fe1ae98c6f3062b
      https://github.com/parrot/parrot/commit/0bca6dbf9789f636de3aea668fe1ae98c6f3062b
  Author: Moritz Lenz <moritz at faui2k3.org>
  Date:   2012-04-29 (Sun, 29 Apr 2012)

  Changed paths:
    M include/parrot/interpreter.h
    M include/parrot/io.h
    M include/parrot/packfile.h
    M include/parrot/platform_interface.h
    M include/parrot/string.h

  Log Message:
  -----------
  update gen_from_def tags too


  Commit: 12fac49715d5bc2c65df3d7458a7c8dc3c63f74c
      https://github.com/parrot/parrot/commit/12fac49715d5bc2c65df3d7458a7c8dc3c63f74c
  Author: Moritz Lenz <moritz at faui2k3.org>
  Date:   2012-04-29 (Sun, 29 Apr 2012)

  Changed paths:
    M config/gen/config_pm/config_pir.in

  Log Message:
  -----------
  fix config.pir


  Commit: 22dbdd5323c6343876db98311f26fbbfb2ac6277
      https://github.com/parrot/parrot/commit/22dbdd5323c6343876db98311f26fbbfb2ac6277
  Author: Moritz Lenz <moritz at faui2k3.org>
  Date:   2012-04-29 (Sun, 29 Apr 2012)

  Changed paths:
    M MANIFEST.generated
    M frontend/parrot2/prt0.winxed
    M ports/cygwin/README
    M runtime/parrot/library/ProfTest/PIRProfile.nqp

  Log Message:
  -----------
  fix references to iglobals.pasm

we finally make it through the build again


Compare: https://github.com/parrot/parrot/compare/a10a75e...22dbdd5


More information about the parrot-commits mailing list