I Use This!
Very High Activity

Commits : Listings

Analyzed about 6 hours ago. based on code collected about 7 hours ago.
Dec 15, 2024 — Dec 15, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix typos More... 2 months ago
Remove const char * const return value More... 2 months ago
Move hv_stores() declaration from embed.fnc to hv.h More... 2 months ago
embed.fnc: Drop Perl_ on do_aexec my_stat my_lstat More... 2 months ago
embed.pl: enum and union are like struct in parameters More... 2 months ago
utf8.h: Use legal macro name More... 2 months ago
fakesdio.h: Use legal macro name More... 2 months ago
Perl_sv_grow_fresh - set SvLEN before calling malloc More... 2 months ago
Perl_newSVpvz - add some ASSUMEs to help the compiler More... 2 months ago
S_sv_gets_append_to_utf8 - sv_gets upgrades tsv, so create SVt_PV directly. More... 2 months ago
Perl_newSVhek - refactor to prioritize the overwhelming common case. More... 2 months ago
regcharclass.pl: Fix typo in comment More... 2 months ago
Revert "toke.c: Change S_scan_word parameter" More... 2 months ago
Perl_newSVpvn_share - minor changes to help the compiler. More... 2 months ago
Perl_newSVrv - after a sv_clear, do the upgrade to SVt_IV inline. More... 2 months ago
Perl_newSV - entirely create the new SV within this function. More... 2 months ago
pp_index - create a SVt_PV directly, not via upgrade More... 2 months ago
Perl_regexec_flags - create and populate a new SV in one call, not two. More... 2 months ago
newSVbool/_true/_false - assign the required values directly. More... 2 months ago
Various functions - when a field is already zero, don't set it to zero. More... 2 months ago
Merge branch 'Assert string ptrs in-bounds' into blead More... 2 months ago
Change invlist function names to be legal More... 2 months ago
Perl_valid_identifier_pve: Use parse_ident More... 2 months ago
Modernise charnames (and _charnames) More... 2 months ago
perldelta for the -CA -s interaction fix More... 2 months ago
mark -s switches as UTF-8 with -CA More... 2 months ago
t/run/switches.t: touch up -s section More... 2 months ago
S_parse_ident: Collapse two branches into one More... 2 months ago
S_parse_ident is not inline More... 2 months ago
Add S_parse_ident_no_copy() More... 2 months ago