Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move malloc_mutex initialisation/destruction: | Ilya Zakharevich | 1997-11-25 | 8 | -10/+18 |
* | Make hv_ functions cope better with 'm'-magic: | Owen Taylor | 1997-11-25 | 1 | -23/+45 |
* | Fix typo in Thread.xs. | Malcolm Beattie | 1997-11-25 | 1 | -2/+2 |
* | Integrate from ansi branch to mainline. | Malcolm Beattie | 1997-11-25 | 35 | -152/+534 |
|\ | |||||
| * | Add $$_ test | Nick Ing-Simmons | 1997-11-23 | 1 | -4/+8 |
| * | Duplicate perl_threadsv | Nick Ing-Simmons | 1997-11-22 | 1 | -1/+0 |
| * | Munge pseudo-Configure stuff to add -thread to archname as | Nick Ing-Simmons | 1997-11-22 | 7 | -31/+50 |
| * | Builds and passes all but english.t on win32 VC++ | Nick Ing-Simmons | 1997-11-22 | 5 | -14/+49 |
| * | ansiperl builds with Borland C++ again | Nick Ing-Simmons | 1997-11-22 | 11 | -30/+78 |
| * | Resolve ansiperl against mainline | Nick Ing-Simmons | 1997-11-22 | 0 | -0/+0 |
| |\ | |||||
| * \ | Resolve ansiperl against win32 | Nick Ing-Simmons | 1997-11-22 | 23 | -190/+263 |
| |\ \ | |||||
| | * | | - shift() inside BEGIN|END|INIT now shifts @ARGV instead of @_ | Gurusamy Sarathy | 1997-11-22 | 6 | -32/+57 |
| | * | | [win32] Generic change in win32 branch: don't just turn on CRIPPLED_CC | Gurusamy Sarathy | 1997-11-22 | 2 | -27/+51 |
| | * | | [win32] Integrate mainline. | Gurusamy Sarathy | 1997-11-22 | 45 | -1333/+3823 |
| | |\ \ | | | |/ | |||||
| * | | | Basic integrate of lastest perl into ansiperl | Nick Ing-Simmons | 1997-11-21 | 51 | -1281/+3819 |
| |\ \ \ | |||||
| * | | | | Generic file changes for MYMALLOC | Nick Ing-Simmons | 1997-11-16 | 1 | -0/+4 |
| * | | | | MYMALLOC for Win32: | Nick Ing-Simmons | 1997-11-16 | 12 | -17/+143 |
| * | | | | Implement dTHR via __declspec(thread) - part 2 | Nick Ing-Simmons | 1997-11-15 | 3 | -7/+18 |
| * | | | | Use __declspec(thread) var rather tha TslAlloc & co. | Nick Ing-Simmons | 1997-11-15 | 3 | -7/+21 |
| * | | | | Integrate mainline (5.004_54?) into ansiperl | Nick Ing-Simmons | 1997-11-15 | 0 | -0/+0 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Interate win32 into ansiperl | Nick Ing-Simmons | 1997-11-15 | 25 | -159/+242 |
| |\ \ \ \ \ | |||||
| * \ \ \ \ \ | Integrate Win32 branch | Nick Ing-Simmons | 1997-11-13 | 38 | -6966/+654 |
| |\ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ | Integrate (-ay) win32 branch at its creation to | Nick Ing-Simmons | 1997-11-13 | 8 | -0/+5727 |
| |\ \ \ \ \ \ \ | |||||
| * | | | | | | | | Fixup Win32 | Nick Ing-Simmons | 1997-11-12 | 6 | -5/+10 |
| * | | | | | | | | Integrate mainline after it integrated us. | Nick Ing-Simmons | 1997-11-12 | 20 | -153/+136 |
| |\ \ \ \ \ \ \ \ | |||||
* | | | | | | | | | | AIX patch for DynaLoader/dl_aix.xs and hints/aix.sh: | Jarkko Hietaniemi | 1997-11-25 | 1 | -17/+29 |
* | | | | | | | | | | AIX patch for hints/aix.sh: | Jarkko Hietaniemi | 1997-11-25 | 1 | -4/+4 |
* | | | | | | | | | | Fix scalar dereference of threadsv variables (e.g. $$_). | Malcolm Beattie | 1997-11-25 | 2 | -3/+5 |
* | | | | | | | | | | AIX patch (including Configure support for {sched,pthread}_yield, | Jarkko Hietaniemi | 1997-11-25 | 18 | -41/+197 |
* | | | | | | | | | | Rename perl_thread to perl_os_thread. | Malcolm Beattie | 1997-11-25 | 4 | -7/+7 |
* | | | | | | | | | | Remove bincompat3 support: | Jarkko Hietaniemi | 1997-11-25 | 4 | -53/+22 |
* | | | | | | | | | | Emacs/tags update: | Ilya Zakharevich | 1997-11-25 | 4 | -122/+361 |
| |_|_|_|_|_|_|_|/ |/| | | | | | | | | |||||
* | | | | | | | | | $_ is now per-thread (rather a lot of changes). Only tested under | Malcolm Beattie | 1997-11-21 | 16 | -67/+135 |
* | | | | | | | | | Filter patch to toke.c: | Paul Marquess | 1997-11-21 | 1 | -3/+2 |
| |_|_|_|_|_|/ / |/| | | | | | | | |||||
* | | | | | | | | Initial stab at IRIX configuration support for threading. Manually | Malcolm Beattie | 1997-11-20 | 5 | -2/+80 |
* | | | | | | | | The new jumbo regexp stuff did SSPUSHINT on a char* instead of | Malcolm Beattie | 1997-11-19 | 2 | -4/+9 |
* | | | | | | | | avhv_keys under Digital UNIX made avhv.t fail because *keysp was | Malcolm Beattie | 1997-11-19 | 1 | -6/+7 |
* | | | | | | | | Let Configure sort out get{host,net}byaddr* prototypes: | Jarkko Hietaniemi | 1997-11-19 | 3 | -7/+207 |
* | | | | | | | | Jumbo regexp patch applied (with minor fix-up tweaks): | Ilya Zakharevich | 1997-11-19 | 26 | -1127/+3166 |
* | | | | | | | | Separate avhv_foo() key handling into avhv_keys(). Slightly tweaked | Joshua Pritikin | 1997-11-18 | 5 | -70/+118 |
* | | | | | | | | Bring MANIFEST up to date. Add new thread tests. | Malcolm Beattie | 1997-11-18 | 3 | -2/+34 |
* | | | | | | | | magic_setisa enhanced to update %FIELDS automatically when @ISA | Malcolm Beattie | 1997-11-18 | 4 | -54/+74 |
* | | | | | | | | Fix typo in win32 -> mainline integration. | Malcolm Beattie | 1997-11-18 | 1 | -1/+1 |
* | | | | | | | | Integrate win32 branch back into mainline. | Malcolm Beattie | 1997-11-18 | 33 | -1315/+748 |
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | / | | |_|_|_|_|/ | |/| | | | | | |||||
| * | | | | | | [Win32] Export our own FD_SET() et al to complete sockets-as-handles pretense. | Gurusamy Sarathy | 1997-11-18 | 6 | -72/+76 |
| * | | | | | | Add #include guard in Thread.xs so it will build even under | Gurusamy Sarathy | 1997-11-15 | 1 | -0/+2 |
| | |_|_|_|/ | |/| | | | | |||||
| * | | | | | Integrate mainline changes into win32 branch. Now would be a good time | Gurusamy Sarathy | 1997-11-14 | 20 | -119/+188 |
| |\ \ \ \ \ | |/ / / / / |/| | | | | | |||||
* | | | | | | Two more delays added to test suite to help *-solaris-thread. | Malcolm Beattie | 1997-11-14 | 2 | -1/+2 |
* | | | | | | Remove stale code from Thread.xs. | Malcolm Beattie | 1997-11-14 | 1 | -35/+0 |
* | | | | | | Add delay to signal handling in t/op/magic.t. (Solaris with pthreads | Malcolm Beattie | 1997-11-14 | 1 | -3/+3 |