summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Jumbo regexp patch applied (with minor fix-up tweaks):Ilya Zakharevich1997-11-1926-1127/+3166
* Separate avhv_foo() key handling into avhv_keys(). Slightly tweakedJoshua Pritikin1997-11-185-70/+118
* Bring MANIFEST up to date. Add new thread tests.Malcolm Beattie1997-11-183-2/+34
* magic_setisa enhanced to update %FIELDS automatically when @ISAMalcolm Beattie1997-11-184-54/+74
* Fix typo in win32 -> mainline integration.Malcolm Beattie1997-11-181-1/+1
* Integrate win32 branch back into mainline.Malcolm Beattie1997-11-1833-1315/+748
|\
| * [Win32] Export our own FD_SET() et al to complete sockets-as-handles pretense.Gurusamy Sarathy1997-11-186-72/+76
| * Add #include guard in Thread.xs so it will build even underGurusamy Sarathy1997-11-151-0/+2
| * Integrate mainline changes into win32 branch. Now would be a good timeGurusamy Sarathy1997-11-1420-119/+188
| |\ | |/ |/|
* | Two more delays added to test suite to help *-solaris-thread.Malcolm Beattie1997-11-142-1/+2
* | Remove stale code from Thread.xs.Malcolm Beattie1997-11-141-35/+0
* | Add delay to signal handling in t/op/magic.t. (Solaris with pthreadsMalcolm Beattie1997-11-141-3/+3
* | Rewrite thread return code to distinguish between ordinary returnMalcolm Beattie1997-11-1310-36/+140
* | Change CONTEXT to PERL_CONTEXT throughout source (since the #defineMalcolm Beattie1997-11-1310-52/+51
| * Fix various details in win32 makefiles and Config.pm setup.Gurusamy Sarathy1997-11-145-40/+54
| * More cleanups of win32/win32*.[ch] files. win32/win32iop.h nowGurusamy Sarathy1997-11-126-128/+112
| * Really delete deleted files.Gurusamy Sarathy1997-11-122-2/+0
| * Egregious IOsubsystem code excised. Phew, what a relief! TwoGurusamy Sarathy1997-11-1212-610/+286
| * Fix various win32 code blemishes:Gurusamy Sarathy1997-11-124-197/+26
| * Carry over changes in ansiperl branch. Win32 branch is nowGurusamy Sarathy1997-11-125-11/+10
| * Add missing win32_closesocket() and export it (extension writers' complaint).Gurusamy Sarathy1997-11-123-1/+13
| * Clean up win32/win32sck.c (runtime load of Winsock now gone, it can beGurusamy Sarathy1997-11-126-273/+158
| * Minor tweaks to add a thread_intern struct that should ultimatelyGurusamy Sarathy1997-11-124-38/+49
| * Initial (untested) integration of mainline changes.Gurusamy Sarathy1997-11-1168-2789/+1472
| |\ | |/ |/|
* | Typo in thread.h: ADD_THREAD_INTERN should be HAVE_THREAD_INTERNMalcolm Beattie1997-11-111-1/+1
* | t/TEST (reverted to @229 version) should have been included in theMalcolm Beattie1997-11-111-30/+25
* | Fix up ansiperl integration. Back to passing all expected testsMalcolm Beattie1997-11-119-139/+14
* | Initial integration of ansi branch into mainline (untested).Malcolm Beattie1997-11-1186-2975/+2166
|\ \
| * | Conditionalize english.t,Nick Ing-Simmons1997-11-095-15/+67
| * | Dick Hardt's patch for build on AlphaNick Ing-Simmons1997-11-091-1/+1
| * | MakeMaker not in vofig noise fix for dmakeNick Ing-Simmons1997-11-092-3/+4
| * | Fix 'anydbm.t' - if the gv is passed 1st call to inheritedNick Ing-Simmons1997-11-091-1/+2
| * | Cleanup MakeMaker 'not in config' noiseNick Ing-Simmons1997-11-082-4/+6
| * | Remove 'configure' leaving configure.gnu and ConfigureNick Ing-Simmons1997-11-082-126/+1
| * | Get threads working again on Win32Nick Ing-Simmons1997-11-087-29/+76
| * | Add :base_thread to :default in Opcode.pmNick Ing-Simmons1997-11-082-3/+3
| * | Merge changes as of 18:00 CSTNick Ing-Simmons1997-11-074-5/+41
| |\ \
| * | | Reverse integrate Malcolm's chanes into localNick Ing-Simmons1997-11-0725-128/+252
| * | | Raw integrate of latest perlNick Ing-Simmons1997-11-0719-175/+408
| |\ \ \
| * | | | Builds C++ Borland, MSVC++ (Win32) and GCC++ (Solaris)Nick Ing-Simmons1997-11-0544-952/+722
| * | | | Compile(d) at least once with threads on win32 Nick Ing-Simmons1997-11-053-0/+4
| * | | | Trivial integrateNick Ing-Simmons1997-11-051-1/+1
| |\ \ \ \
| * \ \ \ \ Integrate mainline @ 18:15 CST 31 Oct 1997Nick Ing-Simmons1997-11-0123-151/+440
| |\ \ \ \ \
| * | | | | | win32thread.* not in MANIFEST which has muddled movingNick Ing-Simmons1997-11-013-33/+65
| * | | | | | Test changesNick Ing-Simmons1997-11-014-1/+93
| * | | | | | Further ANSI changes now builds and passes (most) testsNick Ing-Simmons1997-10-3134-450/+348
| * | | | | | Convert miniperl sources to ANSI C. Several passes ofNick Ing-Simmons1997-10-3128-1791/+813
| * | | | | | Make the ansi branchNick Ing-Simmons1997-10-300-0/+0
* | | | | | | Change name of OP_SPECIFIC to OP_THREADSV. Fixed perl_get_sv whenMalcolm Beattie1997-11-118-32/+32
* | | | | | | Fix up $@ (ERRSV now refers to GvSV(errgv) for non-threaded perl andMalcolm Beattie1997-11-1112-52/+70
| |_|_|_|/ / |/| | | | |