[parrot/parrot] a522f2: comment out the functions in the frontend that cal...

noreply at github.com noreply at github.com
Thu Jan 27 02:13:28 UTC 2011


Branch: refs/heads/whiteknight/imcc_compreg_pmc
Home:   https://github.com/parrot/parrot

Commit: a522f266e89ce7573c83869da69de03abf11893c
    https://github.com/parrot/parrot/commit/a522f266e89ce7573c83869da69de03abf11893c
Author: Whiteknight <wknight8111 at gmail.com>
Date:   2011-01-26 (Wed, 26 Jan 2011)

Changed paths:
  M compilers/imcc/pcc.c
  M frontend/parrot/main.c

Log Message:
-----------
comment out the functions in the frontend that call IMCC, since those functions no longer exist. Fix build errors in compilers/imcc/pcc.c. miniparrot now builds (but with no calls in to IMCC, it does nothing)


Commit: c6da3a6f7d6a29619e114b9bf90fac777d7f4d1a
    https://github.com/parrot/parrot/commit/c6da3a6f7d6a29619e114b9bf90fac777d7f4d1a
Author: Whiteknight <wknight8111 at gmail.com>
Date:   2011-01-26 (Wed, 26 Jan 2011)

Changed paths:
  M compilers/imcc/pcc.c
  M frontend/parrot/main.c

Log Message:
-----------
Merge branch 'whiteknight/imcc_info_struct' into whiteknight/imcc_new_api


Commit: 419f040104c7321b70a5a80f23c2570904fa3921
    https://github.com/parrot/parrot/commit/419f040104c7321b70a5a80f23c2570904fa3921
Author: Whiteknight <wknight8111 at gmail.com>
Date:   2011-01-26 (Wed, 26 Jan 2011)

Changed paths:
  M compilers/imcc/imc.h
  M compilers/imcc/imcc.l
  M compilers/imcc/imcc.y
  M compilers/imcc/imclexer.c
  M compilers/imcc/imcparser.c
  M compilers/imcc/imcparser.h
  M compilers/imcc/main.c
  M compilers/imcc/parser.h
  A compilers/imcc/yyscanner.h
  M src/embed.c

Log Message:
-----------
headerizer. Add a new yyscanner.h file so we can use the definition of yyscan_t everywhere instead of occasionally calling it a void*.


Commit: 792ff99f13ed15a01f706669883961f2f0d37fa6
    https://github.com/parrot/parrot/commit/792ff99f13ed15a01f706669883961f2f0d37fa6
Author: Whiteknight <wknight8111 at gmail.com>
Date:   2011-01-26 (Wed, 26 Jan 2011)

Changed paths:
  M compilers/imcc/main.c

Log Message:
-----------
several small fixes so that all files compile. miniparrot does not link because of missing symbols


Commit: 71e3fcd9db6cd34b3a9078a508e1e24489782797
    https://github.com/parrot/parrot/commit/71e3fcd9db6cd34b3a9078a508e1e24489782797
Author: Whiteknight <wknight8111 at gmail.com>
Date:   2011-01-26 (Wed, 26 Jan 2011)

Changed paths:
  M compilers/imcc/imc.h
  M compilers/imcc/imcc.l
  M compilers/imcc/imclexer.c
  M compilers/imcc/main.c
  M src/embed.c

Log Message:
-----------
miniparrot links. No sense trying to run it, it isn't making any calls into IMCC right now


Commit: f317c5972cb8a9f85886bec82b51a71d8e32e7e1
    https://github.com/parrot/parrot/commit/f317c5972cb8a9f85886bec82b51a71d8e32e7e1
Author: Whiteknight <wknight8111 at gmail.com>
Date:   2011-01-26 (Wed, 26 Jan 2011)

Changed paths:
  M MANIFEST

Log Message:
-----------
add the new header file to MANIFEST


Commit: 72bd7d9d0b3a14591d2ebfddd08b13bfead03d24
    https://github.com/parrot/parrot/commit/72bd7d9d0b3a14591d2ebfddd08b13bfead03d24
Author: Whiteknight <wknight8111 at gmail.com>
Date:   2011-01-26 (Wed, 26 Jan 2011)

Changed paths:
  M compilers/imcc/pcc.c
  M frontend/parrot/main.c

Log Message:
-----------
Merge branch 'whiteknight/imcc_info_struct' into whiteknight/imcc_compreg_pmc


Commit: b34dbcb2aab9b727ad1cb85b2de24af5f8420fe2
    https://github.com/parrot/parrot/commit/b34dbcb2aab9b727ad1cb85b2de24af5f8420fe2
Author: Whiteknight <wknight8111 at gmail.com>
Date:   2011-01-26 (Wed, 26 Jan 2011)

Changed paths:
  M MANIFEST
  M compilers/imcc/imc.h
  M compilers/imcc/imcc.l
  M compilers/imcc/imcc.y
  M compilers/imcc/imclexer.c
  M compilers/imcc/imcparser.c
  M compilers/imcc/imcparser.h
  M compilers/imcc/main.c
  M compilers/imcc/parser.h
  A compilers/imcc/yyscanner.h
  M src/embed.c

Log Message:
-----------
Merge branch 'whiteknight/imcc_new_api' into whiteknight/imcc_compreg_pmc


Commit: b8a94f48fae5925926fcd2a84d18e571e121392f
    https://github.com/parrot/parrot/commit/b8a94f48fae5925926fcd2a84d18e571e121392f
Author: Whiteknight <wknight8111 at gmail.com>
Date:   2011-01-26 (Wed, 26 Jan 2011)

Changed paths:
  M src/pmc/imccompiler.pmc

Log Message:
-----------
add in a preprocess method on the imccompiler PMC, so that we can access the functionality




More information about the parrot-commits mailing list