Quieten warnings in Deparse.pm
[p5sagit/p5-mst-13.2.git] / pp.c
2002-08-17 Nicholas Clark Copy On Write
2002-08-17 Hugo van der Sanden pp.c warns that sv may be used uninitialised in pp_delete()
2002-08-17 Michael G. Schwern Remove pseudo-hashes (complete)
2002-08-08 Slaven Rezic Re: [perl #15523] Memory Leak in split with trailing...
2002-06-16 Craig A. Berry pp.c:pp_pow() -- quit when you're done
2002-06-07 Jarkko Hietaniemi gcc -Wall nit noticed by NI-S.
2002-06-05 Doug MacEachern Re: local tied hash slices ...
2002-05-21 Jarkko Hietaniemi microperl: if DIEing on no-functionality, the has-funct...
2002-05-14 Jarkko Hietaniemi reentr.h affects more C files than just reentr.c
2002-05-08 Gurusamy Sarathy make the gettimeofday() implementation in Time::HiRes...
2002-04-21 Gurusamy Sarathy squelch some more type mismatch warnings
2002-04-21 Gurusamy Sarathy fixes for all the warnings reported by Visual C (most...
2002-04-08 Nick Ing-Simmons Integrate mainline
2002-04-06 Nicholas Clark Re: the dirty half dozen (Re: perl@15662)
2002-04-02 Jarkko Hietaniemi What started as a small nit (the charnames test, nit...
2002-03-22 Jarkko Hietaniemi If Unicode keys are entered to a hash, a bit is turned on.
2002-03-16 Jarkko Hietaniemi Thwart IRIX long doubles and sloppy pow() (in Perl...
2002-03-11 Paul Marquess more warnings tidyup
2002-03-11 Nicholas Clark spelling correction
2002-03-07 Jarkko Hietaniemi As suggested by Anton Tagunov, eq and cmp now obey the
2002-03-04 Paul Marquess taint + deprecated warnings
2002-03-02 Jarkko Hietaniemi PATCH: "splice() offset past end of array" warning...
2002-02-19 Jarkko Hietaniemi Let's not overdo the growth.
2002-02-19 Jarkko Hietaniemi Not extending enough.
2002-02-01 Nick Ing-Simmons Integrate mainline
2002-01-31 Jarkko Hietaniemi Turn the I/O Unicode error by default on, but the
2002-01-25 Nick Ing-Simmons Integrate mainline
2002-01-23 Jarkko Hietaniemi Copyright++. (Not all the toplevel *.h have one, it...
2002-01-20 Nick Ing-Simmons Integrate mainline
2002-01-20 Jarkko Hietaniemi Make also hex() and oct() to croak if their arguments
2002-01-19 Nick Ing-Simmons Nearly-working threads re-structuring. Do not integrate,
2002-01-13 Jarkko Hietaniemi Make the crypt() pickier: if downgrading doesn't work,
2002-01-12 Mike Guy Correct misleading error message
2002-01-04 Jarkko Hietaniemi In the UTF-8 branch of crypt() the extra \0 byte is...
2001-12-21 Jarkko Hietaniemi Make using U+FDD0..U+FDEF (noncharacters since Unicode...
2001-12-20 Nick Ing-Simmons Integrate mainline (mostly) utf8.c does not compile.
2001-12-19 Jarkko Hietaniemi gcc 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 Hietaniemi Unadorned numbers evil.
2001-12-09 Jarkko Hietaniemi Apply NetBSD patch-ad: a gcc sparc64 code generation...
2001-12-03 Nicholas Clark shared hash keys and ++/--
2001-12-02 Jarkko Hietaniemi Various small nits found by DJGPP build.
2001-12-01 Nicholas Clark [REPATCH] reference pointer comparison
2001-11-24 Nicholas Clark Re: Smoke 13191 /pro/3gl/CPAN/perl-current
2001-11-21 Nicholas Clark spaceship and refs
2001-11-18 Jarkko Hietaniemi Retract 11635: close 20011113.110, reopen 20010809...
2001-10-31 Jarkko Hietaniemi Extend the effect of the encoding pragma to chr() and...
2001-10-26 Nicholas Clark tweak divide
2001-10-25 Nicholas Clark remove small IVop redundancy
2001-10-23 Jarkko Hietaniemi Negation and Unicode: sort of solves 20010303.010,
2001-10-23 Jarkko Hietaniemi Document the final sigma spot.
2001-10-23 Jarkko Hietaniemi Fix multicharacter titlecase (ucfirst).
2001-10-09 Jarkko Hietaniemi Make the toupper/lower/title API for Unicode not right
2001-09-23 chromatic Re:
2001-09-10 Artur Bergman Silence some more warnings INT2PTR.
2001-09-05 Nicholas Clark oct and hex in glorious 64 bit (with less bugs) (was...
2001-09-03 Jarkko Hietaniemi Make crypt() do something more sane for Unicode
2001-09-02 Jarkko Hietaniemi Rename the variable: it *used* to be (wrongly) that the
2001-08-30 Nicholas Clark pp_modulo
2001-08-27 Artur Bergman Changes USE_THREADS to USE_5005THREADS in the entire...
2001-08-22 Nicholas Clark 64 bit integer preserving pp_divide
2001-08-18 Jarkko Hietaniemi New try for ID 20010407.006: detach the semantics
2001-08-16 Jarkko Hietaniemi Fix for 20010407.008 sprintf removes utf8-ness.
2001-08-15 Arthur Bergman pp_lock
2001-08-11 Jarkko Hietaniemi Add 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 Pinyan split()'s unused captures should be undef, not ''
2001-07-06 Nick Ing-Simmons Integrate mainline
2001-07-02 Gurusamy Sarathy win32 fixes: fix various syntax errors ("no preprocesso...
2001-06-29 Richard Soderberg Fixes compile errors in four files
2001-06-21 Nick Ing-Simmons Integrate mainline
2001-06-21 Richard Soderberg Step 2: Use the new PM_GETRE/SETRE macros everywhere.
2001-06-18 Jarkko Hietaniemi Split off the pack/unpack code, from Nicholas Clark.
2001-06-09 Nick Ing-Simmons Integrate mainline
2001-06-08 Jarkko Hietaniemi Be inspired more by Hugo-- introduce HAS_MODFL_POW32_BUG.
2001-06-03 Jarkko Hietaniemi Integrate change #10412 from maintperl; locale is now
2001-05-31 Jarkko Hietaniemi Salvage bits and pieces from the experimental 'utf8...
2001-05-30 Jarkko Hietaniemi More -Wall sweeping.
2001-05-25 Simon Cozens Based on
2001-05-20 Dave Mitchell [LARGE!] symbolic magic
2001-05-15 Jarkko Hietaniemi Fix for 20010514.037; substr() didn't invalidate the...
2001-05-14 Jarkko Hietaniemi Reference cmp'ing should go through the whole stringifi...
2001-04-23 Robin Houston bug 20010423.002
2001-04-11 Simon Cozens prototype("CORE::recv")
2001-04-05 David Dyck bleadperl / hex ignores variable length and/or tr doesn...
2001-03-28 Jarkko Hietaniemi pp_ne() needs a CORRECT boolean.
2001-03-28 Jarkko Hietaniemi pp_ne() needs a boolean, not an integer.
2001-03-28 Jarkko Hietaniemi (Retracted by #9404.)
2001-03-28 Jarkko Hietaniemi Extend the SvROK() testing also to pp_ne(), pointed...
2001-03-26 Jarkko Hietaniemi pp_ncmp() and pp_scmp() should return numeric values...
2001-03-26 Jarkko Hietaniemi Treat pp_ncmp() and pp_scmp() as in #9366 (ROK).
2001-03-24 Nick Ing-Simmons Integrate mainline.
2001-03-24 Robin Houston Re: B::Deparse bug (5.6.0)
2001-03-21 Jarkko Hietaniemi The #9270 would have leaked a scalar if pp_substr()
2001-03-21 Jarkko Hietaniemi Continue 4-arg substr() UTF-8 fixage.
2001-03-19 Jarkko Hietaniemi substr($bytestr, i, n, $charstr)
2001-03-17 Nick Ing-Simmons Minor naming change UTF8_IS_ASCII => UTF8_IS_INVARIANT
next