This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
ensure implicitly closed handles don't set $? or $!
[perl5.git] / pp.c
1999-07-23 Gurusamy Sarathyavoid useless use of target for pp_each(); also fixes...
1999-07-11 Jarkko HietaniemiManual synchronization with Sarathy (some files
1999-07-08 Jarkko HietaniemiIntegrate with Sarathy.
1999-07-08 Gurusamy Sarathymore PERL_OBJECT cleanups (changes still untested on...
1999-07-08 Gurusamy Sarathyfixes for logical bugs in the lexwarn patch; other...
1999-07-07 Jarkko HietaniemiIntegrate with Sarathy; one conflict in t/pragma/warn...
1999-07-07 Paul Marquesslexical warnings update (warning.t fails one test
1999-07-07 Jarkko HietaniemiIntegrate with Sarathy.
1999-07-06 Gurusamy Sarathyfix int vs STRLEN issue
1999-07-06 Jarkko HietaniemiIntegrate with Sarathy.
1999-07-06 Ilya Zakharevichapplied slightly tweaked version of suggested patch for
1999-07-06 Dan Sugalskislightly tweaked version of suggested patch
1999-07-06 Gurusamy Sarathyintegrate cfgperl contents into mainline
1999-07-04 Jan Starzynskipp_lc/pp_lcfirst/pp_quotemeta/pp_uc/pp_ucfirst were...
1999-06-17 Jarkko HietaniemiFixed two long-standing locale bugs.
1999-06-09 Gurusamy Sarathymore complete support for implicit thread/interpreter...
1999-06-07 Gurusamy Sarathyinitial stub implementation of implicit thread/this
1999-06-02 Gurusamy Sarathyremove _() non-ansism
1999-05-25 Ilya ZakharevichREx engine improvements
1999-05-20 Gurusamy Sarathyvarious little nits
1999-05-17 Gurusamy Sarathyemit more appropriate diagnostic for failed glob (variant
1999-05-12 Hugo van der Sandenbetter range-checking on list slices, with test
1999-05-11 Gurusamy Sarathyvarious fixes for clean build and test on win32; config...
1999-05-10 Ilya ZakharevichSelf-consistent numeric conversion again
1999-05-10 Gurusamy Sarathypp_modulo comment tweak from Ilya
1999-05-08 Gurusamy Sarathyavoid temporary files named 'tmp'
1999-05-08 Nick Ing-SimmonsTweaks to open(my $fh,...) stuff
1999-05-07 Nick Ing-SimmonsImplement open( my $fh, ...) and similar.
1999-05-07 Ilya ZakharevichMake % use fmod()
1999-04-25 Gurusamy Sarathyfix buggy reference count on refs to SVs with autoviv...
1999-04-13 Jarkko HietaniemiAdd information about the two DEC C compiler optimizer...
1999-04-04 Gurusamy Sarathycorrect places that said newSVpv() when they meant...
1999-04-03 Gurusamy Sarathyremove duplicate code and an extra branch in sv_setsv...
1999-03-22 Gurusamy Sarathyupdate copyright years
1999-03-03 Jarkko HietaniemiUse '!' to mark native integer packings instead of...
1999-02-22 Jarkko HietaniemiSnapshot the cross-compilation/multiarchitecture stuff
1999-02-19 Jarkko Hietaniemipack/unpack better in (network-)short-non-16-bits and
1999-02-15 Jarkko HietaniemiEnhance the packnative patch: use the packnative code
1999-02-15 Jarkko Hietaniemisupport native integers, pack("L_",...) etc. (via priva...
1999-02-12 Jan Duboisremove OVERLOAD conditionals
1999-02-12 Gurusamy Sarathyfix ops that are not filehandle constructors to not...
1999-02-09 Valeriy E. Ushakova modified version of suggested patch for pack template...
1999-02-01 Gurusamy Sarathyvarious win32-ish changes merged from maint-5.005
1999-01-21 Achim BohnetNot OK: perl 5.00503 +MAINT_TRIAL_3 on alpha-dec_osf...
1999-01-17 Gurusamy Sarathybogus assert()
1998-12-31 Wilson P. Snyder IIREV2: Binary number support
1998-11-29 Gurusamy Sarathyanother threads reliability fix: serialize writes to...
1998-11-28 Ilya ZakharevichFix \G in REx without //g
1998-11-28 Gurusamy Sarathymore conservative version of changes#2345,2346,2347...
1998-11-28 Gurusamy Sarathyfix typo in pp_defined() causing C<defined %tied> to...
1998-11-28 Gurusamy Sarathymake $1 et al readonly under threads; make C<undef...
1998-11-18 Horst von Brandpp.c uses 'unsigned Quad_t'
1998-10-30 Ilya ZakharevichOverloaded <> and deref again
1998-10-30 Gurusamy Sarathyphase 1 of somewhat major rearrangement of PERL_OBJECT...
1998-10-28 Gurusamy Sarathyremove doubled hunk from integration
1998-10-28 Gurusamy Sarathyintegrate cfgperl into mainline
1998-10-28 Jarkko HietaniemiBring in #2102.
1998-10-27 Larry Wallutf8 change to quotemeta broke EBCDIC
1998-10-26 Jarkko HietaniemiRemoved !(*s & 0x80) from pp_quotemeta(), introduced...
1998-10-26 Gurusamy Sarathyvarious win32 tweaks; disable new xs_cpp section (it...
1998-10-25 Gisle Aasord() and unpack("U*",...) should not be negative
1998-10-25 Gurusamy Sarathyintegrate changes#1982,2014,2021 (from maint-5.005)
1998-10-25 Gurusamy Sarathyavoid the circular refcnt logic in magic_mutexfree()
1998-10-23 Larry Wallchr(0xFFFFFFFF) didn't translate to utf8 character
1998-10-23 Larry WallProgram with utf8 identifiers fails to compile
1998-10-17 Jarkko HietaniemiIntegrate mainperl.
1998-10-17 Gisle Aasfix buggy treatment of large checksums on unicode strings
1998-10-02 Jarkko Hietaniemivarious Configure and hints updates (prefer drand48...
1998-09-23 Roderick Schertlerseed srand from /dev/urandom when possible
1998-09-23 Gurusamy Sarathyintegrate maint-5.005 changes (except conflicting chang...
1998-09-20 Peter Prymmerfix for unpack('u') failures on OS/390
1998-09-05 Larry Walltr/// logic was hosed under utf8
1998-08-10 Gurusamy Sarathyvarious tweaks: fix signed vs. unsigned problems that...
1998-08-09 Paul Marquesslexical warnings; tweaks to places that didn't apply...
1998-08-08 Larry Wallfix double free on -Mutf8 -e '$b=uc("")'
1998-08-08 Larry Wallsubstr() assumes utf8 without say-so
1998-08-08 Gurusamy Sarathyintegrate maint-5.005 changes into mainline
1998-08-04 Gurusamy Sarathytweak to avoid ambiguity warnings
1998-08-02 Gurusamy Sarathyfix unpack('u',...) problem with spaces in input
1998-08-02 Gurusamy Sarathyfix longstanding bug in pack('u',...) (reads garbage...
1998-08-02 Ilya Zakharevichtweaked version of suggested patch
1998-08-02 Jarkko Hietaniemisupport OE/MVS
1998-07-24 Larry WallHere are the long-expected Unicode/UTF-8 modifications.
1998-07-22 Douglas Lankshearsupport optional crypt() with PERL_OBJECT
1998-07-22 Stephen McCamantapplied patch, add new message to perldeta
1998-07-20 Gurusamy Sarathycomplete s/foo/PL_foo/ changes (all escaped cases ident...
1998-07-19 Nick Ing-SimmonsMerge Mainline
1998-07-19 Andy DoughertyRe: Configure s?rand support [PATCH 5.004_75] -- better...
1998-07-18 Nick Ing-SimmonsPL_ stuff for threads
1998-07-18 Nick Ing-SimmonsPL_ prefix to all perlvars, part1
1998-07-13 Graham Barradded patch, tweaked PERL_OBJECT things
1998-07-09 Gurusamy Sarathyget it building again on win32
1998-07-08 Ilya Zakharevichadd patch for C<use re 'debug'>
1998-07-04 Joshua Pritikinfixes for mortalization bug in xsubpp, other efficiency...
1998-07-04 Ilya Zakharevichallow a flags args to fbm_instr() for future needs
1998-07-04 Gisle Aasapplied patch with tweaks to prose
1998-07-04 Jarkko Hietaniemifix use of uninitialized var in pp_unpack()
1998-06-28 Gisle AasRe: [PATCH] 4-arg substr update for perl5.004_68
1998-06-28 Gisle AasNegative LENGTH argument to splice
1998-06-28 Jarkko Hietaniemifixes unpack("q"...), and semctl() tests for UNICOS
next