summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add to docs about the BEGIN { shift } feature. Make the changeGurusamy Sarathy1997-11-235-12/+14
* - shift() inside BEGIN|END|INIT now shifts @ARGV instead of @_Gurusamy Sarathy1997-11-226-32/+57
* [win32] Generic change in win32 branch: don't just turn on CRIPPLED_CCGurusamy Sarathy1997-11-222-27/+51
* [win32] Integrate mainline.Gurusamy Sarathy1997-11-2245-1333/+3823
|\
| * $_ is now per-thread (rather a lot of changes). Only tested underMalcolm Beattie1997-11-2116-67/+135
| * Filter patch to toke.c:Paul Marquess1997-11-211-3/+2
| * Initial stab at IRIX configuration support for threading. ManuallyMalcolm Beattie1997-11-205-2/+80
| * The new jumbo regexp stuff did SSPUSHINT on a char* instead ofMalcolm Beattie1997-11-192-4/+9
| * avhv_keys under Digital UNIX made avhv.t fail because *keysp wasMalcolm Beattie1997-11-191-6/+7
| * Let Configure sort out get{host,net}byaddr* prototypes:Jarkko Hietaniemi1997-11-193-7/+207
| * 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