This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
integrate cfgperl contents into mainline
[perl5.git] / objXSUB.h
1999-08-01 Ilya ZakharevichMore optimizations to REx engine
1999-07-27 Ilya Zakharevichapplied suggested patch; added missing prototype changes to
1999-07-26 Chip Salzenbergoptimize method name lookup
1999-07-26 Stephen McCamantallow arrow omission in $foo[10]->('foo') etc. (but...
1999-07-23 Hugo van der Sandenapplied suggested patch for tracking line numbers corre...
1999-07-17 Ilya ZakharevichSegfaults if $^P
1999-07-17 Ilya Zakharevichmake system() return -1 and set $! if exec of child...
1999-07-12 Gurusamy Sarathyyet more cleanups of the PERL_OBJECT, MULTIPLICITY...
1999-07-08 Gurusamy Sarathymore PERL_OBJECT cleanups (changes still untested on...
1999-07-07 Hugo van der Sandenmemleak in optimizer
1999-07-06 Jarkko HietaniemiPOSIX [[:character class:]] support for standard, locale,
1999-07-06 Jarkko HietaniemiIntegrate with Sarathy.
1999-07-06 Ilya Zakharevichapplied slightly tweaked version of suggested patch for
1999-07-05 Jarkko HietaniemiAIX threaded build, plus few more on the side.
1999-06-27 Gurusamy Sarathysomewhat untested PERL_OBJECT cleanups (C++isms mostly
1999-06-17 Jarkko HietaniemiFixed two long-standing locale bugs.
1999-06-12 Gurusamy SarathyEXTERN_C declarations for global arrays in various
1999-06-10 Gurusamy Sarathywin32 build fixes
1999-06-09 Gurusamy Sarathymore complete support for implicit thread/interpreter...
1999-06-07 Gurusamy Sarathyinitial stub implementation of implicit thread/this
1999-06-04 Gurusamy Sarathyclean up some stray "global" symbols
1999-06-02 Gurusamy Sarathyintegrate cfgperl contents into mainline
1999-05-31 Gurusamy Sarathyfix memory leak in C<eval 'return sub {...}'>
1999-05-28 Tom HughesByteLoader mark 2
1999-05-25 Jarkko HietaniemiCures for _57 in AIX 4.1.5.0.
1999-05-25 Ilya ZakharevichREx engine improvements
1999-05-24 Gurusamy Sarathyremove vestiges of PL_last_proto
1999-05-24 Gurusamy Sarathyredo change#2061 and parts of change#1169 with code...
1999-05-13 Jarkko HietaniemiStill fflushing strong.
1999-05-11 Gurusamy Sarathyvarious fixes for clean build and test on win32; config...
1999-05-11 Chip Salzenberggutsupport for C++ exceptions
1999-05-10 Gurusamy Sarathy"weak" references internals, still needs perlguts docum...
1999-05-10 Ilya ZakharevichRe: [PATCH 5.005_56] Make open(F,"command |") return...
1999-05-10 Tom Hughesapplied suggested patch, with win32 and PERL_OBJECT...
1999-04-03 Gurusamy Sarathygrow PL_tmps_stack more efficiently; make it more amena...
1999-04-03 Gurusamy Sarathyremove duplicate code and an extra branch in sv_setsv...
1999-03-08 Gurusamy Sarathyremove bogus symbols from global.sym
1999-02-14 Jan Duboisprovide SvPV_nolen(sv) to avoid use of PL_na
1999-02-12 Gurusamy Sarathyfix ops that are not filehandle constructors to not...
1999-02-08 Gurusamy Sarathymake safesysmalloc() etc., always available; safemalloc...
1999-02-07 Ilya Zakharevichpatch for change#2822, done right; add PERL_OBJECT...
1999-02-01 Gurusamy Sarathyvarious win32-ish changes merged from maint-5.005
1999-01-17 Gurusamy Sarathyvarious tweaks for clean build and test on win32
1999-01-17 Gurusamy Sarathyregen headers
1998-11-28 Ilya ZakharevichFinishing off SNOBOL: $1 in (?{})
1998-11-28 Ilya Zakharevichbetter -Mre=debugcolor
1998-11-28 Ilya Zakharevichregcolors
1998-11-28 Ilya Zakharevichapplied suggested patch with PERL_OBJECT tweaks
1998-11-28 Ilya ZakharevichFix \G in REx without //g
1998-11-27 Jan Duboisadd ext/Devel/Peek
1998-11-22 Gurusamy Sarathyphase 2 of PERL_OBJECT cleanup; objXSUB.h autogeneration
1998-11-08 Gurusamy Sarathyintegrate changes#2120,2168,2218 from maint-5.005;
1998-10-30 Gurusamy Sarathyphase 1 of somewhat major rearrangement of PERL_OBJECT...
1998-10-25 Gurusamy Sarathyproperly restore PL_rsfp_filters after require
1998-10-03 Gurusamy Sarathymake C<use> recognize C<require> overrides; allow C...
1998-09-25 Gurusamy Sarathybig Configure update from Jarkko: sync metaconfig units...
1998-09-24 Gurusamy Sarathyprovide locked access to string table for USE_THREADS
1998-09-23 Albert DvornikSSNEW() API for allocating memory on the savestack
1998-09-23 Ilya Zakharevichpatch to support computed regular subexpressions
1998-09-23 Ilya Zakharevichsupport match indices via special variables @- and @+
1998-09-17 Gurusamy Sarathyntohl typo in objXSUB.h
1998-09-07 Gurusamy SarathyMssage-Id: <199808280433.AAA06767@aatma.engin.umich...
1998-08-10 Gurusamy Sarathyvarious tweaks: fix signed vs. unsigned problems that...
1998-07-21 Gurusamy Sarathychange case of PERL_OBJECT filenames, consistent with...