This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
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
1997-10-31 Malcolm BeattieHalf way through moving per-thread magicals into per...
1997-10-31 Nick Ing-SimmonsConvert miniperl sources to ANSI C. Several passes of
1997-10-30 Nick Ing-SimmonsMake the ansi branch
1997-10-29 Malcolm BeattieRemove global macro "self". Change thr->Tself to thr...
1997-10-29 Malcolm BeattieAdd to Todo: compiler with fake SvCUR in comppad_name...
1997-10-29 Malcolm BeattieChange peep() to optimise away unneeded rv2av in lval...
1997-10-29 Malcolm BeattieMove compiler OP class information into opcode.pl.
1997-10-24 Malcolm BeattieRemove xcv_condp CV field which is no longer used.
1997-10-24 Malcolm BeattiePatches for VMS [Dan Sugalski]
1997-10-24 Malcolm BeattieImprove internal threading API. Introduce win32/win32th...
1997-10-23 Malcolm BeattieFix pp_hot.c:get_db_sub core dump when perl debugger...
1997-10-23 Malcolm BeattieFix refcounts for lock/magic_mutexfree. Make OP_LOCK...
1997-10-18 Nick Ing-SimmonsMake lib/Bundle/CPAN.pm a text file
1997-10-16 Malcolm BeattieAdd newly moved perl/ext/Thread/... files to MANIFEST.
1997-10-16 Malcolm BeattieMove perlext/Thread into perl/ext/Thread.
1997-10-16 Malcolm BeattieCorrect threads_mutex locking in main thread destruction.
1997-10-16 Malcolm BeattieCorrect threads_mutex locking in main thread destruction.
1997-10-16 Malcolm BeattieFix up merge with 5.004_04.
1997-10-16 Malcolm BeattieMerge maint-5.004 branch (5.004_04) with mainline.
1997-10-15 Malcolm BeattieRemove out-of-date test Thread/cond.t.
1997-10-15 Malcolm BeattieFinish thread state machine: fixes global destruction...
1997-10-15 Malcolm BeattieFinish thread state machine: fixes global destruction...
1997-10-15 Malcolm BeattieAdd HAVE_THREAD_INTERN for platform-dependent struct...
1997-10-15 Malcolm BeattieRemove stale code from pp_entersub which breaks sub...
1997-10-15 Tim BunceMaintenance 5.004_04 changes
1997-10-15 Malcolm BeattieAdded fakethr.h.
1997-10-15 Malcolm Beattiepthread_condattr_init in thread.h for OLD_PTHREADS_API.
1997-10-15 Malcolm BeattieStarted rewriting thread state machine.
1997-10-15 Malcolm BeattieStarted rewriting thread state machine.
1997-10-10 Malcolm BeattieTweak a few Thread tests.
1997-10-10 Malcolm BeattieRewrite thread destruction system using linked list...
1997-10-10 Malcolm BeattieRewrite thread destruction system using linked list...
1997-10-10 Malcolm BeattieFix up locking/synchronisation for pp_entersub.
1997-10-10 Malcolm BeattiePut back entries in MANIFEST for the four now-returned...
1997-10-10 Malcolm BeattieTook out mystack_foo for good, fixed up interp.sym...
1997-10-08 Malcolm BeattieAdd missing sig_pipe definition to Thread.xs.
1997-10-08 Malcolm BeattieFix up 5.004_03 merge: remove missing win32 files from...
1997-10-08 Malcolm BeattieMerge maint-5.004 branch (5.004_03) with mainline.
1997-10-05 Malcolm BeattieMove init of global mutexes/cond vars earlier.
1997-10-03 Malcolm BeattieRemove last traces of "tokenbuf as temp buffer" and...
1997-10-03 Malcolm BeattieBack out sv_bless3 change which made pp_bless zap ...
1997-10-03 Malcolm BeattieFixed sv_mutex locking for new_SV, del_SV and nice_chunks.
1997-10-03 Malcolm BeattieReliable thread signal handling.
1997-10-03 Malcolm BeattieReliable thread signal handling.
1997-10-02 Malcolm BeattieAdded Thread/queue.t.
1997-10-02 Malcolm BeattieBumped patchlevel to 51. Updated Todo.5.005.
1997-10-02 Malcolm BeattieUpdate README.threads amd Thread/README
1997-10-02 Malcolm BeattieUpdate README.threads amd Thread/README
1997-10-02 Malcolm BeattieConfigure -Dusethreads hints for dec_osf and solaris_2 and
1997-10-02 Malcolm BeattieFixed broken typemap for Thread.
1997-10-02 Malcolm BeattieAdd Todo.5.005 to MANIFEST and submit remade embed.h.
1997-10-02 Malcolm BeattieAdd Todo.5.005
1997-10-01 Malcolm BeattieStart of Configure support for -Dusethreads plus associated
1997-10-01 Malcolm BeattieMove runops_foo prototypes from proto.h to early in...
1997-09-30 Malcolm BeattieMerge maint-5.004 branch (5.004_01) with mainline.
1997-09-30 Tim BunceMaintenance 5.004_03 changes (addendum)
1997-09-30 Tim BunceMaintenance 5.004_03 changes
1997-09-30 Tim BunceMaintenance 5.004_02 changes
1997-09-29 Malcolm BeattieRe-introduce the changes from change 68 (runops becomes a
1997-09-29 Malcolm BeattieStart merge with maint-5.004 branch by creating an...
1997-09-22 Malcolm Beattiestruct thread now stored in an SV and uses '~'-magic...
1997-09-22 Malcolm Beattiestruct thread now stored in an SV and uses '~'-magic...
1997-09-22 Malcolm Beattierunops becomes a funtion pointer and sv_bless3 created
1997-09-22 Malcolm BeattieMore fprintf -> PerlIO_printf changes.
1997-09-22 Malcolm BeattieMinor multi-threading patches for VMS.
1997-09-10 Malcolm BeattieDebugging output for lock handling.
1997-09-10 Malcolm BeattieMove Thread/Semaphore.pm to Thread/Thread/Semaphore.pm
1997-09-10 Malcolm BeattieMove Thread/Queue.pm to Thread/Thread/Queue.pm
1997-09-10 Malcolm BeattieSolaris fixes: delete pad and padname from thread.h...
1997-09-09 Malcolm BeattieUpdate README.threads to mention -DL.
1997-09-09 Malcolm BeattieAdd Thread modules Queue.pm and Semaphore.pm
1997-09-09 Malcolm BeattieUpdate README.threads
1997-09-09 Malcolm BeattieAdd debug info to Thread typemap.
1997-09-09 Malcolm BeattieRewrite synchronisation of subs/methods and add attrs
1997-09-09 Malcolm BeattieRewrite synchronisation of subs/methods and add attrs
1997-09-05 Perl 5 Porters[inseparable changes from patch to perl 5.004_04] perl-5.004_04
1997-09-05 Tim Bunce[inseperable differences to perl 5.004_03] perl-5.004_03
1997-09-05 David KerryMissing 'require' in auto-generated .pm by h2xs
1997-09-05 Joseph N. Hallperldoc diffs: don't search auto - much faster
1997-09-05 Norton Allenfix poor t/op/runlevel.t test
next