Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
57 commits
Select commit Hold shift + click to select a range
848c3b7
Bump ExtUtils::ParseXS to 3.61
iabyn Oct 8, 2025
c45207c
ParseXS: refactor: add stub top-level node
iabyn Oct 8, 2025
38eb7ac
ParseXS: refactor: add Node::preamble
iabyn Oct 10, 2025
e05aac7
ParseXS: refactor: add Node::C_part
iabyn Oct 10, 2025
1c98325
ParseXS: refactor: add Node::postamble
iabyn Oct 10, 2025
201fc0c
ParseXS: refactor: add Node::global_cpp_line
iabyn Oct 10, 2025
51357f9
ParseXS: refactor: simplify double-negative regex
iabyn Oct 10, 2025
c153926
ParseXS: refactor: add Node::BOOT
iabyn Oct 12, 2025
30c7d5a
ParseXS: refactor: regularise BOOT processing
iabyn Oct 13, 2025
863754e
ParseXS: refactor: add Node::FALLBACK
iabyn Oct 13, 2025
8f8270f
ParseXS: refactor: add Node::REQUIRE
iabyn Oct 13, 2025
583011c
ParseXS: refactor: store current pkg in Node::xsub
iabyn Oct 20, 2025
3bb9e34
ParseXS: refactor: add Node::include etc
iabyn Oct 13, 2025
e65af0e
ParseXS: refactor: remove residual FOO_handler
iabyn Oct 13, 2025
9724016
ParseXS: refactor: remove check_keyword() method
iabyn Oct 14, 2025
b449039
ParseXS: add Node::as_concise method
iabyn Oct 18, 2025
552401e
ParseXS: refactor: add Node::cpp_scope
iabyn Oct 14, 2025
a78e434
ParseXS: refactor: use Node::cpp_scope for INCLUDE
iabyn Oct 15, 2025
7add86a
ParseXS: refactor: rm push_parse_stack, PopFile
iabyn Oct 15, 2025
9753f41
ParseXS: refactor: INCLUDE: save state locally
iabyn Oct 17, 2025
eb87763
ParseXS: refactor: global_cpp_line: parse CPP line
iabyn Oct 18, 2025
df8d3d7
ParseXS: fix #elif processing
iabyn Oct 18, 2025
21967f3
ParseXS: add more #if/#endif tests
iabyn Oct 21, 2025
a085cc8
ParseXS: refactor: reimplement #if processing
iabyn Oct 18, 2025
0881551
ParseXS: refactor: remove parser stack
iabyn Oct 20, 2025
7164235
ParseXS: refactor: move main parsing into XS_file
iabyn Oct 23, 2025
7436cf5
ParseXS: refactor: add Node::pre_boot
iabyn Oct 23, 2025
4aa0301
ParseXS: refactor: add Node::boot_xsub
iabyn Oct 23, 2025
6b82848
ParseXS: refactor: tidy Node::boot_xsub::parse()
iabyn Oct 23, 2025
39cf145
ParseXS: refactor: move some code
iabyn Oct 23, 2025
be71c4d
ParseXS: emit package overload registrations later
iabyn Oct 24, 2025
bcc6c05
ParseXS: refactor: add as_boot_code() methods
iabyn Oct 24, 2025
ae7ba09
ParseXS: refactor: inline and rm standard_XS_defs
iabyn Oct 24, 2025
7ab37e8
ParseXS: refactor: don't use $_ for C part of file
iabyn Oct 24, 2025
3194b77
ParseXS: refactor: remove $ExtUtils::ParseXS::END
iabyn Oct 24, 2025
88aa069
ParseXS: refactor: remove stray $_
iabyn Oct 24, 2025
75ea6d6
ParseXS: spot MODULE line syntax errors
iabyn Oct 25, 2025
7eb5946
ParseXS: refactor: add Node::MODULE
iabyn Oct 25, 2025
4eb804f
ParseXS: spot TYPEMAP: line syntax errors
iabyn Oct 25, 2025
85b283f
ParseXS: refactor: add Node::TYPEMAP
iabyn Oct 25, 2025
970d027
ParseXS: refactor: inline _maybe_skip_pod()
iabyn Oct 25, 2025
51348ed
ParseXS: refactor: move a chomp()
iabyn Oct 26, 2025
ce0f3aa
ParseXS: refactor: chomp TYPEMAP lines
iabyn Oct 26, 2025
52e57a2
ParseXS: fix POD on last line
iabyn Oct 26, 2025
35e3dda
ParseXS: refactor: fetch_para(): remove POD loop
iabyn Oct 26, 2025
990b981
ParseXS: refactor: fetch_para(): invert if
iabyn Oct 26, 2025
b84438e
ParseXS: refactor: fetch_para(): reindent
iabyn Oct 26, 2025
40f3830
ParseXS: process line continuations after POD
iabyn Oct 26, 2025
cb2593c
ParseXS: process line continuations after TYPEMAP
iabyn Oct 26, 2025
9d970e5
ParseXS: refactor: fetch_para(): add more comments
iabyn Oct 27, 2025
db33547
ParseXS: refactor: fetch_para(): simplify logic
iabyn Oct 27, 2025
7d4b810
ParseXS: refactor: fetch_para: update description
iabyn Oct 27, 2025
20d2937
ParseXS: refactor: fix comments re die if indented
iabyn Oct 28, 2025
64d7e86
ParseXS: refactor: simplify main loop
iabyn Oct 27, 2025
e93d277
ParseXS: refactor: rationalise parse-fail action
iabyn Oct 28, 2025
1324bc4
ParseXS: refactor: update POD and comments
iabyn Oct 29, 2025
d88ca93
ParseXS: refactor: add Node::Q method
iabyn Oct 29, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions MANIFEST
Original file line number Diff line number Diff line change
Expand Up @@ -4201,8 +4201,6 @@ dist/ExtUtils-ParseXS/t/104-map_type.t ExtUtils::ParseXS tests
dist/ExtUtils-ParseXS/t/105-valid_proto_string.t ExtUtils::ParseXS tests
dist/ExtUtils-ParseXS/t/106-process_typemaps.t ExtUtils::ParseXS tests
dist/ExtUtils-ParseXS/t/108-map_type.t ExtUtils::ParseXS tests
dist/ExtUtils-ParseXS/t/109-standard_XS_defs.t ExtUtils::ParseXS tests
dist/ExtUtils-ParseXS/t/111-analyze_preprocessor_statements.t ExtUtils::ParseXS tests
dist/ExtUtils-ParseXS/t/112-set_cond.t ExtUtils::ParseXS tests
dist/ExtUtils-ParseXS/t/113-check_cond_preproc_statements.t ExtUtils::ParseXS tests
dist/ExtUtils-ParseXS/t/114-blurt_death_Warn.t ExtUtils::ParseXS tests
Expand Down
Loading
Loading