12
I Use This!
Activity Not Available

Commits : Listings

Analyzed 12 months ago. based on code collected 12 months ago.
Jan 16, 2023 — Jan 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add prereq modules. More notes into HACKING More... over 16 years ago
In "$sub called:\n" show total count of calls: "$sub called $count times:" Remove distracting different-colored borders from colored table cells. More... over 16 years ago
Rename fid_filename to fid_fileinfo to reflect its ture nature. Fix some problems in ::Data after previous change. More... over 16 years ago
Change fid_filename array to always contain array refs, not just when the fid is an eval. Add into the array the fid, flags, size and mtime. Fix test.pl to unlink the csv before creating a new one so we get an obvious failure if no file is generated. More... over 16 years ago
Enable reporting code to be run under the debugger (perl -d) by only installing DB::DB sub when profiling, and only if use_db_sub mode is enabled. (So we might even be able to profile the debugger, though I've not tried :-) More... over 16 years ago
Replace all remaining .v tests with .rdt tests (as they're much easier to work with) More... over 16 years ago
Add .rdt result files for fork test More... over 16 years ago
Implement normlization of eval sequence numbers. Fixed test.pl to unlink the .new file for tests that pass. More... over 16 years ago
Added file size and mtime data (currently just zero). More... over 16 years ago
Fixed a bunch of compiler warnings (seen now due to extra compiler flags). More... over 16 years ago
Added gcc developer options to Makefile.PL (taken from the code I use in the DBI) Rewrote chunks of the main HACKING text. More... over 16 years ago
Added some svn:ignore to ./t directory. Added 'demo' script I used for a presentation (Now slightly out of date. I'll update them later.) More... over 16 years ago
Merged changes from the tim.bunce branch into the trunk. Removed references to old fprofcvs/html in test.pl Corrected nytprofcvs not having execute bit (?) More... over 16 years ago
- Added $VERSION to each module because the PAUSE indexer doesn't actually evaluation that variable when using it for indexing - Tim added a newline to the "package DB" line in NYTProf.xs as a hack for the PAUSE indexer - Fixed missing file in 1.14 distro -- ModuleVersion.xs More... over 16 years ago
Temporary patch -- Pause uses MakeMaker to determine versioning, and won't evaluate the 'required' version number. (All files that use the XS need to include its specific package version) More... over 16 years ago
Updated changelog, Readme version and module version number More... over 16 years ago
Failing to locate a source file after a best-effort attempt is no longer fatal (but will still whine) More... over 16 years ago
Revert r91 (applied to wrong branch) More... over 16 years ago
Fix to fix getFileStats/get_file_stats and add -lib option. Patch from Chetan Sarva. More... over 16 years ago
svn alert email list test attempt More... almost 17 years ago
Testing new svn alert list More... almost 17 years ago
nytprofhtml - fixed module version variable Reader.pm - removed 'l' from '%0.0lf' format string. RHEL fix More... almost 17 years ago
Changed "print OUT sprintf..." to less redundant "printf OUT ..." More... almost 17 years ago
Fixed a bug in these scripts where the output directory was being checked for read access, not write access. narf! More... almost 17 years ago
Added svn property Id to all these files More... almost 17 years ago
SVN Keywords tests 2... More... almost 17 years ago
SVN Keyword tests... More... almost 17 years ago
Reverted Trunk to r13 because of too many major changes. Branched previous changes into sandbox at branches/tim.bunce More... almost 17 years ago
Fix PL_curcop for perl5.8.6 Fix redo_op for perl5.10 More... almost 17 years ago
Add TODO notes to HACKING. Add copyright to README and fix script names. More... almost 17 years ago