more complete pseudo-fork() support for Windows
[p5sagit/p5-mst-13.2.git] / objXSUB.h
1999-12-01 Gurusamy Sarathy more complete pseudo-fork() support for Windows
1999-11-15 Gurusamy Sarathy add a synchronous stub fork() for USE_ITHREADS to prove...
1999-11-14 Gurusamy Sarathy cosmetic tweaks
1999-11-08 Gurusamy Sarathy preliminary support for GVOP indirection via pad
1999-11-08 Gurusamy Sarathy preliminary support for perl_clone() (still needs work in
1999-11-04 Gurusamy Sarathy implement STOP blocks and fix compiler to use them...
1999-10-31 Gurusamy Sarathy make nested ARGV/$^I loops work correctly; fixes severa...
1999-10-24 Gurusamy Sarathy remove unused interpreter globals
1999-10-17 Gurusamy Sarathy PL_malloc_mutex needs to be global, not per-interpreter
1999-10-10 Gurusamy Sarathy revert SAVEDESTRUCTOR() to accepting void(*)(void*...
1999-10-06 Gurusamy Sarathy make die/warn and other diagnostics go to wherever...
1999-09-30 Kurt D. Starsinic (Was: deprecating SIGDIE)
1999-09-20 Vishal Bhatia add arenas for managing allocations of remaining xpv...
1999-09-20 Gurusamy Sarathy queue errors due to strictures rather than printing...
1999-09-12 Gurusamy Sarathy make sprintf("%g",...) threadsafe; only taint its resul...
1999-09-07 Gurusamy Sarathy various fixups for windows
1999-09-06 Gurusamy Sarathy optional warning on join(/foo/...) (reworked suggested...
1999-09-05 Gurusamy Sarathy initial implementation of lvalue subroutines (slightly...
1999-08-29 Spider Boardman sub : attrlist
1999-08-19 Jarkko Hietaniemi Removed duplicated code (in pp.c and mg.c) by introducing
1999-08-01 Jarkko Hietaniemi Integrate with Sarathy. perl.h and util.c required...
1999-08-01 Ilya Zakharevich More optimizations to REx engine
1999-07-27 Ilya Zakharevich applied suggested patch; added missing prototype changes to
1999-07-26 Chip Salzenberg optimize method name lookup
1999-07-26 Stephen McCamant allow arrow omission in $foo[10]->('foo') etc. (but...
1999-07-23 Hugo van der Sanden applied suggested patch for tracking line numbers corre...
1999-07-17 Ilya Zakharevich Segfaults if $^P
1999-07-17 Ilya Zakharevich make system() return -1 and set $! if exec of child...
1999-07-12 Gurusamy Sarathy yet more cleanups of the PERL_OBJECT, MULTIPLICITY...
1999-07-08 Gurusamy Sarathy more PERL_OBJECT cleanups (changes still untested on...
1999-07-07 Hugo van der Sanden memleak in optimizer
1999-07-06 Jarkko Hietaniemi POSIX [[:character class:]] support for standard, locale,
1999-07-06 Jarkko Hietaniemi Integrate with Sarathy.
1999-07-06 Ilya Zakharevich applied slightly tweaked version of suggested patch for
1999-07-05 Jarkko Hietaniemi AIX threaded build, plus few more on the side.
1999-06-27 Gurusamy Sarathy somewhat untested PERL_OBJECT cleanups (C++isms mostly
1999-06-17 Jarkko Hietaniemi Fixed two long-standing locale bugs.
1999-06-12 Gurusamy Sarathy EXTERN_C declarations for global arrays in various
1999-06-10 Gurusamy Sarathy win32 build fixes
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-04 Gurusamy Sarathy clean up some stray "global" symbols
1999-06-02 Gurusamy Sarathy integrate cfgperl contents into mainline
1999-05-31 Gurusamy Sarathy fix memory leak in C<eval 'return sub {...}'>
1999-05-28 Tom Hughes ByteLoader mark 2
1999-05-25 Jarkko Hietaniemi Cures for _57 in AIX 4.1.5.0.
1999-05-25 Ilya Zakharevich REx engine improvements
1999-05-24 Gurusamy Sarathy remove vestiges of PL_last_proto
1999-05-24 Gurusamy Sarathy redo change#2061 and parts of change#1169 with code...
1999-05-13 Jarkko Hietaniemi Still fflushing strong.
1999-05-11 Gurusamy Sarathy various fixes for clean build and test on win32; config...
1999-05-11 Chip Salzenberg gutsupport for C++ exceptions
1999-05-10 Gurusamy Sarathy "weak" references internals, still needs perlguts docum...
1999-05-10 Ilya Zakharevich Re: [PATCH 5.005_56] Make open(F,"command |") return...
1999-05-10 Tom Hughes applied suggested patch, with win32 and PERL_OBJECT...
1999-04-03 Gurusamy Sarathy grow PL_tmps_stack more efficiently; make it more amena...
1999-04-03 Gurusamy Sarathy remove duplicate code and an extra branch in sv_setsv...
1999-03-08 Gurusamy Sarathy remove bogus symbols from global.sym
1999-02-14 Jan Dubois provide SvPV_nolen(sv) to avoid use of PL_na
1999-02-12 Gurusamy Sarathy fix ops that are not filehandle constructors to not...
1999-02-08 Gurusamy Sarathy make safesysmalloc() etc., always available; safemalloc...
1999-02-07 Ilya Zakharevich patch for change#2822, done right; add PERL_OBJECT...
1999-02-01 Gurusamy Sarathy various win32-ish changes merged from maint-5.005
1999-01-17 Gurusamy Sarathy various tweaks for clean build and test on win32
1999-01-17 Gurusamy Sarathy regen headers
1998-11-28 Ilya Zakharevich Finishing off SNOBOL: $1 in (?{})
1998-11-28 Ilya Zakharevich better -Mre=debugcolor
1998-11-28 Ilya Zakharevich regcolors
1998-11-28 Ilya Zakharevich applied suggested patch with PERL_OBJECT tweaks
1998-11-28 Ilya Zakharevich Fix \G in REx without //g
1998-11-27 Jan Dubois add ext/Devel/Peek
1998-11-22 Gurusamy Sarathy phase 2 of PERL_OBJECT cleanup; objXSUB.h autogeneration
1998-11-08 Gurusamy Sarathy integrate changes#2120,2168,2218 from maint-5.005;
1998-10-30 Gurusamy Sarathy phase 1 of somewhat major rearrangement of PERL_OBJECT...
1998-10-25 Gurusamy Sarathy properly restore PL_rsfp_filters after require
1998-10-03 Gurusamy Sarathy make C<use> recognize C<require> overrides; allow C...
1998-09-25 Gurusamy Sarathy big Configure update from Jarkko: sync metaconfig units...
1998-09-24 Gurusamy Sarathy provide locked access to string table for USE_THREADS
1998-09-23 Albert Dvornik SSNEW() API for allocating memory on the savestack
1998-09-23 Ilya Zakharevich patch to support computed regular subexpressions
1998-09-23 Ilya Zakharevich support match indices via special variables @- and @+
1998-09-17 Gurusamy Sarathy ntohl typo in objXSUB.h
1998-09-07 Gurusamy Sarathy Mssage-Id: <199808280433.AAA06767@aatma.engin.umich...
1998-08-10 Gurusamy Sarathy various tweaks: fix signed vs. unsigned problems that...
1998-07-21 Gurusamy Sarathy change case of PERL_OBJECT filenames, consistent with...