| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | OS/2 spawning typos | Ilya Zakharevich | 1998-09-23 | 1 | -4/+5 |
* | warn on C<my($foo,$foo)> | Gurusamy Sarathy | 1998-09-23 | 2 | -7/+6 |
* | general updates to README.vms | Peter Prymmer | 1998-09-23 | 1 | -26/+87 |
* | PATCH: 5.005_02 hint/hpux.sh | Jeff Okamoto | 1998-09-23 | 1 | -21/+10 |
* | fix (some) installhtml bugs | Larry Parmelee | 1998-09-23 | 1 | -8/+13 |
* | document 'U' magic with examples | Alan Burlison | 1998-09-23 | 1 | -1/+41 |
* | Message-Id: <9809010013.AA06737@forte.com> | Peter Prymmer | 1998-09-23 | 1 | -0/+4 |
* | fix problematic typecast in filter_del() | Mark P Lutz | 1998-09-23 | 1 | -1/+1 |
* | (?>) broken in RE | Ilya Zakharevich | 1998-09-23 | 2 | -0/+2 |
* | U/WIN testsuite patches from Joe Buehler <jhpb@hekimian.com> | Gurusamy Sarathy | 1998-09-23 | 2 | -1/+6 |
* | 5.004_50 or 5.005_02: get rid of interp.sym because not even AIX needs it | Jarkko Hietaniemi | 1998-09-23 | 5 | -223/+21 |
* | re-introduce change#1703 | Gurusamy Sarathy | 1998-09-23 | 5 | -41/+44 |
* | Protect debugger from nonlocal exits | Ilya Zakharevich | 1998-09-23 | 1 | -27/+28 |
* | patches for perl 5.005_51 under U/WIN | Joe Buehler | 1998-09-23 | 6 | -4/+55 |
* | add missing C<no utf8;> tweak from Larry | Gurusamy Sarathy | 1998-09-23 | 1 | -0/+1 |
* | s/runops/CALLRUNOPS/ | Gurusamy Sarathy | 1998-09-23 | 1 | -1/+1 |
* | rename t/pragma/warn-* to t/pragma/warn/*, be 8.3-friendly | Gurusamy Sarathy | 1998-09-23 | 24 | -24/+24 |
* | make \(%foo) return refs to values (not copies of values) | Gurusamy Sarathy | 1998-09-23 | 2 | -4/+5 |
* | make h2xs generate ANSI prototypes | Gurusamy Sarathy | 1998-09-23 | 1 | -12/+3 |
* | updated usethreads hints for hpux 10.X | Matthew T Harden | 1998-09-23 | 2 | -0/+28 |
* | don't create empty directories in installperl | Robin Barker | 1998-09-23 | 1 | -2/+0 |
* | make behavior of /(a{3})+/ like /(aaa)+/ w.r.t where it matches | Ilya Zakharevich | 1998-09-23 | 2 | -4/+7 |
* | h2ph misquotes #error directives | Kurt D. Starsinic | 1998-09-23 | 2 | -3/+3 |
* | patch to support computed regular subexpressions | Ilya Zakharevich | 1998-09-23 | 9 | -19/+238 |
* | better CR-handling on shebang line and in formats (fixed variant of | Gurusamy Sarathy | 1998-09-23 | 2 | -4/+18 |
* | document non-loopish blocks better | M. J. T. Guy | 1998-09-23 | 1 | -0/+16 |
* | fix bogus integerization of pop()'s return value | Gurusamy Sarathy | 1998-09-23 | 2 | -2/+2 |
* | tweak README.win32 | Gurusamy Sarathy | 1998-09-23 | 1 | -7/+21 |
* | better diagnostic for do{} used as lvalue | Gurusamy Sarathy | 1998-09-23 | 2 | -3/+6 |
* | enable PERL_SBRK_VIA_MALLOC on OPENSTEP-Mach | Hans Mulder | 1998-09-23 | 1 | -5/+1 |
* | support make written in perl (aka "pmake") on win32 | Gurusamy Sarathy | 1998-09-23 | 1 | -9/+18 |
* | fix mismatched UV/U32 types for to_utf8_*() | Gurusamy Sarathy | 1998-09-23 | 1 | -3/+3 |
* | dos-djgpp update | Laszlo Molnar | 1998-09-23 | 1 | -1/+1 |
* | apply minimal variant of patch (sent via private mail) | Jarkko Hietaniemi | 1998-09-23 | 8 | -9/+67 |
* | adjust searchdict.t for EBCDIC (still needs documenting) | Peter Prymmer | 1998-09-23 | 2 | -9/+30 |
* | silence redefined warning for XS(INIT) {} | Gurusamy Sarathy | 1998-09-23 | 1 | -0/+1 |
* | support match indices via special variables @- and @+ | Ilya Zakharevich | 1998-09-23 | 13 | -5/+188 |
* | Re: Segmentation fault for /a*abc?xyz+pqr{3}ab{2,}xy{4,5}pq{0,6}AB{0,}zz/ | Ilya Zakharevich | 1998-09-23 | 2 | -10/+16 |
* | integrate maint-5.005 changes (except conflicting change#1794) | Gurusamy Sarathy | 1998-09-23 | 4 | -2/+17 |
|\ |
|
| * | Re: Segmentation fault for /a*abc?xyz+pqr{3}ab{2,}xy{4,5}pq{0,6}AB{0,}zz/ | Ilya Zakharevich | 1998-09-20 | 1 | -9/+14 |
| * | fix for unpack('u') failures on OS/390 | Peter Prymmer | 1998-09-20 | 1 | -1/+1 |
| * | Fix typo, change "an array" to "a hash" | M. J. T. Guy | 1998-09-20 | 1 | -1/+1 |
| * | fill gaps in sig_* entries in win32/config.?c | Gurusamy Sarathy | 1998-09-20 | 3 | -15/+12 |
| * | suppress bogus warning on C<sub x {} x()> | Gurusamy Sarathy | 1998-09-20 | 1 | -1/+2 |
| * | Two tweaks to allow quiet compile qith egcs-1.1 | Nick Ing-Simmons | 1998-09-12 | 1 | -0/+4 |
| * | index() applied BM optimization to wrong argument | Larry Wall | 1998-09-07 | 2 | -1/+4 |
| * | Mssage-Id: <199808280433.AAA06767@aatma.engin.umich.edu> | Gurusamy Sarathy | 1998-09-07 | 1 | -2/+2 |
* | | add note to win32/Makefile about setting CCHOME | Gurusamy Sarathy | 1998-09-23 | 2 | -1/+5 |
* | | perl.pod tweak | Gurusamy Sarathy | 1998-09-23 | 1 | -1/+0 |
* | | make xsubpp generate well-formed code with CAPI && !PERL_OBJECT | Gurusamy Sarathy | 1998-09-21 | 1 | -13/+20 |