add patch for C<use re 'debug'>
[p5sagit/p5-mst-13.2.git] / perl.h
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...
1998-05-18 Gurusamy Sarathy [asperl] integrate mainline changes (untested)
1998-05-15 Malcolm Beattie Patch from Sarathy to fix up win32 integration. Patch...
1998-05-15 Malcolm Beattie Integrate win32 branch into mainline.
1998-05-15 Gurusamy Sarathy [win32] merge changes#906,907,909,910 from maintbranch
1998-05-14 Gurusamy Sarathy [win32] integrate mainline
1998-05-14 Malcolm Beattie Integrate win32 branch into mainline
1998-05-14 Andy Dougherty [PATCH for 5.004_64] Configure patch Config_64-01
1998-05-14 Gurusamy Sarathy [win32] merge change#886 from maintbranch
1998-04-22 Jan Dubois [win32] hand-applied patch along with small tweaks
1998-04-21 Gurusamy Sarathy [asperl] add AS patch#17
1998-04-20 Gurusamy Sarathy [asperl] add AS patch#16
1998-04-08 Gurusamy Sarathy [asperl] integrate mainline changes
1998-04-05 Gurusamy Sarathy [win32] fix memory leaks in offer_nice_chunk()
1998-03-16 Charles Bailey VMS updates (direct)
1998-03-16 Andy Dougherty [PATCH 5.004_62} Config_62-01 patch available.
1998-03-16 Gurusamy Sarathy [asperl] various changes to get asperl working under...
1998-03-07 Gurusamy Sarathy [win32] integrate mainline changes
1998-03-05 Gisle Aas Compiling with OP_IN_REGISTER
1998-03-05 Charles Bailey USHRT range limit macros
1998-03-01 Gurusamy Sarathy [asperl] integrate mainline changes
1998-02-26 Gurusamy Sarathy [win32] various cleanups so that B can be built as...
1998-02-25 Andy Dougherty Re: ANNOUNCE: perl5.004_60 Configure patch is available
1998-02-22 Gurusamy Sarathy [asperl] integrate latest win32 branch
1998-02-20 Hans Mulder NeXT doesn't need DONT_DECLARE_STD (was:
1998-02-14 Gurusamy Sarathy [asperl] added AS patch#5 (patch #4 was intentionally...
1998-02-09 Gurusamy Sarathy [asperl] integrate win32 branch contents
1998-02-03 Gurusamy Sarathy [win32] integrate mainline
1998-02-02 Malcolm Beattie Introduced thr->threadsvp and THREADSV() for faster...
1998-02-01 Douglas Lankshear [asperl] added AS patch#3
1998-01-30 Gurusamy Sarathy [asperl] initial merge of latest win32 branch into...
1998-01-30 Gurusamy Sarathy [asperl] added AS patch#2
1998-01-30 Gurusamy Sarathy [asperl] Created new branch from win32@396, added AS...
1998-01-19 Gurusamy Sarathy [win32] foo() -> PerlGroup_foo() patch from ActiveState
1998-01-13 Nick Ing-Simmons tie array changes to core and tests
1998-01-08 Roderick Schertler DG/UX tweaks to perl.h:
1998-01-04 Tye McQueen [win32] Add a tweaked version of:
1997-12-24 Gurusamy Sarathy [win32] add support for crypt() via user-supplied des_f...
1997-12-18 Malcolm Beattie Integrate ansi @364,@366 into mainline.
1997-12-18 Nick Ing-Simmons Resolve against mainline
1997-12-17 Charles Bailey Lots of VMS changes. vms/gen_shrfls.pl (which parses...
1997-12-17 Ilya Zakharevich Threading patches for OS/2 (missing files taken from...
1997-12-17 Ilya Zakharevich Add OS2 to list for DONT_DECLARE_STD in perl.h:
1997-12-14 Nick Ing-Simmons #undef new PERLVARIC macro in appropriate places
1997-12-10 Malcolm Beattie Fix perl_os_thread typedef for pthreads. Tweak SvTAINT...
1997-12-02 Gurusamy Sarathy [win32] Revert to keeping (some) constant strings as...
1997-12-01 Nick Ing-Simmons Builds and passes all tests with gcc on Win32 - phew!
1997-12-01 Nick Ing-Simmons Create a struct for all perls globals (as an option)
1997-11-30 Nick Ing-Simmons embed.pl now reads *var*.h to do its stuff.
1997-11-29 Nick Ing-Simmons Globals and structs via macros - part 1 of N
1997-11-29 Nick Ing-Simmons Sort out malloc_mutex for perl's malloc
1997-11-29 Nick Ing-Simmons Integrate win32 into ansiperl
1997-11-29 Nick Ing-Simmons GCC + Threads on Win32 - best gcc results yet
1997-11-28 Gurusamy Sarathy [win32] integrate winansi.
1997-11-27 Nick Ing-Simmons Add files and tweak others to get 'native' Mingw32...
1997-11-27 Nick Ing-Simmons Merge win32 and ansiperl branches post _55 tweaks from...
1997-11-26 Nick Ing-Simmons Integrate mainline as of _55
1997-11-26 Gurusamy Sarathy [win32] Various changes to make it build cleanly and...
1997-11-25 Gurusamy Sarathy [win32] Fixup the places where the automatic merge...
1997-11-25 Gurusamy Sarathy [win32] reverse integrate mainline
1997-11-25 Ilya Zakharevich Move malloc_mutex initialisation/destruction:
1997-11-25 Malcolm Beattie Integrate from ansi branch to mainline.
1997-11-25 Jarkko Hietaniemi AIX patch (including Configure support for {sched,pthre...
1997-11-22 Nick Ing-Simmons Resolve ansiperl against win32
1997-11-22 Gurusamy Sarathy [win32] Generic change in win32 branch: don't just...
1997-11-22 Gurusamy Sarathy [win32] Integrate mainline.
1997-11-21 Malcolm Beattie $_ is now per-thread (rather a lot of changes). Only...
1997-11-21 Nick Ing-Simmons Basic integrate of lastest perl into ansiperl
1997-11-20 Malcolm Beattie Initial stab at IRIX configuration support for threadin...
1997-11-19 Ilya Zakharevich Jumbo regexp patch applied (with minor fix-up tweaks):
1997-11-18 Malcolm Beattie Fix typo in win32 -> mainline integration.
1997-11-18 Malcolm Beattie Integrate win32 branch back into mainline.
1997-11-14 Gurusamy Sarathy Integrate mainline changes into win32 branch. Now...
1997-11-13 Malcolm Beattie Change CONTEXT to PERL_CONTEXT throughout source (since...
1997-11-12 Gurusamy Sarathy Clean up win32/win32sck.c (runtime load of Winsock...
1997-11-11 Gurusamy Sarathy Initial (untested) integration of mainline changes.
1997-11-11 Malcolm Beattie Fix up ansiperl integration. Back to passing all expect...
1997-11-11 Malcolm Beattie Initial integration of ansi branch into mainline (untes...
1997-11-11 Malcolm Beattie Fix up $@ (ERRSV now refers to GvSV(errgv) for non...
1997-11-10 Gurusamy Sarathy Merge a patch in preparation for "weak keywords":
next