[svn:parrot] r46842 - in branches/gsoc_past_optimization: . compilers/data_json compilers/imcc compilers/pct compilers/pge compilers/tge config/auto/sizes config/auto/zlib docs/book/draft docs/book/pct docs/dev docs/pdds examples/embed examples/languages/abc examples/languages/squaak examples/pge ext/nqp-rx include/parrot lib/Parrot lib/Parrot/Configure/Step ports/cygwin ports/debian ports/fedora/2.3.0 ports/suse/2.2.0 runtime/parrot/languages runtime/parrot/library runtime/parrot/library/Math src/call src/gc src/interp src/runcore t/compilers/tge t/oo t/pmc t/src t/steps/init/hints tools/build tools/dev tools/util

tcurtis at svn.parrot.org tcurtis at svn.parrot.org
Fri May 21 06:56:15 UTC 2010


Author: tcurtis
Date: Fri May 21 06:56:15 2010
New Revision: 46842
URL: https://trac.parrot.org/parrot/changeset/46842

Log:
Revert failed attempt to sync with trunk.

Modified:
   branches/gsoc_past_optimization/   (props changed)
   branches/gsoc_past_optimization/compilers/data_json/Rules.mak   (props changed)
   branches/gsoc_past_optimization/compilers/imcc/Rules.in   (props changed)
   branches/gsoc_past_optimization/compilers/pct/Rules.mak   (props changed)
   branches/gsoc_past_optimization/compilers/pge/Rules.mak   (props changed)
   branches/gsoc_past_optimization/compilers/tge/Rules.mak   (props changed)
   branches/gsoc_past_optimization/config/auto/sizes/intval_maxmin_c.in   (props changed)
   branches/gsoc_past_optimization/config/auto/zlib/   (props changed)
   branches/gsoc_past_optimization/docs/book/draft/README   (props changed)
   branches/gsoc_past_optimization/docs/book/draft/appa_glossary.pod   (props changed)
   branches/gsoc_past_optimization/docs/book/draft/appb_patch_submission.pod   (props changed)
   branches/gsoc_past_optimization/docs/book/draft/appc_command_line_options.pod   (props changed)
   branches/gsoc_past_optimization/docs/book/draft/appd_build_options.pod   (props changed)
   branches/gsoc_past_optimization/docs/book/draft/appe_source_code.pod   (props changed)
   branches/gsoc_past_optimization/docs/book/draft/ch01_introduction.pod   (props changed)
   branches/gsoc_past_optimization/docs/book/draft/ch02_getting_started.pod   (props changed)
   branches/gsoc_past_optimization/docs/book/draft/ch07_dynpmcs.pod   (props changed)
   branches/gsoc_past_optimization/docs/book/draft/ch08_dynops.pod   (props changed)
   branches/gsoc_past_optimization/docs/book/draft/ch10_opcode_reference.pod   (props changed)
   branches/gsoc_past_optimization/docs/book/draft/ch11_directive_reference.pod   (props changed)
   branches/gsoc_past_optimization/docs/book/draft/ch12_operator_reference.pod   (props changed)
   branches/gsoc_past_optimization/docs/book/draft/chXX_hlls.pod   (props changed)
   branches/gsoc_past_optimization/docs/book/draft/chXX_library.pod   (props changed)
   branches/gsoc_past_optimization/docs/book/draft/chXX_testing_and_debugging.pod   (props changed)
   branches/gsoc_past_optimization/docs/book/pct/ch01_introduction.pod   (props changed)
   branches/gsoc_past_optimization/docs/book/pct/ch02_getting_started.pod   (props changed)
   branches/gsoc_past_optimization/docs/book/pct/ch03_compiler_tools.pod   (props changed)
   branches/gsoc_past_optimization/docs/book/pct/ch04_pge.pod   (props changed)
   branches/gsoc_past_optimization/docs/book/pct/ch05_nqp.pod   (props changed)
   branches/gsoc_past_optimization/docs/dev/c_functions.pod   (props changed)
   branches/gsoc_past_optimization/docs/pdds/pdd30_install.pod   (props changed)
   branches/gsoc_past_optimization/examples/embed/cotorra.c   (props changed)
   branches/gsoc_past_optimization/examples/languages/abc/   (props changed)
   branches/gsoc_past_optimization/examples/languages/squaak/   (props changed)
   branches/gsoc_past_optimization/examples/pge/demo.pir   (props changed)
   branches/gsoc_past_optimization/ext/nqp-rx/Rules.mak   (props changed)
   branches/gsoc_past_optimization/include/parrot/call.h   (props changed)
   branches/gsoc_past_optimization/include/parrot/gc_api.h   (props changed)
   branches/gsoc_past_optimization/include/parrot/runcore_api.h   (props changed)
   branches/gsoc_past_optimization/include/parrot/runcore_profiling.h   (props changed)
   branches/gsoc_past_optimization/include/parrot/runcore_trace.h   (props changed)
   branches/gsoc_past_optimization/lib/Parrot/Configure/Step/Test.pm   (props changed)
   branches/gsoc_past_optimization/lib/Parrot/H2inc.pm   (props changed)
   branches/gsoc_past_optimization/ports/cygwin/parrot-1.0.0-1.cygport   (props changed)
   branches/gsoc_past_optimization/ports/debian/libparrot-dev.install.in   (props changed)
   branches/gsoc_past_optimization/ports/debian/libparrot.install.in   (props changed)
   branches/gsoc_past_optimization/ports/debian/parrot-doc.install.in   (props changed)
   branches/gsoc_past_optimization/ports/debian/parrot.install.in   (props changed)
   branches/gsoc_past_optimization/ports/fedora/2.3.0/   (props changed)
   branches/gsoc_past_optimization/ports/suse/2.2.0/   (props changed)
   branches/gsoc_past_optimization/runtime/parrot/languages/   (props changed)
   branches/gsoc_past_optimization/runtime/parrot/library/Math/Rand.pir   (props changed)
   branches/gsoc_past_optimization/runtime/parrot/library/Rules.mak   (props changed)
   branches/gsoc_past_optimization/src/call/ops.c   (props changed)
   branches/gsoc_past_optimization/src/call/pcc.c   (props changed)
   branches/gsoc_past_optimization/src/gc/alloc_memory.c   (props changed)
   branches/gsoc_past_optimization/src/gc/alloc_resources.c   (props changed)
   branches/gsoc_past_optimization/src/gc/api.c   (props changed)
   branches/gsoc_past_optimization/src/gc/malloc.c   (props changed)
   branches/gsoc_past_optimization/src/gc/malloc_trace.c   (props changed)
   branches/gsoc_past_optimization/src/gc/mark_sweep.c   (props changed)
   branches/gsoc_past_optimization/src/gc/system.c   (props changed)
   branches/gsoc_past_optimization/src/interp/inter_cb.c   (props changed)
   branches/gsoc_past_optimization/src/interp/inter_create.c   (props changed)
   branches/gsoc_past_optimization/src/interp/inter_misc.c   (props changed)
   branches/gsoc_past_optimization/src/runcore/cores.c   (props changed)
   branches/gsoc_past_optimization/src/runcore/main.c   (props changed)
   branches/gsoc_past_optimization/src/runcore/profiling.c   (props changed)
   branches/gsoc_past_optimization/src/runcore/trace.c   (props changed)
   branches/gsoc_past_optimization/t/compilers/tge/NoneGrammar.tg   (props changed)
   branches/gsoc_past_optimization/t/oo/root_new.t   (props changed)
   branches/gsoc_past_optimization/t/pmc/namespace-old.t   (props changed)
   branches/gsoc_past_optimization/t/src/embed.t   (props changed)
   branches/gsoc_past_optimization/t/steps/init/hints/linux-01.t   (props changed)
   branches/gsoc_past_optimization/tools/build/h2inc.pl   (props changed)
   branches/gsoc_past_optimization/tools/dev/fetch_languages.pl   (props changed)
   branches/gsoc_past_optimization/tools/dev/mk_gitignore.pl   (props changed)
   branches/gsoc_past_optimization/tools/util/perlcritic-cage.conf   (props changed)


More information about the parrot-commits mailing list