summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* make \(%foo) return refs to values (not copies of values)Gurusamy Sarathy1998-09-232-4/+5
| | | | | | | | | | | | From: Stephen McCamant <smccam@uclink4.berkeley.edu> Date: Fri, 28 Aug 1998 20:46:10 -0700 (PDT) Message-ID: <13799.30680.47765.352558@fre-76-120.reshall.berkeley.edu> -- From: Roderick Schertler <roderick@argon.org> Date: Sat, 29 Aug 1998 00:58:33 -0400 Message-ID: <29894.904366713@eeyore.ibcinc.com> Subject: Re: \(%x) problems p4raw-id: //depot/perl@1819
* make h2xs generate ANSI prototypesGurusamy Sarathy1998-09-231-12/+3
| | | p4raw-id: //depot/perl@1818
* updated usethreads hints for hpux 10.XMatthew T Harden1998-09-232-0/+28
| | | | | | Message-Id: <199808281410.AA11058@mthard1.monsanto.com> Subject: Re: OK: perl 5.00502 on PA-RISC1.1-thread 10.20 (UNINSTALLED) p4raw-id: //depot/perl@1817
* don't create empty directories in installperlRobin Barker1998-09-231-2/+0
| | | | | | Message-Id: <199808211029.LAA00551@cyclone.cise.npl.co.uk> Subject: [PATCH 5.005_02] install: empty dirs p4raw-id: //depot/perl@1816
* make behavior of /(a{3})+/ like /(aaa)+/ w.r.t where it matchesIlya Zakharevich1998-09-232-4/+7
| | | | | | Message-Id: <199808210941.FAA16467@monk.mps.ohio-state.edu> Subject: Re: your mail p4raw-id: //depot/perl@1815
* h2ph misquotes #error directivesKurt D. Starsinic1998-09-232-3/+3
| | | | | Message-ID: <19980820205903.A12908@O2.chapin.edu> p4raw-id: //depot/perl@1814
* patch to support computed regular subexpressionsIlya Zakharevich1998-09-239-19/+238
| | | | | | Message-Id: <199808201919.PAA04692@monk.mps.ohio-state.edu> Subject: [5.005_5* PATCH] Postponed RE - now! p4raw-id: //depot/perl@1813
* better CR-handling on shebang line and in formats (fixed variant ofGurusamy Sarathy1998-09-232-4/+18
| | | | | patch suggested by Igor Sysoev <igor@nitek.ru>) p4raw-id: //depot/perl@1812
* document non-loopish blocks betterM. J. T. Guy1998-09-231-0/+16
| | | | | | Message-Id: <E0z8jwK-00057Z-00@ursa.cus.cam.ac.uk> Subject: Re: next in do {} while block gives error message p4raw-id: //depot/perl@1811
* fix bogus integerization of pop()'s return valueGurusamy Sarathy1998-09-232-2/+2
| | | | | | Message-Id: <199808160327.XAA05186@aatma.engin.umich.edu> Subject: Re: Complex expression does integer arithmetic p4raw-id: //depot/perl@1810
* tweak README.win32Gurusamy Sarathy1998-09-231-7/+21
| | | p4raw-id: //depot/perl@1809
* better diagnostic for do{} used as lvalueGurusamy Sarathy1998-09-232-3/+6
| | | p4raw-id: //depot/perl@1808
* enable PERL_SBRK_VIA_MALLOC on OPENSTEP-MachHans Mulder1998-09-231-5/+1
| | | | | | Message-Id: <9808111907.AA21903@icgned.icgroup.nl> Subject: Not OK: perl 5.00551 on OPENSTEP-Mach 4_1 (UNINSTALLED) p4raw-id: //depot/perl@1807
* support make written in perl (aka "pmake") on win32Gurusamy Sarathy1998-09-231-9/+18
| | | p4raw-id: //depot/perl@1806
* fix mismatched UV/U32 types for to_utf8_*()Gurusamy Sarathy1998-09-231-3/+3
| | | p4raw-id: //depot/perl@1805
* dos-djgpp updateLaszlo Molnar1998-09-231-1/+1
| | | | | Message-ID: <19980809223823.A215@cdata.tvnet.hu> p4raw-id: //depot/perl@1804
* apply minimal variant of patch (sent via private mail)Jarkko Hietaniemi1998-09-238-9/+67
| | | | | | Message-Id: <199808121242.PAA29761@comanche.spices> Subject: [PATCH] 5.004_02 or 5.005_51: fix regexp and tr character ranges in non-ASCII lands p4raw-id: //depot/perl@1803
* adjust searchdict.t for EBCDIC (still needs documenting)Peter Prymmer1998-09-232-9/+30
| | | | | | Message-Id: <9808070109.AA06158@forte.com> Subject: [PATCH 5.005_02-TRIAL2] potential modification to t/lib/searchdict.t p4raw-id: //depot/perl@1802
* silence redefined warning for XS(INIT) {}Gurusamy Sarathy1998-09-231-0/+1
| | | p4raw-id: //depot/perl@1801
* support match indices via special variables @- and @+Ilya Zakharevich1998-09-2313-5/+188
| | | | | | Message-Id: <199807220300.XAA16081@monk.mps.ohio-state.edu> Subject: [PATCH 5.004_76] @- and @+ p4raw-id: //depot/perl@1800
* 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
| | | | | Message-Id: <199808112243.SAA14243@monk.mps.ohio-state.edu> p4raw-id: //depot/perl@1799
* integrate maint-5.005 changes (except conflicting change#1794)Gurusamy Sarathy1998-09-234-2/+17
|\ | | | | | | | | p4raw-link: @1794 on //depot/maint-5.005/perl: 3da4a4041c2dd401ef4ab882068e7b1680dc25bd p4raw-id: //depot/perl@1798
| * 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
| | | | | | | | | | Message-Id: <199808112243.SAA14243@monk.mps.ohio-state.edu> p4raw-id: //depot/maint-5.005/perl@1794
| * fix for unpack('u') failures on OS/390Peter Prymmer1998-09-201-1/+1
| | | | | | | | | | Message-Id: <9808102358.AA10616@forte.com> p4raw-id: //depot/maint-5.005/perl@1793
| * Fix typo, change "an array" to "a hash"M. J. T. Guy1998-09-201-1/+1
| | | | | | | | | | Message-Id: <E0z5Wp2-00071p-00@taurus.cus.cam.ac.uk> p4raw-id: //depot/maint-5.005/perl@1792
| * fill gaps in sig_* entries in win32/config.?cGurusamy Sarathy1998-09-203-15/+12
| | | | | | | | | | | | Message-Id: <199809170213.WAA10546@aatma.engin.umich.edu> and resync win32/config.?c with Porting/config.sh to pick up apiversion p4raw-id: //depot/maint-5.005/perl@1791
| * suppress bogus warning on C<sub x {} x()>Gurusamy Sarathy1998-09-201-1/+2
| | | | | | | | | | Message-Id: <199809061935.PAA21531@aatma.engin.umich.edu> p4raw-id: //depot/maint-5.005/perl@1790
| * Two tweaks to allow quiet compile qith egcs-1.1Nick Ing-Simmons1998-09-121-0/+4
| | | | | | p4raw-id: //depot/maint-5.005/perl@1784
| * index() applied BM optimization to wrong argumentLarry Wall1998-09-072-1/+4
| | | | | | | | | | Message-Id: <199809031949.MAA29566@wall.org>, <199809060004.RAA23792@wall.org> p4raw-id: //depot/maint-5.005/perl@1783
| * Mssage-Id: <199808280433.AAA06767@aatma.engin.umich.edu>Gurusamy Sarathy1998-09-071-2/+2
| | | | | | | | | | Subject: socket problems on NT p4raw-id: //depot/maint-5.005/perl@1782
* | add note to win32/Makefile about setting CCHOMEGurusamy Sarathy1998-09-232-1/+5
| | | | | | p4raw-id: //depot/perl@1797
* | perl.pod tweakGurusamy Sarathy1998-09-231-1/+0
| | | | | | p4raw-id: //depot/perl@1796
* | make xsubpp generate well-formed code with CAPI && !PERL_OBJECTGurusamy Sarathy1998-09-211-13/+20
| | | | | | p4raw-id: //depot/perl@1795
* | delay freeing itervar so C<for $i (@a) { return($i) }> worksGurusamy Sarathy1998-09-182-4/+12
| | | | | | p4raw-id: //depot/perl@1789
* | resync win32/config.?c with Porting/config.sh to pick up apiversionGurusamy Sarathy1998-09-173-6/+3
| | | | | | p4raw-id: //depot/perl@1788
* | suppress bogus warning on C<sub x {} x()>Gurusamy Sarathy1998-09-171-1/+2
| | | | | | p4raw-id: //depot/perl@1787
* | ntohl typo in objXSUB.hGurusamy Sarathy1998-09-171-2/+2
| | | | | | p4raw-id: //depot/perl@1786
* | fill gaps in sig_* entries in win32/config.?cGurusamy Sarathy1998-09-173-9/+9
| | | | | | p4raw-id: //depot/perl@1785
* | tr/// logic was hosed under utf8Larry Wall1998-09-055-296/+598
| | | | | | p4raw-id: //depot/perl@1781
* | several new tests needed tweaking to work under utf8Larry Wall1998-09-052-2/+2
| | | | | | p4raw-id: //depot/perl@1780
* | index() applied BM optimization to wrong argumentLarry Wall1998-09-052-1/+4
| | | | | | p4raw-id: //depot/perl@1779
* | Implicit require during compile reset line numberingLarry Wall1998-09-051-0/+1
| | | | | | p4raw-id: //depot/perl@1778
* | various tweaks: fix signed vs. unsigned problems that prevented C++Gurusamy Sarathy1998-08-1023-225/+503
| | | | | | | | | | | | builds; add sundry PERL_OBJECT scaffolding to get it to build; fix lexical warning testsuite for win32 p4raw-id: //depot/perl@1777
* | fix coredump with MULTIPLICITY (ckWARN() needs early curcop init)Gurusamy Sarathy1998-08-094-0/+39
| | | | | | p4raw-id: //depot/perl@1776
* | tweak warning testGurusamy Sarathy1998-08-091-13/+17
| | | | | | p4raw-id: //depot/perl@1775
* | add missing dTHR; notes for test failures due to small stacksizeGurusamy Sarathy1998-08-099-84/+193
| | | | | | p4raw-id: //depot/perl@1774
* | lexical warnings; tweaks to places that didn't apply correctlyPaul Marquess1998-08-0953-307/+4117
| | | | | | | | | | | | Message-Id: <9807290828.AA26286@claudius.bfsec.bt.co.uk> Subject: lexical warnings patch for 5.005_50 p4raw-id: //depot/perl@1773
* | bump patchlevel to 5.005_51Gurusamy Sarathy1998-08-086-27/+27
| | | | | | p4raw-id: //depot/perl@1772
* | fix bogus warning on "\x{123}"Paul Marquess1998-08-082-6/+6
| | | | | | | | | | | | Message-Id: <9807270534.AA11102@claudius.bfsec.bt.co.uk> Subject: [5.005_50 PATCH] Some unicode problems p4raw-id: //depot/perl@1771
* | hide dup symbol for static build of ext/reDominic Dunlop1998-08-081-0/+1
| | | | | | | | | | | | Message-Id: <199807291009.LAA08935@ppp72.vo.lu> Subject: Not OK: perl 5.00550 on powerpc-machten 4.1 [BOGUS PATCH] p4raw-id: //depot/perl@1770