Resync with mainline
[p5sagit/p5-mst-13.2.git] / pp.c
2000-02-09 Charles Bailey Resync with mainline
2000-01-20 Charles Bailey Quick integration of mainline changes to date
1999-09-29 Charles Bailey resync with mainline
1999-09-04 Jarkko Hietaniemi Enable 64-bit clean bit ops.
1999-08-31 Jarkko Hietaniemi For some odd reason #4056 didn't undo #3922 completely.
1999-08-19 Jarkko Hietaniemi Removed duplicated code (in pp.c and mg.c) by introducing
1999-08-11 Jarkko Hietaniemi Unapply an experimental patch that accidentally escaped
1999-08-10 Dan Sugalski Patches needed to get _60 building with
1999-08-09 Jarkko Hietaniemi Integrate with Nick.
1999-08-06 Nathan Torkington Protect against pack/unpack repeat count overflows,
1999-08-05 Jarkko Hietaniemi split /^/ deprecation warning should not be on by default.
1999-08-05 Paul Marquess Warning fix to change #3922.
1999-08-05 Ilya Zakharevich Deprecate /^/ implictly meaning /^/m.
1999-08-02 Gurusamy Sarathy native int pack/unpack fixes (from Spider Boardman
1999-07-29 Jarkko Hietaniemi Repent and make overly large integerish
1999-07-27 Jarkko Hietaniemi Integer constants (0x, 0[0-7], 0b) now overflow fatally,
1999-07-26 Ian Phillipps (Version 2) Extending unpack to deal with counted strings
1999-07-23 Gurusamy Sarathy avoid useless use of target for pp_each(); also fixes...
1999-07-11 Jarkko Hietaniemi Manual synchronization with Sarathy (some files
1999-07-08 Jarkko Hietaniemi Integrate with Sarathy.
1999-07-08 Gurusamy Sarathy more PERL_OBJECT cleanups (changes still untested on...
1999-07-08 Gurusamy Sarathy fixes for logical bugs in the lexwarn patch; other...
1999-07-07 Jarkko Hietaniemi Integrate with Sarathy; one conflict in t/pragma/warn...
1999-07-07 Paul Marquess lexical warnings update (warning.t fails one test
1999-07-07 Jarkko Hietaniemi Integrate with Sarathy.
1999-07-06 Gurusamy Sarathy fix int vs STRLEN issue
1999-07-06 Jarkko Hietaniemi Integrate with Sarathy.
1999-07-06 Ilya Zakharevich applied slightly tweaked version of suggested patch for
1999-07-06 Dan Sugalski slightly tweaked version of suggested patch
1999-07-06 Gurusamy Sarathy integrate cfgperl contents into mainline
1999-07-04 Jan Starzynski pp_lc/pp_lcfirst/pp_quotemeta/pp_uc/pp_ucfirst were...
1999-06-17 Jarkko Hietaniemi Fixed two long-standing locale bugs.
1999-06-09 Gurusamy Sarathy more complete support for implicit thread/interpreter...
1999-06-07 Gurusamy Sarathy initial stub implementation of implicit thread/this
1999-06-02 Gurusamy Sarathy remove _() non-ansism
1999-05-25 Ilya Zakharevich REx engine improvements
1999-05-20 Gurusamy Sarathy various little nits
1999-05-17 Gurusamy Sarathy emit more appropriate diagnostic for failed glob (variant
1999-05-12 Hugo van der Sanden better range-checking on list slices, with test
1999-05-11 Gurusamy Sarathy various fixes for clean build and test on win32; config...
1999-05-10 Ilya Zakharevich Self-consistent numeric conversion again
1999-05-10 Gurusamy Sarathy pp_modulo comment tweak from Ilya
1999-05-08 Gurusamy Sarathy avoid temporary files named 'tmp'
1999-05-08 Nick Ing-Simmons Tweaks to open(my $fh,...) stuff
1999-05-07 Nick Ing-Simmons Implement open( my $fh, ...) and similar.
1999-05-07 Ilya Zakharevich Make % use fmod()
1999-04-25 Gurusamy Sarathy fix buggy reference count on refs to SVs with autoviv...
1999-04-13 Jarkko Hietaniemi Add information about the two DEC C compiler optimizer...
1999-04-04 Gurusamy Sarathy correct places that said newSVpv() when they meant...
1999-04-03 Gurusamy Sarathy remove duplicate code and an extra branch in sv_setsv...
1999-03-22 Gurusamy Sarathy update copyright years
1999-03-03 Jarkko Hietaniemi Use '!' to mark native integer packings instead of...
1999-02-22 Jarkko Hietaniemi Snapshot the cross-compilation/multiarchitecture stuff
1999-02-19 Jarkko Hietaniemi pack/unpack better in (network-)short-non-16-bits and
1999-02-15 Jarkko Hietaniemi Enhance the packnative patch: use the packnative code
1999-02-15 Jarkko Hietaniemi support native integers, pack("L_",...) etc. (via priva...
1999-02-12 Jan Dubois remove OVERLOAD conditionals
1999-02-12 Gurusamy Sarathy fix ops that are not filehandle constructors to not...
1999-02-09 Valeriy E. Ushakov a modified version of suggested patch for pack template...
1999-02-01 Gurusamy Sarathy various win32-ish changes merged from maint-5.005
1999-01-21 Achim Bohnet Not OK: perl 5.00503 +MAINT_TRIAL_3 on alpha-dec_osf...
1999-01-17 Gurusamy Sarathy bogus assert()
1998-12-31 Wilson P. Snyder II REV2: Binary number support
1998-11-29 Gurusamy Sarathy another threads reliability fix: serialize writes to...
1998-11-28 Ilya Zakharevich Fix \G in REx without //g
1998-11-28 Gurusamy Sarathy more conservative version of changes#2345,2346,2347...
1998-11-28 Gurusamy Sarathy fix typo in pp_defined() causing C<defined %tied> to...
1998-11-28 Gurusamy Sarathy make $1 et al readonly under threads; make C<undef...
1998-11-18 Horst von Brand pp.c uses 'unsigned Quad_t'
1998-10-30 Ilya Zakharevich Overloaded <> and deref again
1998-10-30 Gurusamy Sarathy phase 1 of somewhat major rearrangement of PERL_OBJECT...
1998-10-28 Gurusamy Sarathy remove doubled hunk from integration
1998-10-28 Gurusamy Sarathy integrate cfgperl into mainline
1998-10-28 Jarkko Hietaniemi Bring in #2102.
1998-10-27 Larry Wall utf8 change to quotemeta broke EBCDIC
1998-10-26 Jarkko Hietaniemi Removed !(*s ...
1998-10-26 Gurusamy Sarathy various win32 tweaks; disable new xs_cpp section (it...
1998-10-25 Gisle Aas ord() and unpack("U*",...) should not be negative
1998-10-25 Gurusamy Sarathy integrate changes#1982,2014,2021 (from maint-5.005)
1998-10-25 Gurusamy Sarathy avoid the circular refcnt logic in magic_mutexfree()
1998-10-23 Larry Wall chr(0xFFFFFFFF) didn't translate to utf8 character
1998-10-23 Larry Wall Program with utf8 identifiers fails to compile
1998-10-17 Jarkko Hietaniemi Integrate mainperl.
1998-10-17 Gisle Aas fix buggy treatment of large checksums on unicode strings
1998-10-02 Jarkko Hietaniemi various Configure and hints updates (prefer drand48...
1998-09-23 Roderick Schertler seed srand from /dev/urandom when possible
1998-09-23 Gurusamy Sarathy integrate maint-5.005 changes (except conflicting chang...
1998-09-20 Peter Prymmer fix for unpack('u') failures on OS/390
1998-09-05 Larry Wall tr/// logic was hosed under utf8
1998-08-10 Gurusamy Sarathy various tweaks: fix signed vs. unsigned problems that...
1998-08-09 Paul Marquess lexical warnings; tweaks to places that didn't apply...
1998-08-08 Larry Wall fix double free on -Mutf8 -e '$b=uc("")'
1998-08-08 Larry Wall substr() assumes utf8 without say-so
1998-08-08 Gurusamy Sarathy integrate maint-5.005 changes into mainline
1998-08-04 Gurusamy Sarathy tweak to avoid ambiguity warnings
1998-08-02 Gurusamy Sarathy fix unpack('u',...) problem with spaces in input
1998-08-02 Gurusamy Sarathy fix longstanding bug in pack('u',...) (reads garbage...
1998-08-02 Ilya Zakharevich tweaked version of suggested patch
1998-08-02 Jarkko Hietaniemi support OE/MVS
1998-07-24 Larry Wall Here are the long-expected Unicode/UTF-8 modifications.
next