This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Solaris: allow for /usr/bin/df not to exist.
[perl5.git] / pp.c
2002-03-04 Paul Marquesstaint + deprecated warnings
2002-03-02 Jarkko HietaniemiPATCH: "splice() offset past end of array" warning...
2002-02-19 Jarkko HietaniemiLet's not overdo the growth.
2002-02-19 Jarkko HietaniemiNot extending enough.
2002-02-01 Nick Ing-SimmonsIntegrate mainline
2002-01-31 Jarkko HietaniemiTurn the I/O Unicode error by default on, but the
2002-01-25 Nick Ing-SimmonsIntegrate mainline
2002-01-23 Jarkko HietaniemiCopyright++. (Not all the toplevel *.h have one, it...
2002-01-20 Nick Ing-SimmonsIntegrate mainline
2002-01-20 Jarkko HietaniemiMake also hex() and oct() to croak if their arguments
2002-01-19 Nick Ing-SimmonsNearly-working threads re-structuring. Do not integrate,
2002-01-13 Jarkko HietaniemiMake the crypt() pickier: if downgrading doesn't work,
2002-01-12 Mike GuyCorrect misleading error message
2002-01-04 Jarkko HietaniemiIn the UTF-8 branch of crypt() the extra \0 byte is...
2001-12-21 Jarkko HietaniemiMake using U+FDD0..U+FDEF (noncharacters since Unicode...
2001-12-20 Nick Ing-SimmonsIntegrate mainline (mostly) utf8.c does not compile.
2001-12-19 Jarkko Hietaniemigcc pacifying (RH 7.1/ia64).
2001-12-18 Jarkko Hietaniemi%g -> NVgf cleanup, based on Schwern's RedHat 7.1/Alpha
2001-12-17 Rafael Garcia-Suarez[PATCH] Re: chomp/chop prototype changed?
2001-12-13 Jarkko HietaniemiUnadorned numbers evil.
2001-12-09 Jarkko HietaniemiApply NetBSD patch-ad: a gcc sparc64 code generation...
2001-12-03 Nicholas Clarkshared hash keys and ++/--
2001-12-02 Jarkko HietaniemiVarious small nits found by DJGPP build.
2001-12-01 Nicholas Clark[REPATCH] reference pointer comparison
2001-11-24 Nicholas ClarkRe: Smoke 13191 /pro/3gl/CPAN/perl-current
2001-11-21 Nicholas Clarkspaceship and refs
2001-11-18 Jarkko HietaniemiRetract 11635: close 20011113.110, reopen 20010809...
2001-10-31 Jarkko HietaniemiExtend the effect of the encoding pragma to chr() and...
2001-10-26 Nicholas Clarktweak divide
2001-10-25 Nicholas Clarkremove small IVop redundancy
2001-10-23 Jarkko HietaniemiNegation and Unicode: sort of solves 20010303.010,
2001-10-23 Jarkko HietaniemiDocument the final sigma spot.
2001-10-23 Jarkko HietaniemiFix multicharacter titlecase (ucfirst).
2001-10-09 Jarkko HietaniemiMake the toupper/lower/title API for Unicode not right
2001-09-23 chromaticRe:
2001-09-10 Artur BergmanSilence some more warnings INT2PTR.
2001-09-05 Nicholas Clarkoct and hex in glorious 64 bit (with less bugs) (was...
2001-09-03 Jarkko HietaniemiMake crypt() do something more sane for Unicode
2001-09-02 Jarkko HietaniemiRename the variable: it *used* to be (wrongly) that the
2001-08-30 Nicholas Clarkpp_modulo
2001-08-27 Artur BergmanChanges USE_THREADS to USE_5005THREADS in the entire...
2001-08-22 Nicholas Clark64 bit integer preserving pp_divide
2001-08-18 Jarkko HietaniemiNew try for ID 20010407.006: detach the semantics
2001-08-16 Jarkko HietaniemiFix for 20010407.008 sprintf removes utf8-ness.
2001-08-15 Arthur Bergmanpp_lock
2001-08-11 Jarkko HietaniemiAdd t/op/lc.t to see if lc, uc, lcfirst, ucfirst, quote...
2001-08-11 Robin Houston(retracted by 13077)
2001-08-02 Doug MacEachern[patch] ithreads + refto fix improvement
2001-08-01 Doug MacEachern[patch] ithreads + refto bug
2001-07-29 Jeff Pinyansplit()'s unused captures should be undef, not ''
2001-07-06 Nick Ing-SimmonsIntegrate mainline
2001-07-02 Gurusamy Sarathywin32 fixes: fix various syntax errors ("no preprocesso...
2001-06-29 Richard SoderbergFixes compile errors in four files
2001-06-21 Nick Ing-SimmonsIntegrate mainline
2001-06-21 Richard SoderbergStep 2: Use the new PM_GETRE/SETRE macros everywhere.
2001-06-18 Jarkko HietaniemiSplit off the pack/unpack code, from Nicholas Clark.
2001-06-09 Nick Ing-SimmonsIntegrate mainline
2001-06-08 Jarkko HietaniemiBe inspired more by Hugo-- introduce HAS_MODFL_POW32_BUG.
2001-06-03 Jarkko HietaniemiIntegrate change #10412 from maintperl; locale is now
2001-05-31 Jarkko HietaniemiSalvage bits and pieces from the experimental 'utf8...
2001-05-30 Jarkko HietaniemiMore -Wall sweeping.
2001-05-25 Simon CozensBased on
2001-05-20 Dave Mitchell[LARGE!] symbolic magic
2001-05-15 Jarkko HietaniemiFix for 20010514.037; substr() didn't invalidate the...
2001-05-14 Jarkko HietaniemiReference cmp'ing should go through the whole stringifi...
2001-04-23 Robin Houstonbug 20010423.002
2001-04-11 Simon Cozensprototype("CORE::recv")
2001-04-05 David Dyckbleadperl / hex ignores variable length and/or tr doesn...
2001-03-28 Jarkko Hietaniemipp_ne() needs a CORRECT boolean.
2001-03-28 Jarkko Hietaniemipp_ne() needs a boolean, not an integer.
2001-03-28 Jarkko Hietaniemi(Retracted by #9404.)
2001-03-28 Jarkko HietaniemiExtend the SvROK() testing also to pp_ne(), pointed...
2001-03-26 Jarkko Hietaniemipp_ncmp() and pp_scmp() should return numeric values...
2001-03-26 Jarkko HietaniemiTreat pp_ncmp() and pp_scmp() as in #9366 (ROK).
2001-03-24 Nick Ing-SimmonsIntegrate mainline.
2001-03-24 Robin HoustonRe: B::Deparse bug (5.6.0)
2001-03-21 Jarkko HietaniemiThe #9270 would have leaked a scalar if pp_substr()
2001-03-21 Jarkko HietaniemiContinue 4-arg substr() UTF-8 fixage.
2001-03-19 Jarkko Hietaniemisubstr($bytestr, i, n, $charstr)
2001-03-17 Nick Ing-SimmonsMinor naming change UTF8_IS_ASCII => UTF8_IS_INVARIANT
2001-03-13 Jarkko HietaniemiIntegrate perlio:
2001-03-13 Nick Ing-Simmons#ifdef'ed out code to make packed side of pack/unpack
2001-03-10 Nick Ing-SimmonsEBCDIC sanity - phase I
2001-03-07 Radu GreabRe: [ID 20010305.012] chop() against list assignment...
2001-02-28 Jarkko HietaniemiRetract #8865 and #8869, un?pack C now again agree...
2001-02-28 Tim JennessRe: sync sync sync: have I missed any patches?
2001-02-21 Jarkko HietaniemiRetract #8875, cannot let go of the old semantics of...
2001-02-21 Jarkko HietaniemiMake unpack C and unpack U truly equivalent.
2001-02-21 Jarkko Hietaniemiunpack("C", ...) was left slightly unfinished by #8865.
2001-02-21 Jarkko HietaniemiMake pack("C", 0x100) to create Unicode, unless under the
2001-02-20 Jarkko HietaniemiIntegrate pureperl changes #8844,8845,8850 to mainline
2001-02-08 Charles BaileySYN SYN
2001-01-31 Nicholas ClarkRe: [PATCH] Re: [ID 20010105.023] numeric problems...
2001-01-27 Jarkko HietaniemiForgot from #8545. Oops.
2001-01-24 Charles BaileySYN SYN
2001-01-17 Roca, Ignasilib/tie-substrhash.t FAILED at test 11
2001-01-15 Jarkko HietaniemiMore UTF-8 patches from Inaba Hiroto.
2001-01-12 Stephen McCamantConsolidated lvalue sub changes
2001-01-12 Jarkko HietaniemiOne more UTF-8 fix from Inaba Hiroto.
2001-01-09 Jarkko Hietaniemisave_delete(), err, SAVEDELETE() fixes from Charles...
next