README Minor clarification. Advise about AUTO_DBG_LOADMAPS=1 and PERL_XSCODE_DEBUG in the part (e)(4) (finally! - although it was mentioned in the after-crash output of make test). INSTALL Mention the argument --verbose to cpanm to avoid timeout (before we try passive FTP; thanks to Beran Filip!). patches/diff-2.3.5-buffer-overflow Discovered by sanity checker (updated from a newer versions of PARI). Thanks to Sergey Aleynikov! PariBuild.pm Use the patch above. Check also /opt/local/lib/pari/ for $datadir. (Thanks to Peter Dyballa!) Clarify the possibility of the message 'sh: gp: command not found' libPARI/Makefile.PL Make test-targets use :: instead of :. (Thanks to Ed J!; see https://rt.cpan.org/Ticket/Display.html?id=163579 ) auto-dbg/REAME Minor clarifications. Example of interactive usage. auto-dbg/auto-debug-module.pl version --> 1.10 Graceful degradation of version-tuned commands for GDB (via python). XXXX Untested!!! Fix spelling in a warning and emit version and @ARGV info. More detailed logging of variants of reuse of an existing dbg-build directory. Add a few more GDB 'info' entries with “global” info (in the python-branch). (Temporarily???) Make DLL load-memory-mapping opt-in via the environment variable AUTO_DBG_LOADMAPS=1. Likewise for dbx (untested) and lldb (untested). Likewise for inspection of candidates for a debugger on a failure of debug script. t/zzz_debug-crash.t Unless AUTO_DEBUG_REBUILD is true in environment, pass option -U to the autodebugger if a successful build is found (to simplify the common case of interactive usage).