This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
More AIX fixes from Steven Hirsch.
[perl5.git] / objXSUB.h
2000-02-26 Gurusamy Sarathysupport for version vectors in UNIVERSAL::VERSION(...
2000-02-25 Gurusamy Sarathyfix missing perl_alloc() declaration under PERL_IMPLICI...
2000-02-20 Gurusamy Sarathymake change#3386 a build-time option (avoids problems...
2000-02-19 Gurusamy Sarathymake comparisons promote to utf8 as necessary (from...
2000-02-15 Gurusamy Sarathyprovide malloc stats via get_mstats() (from Ilya Zakhar...
2000-02-14 Gurusamy Sarathyremove outdated -DPURIFY code--it reports bogus errors...
2000-02-09 Charles BaileyResync with mainline
2000-02-01 Gurusamy Sarathyexport pregexec(), Tk uses it
2000-01-28 Gurusamy Sarathymore exported symbols needed for build on windows
2000-01-28 Gurusamy Sarathyautogenerate API listing from comments in the source...
2000-01-24 Gurusamy Sarathyenable function wrappers for access to globals under...
2000-01-21 Gurusamy Sarathypatch to report warnings on bogus filehandles passed...
2000-01-20 Charles Bailey Quick integration of mainline changes to date
2000-01-13 Gurusamy Sarathysupport delete() and exists() on array, tied array...
1999-12-31 Gurusamy Sarathymissing files in previous submit
1999-12-30 Gurusamy Sarathyenable the PERL_BINMODE_SCRIPTS behavior by default...
1999-12-24 Gurusamy Sarathysupport for v5.5.640 style version numbers
1999-12-12 Gurusamy Sarathyintegrate mainline changes
1999-12-08 Larry Wallpatch to fix parser bug in C<${h{${a[0]}}} = 13>
1999-12-08 Gurusamy Sarathyintroduce save_I8() for saving byte values
1999-12-07 Gurusamy Sarathytypos in change#4660
1999-12-06 Gurusamy Sarathytweaks for building with -DUSE_ITHREADS on !WIN32 platf...
1999-12-04 Gurusamy Sarathymake uninitialized value warnings report opcode
1999-12-01 Gurusamy Sarathyavoid "Callback called exit" error on intentional exit()
1999-12-01 Gurusamy Sarathymore complete pseudo-fork() support for Windows
1999-11-15 Gurusamy Sarathyadd a synchronous stub fork() for USE_ITHREADS to prove...
1999-11-14 Gurusamy Sarathycosmetic tweaks
1999-11-08 Gurusamy Sarathypreliminary support for GVOP indirection via pad
1999-11-08 Gurusamy Sarathypreliminary support for perl_clone() (still needs work in
1999-11-04 Gurusamy Sarathyimplement STOP blocks and fix compiler to use them...
1999-10-31 Gurusamy Sarathymake nested ARGV/$^I loops work correctly; fixes severa...
1999-10-24 Gurusamy Sarathyremove unused interpreter globals
1999-10-23 Nick Ing-SimmonsResolve mainline before possible hacking operertunity...
1999-10-17 Gurusamy SarathyPL_malloc_mutex needs to be global, not per-interpreter
1999-10-16 Nick Ing-SimmonsResolve utfperl branch against mainline as of _62
1999-10-10 Gurusamy Sarathyrevert SAVEDESTRUCTOR() to accepting void(*)(void*...
1999-10-06 Gurusamy Sarathymake die/warn and other diagnostics go to wherever...
1999-10-02 Nick Ing-SimmonsIncremental merge of mainline
1999-09-30 Kurt D. Starsinic(Was: deprecating SIGDIE)
1999-09-29 Charles Baileyresync with mainline
1999-09-20 Vishal Bhatiaadd arenas for managing allocations of remaining xpv...
1999-09-20 Gurusamy Sarathyqueue errors due to strictures rather than printing...
1999-09-18 Nick Ing-SimmonsRe-integrate mainline
1999-09-12 Gurusamy Sarathymake sprintf("%g",...) threadsafe; only taint its resul...
1999-09-07 Gurusamy Sarathyvarious fixups for windows
1999-09-06 Gurusamy Sarathyoptional warning on join(/foo/...) (reworked suggested...
1999-09-05 Gurusamy Sarathyinitial implementation of lvalue subroutines (slightly...
1999-08-29 Spider Boardmansub : attrlist
1999-08-19 Jarkko HietaniemiRemoved duplicated code (in pp.c and mg.c) by introducing
1999-08-01 Jarkko HietaniemiIntegrate with Sarathy. perl.h and util.c required...
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
next