summaryrefslogtreecommitdiff
path: root/ext/Devel/Peek
Commit message (Collapse)AuthorAgeFilesLines
* Tidied version of Jeffrey Friedl's <jfriedl@yahoo.com> restricted hashesNick Ing-Simmons2001-12-181-2/+3
| | | | | | - added delete of READONLY value inhibit & test for same - re-tabbed p4raw-id: //depot/perlio@13760
* [doc patch] s{(?<=perldeb)ug}{guts}Hugo van der Sanden2001-12-181-2/+2
| | | | | Message-Id: <200112181255.fBICthb09977@crypt.compulink.co.uk> p4raw-id: //depot/perl@13750
* Let's not assume how much memory has been allocatedJarkko Hietaniemi2001-11-301-8/+8
| | | | | to PVs. p4raw-id: //depot/perl@13390
* UTF-EBCDIC.Jarkko Hietaniemi2001-11-271-0/+39
| | | p4raw-id: //depot/perl@13300
* runtime runops switchIlya Zakharevich2001-11-162-2/+53
| | | | | Message-ID: <20011116004809.A934@math.ohio-state.edu> p4raw-id: //depot/perl@13044
* Not everyone is using ithreads...Jarkko Hietaniemi2001-09-271-1/+1
| | | p4raw-id: //depot/perl@12248
* Dump Unicode hash keys also as Unicode,Jarkko Hietaniemi2001-09-271-2/+28
| | | | | not just as a byte string. p4raw-id: //depot/perl@12246
* Dump SvUTF8(sv)s also as \x{...}.Jarkko Hietaniemi2001-09-271-1/+10
| | | | | TODO: dump the SvUTF8() hash keys similarly. p4raw-id: //depot/perl@12243
* pass all tests when compiling with -DNO_PERL_PRESERVE_IVUVNicholas Clark2001-08-291-14/+28
| | | | | Message-Id: <20010829182156.O4950@plum.flirble.org> p4raw-id: //depot/perl@11788
* More module $VERSION bump-ups.Jarkko Hietaniemi2001-06-291-1/+1
| | | p4raw-id: //depot/perl@11034
* Misplaces dSPs and the like revealed by MPE/iX and Cygwin.Jarkko Hietaniemi2001-06-241-1/+0
| | | p4raw-id: //depot/perl@10900
* The Grand Trek: move the *.t files from t/ to lib/ and ext/.Jarkko Hietaniemi2001-06-181-0/+308
| | | | | | | | | | | | | | | | | | | | | | | | No doubt I made some mistakes like missed some files or misnamed some files. The naming rules were more or less: (1) if the module is from CPAN, follows its ways, be it t/*.t or test.pl. (2) otherwise if there are multiple tests for a module put them in a t/ (3) otherwise if there's only one test put it in Module.t (4) helper files go to module/ (locale, strict, warnings) (5) use longer filenames now that we can (but e.g. the compat-0.6.t and the Text::Balanced test files still were renamed to be more civil against the 8.3 people) installperl was updated appropriately not to install the *.t files or the help files from under lib. TODO: some helper files still remain under t/ that could follow their 'masters'. UPDATE: On second thoughts, why should they. They can continue to live under t/lib, and in fact the locale/strict/warnings helpers that were moved could be moved back. This way the amount of non-installable stuff under lib/ stays smaller. p4raw-id: //depot/perl@10676
* gcc -Wall nits picked out by a non-UNIX systemJarkko Hietaniemi2001-06-121-3/+2
| | | | | (courtesy of Mark Bixby) p4raw-id: //depot/perl@10524
* More -Wall sweeping.Jarkko Hietaniemi2001-05-301-1/+1
| | | p4raw-id: //depot/perl@10338
* more pod patchesMichael Stevens2001-03-161-1/+1
| | | | | Message-ID: <20010315212518.A18870@firedrake.org> p4raw-id: //depot/perl@9176
* [patch] -Wall cleanup round 2Doug MacEachern2001-02-181-3/+1
| | | | | Message-ID: <Pine.LNX.4.21.0102181304520.10021-100000@mako.covalent.net> p4raw-id: //depot/perl@8837
* Missing dTHXs.Eric Fifer2000-11-091-0/+3
| | | | | | Subject: RE: perl@7595 builds not on cygwin Message-ID: <000201c04a83$05ef1660$933570c2@fifer> p4raw-id: //depot/perl@7629
* Pod patch for Devel::PeekH.Merijn Brand2000-10-181-1/+1
| | | | | Message-Id: <20001016121252.996B.H.M.BRAND@hccnet.nl> p4raw-id: //depot/perl@7359
* Perl API for mstatsIlya Zakharevich2000-10-132-5/+252
| | | | | Message-ID: <20001012225240.A7113@monk.mps.ohio-state.edu> p4raw-id: //depot/perl@7215
* continued -Wformat supportRobin Barker2000-09-141-1/+1
| | | | | Message-Id: <200009141707.SAA13276@tempest.npl.co.uk> p4raw-id: //depot/perl@7081
* Do not use prototyping here.Abigail2000-08-171-0/+1
| | | | | | Subject: [ID 20000817.016] [PATCH] Peek.xs Message-Id: <20000817205556.24270.qmail@foad.org> p4raw-id: //depot/perl@6681
* replace pod2latex with the one in Pod-LaTeX v0.52 from CPANGurusamy Sarathy2000-06-011-1/+1
| | | | | (from Tim Jenness <t.jenness@jach.hawaii.edu>) p4raw-id: //depot/perl@6187
* random pod typos (from Peter Scott <Peter@PSDT.com>)Gurusamy Sarathy2000-05-281-1/+1
| | | p4raw-id: //depot/perl@6136
* reference miscount in Devel::Peek that causes debugger toGurusamy Sarathy2000-03-141-1/+1
| | | | | crash unceremoniously when doing "V DB" etc., repeatedly p4raw-id: //depot/perl@5716
* fix uninitialized memory reads found by purifyGurusamy Sarathy2000-02-111-4/+4
| | | p4raw-id: //depot/perl@5063
* patch to provide more informative names for evals and anonymousGurusamy Sarathy2000-02-042-2/+12
| | | | | subroutines (from Ilya Zakharevich) p4raw-id: //depot/perl@4975
* various pod nits identified by installhtml (all fixed exceptGurusamy Sarathy2000-01-271-7/+7
| | | | | unresolved links) p4raw-id: //depot/perl@4910
* mark some extensions as "special versions" to avoid CPAN indexerGurusamy Sarathy2000-01-231-1/+2
| | | | | confusion (from Ilya Zakharevich) p4raw-id: //depot/perl@4852
* applied suggested patch; removed $VERSION = $VERSION hackIlya Zakharevich1999-12-031-4/+4
| | | | | | | | | (change#4043 fixed the need for that) Message-Id: <199911160650.BAA18874@monk.mps.ohio-state.edu> Subject: [PATCH 5.005_62] XSLoader.pm p4raw-link: @4043 on //depot/cfgperl: 09bef84370e90d727656ea11ba5ee8be80e361d3 p4raw-id: //depot/perl@4623
* another change towards a shareable optree: avoid pointer to filegvGurusamy Sarathy1999-11-111-0/+1
| | | | | | | | | in COP; revert parts of change#4485 and s/xcv_filegv/xcv_file/ (CvFILE() may yet come in handy somewhere); adjust compiler doodads to suit p4raw-link: @4485 on //depot/perl: b195d4879f55e1610299cb9b1b55356940c2a577 p4raw-id: //depot/perl@4545
* more cleanup: avoid unused knowledge of "file GV" notion in CV and GVGurusamy Sarathy1999-10-291-1/+0
| | | p4raw-id: //depot/perl@4485
* Fix the printfing nits pointed out by using gcc -Wall andJarkko Hietaniemi1999-10-231-1/+1
| | | | | | Configure -Duse64bits -Dccflags=-DDEBUGGING in Solaris, plus few other warnings in Dumper.xs. p4raw-id: //depot/cfgperl@4426
* make die/warn and other diagnostics go to wherever STDERR happensGurusamy Sarathy1999-10-061-15/+15
| | | | | | to point at; change places that meant Perl_debug_log rather than PerlIO_stderr() p4raw-id: //depot/perl@4302
* DProf fixups for PERL_IMPLICIT_CONTEXTGurusamy Sarathy1999-07-201-1/+1
| | | p4raw-id: //depot/perl@3709
* yet more cleanups of the PERL_OBJECT, MULTIPLICITY and USE_THREADSGurusamy Sarathy1999-07-121-0/+1
| | | | | | | | | | | | | | | | builds; passing the implicit context is unified among the three flavors; PERL_IMPLICIT_CONTEXT is auto-enabled under all three flavors (see the top of perl.h) for testing; all varargs functions foo() have a va_list-taking variant vfoo() for generating the context-free versions; the PERL_OBJECT build should now be hyper-compatible with CPAN extensions (C++ is totally out of the picture) result has only been tested on Windows TODO: write docs on the THX rationale and idiomatic usage of the Perl API p4raw-id: //depot/perl@3667
* Devel::PeekIlya Zakharevich1999-07-062-9/+10
| | | | | Message-ID: <19990616145722.B16258@monk.mps.ohio-state.edu> p4raw-id: //depot/perl@3623
* more complete support for implicit thread/interpreter pointer,Gurusamy Sarathy1999-06-091-1/+5
| | | | | | | | | | | | | | | | | | | | | enabled via -DPERL_IMPLICIT_CONTEXT (all changes are noops without that enabled): - USE_THREADS now enables PERL_IMPLICIT_CONTEXT, so dTHR is a noop; tests pass on Solaris; should be faster now! - MULTIPLICITY has been tested with and without PERL_IMPLICIT_CONTEXT on Solaris - improved function database now merged with embed.pl - everything except the varargs functions have foo(a,b,c) macros to provide compatibility - varargs functions default to compatibility variants that get the context pointer using dTHX - there should be almost no source compatibility issues as a result of all this - dl_foo.xs changes other than dl_dlopen.xs untested - still needs documentation, fixups for win32 etc Next step: migrate most non-mutex variables from perlvars.h to intrpvar.h p4raw-id: //depot/perl@3524
* Devel::Peek::mstat not workingIlya Zakharevich1999-05-161-1/+2
| | | | | | To: perl5-porters@perl.org (Mailing list Perl5) Message-Id: <199905160528.BAA23376@monk.mps.ohio-state.edu> p4raw-id: //depot/cfgperl@3427
* add ext/Devel/PeekJan Dubois1998-11-274-0/+707
Message-ID: <36589ec9.49964585@smtp1.ibm.net> Subject: [PATCH 5.005_53] Devel::Peek integration p4raw-id: //depot/perl@2322