Update ccache-action reference.
Bump action version.
.gitignore and .Rbuildignore.Create snapshot update PR against correct branch.
Add reference to /apply-patch workflow in commit message.
Clarify rationale for not deploying on schedule.
Only run fledge on pushes to main.
Tweak fledge workflow and ccache action.
Cosmetics.
Bump action versions.
Install clang-format-21.
Align fledge workflow.
Harmonize.
Remove plogr usage.
Fix comment (#107).
Tweaks (#106).
Test all R versions on branches that start with cran- (#105).
Install binaries from r-universe for dev workflow (#103).
Fix reviewdog and add commenting workflow (#101).
Use workflows for fledge (#99).
Sync (#98).
Use reviewdog for external PRs (#97).
Cleanup and fix.
Format with air, check detritus, better handling of extra-packages (#95).
Enhance permissions for workflow (#94).
abort() (#91).unw_get_proc_name() results in an error.winch_trace_back() returns a new is_libr column that indicates if an entry is from R's shared library (#56).Deprecate winch_add_trace_back(), to be reimplemented in rlang (#56).
Tweak snapshot.
Fix compiler warning regarding empty prototype.
Work around CRAN check failures on Linux with C locale and Windows oldrel (#45).
Enable more tests on CRAN (#43).
Fix checks when libbacktrace compiles but is broken (#40).
Vendor libraries are not checked on Valgrind (#41).
-j and -l when calling make.Adapt to trace format with version specification in attribute in rlang 0.4.8 (#35).
Fix Valgrind error.
Fix check errors if functionality is not available (#31).
Fix check on CRAN Debian clang (#32).
Only enable libbacktrace if it can be configured and built. This fixes problems on Windows oldrelease and Solaris (#34).
Initial release.
winch_trace_back() provides native stack trace as data frame.winch_add_trace_back() integrates the native stack trace into an rlang traceback.