summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* (Retracted by #11285.)Abhijit Menon-Sen2001-07-0612-59/+100
| | | | | | Subject: Re: [PATCH] mkdir() mode argument is missing initial 0 Message-ID: <20010706012632.A28327@lustre.dyn.wiw.org> p4raw-id: //depot/perl@11166
* (Retracted by #11175)Norton T. Allen2001-07-061-1/+1
| | | | | | Subject: [PATCH ext/POSIX/POSIX.pm] Re: sigaction.t under QNX Message-Id: <200107051734.NAA13375@bottesini.harvard.edu> p4raw-id: //depot/perl@11165
* Unterminated C< (noticed by Richard Hatch), and few otherJarkko Hietaniemi2001-07-061-6/+7
| | | | | small Unicode doc tweaks. p4raw-id: //depot/perl@11164
* More flexible argument understanding; add charblocks() andJarkko Hietaniemi2001-07-052-49/+249
| | | | | | | charscripts(); make charblock() and charscript() two-way; add charinrange(); separate the $Unicode::UCD::VERSION and the version of the Unicode by adding UnicodeVersion(). p4raw-id: //depot/perl@11163
* Update Unicode::UCD on \p{In...}.Jarkko Hietaniemi2001-07-051-54/+23
| | | p4raw-id: //depot/perl@11162
* Re: [PATCH lib/ExtUtils.t] Extra Files for QNXNorton T. Allen2001-07-051-0/+7
| | | | | Message-Id: <200107051357.JAA06285@bottesini.harvard.edu> p4raw-id: //depot/perl@11161
* POSIX-BC tweaks from Thomas Dorner.Jarkko Hietaniemi2001-07-052-4/+6
| | | p4raw-id: //depot/perl@11160
* Module updates for the delta.Jarkko Hietaniemi2001-07-051-1/+9
| | | p4raw-id: //depot/perl@11159
* for QNXNorton T. Allen2001-07-051-3/+9
| | | | | Message-Id: <200107050259.WAA06843@bottesini.harvard.edu> p4raw-id: //depot/perl@11158
* Quick fixesSimon Cozens2001-07-051-14/+15
| | | | | Message-ID: <20010704202212.A3690@deep-dark-truthful-mirror> p4raw-id: //depot/perl@11157
* (retracted by #13533)Radu Greab2001-07-053-9/+31
| | | | | | Subject: [PATCH perl@11099]Re: [ID 20010704.003] Taint mode breaks global match Message-ID: <15171.27355.895094.128142@ix.netsoft.ro> p4raw-id: //depot/perl@11156
* -I and MakeMaker againMichael G. Schwern2001-07-052-11/+15
| | | | | | | Message-ID: <20010704150307.I20340@blackrider> (and retract #11145) p4raw-id: //depot/perl@11155
* Re: PERFORCE change 11142 for reviewPhilip Newton2001-07-051-2/+2
| | | | | Message-Id: <200107041841.VAA25380@taas.iki.fi> p4raw-id: //depot/perl@11154
* Re: [PATCH 2 pl2pm.PL] (was Re: [PATCH pl2pm.PL] Make pl2pm be nice with ↵Jonathan Stowe2001-07-051-30/+58
| | | | | | | 'strict' and 'warnings') Message-ID: <Pine.LNX.4.33.0107022042570.8640-100000@orpheus.gellyfish.com> p4raw-id: //depot/perl@11153
* fix the binary compatibility issue when building with/withoutGurusamy Sarathy2001-07-055-11/+34
| | | | | | | | | | usemymalloc by exporting Perl_malloc() et al as simple wrappers around the system functions (this allows most extensions built using one mode to coexist with perls built in the other mode) XXX the Perl_mfree() wrapper might need to do return(free()) on platforms where Free_t isn't "void" p4raw-id: //depot/perl@11152
* perl built with USE_ITHREADS can deadlock during fork() or backticksGurusamy Sarathy2001-07-053-0/+40
| | | | | | | | | | | | | since it doesn't ensure threads other than the one calling fork() aren't holding any locks; the fix is to use pthread_atfork() to hold global locks building perl with -Dusemymalloc exacerbates the problem since Perl_malloc() holds a mutex, and perl's exec() calls New() XXX the code in win32thread.h may be needed on platforms that have no pthread_atfork() p4raw-id: //depot/perl@11151
* Update Changes.Jarkko Hietaniemi2001-07-042-1/+348
| | | p4raw-id: //depot/perl@11148
* Somehow the #ifdefs of the added code (in #11093) madeJarkko Hietaniemi2001-07-041-7/+1
| | | | | | | HP-UX to fail the fcntl locking test, without the ifdefs the test seems to be working again. Reason unknown: HP-UX cc doesn't complain either way. p4raw-id: //depot/perl@11146
* (Retracted by #11155) PERLRUNINST needed in some spots.Jarkko Hietaniemi2001-07-041-3/+3
| | | p4raw-id: //depot/perl@11145
* gcc -Wall nit.Jarkko Hietaniemi2001-07-041-2/+2
| | | p4raw-id: //depot/perl@11144
* When removing tests updating the test count is a good idea, too.Jarkko Hietaniemi2001-07-041-1/+1
| | | p4raw-id: //depot/perl@11143
* Document #11134 and add the new symbols to the list ofJarkko Hietaniemi2001-07-041-7/+32
| | | | | of MakeMaker known ones. p4raw-id: //depot/perl@11142
* Microperl update.Jarkko Hietaniemi2001-07-041-0/+6
| | | p4raw-id: //depot/perl@11141
* Update the libnet tests as per #11138.Jarkko Hietaniemi2001-07-043-34/+0
| | | p4raw-id: //depot/perl@11140
* Regen toc and modlib.Jarkko Hietaniemi2001-07-042-99/+33
| | | p4raw-id: //depot/perl@11139
* Remove DummyInetd, PH, and SNPP from the libnet, as perJarkko Hietaniemi2001-07-044-1349/+0
| | | | | Graham's request. p4raw-id: //depot/perl@11138
* Add the OS/390 harness results to the delta.Jarkko Hietaniemi2001-07-041-0/+34
| | | p4raw-id: //depot/perl@11137
* Avoid the two study tests in OS/390 until the bug has been solved.Jarkko Hietaniemi2001-07-041-2/+7
| | | p4raw-id: //depot/perl@11136
* DOS/DJGPP tweaks from Laszlo Molnar.Jarkko Hietaniemi2001-07-044-5/+4
| | | p4raw-id: //depot/perl@11135
* Fixing extra -I's with PERL_COREMichael G. Schwern2001-07-043-29/+48
| | | | | Message-ID: <20010704000116.C591@blackrider> p4raw-id: //depot/perl@11134
* The #11132 missed singleton characters (not partJarkko Hietaniemi2001-07-0429-2/+236
| | | | | of a unilo..unihi range) in Unicode scripts. p4raw-id: //depot/perl@11133
* Support preferentially the Unicode 'scripts' definitionJarkko Hietaniemi2001-07-04147-544/+1598
| | | | | | | | | | | | in the \p{In...} notation since according to Unicode the scripts concept is more natural for matching than using the somewhat artificial block names. The block names are still available, though, and if there's a name conflict, the scripts one wins and the blocks one has to do with 'Block' appended to its name. For more information see http://www.unicode.org/unicode/reports/tr24/ p4raw-id: //depot/perl@11132
* Better document the difference between a block and a script.Jarkko Hietaniemi2001-07-031-13/+24
| | | p4raw-id: //depot/perl@11131
* [ perl 5.6.1 ] CPAN.pm doc patchElaine -HFB- Ashton2001-07-031-4/+5
| | | | | Message-ID: <20010703150423.C9787@chaos.wustl.edu> p4raw-id: //depot/perl@11130
* Add tests for charscript().Jarkko Hietaniemi2001-07-032-5/+17
| | | p4raw-id: //depot/perl@11129
* Add charscript() to get the UTR#24 script names of characters.Jarkko Hietaniemi2001-07-031-33/+86
| | | p4raw-id: //depot/perl@11128
* Todo updates.Jarkko Hietaniemi2001-07-031-2/+20
| | | p4raw-id: //depot/perl@11127
* Unicode::UCD updates.Jarkko Hietaniemi2001-07-031-9/+16
| | | p4raw-id: //depot/perl@11126
* (Retracted by #11174)Alan Burlison2001-07-031-1/+1
| | | | | | Subject: MakeMaker should pass through DEFINE and INC to subdirs Message-ID: <3B41D49D.A923D4F9@sun.com> p4raw-id: //depot/perl@11125
* Patch needed for UTSHal Morris2001-07-031-21/+2
| | | | | | | Message-Id: <200107031638.JAA11998@cepheus.utsglobal.com> Replace #11113 with a better version. p4raw-id: //depot/perl@11124
* Re: POINTERRIGORAndy Dougherty2001-07-031-28/+0
| | | | | Message-ID: <Pine.SOL.4.10.10107031040030.1982-100000@maxwell.phys.lafayette.edu> p4raw-id: //depot/perl@11123
* Re: [PATCH @11016] Fixes compile errors in four filesPhilip Newton2001-07-031-2/+2
| | | | | Message-ID: <3B41FAE6.29564.660E117@localhost> p4raw-id: //depot/perl@11122
* Typos.Jarkko Hietaniemi2001-07-031-2/+2
| | | p4raw-id: //depot/perl@11121
* debugger fixesIlya Zakharevich2001-07-031-4/+11
| | | | | | | Message-ID: <20010703033818.A16788@math.ohio-state.edu> The $^S is working again. p4raw-id: //depot/perl@11120
* Re: [PATCH 5.6.1] OS/2 improvementsIlya Zakharevich2001-07-031-0/+7
| | | | | Message-ID: <20010703033406.A16776@math.ohio-state.edu> p4raw-id: //depot/perl@11119
* Bad lishp in change 11084Philip Newton2001-07-031-1/+1
| | | | | Message-Id: <200107030706.KAA04596@taas.iki.fi> p4raw-id: //depot/perl@11118
* Delta delta.Jarkko Hietaniemi2001-07-031-0/+10
| | | p4raw-id: //depot/perl@11117
* Whitespace allowed at the ends of /lib/syscalls.exp linesJarkko Hietaniemi2001-07-021-2/+2
| | | | | | (from Richard Hatch) (this was the cause of pipes() and times() mysteriously not being found) p4raw-id: //depot/perl@11115
* Retract #10142, the real culprit found by Richard Hatch,Jarkko Hietaniemi2001-07-021-5/+0
| | | | | coming soon to Configure near you. p4raw-id: //depot/perl@11114
* (Replaced by #11124) UTS workaround from Hal Morris.Jarkko Hietaniemi2001-07-021-0/+5
| | | p4raw-id: //depot/perl@11113