Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | PPPort IVSIZE and SvPV_nolen | Jarkko Hietaniemi | 2002-08-23 | 1 | -1/+21 |
* | INT2PTR/PTR2IV defined twice. | Jarkko Hietaniemi | 2002-05-30 | 1 | -42/+34 |
* | PPPort: fix up SvPVbyte if in 5.6.1 (borrowed from Digest::MD5) | Jarkko Hietaniemi | 2002-05-29 | 1 | -22/+60 |
* | Re: [PATCH] Version tango | Yitzchak Scott-Thoennes | 2002-05-27 | 1 | -0/+2 |
* | More portability defines, now mostly type-related | Jarkko Hietaniemi | 2002-05-23 | 1 | -0/+73 |
* | One more ppportability thing (from Sarathy). | Jarkko Hietaniemi | 2002-05-23 | 1 | -0/+1 |
* | PPPort dTHX. | Jarkko Hietaniemi | 2002-05-23 | 1 | -23/+26 |
* | Fix Devel::DProf debugging aid | Sam Tregar | 2002-05-15 | 1 | -5/+22 |
* | various signed/unsigned mismatch nits | Gurusamy Sarathy | 2002-04-26 | 1 | -1/+1 |
* | fixes for all the warnings reported by Visual C (most of this | Gurusamy Sarathy | 2002-04-21 | 1 | -2/+4 |
* | [ID 20020407.002] Bug (?) and patch for DProf | Tom Brown | 2002-04-08 | 1 | -3/+3 |
* | Devel/Peek/Peek.xs: reverse ifdef logic | Slaven Rezic | 2002-04-07 | 1 | -4/+4 |
* | EBCDIC branch was forgotten. | Jarkko Hietaniemi | 2002-04-07 | 1 | -1/+1 |
* | Re: the dirty half dozen (Re: perl@15662) | Nicholas Clark | 2002-04-06 | 1 | -1/+1 |
* | If Unicode keys are entered to a hash, a bit is turned on. | Jarkko Hietaniemi | 2002-03-22 | 1 | -4/+4 |
* | -DCRIPPLED_CC RIP | Dave Mitchell | 2002-03-21 | 1 | -1/+1 |
* | Message-Id: <200203051337.NAA14686@tempest.npl.co.uk> | Robin Barker | 2002-03-05 | 1 | -12/+2 |
* | Debugging OPs | Ilya Zakharevich | 2002-03-03 | 1 | -0/+27 |
* | Detypo. | Jarkko Hietaniemi | 2002-01-27 | 1 | -1/+1 |
* | Get rid of the _() macro since (1) we require ANSI anyway | Jarkko Hietaniemi | 2002-01-22 | 1 | -1/+1 |
* | ext/Devel/DProf/DProf.t - different way | Paul Green | 2002-01-19 | 1 | -1/+2 |
* | Extension nits found by -Wall (several from threads | Jarkko Hietaniemi | 2002-01-07 | 2 | -3/+3 |
* | Devel::PPPort Makefile.PL umpteenth try | Craig A. Berry | 2002-01-04 | 1 | -6/+7 |
* | Not ok 14031: PPPort Makefile.PL | Andreas König | 2002-01-03 | 1 | -1/+1 |
* | More PPPort Makefile source dependence removal | Nick Ing-Simmons | 2002-01-02 | 1 | -1/+1 |
* | Sort out muddle of editing on three machines ... | Nick Ing-Simmons | 2002-01-02 | 1 | -1/+1 |
|\ | |||||
* | | Once more try to get the PPPort Makefile right. | Jarkko Hietaniemi | 2002-01-02 | 2 | -14/+20 |
|/ | |||||
* | Tweak the dependencies not to recompile everytime, | Jarkko Hietaniemi | 2001-12-31 | 1 | -2/+2 |
* | Integrate 8.3 fix for PPPort fix | Nick Ing-Simmons | 2001-12-30 | 3 | -2/+3 |
* | Integrate mainline | Nick Ing-Simmons | 2001-12-30 | 1 | -1/+1 |
|\ | |||||
| * | cleaner close on tests, take 2 | Andreas König | 2001-12-29 | 1 | -1/+1 |
* | | "Port" Devel::PPPort to Win32: | Nick Ing-Simmons | 2001-12-30 | 3 | -10/+12 |
|/ | |||||
* | Tidied version of Jeffrey Friedl's <jfriedl@yahoo.com> restricted hashes | Nick Ing-Simmons | 2001-12-18 | 1 | -2/+3 |
* | [doc patch] s{(?<=perldeb)ug}{guts} | Hugo van der Sanden | 2001-12-18 | 1 | -2/+2 |
* | PPPort update from Paul Marquess. | Jarkko Hietaniemi | 2001-12-03 | 13 | -333/+475 |
* | Let's not assume how much memory has been allocated | Jarkko Hietaniemi | 2001-11-30 | 1 | -8/+8 |
* | RE: [PATCH @ 13283] Devel::PPPort | Paul Marquess | 2001-11-27 | 1 | -15/+9 |
* | UTF-EBCDIC. | Jarkko Hietaniemi | 2001-11-27 | 1 | -0/+39 |
* | Devel::PPPort | Paul Marquess | 2001-11-26 | 10 | -104/+126 |
* | The joys of portable quoting. | Jarkko Hietaniemi | 2001-11-25 | 1 | -0/+2 |
* | make PPPort/harness build on VMS | Craig A. Berry | 2001-11-24 | 1 | -7/+21 |
* | use portable quotes | Gurusamy Sarathy | 2001-11-24 | 1 | -1/+1 |
* | Re: PERFORCE change 13162 for review | Philip Newton | 2001-11-21 | 1 | -1/+1 |
* | Add Devel::PPPort originally from Kenneth Albanowski, | Jarkko Hietaniemi | 2001-11-21 | 11 | -0/+996 |
* | runtime runops switch | Ilya Zakharevich | 2001-11-16 | 2 | -2/+53 |
* | Misplaced test, noticed by Barrie Slaymaker. | Jarkko Hietaniemi | 2001-11-12 | 1 | -0/+88 |
* | Not everyone is using ithreads... | Jarkko Hietaniemi | 2001-09-27 | 1 | -1/+1 |
* | Dump Unicode hash keys also as Unicode, | Jarkko Hietaniemi | 2001-09-27 | 1 | -2/+28 |
* | Dump SvUTF8(sv)s also as \x{...}. | Jarkko Hietaniemi | 2001-09-27 | 1 | -1/+10 |
* | avoid v-strings with require/use | Ronald J. Kimball | 2001-09-21 | 1 | -1/+1 |