Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | GCC + Threads on Win32 - best gcc results yet | Nick Ing-Simmons | 1997-11-29 | 9 | -11/+36 |
* | Un-botch gcc workround | Nick Ing-Simmons | 1997-11-28 | 1 | -1/+1 |
* | Builds completely with Mingw32, dynamic loaded extensions | Nick Ing-Simmons | 1997-11-28 | 9 | -96/+135 |
* | GCC builds perl.dll and perl.exe on Win32 | Nick Ing-Simmons | 1997-11-27 | 2 | -14/+20 |
* | Add files and tweak others to get 'native' Mingw32 gcc port as | Nick Ing-Simmons | 1997-11-27 | 13 | -2/+2922 |
* | Merge win32 and ansiperl branches post _55 tweaks from Sarathy. | Nick Ing-Simmons | 1997-11-27 | 25 | -65/+82 |
|\ | |||||
| * | [win32] Fix for C<sort 'foo'...> bug: | Gurusamy Sarathy | 1997-11-26 | 2 | -4/+15 |
| * | [win32] Another trivial patch: | Gurusamy Sarathy | 1997-11-26 | 1 | -1/+5 |
| * | [win32] Sync yet another patch (this one manually edited): | Gurusamy Sarathy | 1997-11-26 | 1 | -3/+6 |
| * | [win32] Sync another change from local repository. | Gurusamy Sarathy | 1997-11-26 | 1 | -4/+1 |
| * | [win32] Sync a change from local repository. | Gurusamy Sarathy | 1997-11-26 | 1 | -4/+8 |
| * | [win32] Various changes to make it build cleanly and pass all tests: | Gurusamy Sarathy | 1997-11-26 | 15 | -43/+34 |
| * | [win32] Fixup the places where the automatic merge got it wrong. | Gurusamy Sarathy | 1997-11-25 | 2 | -7/+3 |
| * | [win32] reverse integrate mainline | Gurusamy Sarathy | 1997-11-25 | 37 | -288/+705 |
| |\ | |||||
| * \ | [win32] Initial reverse integration of winansi branch. | Gurusamy Sarathy | 1997-11-23 | 28 | -101/+424 |
| |\ \ | |||||
| * | | | Add to docs about the BEGIN { shift } feature. Make the change | Gurusamy Sarathy | 1997-11-23 | 5 | -12/+14 |
* | | | | Win32-ize installperl | Nick Ing-Simmons | 1997-11-26 | 1 | -5/+20 |
* | | | | Fixup _55 for Win32: | Nick Ing-Simmons | 1997-11-26 | 3 | -9/+6 |
* | | | | Integrate mainline as of _55 | Nick Ing-Simmons | 1997-11-26 | 36 | -285/+697 |
|\ \ \ \ | | |_|/ | |/| | | |||||
| * | | | Fix minor thinkos in hv.c and pp_ctl.c. This is 5.004_55. | Malcolm Beattie | 1997-11-25 | 2 | -5/+5 |
| * | | | Add t/avhv.t to MANIFEST and bump patchlevel.h to 55. | Malcolm Beattie | 1997-11-25 | 2 | -1/+2 |
| * | | | 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 |