p5sagit/p5-mst-13.2.git
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 Malcolm Beattie Fix minor thinkos in hv.c and pp_ctl.c. This is 5.004_55.
1997-11-25 Malcolm Beattie Add t/avhv.t to MANIFEST and bump patchlevel.h to 55.
1997-11-25 Ilya Zakharevich Move malloc_mutex initialisation/destruction:
1997-11-25 Owen Taylor Make hv_ functions cope better with 'm'-magic:
1997-11-25 Malcolm Beattie Fix typo in Thread.xs.
1997-11-25 Malcolm Beattie Integrate from ansi branch to mainline.
1997-11-25 Jarkko Hietaniemi AIX patch for DynaLoader/dl_aix.xs and hints/aix.sh:
1997-11-25 Jarkko Hietaniemi AIX patch for hints/aix.sh:
1997-11-25 Malcolm Beattie Fix scalar dereference of threadsv variables (e.g....
1997-11-25 Jarkko Hietaniemi AIX patch (including Configure support for {sched,pthre...
1997-11-25 Malcolm Beattie Rename perl_thread to perl_os_thread.
1997-11-25 Jarkko Hietaniemi Remove bincompat3 support:
1997-11-25 Ilya Zakharevich Emacs/tags update:
1997-11-23 Nick Ing-Simmons Add $$_ test
1997-11-23 Gurusamy Sarathy [win32] Initial reverse integration of winansi branch.
1997-11-23 Gurusamy Sarathy Add to docs about the BEGIN { shift } feature. Make...
1997-11-22 Nick Ing-Simmons Duplicate perl_threadsv
1997-11-22 Nick Ing-Simmons Munge pseudo-Configure stuff to add -thread to archname as
1997-11-22 Nick Ing-Simmons Builds and passes all but english.t on win32 VC++
1997-11-22 Nick Ing-Simmons ansiperl builds with Borland C++ again
1997-11-22 Nick Ing-Simmons Resolve ansiperl against mainline
1997-11-22 Nick Ing-Simmons Resolve 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 Marquess Filter patch to toke.c:
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 Malcolm Beattie The new jumbo regexp stuff did SSPUSHINT on a char...
1997-11-19 Malcolm Beattie avhv_keys under Digital UNIX made avhv.t fail because...
1997-11-19 Jarkko Hietaniemi Let Configure sort out get{host,net}byaddr* prototypes:
1997-11-19 Ilya Zakharevich Jumbo regexp patch applied (with minor fix-up tweaks):
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-16 Nick Ing-Simmons Generic file changes for MYMALLOC
1997-11-16 Nick Ing-Simmons MYMALLOC for Win32:
1997-11-15 Nick Ing-Simmons Implement dTHR via __declspec(thread) - part 2
1997-11-15 Nick Ing-Simmons Use __declspec(thread) var rather tha TslAlloc & co.
1997-11-15 Gurusamy Sarathy Add #include guard in Thread.xs so it will build even...
1997-11-15 Nick Ing-Simmons Integrate mainline (5.004_54?) into ansiperl
1997-11-15 Nick Ing-Simmons Interate win32 into ansiperl
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-13 Nick Ing-Simmons Integrate Win32 branch
1997-11-13 Nick Ing-Simmons Integrate (-ay) win32 branch at its creation to
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 Nick Ing-Simmons Fixup Win32
1997-11-12 Nick Ing-Simmons Integrate mainline after it integrated us.
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
next