summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Re: Compile with perlcc..Edward Peschko2001-02-277-61/+177
| | | | | | | Message-ID: <20010226185158.A9871@excitehome.net> plus add a simple usage message if no arguments given. p4raw-id: //depot/perl@8955
* Documenting coderef @INC (Re: CPAN "make this script work" feature)Nicholas Clark2001-02-261-1/+4
| | | | | Message-ID: <20010226004207.F23333@plum.flirble.org> p4raw-id: //depot/perl@8953
* XPUSH[insp] was Re: progressSimon Cozens2001-02-261-0/+18
| | | | | Message-ID: <20010226122348.A25536@pembro26.pmb.ox.ac.uk> p4raw-id: //depot/perl@8952
* perlio - unknown layerNicholas Clark2001-02-261-1/+3
| | | | | Message-ID: <20010226002719.E23333@plum.flirble.org> p4raw-id: //depot/perl@8951
* PATCH: extra tests to check on negative float to unsigned castJeff Okamoto2001-02-261-1/+7
| | | | | Message-Id: <200102232128.NAA28938@xfiles.corp.hp.com> p4raw-id: //depot/perl@8950
* Re: [PATCH: perl 5.005_03] Record I/O fix for Test.pm in older perlPeter Prymmer2001-02-261-5/+7
| | | | | Message-ID: <Pine.OSF.4.10.10102231042010.79050-100000@aspara.forte.com> p4raw-id: //depot/perl@8949
* small fix in pod/perlop.podRadu Greab2001-02-261-1/+1
| | | | | Message-ID: <14998.38120.623015.916165@ix.netsoft.ro> p4raw-id: //depot/perl@8948
* -Dt padsv($var)Dave Mitchell2001-02-261-0/+11
| | | | | Message-Id: <200102261101.LAA12915@tiree.fdgroup.co.uk> p4raw-id: //depot/perl@8947
* Modified README.bs2000 Thomas Dorner2001-02-261-8/+32
| | | | | Message-ID: <6727B1DACFCDD311A757009027CA8D69010A889D@Ex02.inhouse.start.de> p4raw-id: //depot/perl@8946
* Add more known sprintf failures.Jarkko Hietaniemi2001-02-261-2/+2
| | | p4raw-id: //depot/perl@8944
* perlglob.exe needs to be found in Win32, patch fromJarkko Hietaniemi2001-02-261-1/+4
| | | | | | Vadim Konovalov. Nick I-S comments: "Perhaps a lingering glob() which needs external glob at mini-perl time." p4raw-id: //depot/perl@8943
* A missing dTHX from Vadim Konovalov.Jarkko Hietaniemi2001-02-261-0/+1
| | | p4raw-id: //depot/perl@8942
* Miscommunication at #8914: #8902 was okay, #8881 was to be retracted.Jarkko Hietaniemi2001-02-261-2/+1
| | | p4raw-id: //depot/perl@8941
* Integrate perlio:Jarkko Hietaniemi2001-02-261-2/+148
|\ | | | | | | | | | | | | | | [ 8938] Encode implementations docs. p4raw-link: @8938 on //depot/perlio: 4edaa979293b3e482a715be9ab66acf7eb848c46 p4raw-id: //depot/perl@8940
| * Integrate mainline.Nick Ing-Simmons2001-02-255-4/+309
| |\ | |/ |/| p4raw-id: //depot/perlio@8939
* | Script wasn't aligned with reality.Jarkko Hietaniemi2001-02-251-2/+0
| | | | | | p4raw-id: //depot/perl@8937
* | Update Changes.Jarkko Hietaniemi2001-02-252-1/+307
| | | | | | p4raw-id: //depot/perl@8936
* | Retract #8929,8930,8932,8933 for now.Jarkko Hietaniemi2001-02-255-111/+71
| | | | | | p4raw-id: //depot/perl@8935
* | Integrate perlio:Jarkko Hietaniemi2001-02-259-453/+610
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ 8927] Change method names in Encode implementation classes to something less confusing (preparing to "go public"). [ 8926] GCC __atribute__ / printf fix [ 8925] Checked in the wrong one ... [ 8923] Encode API documentation nd tidy up. Minor additions to test. Tweaks sv_utf8_upgrade() to force SvPV, and always SvUTF8_on and return length. Adds STRLEN to standard typemap. p4raw-link: @8927 on //depot/perlio: 50d2698546d7dba5ed48b29bf1c13887b041a4ba p4raw-link: @8926 on //depot/perlio: c745e42cb33cb9fcfc4d47fe732cfa4725aa5d07 p4raw-link: @8925 on //depot/perlio: 2a936312a7ab627c98624c1ea83115246309b3d7 p4raw-link: @8923 on //depot/perlio: 4411f3b60960504e67715e05eb0ed3192bfff8fc p4raw-id: //depot/perl@8934
* | | (Retracted by #8395.)Jarkko Hietaniemi2001-02-251-6/+7
| | | | | | | | | | | | | | | | | | Slight tweaks in scan_const(), not fixes yet, it seems like lots of work remains to be done... p4raw-id: //depot/perl@8933
* | | (Retracted by #8395.)Jarkko Hietaniemi2001-02-251-0/+4
| | | | | | | | | | | | | | | Missing from #8930. p4raw-id: //depot/perl@8932
* | | A comment tweak.Jarkko Hietaniemi2001-02-251-1/+1
| | | | | | | | | p4raw-id: //depot/perl@8931
* | | (Retracted by #8395.)Jarkko Hietaniemi2001-02-251-43/+31
| | | | | | | | | | | | | | | Attempt to fix the EBCDIC character range problem with //. p4raw-id: //depot/perl@8930
* | | (Retracted by #8395.)Jarkko Hietaniemi2001-02-252-22/+69
| | | | | | | | | | | | | | | | | | Expand the EBCDIC character range tests, and add few nasty tr tests from Karsten Sperling. p4raw-id: //depot/perl@8929
* | | Missing check-in.Jarkko Hietaniemi2001-02-251-0/+1
| | | | | | | | | p4raw-id: //depot/perl@8928
| | * Encode implementations docs.Nick Ing-Simmons2001-02-251-2/+148
| |/ | | | | p4raw-id: //depot/perlio@8938
| * Change method names in Encode implementation classes to somethingNick Ing-Simmons2001-02-253-23/+39
| | | | | | | | | | less confusing (preparing to "go public"). p4raw-id: //depot/perlio@8927
| * GCC __atribute__ / printf fixNick Ing-Simmons2001-02-251-1/+5
| | | | | | p4raw-id: //depot/perlio@8926
| * Checked in the wrong one ...Nick Ing-Simmons2001-02-251-6/+5
| | | | | | p4raw-id: //depot/perlio@8925
| * Integrate mainline - to see what Jarkko has in ...Nick Ing-Simmons2001-02-246-40/+90
| |\ | |/ |/| p4raw-id: //depot/perlio@8924
* | Add a test for the "character range should match in EBCDICJarkko Hietaniemi2001-02-241-1/+22
| | | | | | | | | | | | if specified using explicit numerics" bug found by Karsten Sperling. p4raw-id: //depot/perl@8922
* | fixing t/pod/find.t, running t/podMichael G. Schwern2001-02-245-39/+68
| | | | | | | | | | | | | | Message-ID: <20010223032137.A26022@magnonel.guild.net> plus Charles Lane's fixes, plus tweaks. p4raw-id: //depot/perl@8921
| * Encode API documentation nd tidy up.Nick Ing-Simmons2001-02-248-435/+573
| | | | | | | | | | | | | | Minor additions to test. Tweaks sv_utf8_upgrade() to force SvPV, and always SvUTF8_on and return length. Adds STRLEN to standard typemap. p4raw-id: //depot/perlio@8923
| * Integrate mainlineNick Ing-Simmons2001-02-2428-219/+443
| |\ | |/ |/| p4raw-id: //depot/perlio@8920
* | Re: I'm losing the war...Vadim Konovalov2001-02-241-2/+2
| | | | | | | | | | | | | | Message-ID: <007501c09dde$a9b84420$2f7b55c2@vad> hv_store() not working correctly in ENV_IS_CASELESS case. p4raw-id: //depot/perl@8919
* | Re: [PATCH] fix for charnames above FFFFAndreas König2001-02-241-2/+3
| | | | | | | | | | | | | | Message-ID: <m3u25mxjns.fsf@ak-71.mind.de> A further efficiency tweak. p4raw-id: //depot/perl@8918
* | Abolish USE_WIN32_RTL_ENV.Jarkko Hietaniemi2001-02-235-65/+0
| | | | | | p4raw-id: //depot/perl@8916
* | Retract #8893, zero-initializing may be costly, maybe reintroduceJarkko Hietaniemi2001-02-231-1/+1
| | | | | | | | | | later protected by some #define. p4raw-id: //depot/perl@8915
* | Retract #8902 for now, requested by Charles Lane, the correctJarkko Hietaniemi2001-02-231-1/+1
| | | | | | | | | | fix will be something else. p4raw-id: //depot/perl@8914
* | was Re: hashing order difference?Peter Prymmer2001-02-231-1/+1
| | | | | | | | | | Message-ID: <Pine.OSF.4.10.10102231036100.79050-100000@aspara.forte.com> p4raw-id: //depot/perl@8913
* | [patch] perlio + useithreadsDoug MacEachern2001-02-233-7/+0
| | | | | | | | | | | | | | Message-ID: <Pine.LNX.4.21.0102222356460.14249-100000@mako.covalent.net> Gets things running but not complete. p4raw-id: //depot/perl@8912
* | A better workaround for Borland putenv() brokenness from Sarathy.Jarkko Hietaniemi2001-02-231-15/+6
| | | | | | p4raw-id: //depot/perl@8909
* | fix for parameter -Dm (for perl@8867)Vadim Konovalov2001-02-231-1/+3
| | | | | | | | | | Message-ID: <001801c09cdc$2faba490$2a7b55c2@vad> p4raw-id: //depot/perl@8908
* | treat unicoding and null bytes in op/append.tPeter Prymmer2001-02-231-9/+12
| | | | | | | | | | Message-ID: <Pine.OSF.4.10.10102221319460.47500-100000@aspara.forte.com> p4raw-id: //depot/perl@8907
* | Upgrade to File::Temp 0.12, from Tim Jenness.Jarkko Hietaniemi2001-02-233-25/+61
| | | | | | p4raw-id: //depot/perl@8906
* | fix a patcho in t/lib/st-06compat.tPeter Prymmer2001-02-231-9/+0
| | | | | | | | | | Message-ID: <Pine.OSF.4.10.10102221249170.47500-100000@aspara.forte.com> p4raw-id: //depot/perl@8905
* | Be more helpful for devel builders, suggested by John L. Allen.Jarkko Hietaniemi2001-02-231-1/+4
| | | | | | p4raw-id: //depot/perl@8903
* | (Retracted by #8914)Charles Lane2001-02-231-1/+1
| | | | | | | | | | | | | | | | (Wrongly, reinstated by #8941) Subject: [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST! Message-Id: <010222094237.9d22e@DUPHY4.Physics.Drexel.Edu> p4raw-id: //depot/perl@8902
* | malloc message address offsetCharles Lane2001-02-231-1/+1
| | | | | | | | | | Message-Id: <010222075625.9d22e@DUPHY4.Physics.Drexel.Edu> p4raw-id: //depot/perl@8901
* | Rewrite putenv() using my_setenv(). (In general the vendors'Jarkko Hietaniemi2001-02-231-2/+16
| | | | | | | | | | | | putenv() is not to be relied on, they are either broken or leaky or both.) p4raw-id: //depot/perl@8899