summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add a new flag character 'm' to embed.pl set to representNick Ing-Simmons2001-10-206-80/+52
| | | | | | | "functions" which are really macros. Use it foe the troublesome sv_setsv() etc. macros in sv.h - changing latter to define sv_setsv rather than sv_setsv_macro etc. p4raw-id: //depot/perlio@12524
* Add comments explaining why win32.h/embed.h are included where they areNick Ing-Simmons2001-10-201-1/+5
| | | | | in perl.h p4raw-id: //depot/perlio@12523
* Code PerlIOWin32_dup - does not fix Win32 problems as :win32 is not Nick Ing-Simmons2001-10-201-2/+31
| | | | | being used yet. p4raw-id: //depot/perlio@12522
* Fix gross win32 build issuesNick Ing-Simmons2001-10-192-1/+5
| | | p4raw-id: //depot/perlio@12511
* Integrate mainlineNick Ing-Simmons2001-10-1999-2300/+10721
|\ | | | | p4raw-id: //depot/perlio@12507
| * Retract the #10451 which seems to be the causeJarkko Hietaniemi2001-10-192-25/+4
| | | | | | | | | | of the major leakage from while(){eval"sub{}"} p4raw-id: //depot/perl@12506
| * Regen toc.Jarkko Hietaniemi2001-10-191-1/+15
| | | | | | p4raw-id: //depot/perl@12505
| * Tiny tweaks.Jarkko Hietaniemi2001-10-191-1/+2
| | | | | | p4raw-id: //depot/perl@12504
| * Re: perlintro.podAbe Timmerman2001-10-191-1/+1
| | | | | | | | | | Message-Id: <ls40ttsmrr3rpjlm3dqhh8v60onsiopmuc@4ax.com> p4raw-id: //depot/perl@12503
| * Slight reorganisation of references.Abhijit Menon-Sen2001-10-191-19/+18
| | | | | | p4raw-id: //depot/perl@12502
| * [DOC PATCH lib/ExtUtils/MakeMaker.pm] Discouraging use of PREREQ_FATAL in ↵Kay Röpke2001-10-191-6/+14
| | | | | | | | | | | | | | day-to-day Makefile.PL's Message-Id: <E15uYNb-00040L-00@mrvdom01.schlund.de> p4raw-id: //depot/perl@12501
| * Unicode categories continue:Jarkko Hietaniemi2001-10-198-115/+319
| | | | | | | | | | | | | | | | implement Category=, Script=, Block= (these are based on an upcoming update of TR#18) Fix a bug where we got two In categories named "old italic", and another where shortcut for the Is categories wasn't taken. p4raw-id: //depot/perl@12500
| * a small patch to perlintro.pod.Audrey Tang2001-10-191-13/+13
| | | | | | | | | | | | Message-Id: <20011019014551.A35625@not.autrijus.org> (Applied by hand with nits.) p4raw-id: //depot/perl@12499
| * OpenBSD hints for ithreadsAndy Dougherty2001-10-191-0/+2
| | | | | | | | | | Message-ID: <Pine.SOL.4.10.10110181232060.15040-100000@maxwell.phys.lafayette.edu> p4raw-id: //depot/perl@12498
| * Retract #12446; the problem solved by #12474.Jarkko Hietaniemi2001-10-181-1/+1
| | | | | | p4raw-id: //depot/perl@12497
| * More documented In categories.Jarkko Hietaniemi2001-10-181-0/+2
| | | | | | p4raw-id: //depot/perl@12495
| * Update Changes.Jarkko Hietaniemi2001-10-182-1/+404
| | | | | | p4raw-id: //depot/perl@12494
| * Add the lib/unicore/To/Spec*.pl to the MANIFEST.Jarkko Hietaniemi2001-10-181-0/+3
| | | | | | p4raw-id: //depot/perl@12493
| * Wrong skip() arguments.Jarkko Hietaniemi2001-10-181-1/+2
| | | | | | p4raw-id: //depot/perl@12492
| * try#2: [proposed PATCH Perl@12401] ieee floats, rand() & old systems Charles Lane2001-10-187-31/+59
| | | | | | | | | | Message-Id: <011017090944.15ad2e@DUPHY4.Physics.Drexel.Edu> p4raw-id: //depot/perl@12491
| * PATCH perl.pod: Suggested reorganization of table of contentsMark-Jason Dominus2001-10-181-38/+53
| | | | | | | | | | Message-Id: <20011018102535.19264.qmail@plover.com> p4raw-id: //depot/perl@12490
| * Prettyprinting.Jarkko Hietaniemi2001-10-183-229/+229
| | | | | | p4raw-id: //depot/perl@12489
| * Regen toc.Jarkko Hietaniemi2001-10-183-26/+182
| | | | | | p4raw-id: //depot/perl@12488
| * Add perlintro, from Skud.Jarkko Hietaniemi2001-10-182-0/+646
| | | | | | p4raw-id: //depot/perl@12487
| * FAQ sync.Jarkko Hietaniemi2001-10-188-53/+44
| | | | | | p4raw-id: //depot/perl@12486
| * Oh, bother. In Tru64 cc -std1 was looking rather niceJarkko Hietaniemi2001-10-1710-106/+60
| | | | | | | | | | | | | | | | | | | | in speed (upto 20% speedup in certain operations) but meanwhile regexps and arithmetics got slower (5-10%) (according to perlbench average speedup is negligible, and within measuring flutter, 1%). Therefore retracting all the changes aimed at getting -std1 to compile cleanly: #12475, #12476, #12479, #12480, #12481, #12482, #12483, #12484. p4raw-id: //depot/perl@12485
| * (retracted by #12485)Jarkko Hietaniemi2001-10-171-2/+13
| | | | | | | | | | | | Strict ANSI doesn't like the third argument of main() so enable ignoring it if using ultra picky compiler. p4raw-id: //depot/perl@12484
| * (retracted by #12485)Jarkko Hietaniemi2001-10-171-28/+29
| | | | | | | | | | Move the VMS_FOO_ERROR codes next to the SETERRNO() definition. p4raw-id: //depot/perl@12483
| * (retracted by #12485)Jarkko Hietaniemi2001-10-171-0/+3
| | | | | | | | | | Add explanatory comment. p4raw-id: //depot/perl@12482
| * (retracted by #12485)Jarkko Hietaniemi2001-10-173-17/+26
| | | | | | | | | | More dollar$hiding. p4raw-id: //depot/perl@12481
| * (retracted by #12485)Jarkko Hietaniemi2001-10-171-4/+2
| | | | | | | | | | KISS. p4raw-id: //depot/perl@12480
| * (retracted by #12485)Jarkko Hietaniemi2001-10-171-4/+4
| | | | | | | | | | | | Thou shalt not #ifdef inside macro invocations, noticed by Rafael Garcia-Suarez. p4raw-id: //depot/perl@12479
| * coredump fix in pp_accept()Anton Berezin2001-10-171-3/+2
| | | | | | | | | | Message-Id: <20011017182548.A12082@heechee.tobez.org> p4raw-id: //depot/perl@12478
| * (retracted by #12485)Jarkko Hietaniemi2001-10-171-1/+3
| | | | | | | | | | Unterminated #ifdef. p4raw-id: //depot/perl@12476
| * (retracted by #12485)Jarkko Hietaniemi2001-10-179-51/+73
| | | | | | | | | | | | Avoid dollar signs in identifiers (in non-VMS) to placate ultra picky ANSI compilers (such as DEC^WCPQ^WHP). p4raw-id: //depot/perl@12475
| * Two AIX patchesH.Merijn Brand2001-10-172-28/+32
| | | | | | | | | | Message-Id: <20011017180223.1346.H.M.BRAND@hccnet.nl> p4raw-id: //depot/perl@12474
| * Limiting the Time::HiRes::sleep and usleep toJarkko Hietaniemi2001-10-173-14/+25
| | | | | | | | | | | | one second is not a good policy if drop-in replacement is still a goal. p4raw-id: //depot/perl@12473
| * Test::Simple 0.32Michael G. Schwern2001-10-1735-553/+1860
| | | | | | | | | | Message-ID: <20011017034241.A25038@blackrider> p4raw-id: //depot/perl@12472
| * Set PERL_CORE environment var Michael G. Schwern2001-10-173-0/+12
| | | | | | | | | | Message-ID: <20011017040413.C25550@blackrider> p4raw-id: //depot/perl@12471
| * Regen doc with perlmodstyle added.Jarkko Hietaniemi2001-10-173-50/+182
| | | | | | p4raw-id: //depot/perl@12470
| * Pod cleanup.Jarkko Hietaniemi2001-10-172-45/+55
| | | | | | p4raw-id: //depot/perl@12469
| * perlmodstyle as a patchKirrily Robert2001-10-172-0/+732
| | | | | | | | | | Message-ID: <20011016224723.A20673@infotrope.net> p4raw-id: //depot/perl@12468
| * for perlhack.pod - no p5p archive on deja/googleIan Phillipps2001-10-171-1/+5
| | | | | | | | | | | | | | Message-ID: <20010906110939.A914@homer.diplex.co.uk> Mention also the develooper p5p archive. p4raw-id: //depot/perl@12467
| * PREREQ_PM does not really require.Kay Röpke2001-10-171-14/+20
| | | | | | | | | | Message-Id: <E15tW4O-0003J7-00@mrvdom03.schlund.de> p4raw-id: //depot/perl@12466
| * Add the special casing mappings (from SpecCase.txt)Jarkko Hietaniemi2001-10-174-28/+376
| | | | | | | | | | | | | | (except for the hyper special case mappings that have the condition list); the special casing mappings are unused for now. Small tidying up on mktables. p4raw-id: //depot/perl@12465
| * [PATCH] Doc patch on here-docs (perlop and perldata)David H. Adler2001-10-162-128/+135
| | | | | | | | | | | | | | | | | | | | | | Date: Tue, 16 Oct 2001 11:59:35 -0400 Message-ID: <20011016115935.A13078@panix.com> Subject: [ PATCH ] perldata patch, revised From: "David H. Adler" <dha@panix.com> Date: Tue, 16 Oct 2001 18:26:49 -0400 Message-ID: <20011016182649.C23970@panix.com> p4raw-id: //depot/perl@12464
| * Integrate perlio:Jarkko Hietaniemi2001-10-1615-200/+376
| |\ | |/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ 12462] PerlIOXxxx_dups for all but Win32 [ 12461] Implement PerlIOStdio_dup (explains core dumps - dup was not setting up a FILE * to be fclosed()). [ 12460] When USE_ITHREADS avoid SV * in PerlIO_debug, at risk of buffer overflow. [ 12456] Builds under ithreads (but fails all threads tests) [ 12451] Skeleton of "PerlIO_dup" coded. Still-passes all tests non-threaded (well it would wouldn't it!) [ 12447] Beginings of PerlIO_dup support (unstable) [ 11615] Avoid testing for (non-)existance of "encoding(xxxx)" layer is called "encoding" the (xxxx) is an argument. p4raw-link: @12462 on //depot/perlio: 9f16d962dace601f24c23063432e8a8eb01bfa4a p4raw-link: @12461 on //depot/perlio: b77c74bc90789599ae69b0d39a1984d2768fa05e p4raw-link: @12460 on //depot/perlio: 70ace5dac0395f9f5ca5478d23db8cd1e0dbd6e7 p4raw-link: @12456 on //depot/perlio: a8fc9800e47fd3c23e88282f4505c051278ccc9b p4raw-link: @12451 on //depot/perlio: 8cf8f3d16d82d8b3561907820401eea7766f2f96 p4raw-link: @12447 on //depot/perlio: 71200d45e1b06d4f36df595fa80b743f999642c1 p4raw-link: @11615 on //depot/perlio: 97ed432b8a5d63d1b7bdda09343e34225e6da722 p4raw-id: //depot/perl@12463
* | PerlIOXxxx_dups for all but Win32Nick Ing-Simmons2001-10-163-9/+27
| | | | | | p4raw-id: //depot/perlio@12462
* | Implement PerlIOStdio_dup (explains core dumps - dupNick Ing-Simmons2001-10-161-2/+22
| | | | | | | | | | was not setting up a FILE * to be fclosed()). p4raw-id: //depot/perlio@12461
* | When USE_ITHREADS avoid SV * in PerlIO_debug, at risk of bufferNick Ing-Simmons2001-10-161-0/+14
| | | | | | | | | | overflow. p4raw-id: //depot/perlio@12460