[parrot/parrot] a522f2: comment out the functions in the frontend that cal...
noreply at github.com
noreply at github.com
Thu Jan 27 02:00:38 UTC 2011
Branch: refs/heads/whiteknight/imcc_new_api
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
More information about the parrot-commits
mailing list