summaryrefslogtreecommitdiff
path: root/perldtrace.d
Commit message (Collapse)AuthorAgeFilesLines
* Replace common Emacs file-local variables with dir-localsDagfinn Ilmari Mannsåker2015-03-221-5/+0
| | | | | | | | | | | | | | | | An empty cpan/.dir-locals.el stops Emacs using the core defaults for code imported from CPAN. Committer's work: To keep t/porting/cmp_version.t and t/porting/utils.t happy, $VERSION needed to be incremented in many files, including throughout dist/PathTools. perldelta entry for module updates. Add two Emacs control files to MANIFEST; re-sort MANIFEST. For: RT #124119.
* "loading-file" and "loaded-file" DTrace probesShawn M Moore2012-08-281-0/+3
|
* "op-entry" DTrace probeShawn M Moore2012-08-281-0/+2
|
* update the editor hints for spaces, not tabsRicardo Signes2012-05-291-1/+1
| | | | | This updates the editor hints in our files for Emacs and vim to request that tabs be inserted as spaces.
* work around a bug in dtrace - it strips const from function parametersTony Cook2011-08-091-2/+2
| | | | | | | | | | | | | | | | | With usedtrace this caused: - build failures under g++ (OS X) - const qualification warnings with gcc (OS X) The workaround simply adds const to char * parameters if not already present. The bug in dtrace was apparently reported to Sun in 2006: http://opensolaris.org/jive/thread.jspa?threadID=53810 Mozilla ran into the same problem: https://bugzilla.mozilla.org/show_bug.cgi?id=593483
* fix outdated url to dtrace blog postReini Urban2011-07-241-1/+1
|
* Add a phase-change DTrace probeShawn M Moore2011-07-111-0/+2
|
* [perl #80548] Add the stash name to DTrace probesDavid Leadbeater2010-12-101-2/+2
| | | | | | | | | | | This adds an additional parameter to perl's dtrace probes with the stash name of the subroutine. This generally looks nicer than the filename but gives a similar level of context. As this is an additional parameter this will not have an impact on existing DTrace scripts. (Also due to the way DTrace works I believe it does not break binary compatibility and would be safe to backport to maint-5.12 if desired, but I'm not a DTrace expert.)
* Add emacs/vim hintsJosh ben Jore2010-04-131-0/+9
|
* Detabify perldtrace.dJosh ben Jore2010-04-131-1/+1
|
* Add dtrace supportAndy Armstrong2008-01-111-0/+9
Message-Id: <F4AC553F-7C7F-49C3-98C2-E04681E1004F@hexten.net> with fixups as discussed on list, plus adding usedtrace to Glossary, plus propagating all the new config variables everywhere. (Was there an automatic way to do that? I did it with emacs macros) p4raw-id: //depot/perl@32953