Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | embed.pl now reads *var*.h to do its stuff. | Nick Ing-Simmons | 1997-11-30 | 13 | -784/+912 |
* | Globals and structs via macros - part 1 of N | Nick Ing-Simmons | 1997-11-29 | 6 | -497/+527 |
* | VC++ default to threaded | Nick Ing-Simmons | 1997-11-29 | 1 | -1/+1 |
* | Avoid __declspec(thread) by default, for both scratch | Nick Ing-Simmons | 1997-11-29 | 5 | -2/+56 |
* | Non-threaded build fix | Nick Ing-Simmons | 1997-11-29 | 1 | -0/+6 |
* | Sort out malloc_mutex for perl's malloc | Nick Ing-Simmons | 1997-11-29 | 7 | -94/+47 |
* | Integrate win32 into ansiperl | Nick Ing-Simmons | 1997-11-29 | 21 | -206/+313 |
|\ | |||||
| * | [win32] integrate winansi. | Gurusamy Sarathy | 1997-11-28 | 15 | -6/+2941 |
| |\ | |||||
| * \ | [win32] Integrate mainline. | Gurusamy Sarathy | 1997-11-28 | 20 | -206/+294 |
| |\ \ | |||||
| | * | | Give dire warnings about the IRIX 6.2 kernel panic. | Malcolm Beattie | 1997-11-27 | 2 | -24/+34 |
| | * | | Fix prototypes of sv_vsetpvfn and sv_vcatpvfn: | Andreas König | 1997-11-27 | 1 | -2/+2 |
| | * | | Integrate win32 branch back into mainline. | Malcolm Beattie | 1997-11-27 | 27 | -77/+104 |
| | |\ \ | | |/ / | |/| | | |||||
| * | | | [win32] merge win32-aware installperl in ansiperl branch. | Gurusamy Sarathy | 1997-11-26 | 1 | -5/+20 |
| | * | | Fix t/lib/safe2.t for SunOS 4.1.3: | Paul Marquess | 1997-11-27 | 1 | -0/+1 |
| | * | | Fix MYMALLOC (wrong #define in malloc.c): | Ilya Zakharevich | 1997-11-27 | 1 | -2/+0 |
| | * | | Fix newSVrv so sv_setref_foo work better: | Owen Taylor | 1997-11-27 | 1 | -1/+10 |
| | * | | Output skipped test information in test suite: | Malcolm Beattie | 1997-11-27 | 11 | -42/+49 |
| | * | | Add 'W'atch command to debugger and improve help: | Ilya Zakharevich | 1997-11-27 | 1 | -122/+177 |
| | * | | Stop double initialisation of malloc_mutex: | Ilya Zakharevich | 1997-11-27 | 2 | -8/+0 |
| | * | | Fix PVLV case in sv_setsv (plus tests in op/pat.t). | Malcolm Beattie | 1997-11-27 | 2 | -5/+21 |
* | | | | 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 |