[parrot/parrot] f2c195: Fixed compilation of .pir files by comparing file ...
noreply at github.com
noreply at github.com
Mon Jul 11 01:36:53 UTC 2011
Branch: refs/heads/soh-cah-toa/hbdb
Home: https://github.com/parrot/parrot
Commit: f2c195eaa90f7dbc4fffd76e7a0a36dca7355e21
https://github.com/parrot/parrot/commit/f2c195eaa90f7dbc4fffd76e7a0a36dca7355e21
Author: soh_cah_toa <kpolulak at gmail.com>
Date: 2011-07-08 (Fri, 08 Jul 2011)
Changed paths:
M frontend/hbdb/main.c
Log Message:
-----------
Fixed compilation of .pir files by comparing file extension against '.pbc' instead of 'pbc' and calling Parrot_api_load_bytecode_file() inside an 'else' clause (whiteknight++)
Commit: c8334be66a428238149feda90ff0fd9ca0e17ac1
https://github.com/parrot/parrot/commit/c8334be66a428238149feda90ff0fd9ca0e17ac1
Author: soh_cah_toa <kpolulak at gmail.com>
Date: 2011-07-08 (Fri, 08 Jul 2011)
Changed paths:
M frontend/hbdb/main.c
M include/parrot/api.h
M include/parrot/hbdb.h
M src/embed/hbdb.c
M src/hbdb.c
Log Message:
-----------
Defined hbdb_load_source() and its associated Parrot_api_* wrapper for loading source files into memory
Commit: d01a1921f2bd8bd6395030625fb1d46f2b069c36
https://github.com/parrot/parrot/commit/d01a1921f2bd8bd6395030625fb1d46f2b069c36
Author: soh_cah_toa <kpolulak at gmail.com>
Date: 2011-07-10 (Sun, 10 Jul 2011)
Changed paths:
M include/parrot/hbdb.h
M src/hbdb.c
Log Message:
-----------
Added initial implementation of 'list' command and defined get_cmd_argument() for parsing numerical command arguments. Also temporarily de-consted a few declarations to avoid present and future headaches.
Compare: https://github.com/parrot/parrot/compare/1268ffe...d01a192
More information about the parrot-commits
mailing list