[parrot/parrot] ba88b0: change the NEWS entry. Too many files are having t...

noreply at github.com noreply at github.com
Wed Dec 1 19:23:25 UTC 2010


Branch: refs/heads/luben/gc_threshold_adjust
Home:   https://github.com/parrot/parrot

Commit: ba88b03c6b3702cd1fa66bea3fd7b8bdbe95e502
    https://github.com/parrot/parrot/commit/ba88b03c6b3702cd1fa66bea3fd7b8bdbe95e502
Author: Whiteknight <wknight8111 at gmail.com>
Date:   2010-11-25 (Thu, 25 Nov 2010)

Changed paths:
  M NEWS

Log Message:
-----------
change the NEWS entry. Too many files are having their functions updated to list individually


Commit: 139944dd36750da91cc96223fffa88b20209b496
    https://github.com/parrot/parrot/commit/139944dd36750da91cc96223fffa88b20209b496
Author: Whiteknight <wknight8111 at gmail.com>
Date:   2010-11-25 (Thu, 25 Nov 2010)

Changed paths:
  M ChangeLog
  M NEWS
  M compilers/imcc/debug.c
  M compilers/imcc/main.c
  M compilers/imcc/pbc.c
  M docs/dev/c_functions.pod
  M docs/embed.pod
  M docs/pdds/pdd23_exceptions.pod
  M examples/c/pbc_info.c
  M examples/c/test_main.c
  M include/parrot/embed.h
  M include/parrot/exit.h
  M src/debug.c
  M src/embed.c
  M src/exceptions.c
  M src/exit.c
  M src/interp/inter_create.c
  M src/main.c
  M src/packdump.c
  M src/parrot_debugger.c
  M src/pbc_disassemble.c
  M src/pbc_dump.c
  M src/pbc_merge.c
  M t/src/basic.t
  M t/src/embed.t
  M t/src/exit.t
  M t/src/extend.t
  M tools/dev/pbc_to_exe.pir

Log Message:
-----------
Merge branch 'exit_func_rename'


Commit: 3097140a8b5b791f63627382babcccb23b121f4c
    https://github.com/parrot/parrot/commit/3097140a8b5b791f63627382babcccb23b121f4c
Author: Whiteknight <wknight8111 at gmail.com>
Date:   2010-11-25 (Thu, 25 Nov 2010)

Changed paths:
  M docs/project/git_workflow.pod
  M docs/project/release_manager_guide.pod

Log Message:
-----------
Merge branch 'master' of github.com:parrot/parrot


Commit: dcb1b5b6d1d617283de8985c723065afe754fcc4
    https://github.com/parrot/parrot/commit/dcb1b5b6d1d617283de8985c723065afe754fcc4
Author: Matt Rajca <matt.rajca at me.com>
Date:   2010-11-25 (Thu, 25 Nov 2010)

Changed paths:
  M CREDITS
  M compilers/imcc/pcc.c
  M docs/embed.pod
  M include/parrot/misc.h
  M src/dynoplibs/math.ops
  M src/dynoplibs/sys.ops
  M src/exit.c
  M src/ops/core_ops.c
  M src/ops/math.ops
  M src/pmc/fixedintegerarray.pmc
  M src/pmc/fixedpmcarray.pmc
  M src/pmc/integer.pmc
  M src/pmc/scalar.pmc
  M src/string/api.c
  M src/string/encoding/shared.c
  M src/utils.c

Log Message:
-----------
Rename public functions in src/utils.c


Commit: 153eb8484eabe717d3fe3d6303945650e92845c5
    https://github.com/parrot/parrot/commit/153eb8484eabe717d3fe3d6303945650e92845c5
Author: Michael H. Hind <mike.hind at gmail.com>
Date:   2010-11-25 (Thu, 25 Nov 2010)

Changed paths:
  M src/exit.c

Log Message:
-----------
fix item detail to pass c_function_docs.t


Commit: 88a1a0cc31951343c8d0c54b4cb293613f50742a
    https://github.com/parrot/parrot/commit/88a1a0cc31951343c8d0c54b4cb293613f50742a
Author: Whiteknight <wknight8111 at gmail.com>
Date:   2010-11-26 (Fri, 26 Nov 2010)

Log Message:
-----------
Merge branch 'master' of github.com:parrot/parrot


Commit: 7ad73bd58ca2a092c67061891b8c4e7f91c1f9bc
    https://github.com/parrot/parrot/commit/7ad73bd58ca2a092c67061891b8c4e7f91c1f9bc
Author: Jonathan "Duke" Leto <jonathan at leto.net>
Date:   2010-11-26 (Fri, 26 Nov 2010)

Changed paths:
  M MANIFEST
  A t/pmc/addrinfo.t

Log Message:
-----------
[t] Add a basic test for the Addrinfo PMC


Commit: 61d023e235ff6fb6a83600f86d2d9b8b1d75c7f6
    https://github.com/parrot/parrot/commit/61d023e235ff6fb6a83600f86d2d9b8b1d75c7f6
Author: Jonathan "Duke" Leto <jonathan at leto.net>
Date:   2010-11-26 (Fri, 26 Nov 2010)

Changed paths:
  M MANIFEST
  R t/pmc/addrinfo.t

Log Message:
-----------
Revert "[t] Add a basic test for the Addrinfo PMC"

This reverts commit 7ad73bd58ca2a092c67061891b8c4e7f91c1f9bc.

This commit should have gone into the tt1798_ipv6 branch. I did
not releaze that the Addrinfo PMC was added in that branch.


Commit: a34696c8d8b895e5ffd9b24473e5aa8025bfa098
    https://github.com/parrot/parrot/commit/a34696c8d8b895e5ffd9b24473e5aa8025bfa098
Author: Michael H. Hind <mike.hind at gmail.com>
Date:   2010-11-26 (Fri, 26 Nov 2010)

Changed paths:
  M include/parrot/pointer_array.h
  M src/gc/gc_ms2.c
  M src/pointer_array.c

Log Message:
-----------
add patch (modified) from bacek++ to fix TT #1872


Commit: 9a7cfabd75c82e447606fcca53c1fb98059c0a5e
    https://github.com/parrot/parrot/commit/9a7cfabd75c82e447606fcca53c1fb98059c0a5e
Author: Vasily Chekalkin <bacek at bacek.com>
Date:   2010-11-26 (Fri, 26 Nov 2010)

Changed paths:
  M include/parrot/pointer_array.h

Log Message:
-----------
Properly calculate CELL_PER_CHUNK.


Commit: be8223984ff9490cd4d1d3900657d29b0e91ec60
    https://github.com/parrot/parrot/commit/be8223984ff9490cd4d1d3900657d29b0e91ec60
Author: Vasily Chekalkin <bacek at bacek.com>
Date:   2010-11-27 (Sat, 27 Nov 2010)

Changed paths:
  M src/gc/gc_ms2.c

Log Message:
-----------
One more fix of GC MS2 for tracing stack pointers. Strings are stored in different Pointer_Array


Commit: 0753977ca49604619a0c5937fe9f9e1a0e003668
    https://github.com/parrot/parrot/commit/0753977ca49604619a0c5937fe9f9e1a0e003668
Author: Michael H. Hind <mike.hind at gmail.com>
Date:   2010-11-27 (Sat, 27 Nov 2010)

Changed paths:
  M t/steps/auto/revision-01.t

Log Message:
-----------
fix test to aviod passing TODO's

I think this test is redundant at present as it was svn related
and should probably be removed from the repository


Commit: 4e441aab7fe1c62b4a0d2f0d6090bf45015602cd
    https://github.com/parrot/parrot/commit/4e441aab7fe1c62b4a0d2f0d6090bf45015602cd
Author: Allison Randal <allison at parrot.org>
Date:   2010-11-27 (Sat, 27 Nov 2010)

Changed paths:
  M ports/debian/changelog
  M ports/debian/rules

Log Message:
-----------
Updating Debian packaging files for 2.9.1 supported release.


Commit: f8989ddd8e0b2e1fd94bf53e41c99e8696955d89
    https://github.com/parrot/parrot/commit/f8989ddd8e0b2e1fd94bf53e41c99e8696955d89
Author: luben <karavelov at spnet.net>
Date:   2010-11-27 (Sat, 27 Nov 2010)

Changed paths:
  M CREDITS
  M ChangeLog
  M NEWS
  M compilers/imcc/debug.c
  M compilers/imcc/main.c
  M compilers/imcc/pbc.c
  M compilers/imcc/pcc.c
  M docs/dev/c_functions.pod
  M docs/embed.pod
  M docs/pdds/pdd23_exceptions.pod
  M examples/c/pbc_info.c
  M examples/c/test_main.c
  M include/parrot/embed.h
  M include/parrot/exit.h
  M include/parrot/misc.h
  M include/parrot/pointer_array.h
  M ports/debian/changelog
  M ports/debian/rules
  M src/debug.c
  M src/dynoplibs/math.ops
  M src/dynoplibs/sys.ops
  M src/embed.c
  M src/exceptions.c
  M src/exit.c
  M src/gc/gc_ms2.c
  M src/interp/inter_create.c
  M src/main.c
  M src/ops/core_ops.c
  M src/ops/math.ops
  M src/packdump.c
  M src/parrot_debugger.c
  M src/pbc_disassemble.c
  M src/pbc_dump.c
  M src/pbc_merge.c
  M src/pmc/fixedintegerarray.pmc
  M src/pmc/fixedpmcarray.pmc
  M src/pmc/integer.pmc
  M src/pmc/scalar.pmc
  M src/pointer_array.c
  M src/string/api.c
  M src/string/encoding/shared.c
  M src/utils.c
  M t/src/basic.t
  M t/src/embed.t
  M t/src/exit.t
  M t/src/extend.t
  M t/steps/auto/revision-01.t
  M tools/dev/pbc_to_exe.pir

Log Message:
-----------
Merge branch 'master' into luben/gc_threshold_adjust




More information about the parrot-commits mailing list