summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Move malloc_mutex initialisation/destruction:Ilya Zakharevich1997-11-258-10/+18
* Make hv_ functions cope better with 'm'-magic:Owen Taylor1997-11-251-23/+45
* Fix typo in Thread.xs.Malcolm Beattie1997-11-251-2/+2
* Integrate from ansi branch to mainline.Malcolm Beattie1997-11-2535-152/+534
|\
| * Add $$_ testNick Ing-Simmons1997-11-231-4/+8
| * Duplicate perl_threadsvNick Ing-Simmons1997-11-221-1/+0
| * Munge pseudo-Configure stuff to add -thread to archname asNick Ing-Simmons1997-11-227-31/+50
| * Builds and passes all but english.t on win32 VC++Nick Ing-Simmons1997-11-225-14/+49
| * ansiperl builds with Borland C++ againNick Ing-Simmons1997-11-2211-30/+78
| * Resolve ansiperl against mainlineNick Ing-Simmons1997-11-220-0/+0
| |\
| * \ Resolve ansiperl against win32Nick Ing-Simmons1997-11-2223-190/+263
| |\ \
| | * | - 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
| | |\ \ | | | |/
| * | | Basic integrate of lastest perl into ansiperlNick Ing-Simmons1997-11-2151-1281/+3819
| |\ \ \
| * | | | Generic file changes for MYMALLOCNick Ing-Simmons1997-11-161-0/+4
| * | | | MYMALLOC for Win32:Nick Ing-Simmons1997-11-1612-17/+143
| * | | | Implement dTHR via __declspec(thread) - part 2Nick Ing-Simmons1997-11-153-7/+18
| * | | | Use __declspec(thread) var rather tha TslAlloc & co.Nick Ing-Simmons1997-11-153-7/+21
| * | | | Integrate mainline (5.004_54?) into ansiperlNick Ing-Simmons1997-11-150-0/+0
| |\ \ \ \
| * \ \ \ \ Interate win32 into ansiperlNick Ing-Simmons1997-11-1525-159/+242
| |\ \ \ \ \
| * \ \ \ \ \ Integrate Win32 branchNick Ing-Simmons1997-11-1338-6966/+654
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Integrate (-ay) win32 branch at its creation to Nick Ing-Simmons1997-11-138-0/+5727
| |\ \ \ \ \ \ \
| * | | | | | | | Fixup Win32Nick Ing-Simmons1997-11-126-5/+10
| * | | | | | | | Integrate mainline after it integrated us.Nick Ing-Simmons1997-11-1220-153/+136
| |\ \ \ \ \ \ \ \
* | | | | | | | | | AIX patch for DynaLoader/dl_aix.xs and hints/aix.sh:Jarkko Hietaniemi1997-11-251-17/+29
* | | | | | | | | | AIX patch for hints/aix.sh:Jarkko Hietaniemi1997-11-251-4/+4
* | | | | | | | | | Fix scalar dereference of threadsv variables (e.g. $$_).Malcolm Beattie1997-11-252-3/+5
* | | | | | | | | | AIX patch (including Configure support for {sched,pthread}_yield,Jarkko Hietaniemi1997-11-2518-41/+197
* | | | | | | | | | Rename perl_thread to perl_os_thread.Malcolm Beattie1997-11-254-7/+7
* | | | | | | | | | Remove bincompat3 support:Jarkko Hietaniemi1997-11-254-53/+22
* | | | | | | | | | Emacs/tags update:Ilya Zakharevich1997-11-254-122/+361
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | $_ 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