initial stub implementation of implicit thread/this
[p5sagit/p5-mst-13.2.git] / perl.h
1999-06-07 Gurusamy Sarathy initial stub implementation of implicit thread/this
1999-06-02 Gurusamy Sarathy remove _() non-ansism
1999-05-28 Tom Hughes ByteLoader mark 2
1999-05-21 Gurusamy Sarathy fix breakage when neither FFLUSH_ALL nor FFLUSH_NULL...
1999-05-17 Gurusamy Sarathy integrate cfgperl changes into mainline
1999-05-17 Fifer, Eric additional cleanups for cygwin32 port
1999-05-13 Jarkko Hietaniemi Add HAS_MEMCHR and make memchr into a cpp macro if...
1999-05-13 Jarkko Hietaniemi Still fflushing strong.
1999-05-12 Jarkko Hietaniemi Detect whether fflush(NULL) works as per change #3352.
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 Self-consistent numeric conversion again
1999-05-10 Jan Dubois Fix -Dm memory debugging for PERL_OBJECT
1999-05-10 Alexander Smishlajev cygwin32 update (untested adaptation of patch against...
1999-05-09 Gurusamy Sarathy flush all open output buffers before fork(), exec(...
1999-04-13 Jarkko Hietaniemi Croak if no known ways to semctl() (don't assume union...
1999-03-15 Wilfredo Sánchez First pass of integrating the Rhapsody port,
1999-03-09 Gurusamy Sarathy fix parsing of here documents in C<eval 's/.../<<FOO/e'>
1999-03-08 Gurusamy Sarathy remove bogus symbols from global.sym
1999-02-24 Gurusamy Sarathy integrate cfgperl contents
1999-02-24 Hans Mulder adjust a Perl_malloc() flag for NeXT
1999-02-19 Jarkko Hietaniemi pack/unpack better in (network-)short-non-16-bits and
1999-02-16 Gurusamy Sarathy propagate PERL_VERSION everywhere, add to pod
1999-02-15 Gurusamy Sarathy #include patchlevel.h by default, provide
1999-02-12 Jan Dubois remove OVERLOAD conditionals
1999-02-11 Gurusamy Sarathy binmode() support for cygwin32 (suggested by Steven...
1999-02-08 Gurusamy Sarathy make safesysmalloc() etc., always available; safemalloc...
1999-02-08 Gurusamy Sarathy remove spurious #endif in last change
1999-02-08 Gurusamy Sarathy make EMBEDMYMALLOC the default and provide PERL_POLLUTE...
1999-02-07 Jarkko Hietaniemi Configure update.
1999-02-03 Gurusamy Sarathy PL_uuemap[] init needs help for sizeof()
1999-02-01 Gurusamy Sarathy various win32-ish changes merged from maint-5.005
1999-01-22 Jarkko Hietaniemi nosuid getmntent() branch.
1999-01-19 Jarkko Hietaniemi Jumbo Configure update.
1998-12-11 Jarkko Hietaniemi MAXPATHLEN.
1998-12-06 Gurusamy Sarathy fix outdated/incorrect info about arbitrary limits
1998-11-27 Jan Dubois add ext/Devel/Peek
1998-11-27 Gurusamy Sarathy eliminate dup hunk from integration
1998-11-27 Gurusamy Sarathy integrate cfgperl changes into mainline
1998-11-18 Horst von Brand pp.c uses 'unsigned Quad_t'
1998-11-12 Jarkko Hietaniemi Integrate from mainperl.
1998-11-09 Hans Mulder Re: [PATCH] Re: Not OK: perl 5.00553 on OPENSTEP-Mach 4_1
1998-11-08 Gurusamy Sarathy integrate changes#2120,2168,2218 from maint-5.005;
1998-11-07 Hans Mulder Finalize the Mach CThreads support.
1998-11-06 Jarkko Hietaniemi Mach CThreads needs #include <mach/cthreads.h>.
1998-11-02 Jarkko Hietaniemi Detrail enum comma.
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-27 Brian Harrison Mach cthreads support based on:
1998-10-20 Scott Henry 64-bitness, based on
1998-10-19 Jarkko Hietaniemi vmesaish.h doesn't exclude unixish.h.
1998-10-17 Jarkko Hietaniemi The VM/ESA port essentials, based on
1998-10-17 Gurusamy Sarathy Rhapsody DR2 has bsd/ctypes.h, not objc/NXCType.h ...
1998-10-02 Jarkko Hietaniemi various Configure and hints updates (prefer drand48...
1998-10-02 Gurusamy Sarathy use SETERRNO() to reset errno (suggested by Charles...
1998-09-25 Gurusamy Sarathy big Configure update from Jarkko: sync metaconfig units...
1998-09-23 Albert Dvornik SSNEW() API for allocating memory on the savestack
1998-09-23 Green, Paul RE: [PATCH] 5.005_02 and 5.005_51: Stratus VOS port
1998-09-23 Matthew T Harden updated usethreads hints for hpux 10.X
1998-09-23 Jarkko Hietaniemi apply minimal variant of patch (sent via private mail)
1998-09-23 Ilya Zakharevich support match indices via special variables @- and @+
1998-08-09 Paul Marquess lexical warnings; tweaks to places that didn't apply...
1998-08-08 Gurusamy Sarathy integrate maint-5.005 changes into mainline
1998-08-02 Ilya Zakharevich tweaked version of suggested patch
1998-08-02 Jarkko Hietaniemi support OE/MVS
1998-08-02 Gurusamy Sarathy PERL_OBJECT bincompat fixes from Douglas Lankshear...
1998-07-24 Larry Wall Here are the long-expected Unicode/UTF-8 modifications.
1998-07-21 Gurusamy Sarathy change case of PERL_OBJECT filenames, consistent with...
1998-07-21 Gurusamy Sarathy part 1 of PERL_OBJECT fixes for new var names
1998-07-20 Gurusamy Sarathy complete s/foo/PL_foo/ changes (all escaped cases ident...
1998-07-19 Nick Ing-Simmons Drat! - threaded perl-malloc has mutex that needs PL_
1998-07-18 Nick Ing-Simmons PL_ stuff for threads
1998-07-18 Nick Ing-Simmons PL_ prefix to all perlvars, part1
1998-07-18 Gurusamy Sarathy fix lvalue leaks stemming from failure to free LvTARG(sv)
1998-07-14 Hans Mulder applied patch, slightly tweaked
1998-07-14 Jarkko Hietaniemi add files and tweaks needed for MPE/iX port (via PM)
1998-07-12 Jarkko Hietaniemi generic Configure mods and HAS_GROUP additions to help...
1998-07-09 Gurusamy Sarathy get it building again on win32
1998-07-08 Ilya Zakharevich add patch for C<use re 'debug'>
1998-07-06 Gurusamy Sarathy allow eval-groups in patterns only if they C<use re...
1998-07-04 Gurusamy Sarathy merge changes#1210,1211,1270 from maintbranch
1998-06-29 Ilya Zakharevich added patch for overloading constants, made PERL_OBJECT...
1998-06-23 Gurusamy Sarathy more MULTIPLICITY tweaks
1998-06-23 Gurusamy Sarathy remove atomic.h pending resolution of licensing issues,
1998-06-23 Jarkko Hietaniemi applied patch, moved #define mkfifo ... from perl.h...
1998-06-21 Dan Sugalski applied VMS patch from Dan Sugalski
1998-06-21 Douglas Lankshear applied patch, along with many changes:
1998-06-18 Gurusamy Sarathy back out problematic change#1105, tweak perlsub.pod
1998-06-15 Gurusamy Sarathy back out previous change (it breaks PERL_OBJECT)
1998-06-15 Joshua Pritikin added patch, fixed typo, reworked documentation
1998-06-10 Ilya Zakharevich Applied patch, followed by tweaks to *.sym and `perl...
1998-06-10 Hans Mulder Mangled patch, needed hand-tweaks, along with binmode...
1998-06-05 Gurusamy Sarathy [win32] add AS patch#26 (rename THIS to PERL_OBJEC_THIS...
1998-05-29 Gurusamy Sarathy [asperl] integrate mainline changes
1998-05-28 Andy Dougherty [PATCH 5.004_65] Config_65-02-03.diff: SunOS and Solari...
1998-05-28 Malcolm Beattie Back out change 1043 since Andy's forthcoming Config...
1998-05-28 Jarkko Hietaniemi This change really is:
1998-05-27 Gurusamy Sarathy [asperl] add AS patch#21 (misc. fixes)
1998-05-26 Gurusamy Sarathy [asperl] tweaks to make it build with the Borland compi...
next