This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
1997-11-25 Malcolm BeattieAdd t/avhv.t to MANIFEST and bump patchlevel.h to 55.
1997-11-25 Ilya ZakharevichMove malloc_mutex initialisation/destruction:
1997-11-25 Owen TaylorMake hv_ functions cope better with 'm'-magic:
1997-11-25 Malcolm BeattieFix typo in Thread.xs.
1997-11-25 Malcolm BeattieIntegrate from ansi branch to mainline.
1997-11-25 Jarkko HietaniemiAIX patch for DynaLoader/dl_aix.xs and hints/aix.sh:
1997-11-25 Jarkko HietaniemiAIX patch for hints/aix.sh:
1997-11-25 Malcolm BeattieFix scalar dereference of threadsv variables (e.g....
1997-11-25 Jarkko HietaniemiAIX patch (including Configure support for {sched,pthre...
1997-11-25 Malcolm BeattieRename perl_thread to perl_os_thread.
1997-11-25 Jarkko HietaniemiRemove bincompat3 support:
1997-11-25 Ilya ZakharevichEmacs/tags update:
1997-11-23 Nick Ing-SimmonsAdd $$_ test
1997-11-22 Nick Ing-SimmonsDuplicate perl_threadsv
1997-11-22 Nick Ing-SimmonsMunge pseudo-Configure stuff to add -thread to archname as
1997-11-22 Nick Ing-SimmonsBuilds and passes all but english.t on win32 VC++
1997-11-22 Nick Ing-Simmonsansiperl builds with Borland C++ again
1997-11-22 Nick Ing-SimmonsResolve ansiperl against mainline
1997-11-22 Nick Ing-SimmonsResolve ansiperl against win32
1997-11-22 Gurusamy Sarathy- shift() inside BEGIN|END|INIT now shifts @ARGV instea...
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 Paul MarquessFilter patch to toke.c:
1997-11-21 Nick Ing-SimmonsBasic integrate of lastest perl into ansiperl
1997-11-20 Malcolm BeattieInitial stab at IRIX configuration support for threadin...
1997-11-19 Malcolm BeattieThe new jumbo regexp stuff did SSPUSHINT on a char...
1997-11-19 Malcolm Beattieavhv_keys under Digital UNIX made avhv.t fail because...
1997-11-19 Jarkko HietaniemiLet Configure sort out get{host,net}byaddr* prototypes:
1997-11-19 Ilya ZakharevichJumbo regexp patch applied (with minor fix-up tweaks):
1997-11-18 Joshua PritikinSeparate avhv_foo() key handling into avhv_keys()....
1997-11-18 Malcolm BeattieBring MANIFEST up to date. Add new thread tests.
1997-11-18 Malcolm Beattiemagic_setisa enhanced to update %FIELDS automatically...
1997-11-18 Malcolm BeattieFix typo in win32 -> mainline integration.
1997-11-18 Malcolm BeattieIntegrate win32 branch back into mainline.
1997-11-18 Gurusamy Sarathy[Win32] Export our own FD_SET() et al to complete socke...
1997-11-16 Nick Ing-SimmonsGeneric file changes for MYMALLOC
1997-11-16 Nick Ing-SimmonsMYMALLOC for Win32:
1997-11-15 Nick Ing-SimmonsImplement dTHR via __declspec(thread) - part 2
1997-11-15 Nick Ing-SimmonsUse __declspec(thread) var rather tha TslAlloc & co.
1997-11-15 Gurusamy SarathyAdd #include guard in Thread.xs so it will build even...
1997-11-15 Nick Ing-SimmonsIntegrate mainline (5.004_54?) into ansiperl
1997-11-15 Nick Ing-SimmonsInterate win32 into ansiperl
1997-11-14 Gurusamy SarathyIntegrate mainline changes into win32 branch. Now...
1997-11-14 Malcolm BeattieTwo more delays added to test suite to help *-solaris...
1997-11-14 Malcolm BeattieRemove stale code from Thread.xs.
1997-11-14 Malcolm BeattieAdd delay to signal handling in t/op/magic.t. (Solaris...
1997-11-14 Gurusamy SarathyFix various details in win32 makefiles and Config.pm...
1997-11-13 Malcolm BeattieRewrite thread return code to distinguish between ordin...
1997-11-13 Malcolm BeattieChange CONTEXT to PERL_CONTEXT throughout source (since...
1997-11-13 Nick Ing-SimmonsIntegrate Win32 branch
1997-11-13 Nick Ing-SimmonsIntegrate (-ay) win32 branch at its creation to
1997-11-12 Gurusamy SarathyMore cleanups of win32/win32*.[ch] files. win32/win32i...
1997-11-12 Gurusamy SarathyReally delete deleted files.
1997-11-12 Gurusamy SarathyEgregious IOsubsystem code excised. Phew, what a relie...
1997-11-12 Gurusamy SarathyFix various win32 code blemishes:
1997-11-12 Gurusamy SarathyCarry over changes in ansiperl branch. Win32 branch...
1997-11-12 Gurusamy SarathyAdd missing win32_closesocket() and export it (extensio...
1997-11-12 Gurusamy SarathyClean up win32/win32sck.c (runtime load of Winsock...
1997-11-12 Nick Ing-SimmonsFixup Win32
1997-11-12 Nick Ing-SimmonsIntegrate mainline after it integrated us.
1997-11-12 Gurusamy SarathyMinor tweaks to add a thread_intern struct that should...
1997-11-11 Gurusamy SarathyInitial (untested) integration of mainline changes.
1997-11-11 Malcolm BeattieTypo in thread.h: ADD_THREAD_INTERN should be HAVE_THRE...
1997-11-11 Malcolm Beattiet/TEST (reverted to @229 version) should have been...
1997-11-11 Malcolm BeattieFix up ansiperl integration. Back to passing all expect...
1997-11-11 Malcolm BeattieInitial integration of ansi branch into mainline (untes...
1997-11-11 Malcolm BeattieChange name of OP_SPECIFIC to OP_THREADSV. Fixed perl_g...
1997-11-11 Malcolm BeattieFix up $@ (ERRSV now refers to GvSV(errgv) for non...
1997-11-11 Gurusamy SarathySlightly more refined lock() keyword recognition (using...
1997-11-11 Gurusamy Sarathy"weak" lock keyword (hardcoded initial implementation...
1997-11-10 Gurusamy SarathyMerge a patch in preparation for "weak keywords":
1997-11-10 Gurusamy SarathyRemove runlevel. It was used to count how many runops...
1997-11-10 Gurusamy SarathyWin32 branch now contains all non-ansification changes...
1997-11-10 Gurusamy SarathyInitial (untested) merge of all non-ansi changes on...
1997-11-09 Gurusamy SarathyIntegrate latest mainline into win32 branch.
1997-11-09 Nick Ing-SimmonsConditionalize english.t,
1997-11-09 Nick Ing-SimmonsDick Hardt's patch for build on Alpha
1997-11-09 Nick Ing-SimmonsMakeMaker not in vofig noise fix for dmake
1997-11-09 Nick Ing-SimmonsFix 'anydbm.t' - if the gv is passed 1st call to inherited
1997-11-08 Nick Ing-SimmonsCleanup MakeMaker 'not in config' noise
1997-11-08 Nick Ing-SimmonsRemove 'configure' leaving configure.gnu and Configure
1997-11-08 Nick Ing-SimmonsGet threads working again on Win32
1997-11-08 Nick Ing-SimmonsAdd :base_thread to :default in Opcode.pm
1997-11-07 Nick Ing-SimmonsMerge changes as of 18:00 CST
1997-11-07 Nick Ing-SimmonsReverse integrate Malcolm's chanes into local
1997-11-07 Malcolm BeattieChange pp_tie and pp_dbmopen to use perl_call_sv instea...
1997-11-07 Nick Ing-SimmonsRaw integrate of latest perl
1997-11-06 Malcolm BeattieUpdate README.threads and Todo.5.005.
1997-11-06 Malcolm BeattieRemove #ifdef DEPRECATED stuff: newXSUB, pp_entersubr...
1997-11-06 Malcolm BeattiePer-thread magicals now stored in their own thr->magica...
1997-11-05 Malcolm BeattiePer-thread magicals mostly working (and localisable...
1997-11-05 Nick Ing-SimmonsBuilds C++ Borland, MSVC++ (Win32) and GCC++ (Solaris)
1997-11-05 Nick Ing-SimmonsCompile(d) at least once with threads on win32
1997-11-05 Nick Ing-SimmonsTrivial integrate
1997-11-04 Malcolm BeattieUp patchlevel to 5.004_54 (I missed _53 for the last...
1997-11-01 Nick Ing-SimmonsIntegrate mainline @ 18:15 CST 31 Oct 1997
1997-11-01 Nick Ing-Simmonswin32thread.* not in MANIFEST which has muddled moving
1997-11-01 Nick Ing-SimmonsTest changes
1997-10-31 Nick Ing-SimmonsFurther ANSI changes now builds and passes (most) tests
next