p5sagit/p5-mst-13.2.git
1997-11-18 Joshua Pritikin Separate avhv_foo() key handling into avhv_keys()....
1997-11-18 Malcolm Beattie Bring MANIFEST up to date. Add new thread tests.
1997-11-18 Malcolm Beattie magic_setisa enhanced to update %FIELDS automatically...
1997-11-18 Malcolm Beattie Fix typo in win32 -> mainline integration.
1997-11-18 Malcolm Beattie Integrate win32 branch back into mainline.
1997-11-18 Gurusamy Sarathy [Win32] Export our own FD_SET() et al to complete socke...
1997-11-15 Gurusamy Sarathy Add #include guard in Thread.xs so it will build even...
1997-11-14 Gurusamy Sarathy Integrate mainline changes into win32 branch. Now...
1997-11-14 Malcolm Beattie Two more delays added to test suite to help *-solaris...
1997-11-14 Malcolm Beattie Remove stale code from Thread.xs.
1997-11-14 Malcolm Beattie Add delay to signal handling in t/op/magic.t. (Solaris...
1997-11-14 Gurusamy Sarathy Fix various details in win32 makefiles and Config.pm...
1997-11-13 Malcolm Beattie Rewrite thread return code to distinguish between ordin...
1997-11-13 Malcolm Beattie Change CONTEXT to PERL_CONTEXT throughout source (since...
1997-11-12 Gurusamy Sarathy More cleanups of win32/win32*.[ch] files. win32/win32i...
1997-11-12 Gurusamy Sarathy Really delete deleted files.
1997-11-12 Gurusamy Sarathy Egregious IOsubsystem code excised. Phew, what a relie...
1997-11-12 Gurusamy Sarathy Fix various win32 code blemishes:
1997-11-12 Gurusamy Sarathy Carry over changes in ansiperl branch. Win32 branch...
1997-11-12 Gurusamy Sarathy Add missing win32_closesocket() and export it (extensio...
1997-11-12 Gurusamy Sarathy Clean up win32/win32sck.c (runtime load of Winsock...
1997-11-12 Gurusamy Sarathy Minor tweaks to add a thread_intern struct that should...
1997-11-11 Gurusamy Sarathy Initial (untested) integration of mainline changes.
1997-11-11 Malcolm Beattie Typo in thread.h: ADD_THREAD_INTERN should be HAVE_THRE...
1997-11-11 Malcolm Beattie t/TEST (reverted to @229 version) should have been...
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 Change name of OP_SPECIFIC to OP_THREADSV. Fixed perl_g...
1997-11-11 Malcolm Beattie Fix up $@ (ERRSV now refers to GvSV(errgv) for non...
1997-11-11 Gurusamy Sarathy Slightly more refined lock() keyword recognition (using...
1997-11-11 Gurusamy Sarathy "weak" lock keyword (hardcoded initial implementation...
1997-11-10 Gurusamy Sarathy Merge a patch in preparation for "weak keywords":
1997-11-10 Gurusamy Sarathy Remove runlevel. It was used to count how many runops...
1997-11-10 Gurusamy Sarathy Win32 branch now contains all non-ansification changes...
1997-11-10 Gurusamy Sarathy Initial (untested) merge of all non-ansi changes on...
1997-11-09 Gurusamy Sarathy Integrate latest mainline into win32 branch.
1997-11-09 Nick Ing-Simmons Conditionalize english.t,
1997-11-09 Nick Ing-Simmons Dick Hardt's patch for build on Alpha
1997-11-09 Nick Ing-Simmons MakeMaker not in vofig noise fix for dmake
1997-11-09 Nick Ing-Simmons Fix 'anydbm.t' - if the gv is passed 1st call to inherited
1997-11-08 Nick Ing-Simmons Cleanup MakeMaker 'not in config' noise
1997-11-08 Nick Ing-Simmons Remove 'configure' leaving configure.gnu and Configure
1997-11-08 Nick Ing-Simmons Get threads working again on Win32
1997-11-08 Nick Ing-Simmons Add :base_thread to :default in Opcode.pm
1997-11-07 Nick Ing-Simmons Merge changes as of 18:00 CST
1997-11-07 Nick Ing-Simmons Reverse integrate Malcolm's chanes into local
1997-11-07 Malcolm Beattie Change pp_tie and pp_dbmopen to use perl_call_sv instea...
1997-11-07 Nick Ing-Simmons Raw integrate of latest perl
1997-11-06 Malcolm Beattie Update README.threads and Todo.5.005.
1997-11-06 Malcolm Beattie Remove #ifdef DEPRECATED stuff: newXSUB, pp_entersubr...
1997-11-06 Malcolm Beattie Per-thread magicals now stored in their own thr->magica...
1997-11-05 Malcolm Beattie Per-thread magicals mostly working (and localisable...
1997-11-05 Nick Ing-Simmons Builds C++ Borland, MSVC++ (Win32) and GCC++ (Solaris)
1997-11-05 Nick Ing-Simmons Compile(d) at least once with threads on win32
1997-11-05 Nick Ing-Simmons Trivial integrate
1997-11-04 Malcolm Beattie Up patchlevel to 5.004_54 (I missed _53 for the last...
1997-11-01 Nick Ing-Simmons Integrate mainline @ 18:15 CST 31 Oct 1997
1997-11-01 Nick Ing-Simmons win32thread.* not in MANIFEST which has muddled moving
1997-11-01 Nick Ing-Simmons Test changes
1997-10-31 Nick Ing-Simmons Further ANSI changes now builds and passes (most) tests
1997-10-31 Malcolm Beattie Half way through moving per-thread magicals into per...
1997-10-31 Nick Ing-Simmons Convert miniperl sources to ANSI C. Several passes of
1997-10-30 Nick Ing-Simmons Make the ansi branch
1997-10-29 Malcolm Beattie Remove global macro "self". Change thr->Tself to thr...
1997-10-29 Malcolm Beattie Add to Todo: compiler with fake SvCUR in comppad_name...
1997-10-29 Malcolm Beattie Change peep() to optimise away unneeded rv2av in lval...
1997-10-29 Malcolm Beattie Move compiler OP class information into opcode.pl.
1997-10-24 Malcolm Beattie Remove xcv_condp CV field which is no longer used.
1997-10-24 Malcolm Beattie Patches for VMS [Dan Sugalski]
1997-10-24 Malcolm Beattie Improve internal threading API. Introduce win32/win32th...
1997-10-23 Malcolm Beattie Fix pp_hot.c:get_db_sub core dump when perl debugger...
1997-10-23 Malcolm Beattie Fix refcounts for lock/magic_mutexfree. Make OP_LOCK...
1997-10-18 Nick Ing-Simmons Make lib/Bundle/CPAN.pm a text file
1997-10-16 Gurusamy Sarathy Merge changes to Thread and add makefile fixups to...
1997-10-16 Gurusamy Sarathy A quick merge of latest mainline.
1997-10-16 Malcolm Beattie Add newly moved perl/ext/Thread/... files to MANIFEST.
1997-10-16 Malcolm Beattie Move perlext/Thread into perl/ext/Thread.
1997-10-16 Malcolm Beattie Correct threads_mutex locking in main thread destruction.
1997-10-16 Malcolm Beattie Correct threads_mutex locking in main thread destruction.
1997-10-16 Malcolm Beattie Fix up merge with 5.004_04.
1997-10-16 Malcolm Beattie Merge maint-5.004 branch (5.004_04) with mainline.
1997-10-15 Gurusamy Sarathy Win32 changes over 5.004_52:
1997-10-15 Gurusamy Sarathy fixup makefile.mk conflict.
1997-10-15 Gurusamy Sarathy Integrated latest changes from mainline into win32.
1997-10-15 Malcolm Beattie Remove out-of-date test Thread/cond.t.
1997-10-15 Malcolm Beattie Finish thread state machine: fixes global destruction...
1997-10-15 Malcolm Beattie Finish thread state machine: fixes global destruction...
1997-10-15 Malcolm Beattie Add HAVE_THREAD_INTERN for platform-dependent struct...
1997-10-15 Malcolm Beattie Remove stale code from pp_entersub which breaks sub...
1997-10-15 Tim Bunce Maintenance 5.004_04 changes
1997-10-15 Malcolm Beattie Added fakethr.h.
1997-10-15 Malcolm Beattie pthread_condattr_init in thread.h for OLD_PTHREADS_API.
1997-10-15 Malcolm Beattie Started rewriting thread state machine.
1997-10-15 Malcolm Beattie Started rewriting thread state machine.
1997-10-14 Gurusamy Sarathy Remove spurious extra MUTEX_LOCK in pp_entersub()....
1997-10-13 Gurusamy Sarathy Initial merge of win32 threads patch.
1997-10-10 Gurusamy Sarathy Integrated changes on mainline into the win32 branch...
1997-10-10 Malcolm Beattie Tweak a few Thread tests.
1997-10-10 Malcolm Beattie Rewrite thread destruction system using linked list...
1997-10-10 Malcolm Beattie Rewrite thread destruction system using linked list...
next