Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [win32] implement stack-of-stacks so that magic invocations don't | Gurusamy Sarathy | 1998-04-03 | 21 | -258/+317 |
* | [win32] fix Env.pm to weed out illegal names | Gurusamy Sarathy | 1998-03-28 | 1 | -2/+2 |
* | [win32] fix typo in makefile.mk | Gurusamy Sarathy | 1998-03-28 | 1 | -1/+1 |
* | [win32] add file: to installhtml URLs | Gurusamy Sarathy | 1998-03-23 | 2 | -5/+5 |
* | [win32] propagate bugfix @ change831 from asperl | Gurusamy Sarathy | 1998-03-17 | 1 | -5/+6 |
* | [win32] stray tweak to win32.c | Gurusamy Sarathy | 1998-03-16 | 1 | -3/+3 |
* | [win32] update win32/config* files | Gurusamy Sarathy | 1998-03-16 | 6 | -15/+318 |
* | [win32] trivial integrate of mainline | Gurusamy Sarathy | 1998-03-16 | 63 | -523/+2006 |
|\ | |||||
| * | newCONSTSUB had private MY_start_subparse. | Malcolm Beattie | 1998-03-16 | 1 | -1/+1 |
| * | Missing dTHR in hv_fetch_ent when statics moved to thread struct. | Malcolm Beattie | 1998-03-16 | 1 | -0/+1 |
| * | Added missing entry for lib/ExtUtils/Packlist.pm to MANIFEST | Malcolm Beattie | 1998-03-16 | 1 | -0/+1 |
| * | Missed p4 add of lib/ExtUtils/Packlist.pm in change 814. | Malcolm Beattie | 1998-03-16 | 1 | -0/+231 |
| * | Bump patchlevel.h to 63. | Malcolm Beattie | 1998-03-16 | 42 | -293/+561 |
| |\ | |/ |/| | |||||
* | | [win32] integrate mainline | Gurusamy Sarathy | 1998-03-16 | 1 | -2/+2 |
|\ \ | |||||
* | | | [win32] set sockets to nonoverlapped mode for every thread | Steve Nielsen | 1998-03-12 | 2 | -2/+30 |
* | | | [win32] reinstate some standard sig_names to avoid noise from | Gurusamy Sarathy | 1998-03-10 | 6 | -15/+15 |
* | | | [win32] mingw32 tweaks | Gurusamy Sarathy | 1998-03-10 | 3 | -2/+30 |
* | | | [win32] tweak Win32::DomainName() implementation | Gurusamy Sarathy | 1998-03-09 | 2 | -24/+12 |
* | | | [win32] merge C<local $tied{foo}> patch, also moved statics in | Gurusamy Sarathy | 1998-03-09 | 6 | -44/+145 |
* | | | [win32] minor win32 support fixes | Gurusamy Sarathy | 1998-03-09 | 1 | -70/+64 |
* | | | [win32] integrate mainline | Gurusamy Sarathy | 1998-03-07 | 2 | -4/+3 |
|\ \ \ | |||||
* | | | | [win32] provide our own popen()/pclose() to fix problems with qx//: | Gurusamy Sarathy | 1998-03-07 | 3 | -20/+148 |
* | | | | [win32] a missed s/sp/SP/ | Gurusamy Sarathy | 1998-03-07 | 1 | -1/+1 |
* | | | | [win32] change all 'sp' to 'SP' in code and in the docs. Explicitly | Gurusamy Sarathy | 1998-03-07 | 23 | -136/+137 |
| | | * | newCONSTSUB added (XSUB equivalent for inlinable sub () { 123 }). | Jan Dubois | 1998-03-16 | 5 | -0/+37 |
| | | * | STRESS_REALLOC | Stephen McCamant | 1998-03-16 | 3 | -18/+42 |
| | | * | [BUG+PATCH] _62 with -DDEBUGGING and -Duseperlio | Jan-Pieter Cornet | 1998-03-16 | 1 | -11/+11 |
| | | * | [Configure PATCH] for OS/2 | Ilya Zakharevich | 1998-03-16 | 2 | -14/+20 |
| | | * | VMS updates (direct) | Charles Bailey | 1998-03-16 | 20 | -266/+573 |
| | | * | Let h2xs read multiple header files | Benjamin Sugars | 1998-03-16 | 1 | -20/+30 |
| | | * | Re: Almost OK: Perl 5.004_62 on VMS 7.1 | Hans Mulder | 1998-03-16 | 1 | -0/+11 |
| | | * | PATCH for 5.004_62 : Add .packlist handling classes to ExtUtils | Alan Burlison | 1998-03-16 | 7 | -33/+461 |
| | | * | PATCH: util.c and util.h function declarations do not match | Blair Zajac | 1998-03-16 | 3 | -25/+39 |
| | | * | [PATCH 5.004_62} Config_62-01 patch available. | Andy Dougherty | 1998-03-16 | 23 | -139/+545 |
| | | * | DOS djgpp updates: | Laszlo Molnar | 1998-03-16 | 2 | -3/+10 |
| | |/ | |||||
| | * | There has been a 'thaw' in config.h (the ICE has gone ;-)) | Nick Ing-Simmons | 1998-03-07 | 1 | -2/+2 |
| |/ | |||||
| * | perl5.004_61 myconfig updates | Andy Dougherty | 1998-03-06 | 1 | -3/+2 |
| * | Bump patchlevel.h to 62. | Malcolm Beattie | 1998-03-06 | 1 | -1/+1 |
| * | Integrate win32 branch into mainline. | Malcolm Beattie | 1998-03-06 | 12 | -171/+422 |
| |\ | |/ |/| | |||||
* | | [win32] various | Gurusamy Sarathy | 1998-03-06 | 9 | -169/+417 |
* | | [win32] fix typo in Makefile | Gurusamy Sarathy | 1998-03-06 | 1 | -1/+1 |
* | | [win32] integrate mainline | Gurusamy Sarathy | 1998-03-05 | 44 | -363/+1133 |
|\ \ | |/ | |||||
| * | [5.004_61 PATCH] Make incompatible changes to RE engine NOW | Ilya Zakharevich | 1998-03-05 | 5 | -5/+35 |
| * | Re: perl 5.0061 unable to build on sparc 5 Sol2.5.1 threads. | Nick Ing-Simmons | 1998-03-05 | 1 | -0/+2 |
| * | Configure patches -01 and -02 for 5.004_61. | Andy Dougherty | 1998-03-05 | 17 | -258/+965 |
| * | Compiling with OP_IN_REGISTER | Gisle Aas | 1998-03-05 | 2 | -0/+11 |
| * | Make autouse -w-safe | Ilya Zakharevich | 1998-03-05 | 3 | -14/+15 |
| * | External symbol re_croak2 | Gisle Aas | 1998-03-05 | 2 | -4/+3 |
| * | Miscellaneous minor fixes | Charles Bailey | 1998-03-05 | 6 | -34/+39 |
| * | USHRT range limit macros | Charles Bailey | 1998-03-05 | 1 | -3/+15 |