summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* OS/2 spawning typosIlya Zakharevich1998-09-231-4/+5
* warn on C<my($foo,$foo)>Gurusamy Sarathy1998-09-232-7/+6
* general updates to README.vmsPeter Prymmer1998-09-231-26/+87
* PATCH: 5.005_02 hint/hpux.shJeff Okamoto1998-09-231-21/+10
* fix (some) installhtml bugsLarry Parmelee1998-09-231-8/+13
* document 'U' magic with examplesAlan Burlison1998-09-231-1/+41
* Message-Id: <9809010013.AA06737@forte.com>Peter Prymmer1998-09-231-0/+4
* fix problematic typecast in filter_del()Mark P Lutz1998-09-231-1/+1
* (?>) broken in REIlya Zakharevich1998-09-232-0/+2
* U/WIN testsuite patches from Joe Buehler <jhpb@hekimian.com>Gurusamy Sarathy1998-09-232-1/+6
* 5.004_50 or 5.005_02: get rid of interp.sym because not even AIX needs itJarkko Hietaniemi1998-09-235-223/+21
* re-introduce change#1703Gurusamy Sarathy1998-09-235-41/+44
* Protect debugger from nonlocal exitsIlya Zakharevich1998-09-231-27/+28
* patches for perl 5.005_51 under U/WINJoe Buehler1998-09-236-4/+55
* add missing C<no utf8;> tweak from LarryGurusamy Sarathy1998-09-231-0/+1
* s/runops/CALLRUNOPS/Gurusamy Sarathy1998-09-231-1/+1
* rename t/pragma/warn-* to t/pragma/warn/*, be 8.3-friendlyGurusamy Sarathy1998-09-2324-24/+24
* make \(%foo) return refs to values (not copies of values)Gurusamy Sarathy1998-09-232-4/+5
* make h2xs generate ANSI prototypesGurusamy Sarathy1998-09-231-12/+3
* updated usethreads hints for hpux 10.XMatthew T Harden1998-09-232-0/+28
* don't create empty directories in installperlRobin Barker1998-09-231-2/+0
* make behavior of /(a{3})+/ like /(aaa)+/ w.r.t where it matchesIlya Zakharevich1998-09-232-4/+7
* h2ph misquotes #error directivesKurt D. Starsinic1998-09-232-3/+3
* patch to support computed regular subexpressionsIlya Zakharevich1998-09-239-19/+238
* better CR-handling on shebang line and in formats (fixed variant ofGurusamy Sarathy1998-09-232-4/+18
* document non-loopish blocks betterM. J. T. Guy1998-09-231-0/+16
* fix bogus integerization of pop()'s return valueGurusamy Sarathy1998-09-232-2/+2
* tweak README.win32Gurusamy Sarathy1998-09-231-7/+21
* better diagnostic for do{} used as lvalueGurusamy Sarathy1998-09-232-3/+6
* enable PERL_SBRK_VIA_MALLOC on OPENSTEP-MachHans Mulder1998-09-231-5/+1
* support make written in perl (aka "pmake") on win32Gurusamy Sarathy1998-09-231-9/+18
* fix mismatched UV/U32 types for to_utf8_*()Gurusamy Sarathy1998-09-231-3/+3
* dos-djgpp updateLaszlo Molnar1998-09-231-1/+1
* apply minimal variant of patch (sent via private mail)Jarkko Hietaniemi1998-09-238-9/+67
* adjust searchdict.t for EBCDIC (still needs documenting)Peter Prymmer1998-09-232-9/+30
* silence redefined warning for XS(INIT) {}Gurusamy Sarathy1998-09-231-0/+1
* support match indices via special variables @- and @+Ilya Zakharevich1998-09-2313-5/+188
* Re: Segmentation fault for /a*abc?xyz+pqr{3}ab{2,}xy{4,5}pq{0,6}AB{0,}zz/Ilya Zakharevich1998-09-232-10/+16
* integrate maint-5.005 changes (except conflicting change#1794)Gurusamy Sarathy1998-09-234-2/+17
|\
| * Re: Segmentation fault for /a*abc?xyz+pqr{3}ab{2,}xy{4,5}pq{0,6}AB{0,}zz/Ilya Zakharevich1998-09-201-9/+14
| * fix for unpack('u') failures on OS/390Peter Prymmer1998-09-201-1/+1
| * Fix typo, change "an array" to "a hash"M. J. T. Guy1998-09-201-1/+1
| * fill gaps in sig_* entries in win32/config.?cGurusamy Sarathy1998-09-203-15/+12
| * suppress bogus warning on C<sub x {} x()>Gurusamy Sarathy1998-09-201-1/+2
| * Two tweaks to allow quiet compile qith egcs-1.1Nick Ing-Simmons1998-09-121-0/+4
| * index() applied BM optimization to wrong argumentLarry Wall1998-09-072-1/+4
| * Mssage-Id: <199808280433.AAA06767@aatma.engin.umich.edu>Gurusamy Sarathy1998-09-071-2/+2
* | add note to win32/Makefile about setting CCHOMEGurusamy Sarathy1998-09-232-1/+5
* | perl.pod tweakGurusamy Sarathy1998-09-231-1/+0
* | make xsubpp generate well-formed code with CAPI && !PERL_OBJECTGurusamy Sarathy1998-09-211-13/+20