Ticket #1922: make.apilist.output.txt

File make.apilist.output.txt, 2.3 KB (added by jkeenan, 11 years ago)
Line 
1make apilist
2
3compilers/imcc/main.c
4    imcc_run_api
5src/embed/api.c
6    Parrot_api_add_dynext_search_path
7    Parrot_api_add_include_search_path
8    Parrot_api_add_library_search_path
9    Parrot_api_debug_flag
10    Parrot_api_destroy_interpreter
11    Parrot_api_disassemble_bytecode
12    Parrot_api_flag
13    Parrot_api_get_compiler
14    Parrot_api_get_exception_backtrace
15    Parrot_api_get_result
16    Parrot_api_get_runtime_path
17    Parrot_api_load_bytecode_bytes
18    Parrot_api_load_bytecode_file
19    Parrot_api_load_language
20    Parrot_api_make_interpreter
21    Parrot_api_ready_bytecode
22    Parrot_api_run_bytecode
23    Parrot_api_set_compiler
24    Parrot_api_set_configuration_hash
25    Parrot_api_set_executable_name
26    Parrot_api_set_output_file
27    Parrot_api_set_runcore
28    Parrot_api_set_warnings
29    Parrot_api_wrap_imcc_hack
30src/embed/pmc.c
31    Parrot_api_pmc_box_integer
32    Parrot_api_pmc_box_string
33    Parrot_api_pmc_deserialize
34    Parrot_api_pmc_deserialize_bytes
35    Parrot_api_pmc_find_method
36    Parrot_api_pmc_get_class
37    Parrot_api_pmc_get_float
38    Parrot_api_pmc_get_integer
39    Parrot_api_pmc_get_keyed
40    Parrot_api_pmc_get_keyed_int
41    Parrot_api_pmc_get_keyed_string
42    Parrot_api_pmc_get_string
43    Parrot_api_pmc_invoke
44    Parrot_api_pmc_keep_alive
45    Parrot_api_pmc_new_from_class
46    Parrot_api_pmc_null
47    Parrot_api_pmc_serialize
48    Parrot_api_pmc_set_float
49    Parrot_api_pmc_set_integer
50    Parrot_api_pmc_set_keyed
51    Parrot_api_pmc_set_keyed_int
52    Parrot_api_pmc_set_keyed_string
53    Parrot_api_pmc_set_string
54    Parrot_api_pmc_wrap_string_array
55src/embed/strings.c
56    Parrot_api_string_byte_length
57    Parrot_api_string_export_ascii
58    Parrot_api_string_export_wchar
59    Parrot_api_string_free_exported_ascii
60    Parrot_api_string_free_exported_wchar
61    Parrot_api_string_import_ascii
62    Parrot_api_string_import_binary
63    Parrot_api_string_import_wchar
6457 PARROT_API functions
65src/nci/libffi.c
66    build_ffi_thunk: Returns a pointer, but no PARROT_CAN(NOT)_RETURN_NULL macro found.
67    clone_ffi_thunk: Returns a pointer, but no PARROT_CAN(NOT)_RETURN_NULL macro found.
68    init_thunk_pmc: Returns a pointer, but no PARROT_CAN(NOT)_RETURN_NULL macro found.
69    nci_to_ffi_type: Returns a pointer, but no PARROT_CAN(NOT)_RETURN_NULL macro found.
704 warnings in 4 funcs in 1 C files