Need to add QNX to the list for DONT_DECLARE_STD.
[p5sagit/p5-mst-13.2.git] / perl.h
1999-07-28 Norton T. Allen Need to add QNX to the list for DONT_DECLARE_STD.
1999-07-28 Gurusamy Sarathy avoid warning (from Doug MacEachern)
1999-07-27 Gurusamy Sarathy provide MakeMaker attribute PERL_MALLOC_OK that allows...
1999-07-12 Gurusamy Sarathy fixups for sundry warnings about function pointers
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 Stephen McCamant Eliminate CONDOPs
1999-07-06 M. J. T. Guy fix for C<$/ = 42> setting paragraph mode (applied...
1999-07-06 Jarkko Hietaniemi Integrate with Sarathy.
1999-07-06 Ilya Zakharevich applied slightly tweaked version of suggested patch for
1999-07-06 Dan Sugalski slightly tweaked version of suggested patch
1999-07-05 Jarkko Hietaniemi AIX threaded build, plus few more on the side.
1999-07-05 Jarkko Hietaniemi Integrate with mainperl.
1999-07-05 Fifer, Eric cygwin32 update
1999-06-27 Olaf Flebbe EPOC port to Psion5.
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-11 Gurusamy Sarathy implement C<use caller 'encoding'>
1999-06-10 Gurusamy Sarathy part of the platform changes for IMPLICIT_CONTEXT
1999-06-10 Gurusamy Sarathy most globals are now interpreter local; locale initiali...
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-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)
next