summaryrefslogtreecommitdiff
path: root/os2
Commit message (Collapse)AuthorAgeFilesLines
* os2/POSIX.mkfifo not needed (from Yitzchak Scott-ThoennesGurusamy Sarathy2000-01-071-16/+0
| | | | | <sthoenna@efn.org>) p4raw-id: //depot/perl@4766
* miniperl build fixes for os2 (from Yitzchak Scott-ThoennesGurusamy Sarathy1999-12-281-5/+11
| | | | | <sthoenna@efn.org>); add explicit target for opmini.o p4raw-id: //depot/perl@4710
* fixes for bugs in change#4586 and OS/2 pod tweak, from IlyaGurusamy Sarathy1999-12-021-0/+5
| | | | | p4raw-link: @4586 on //depot/cfgperl: 6eb5f6b9f48454b7ad64225a5bab0de7fdff695c p4raw-id: //depot/perl@4617
* more complete pseudo-fork() support for WindowsGurusamy Sarathy1999-12-011-1/+1
| | | p4raw-id: //depot/perl@4602
* remove VIRTUAL tag, PERL_OBJECT doesn't need it anymoreGurusamy Sarathy1999-11-041-1/+0
| | | p4raw-id: //depot/perl@4511
* Re: [PATCH 5.005_62] OS/2 improvementsIlya Zakharevich1999-10-2419-131/+387
| | | | | Message-Id: <199910240724.DAA12230@monk.mps.ohio-state.edu> p4raw-id: //depot/perl@4432
* OS/2 support bits (from Ilya Zakharevich)Gurusamy Sarathy1999-10-161-1/+1
| | | p4raw-id: //depot/perl@4393
* Change #3790 redemption: with a little additionalJarkko Hietaniemi1999-08-031-0/+1
| | | | | patch from Ilya it works okay. p4raw-id: //depot/cfgperl@3906
* Integrate with Sarathy. perl.h and util.c required manual resolving.Jarkko Hietaniemi1999-08-012-13/+23
| | | p4raw-id: //depot/cfgperl@3864
* Undo #3790 and the patches that attempted to fix itJarkko Hietaniemi1999-08-011-1/+0
| | | | | | | (#3837, #3838, #3845). The #3790 caused linkage failures and/or core dumps in Solaris 2.6, Digital UNIX 4.0D, and IRIX 6.5. p4raw-id: //depot/cfgperl@3847
* provide MakeMaker attribute PERL_MALLOC_OK that allows extensionsGurusamy Sarathy1999-07-271-0/+1
| | | | | to call Perl_malloc() as malloc() (from Ilya Zakharevich) p4raw-id: //depot/perl@3790
* lexical warnings update (warning.t fails one testPaul Marquess1999-07-071-4/+4
| | | | | | | due to leaked scalar, investigation pending) Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6C8E@mbtlipnt02.btlabs.bt.co.uk> Subject: [PATCH 5.005_57] Lexical Warnings - mandatory warning are now default warnings p4raw-id: //depot/perl@3640
* part of the platform changes for IMPLICIT_CONTEXTGurusamy Sarathy1999-06-104-34/+32
| | | p4raw-id: //depot/perl@3531
* remove _() non-ansismGurusamy Sarathy1999-06-021-1/+1
| | | p4raw-id: //depot/perl@3518
* OS/2 socket fixes.Ilya Zakharevich1999-05-301-0/+7
| | | | | | | To: Mailing list Perl5 <perl5-porters@perl.org> Subject: [PATCH 5.005_57] Teach Socket and io_unix.t the syntax of OS/2 Message-ID: <19990529201813.B9489@monk.mps.ohio-state.edu> p4raw-id: //depot/cfgperl@3508
* Cosmetic OS/2-related patchesIlya Zakharevich1999-05-281-1/+7
| | | | | | To: perl5-porters@perl.org (Mailing list Perl5) Message-Id: <199905281613.MAA02048@monk.mps.ohio-state.edu> p4raw-id: //depot/cfgperl@3497
* Required OS/2-related patchesIlya Zakharevich1999-05-281-47/+52
| | | | | | To: perl5-porters@perl.org (Mailing list Perl5) Message-Id: <199905281611.MAA02037@monk.mps.ohio-state.edu> p4raw-id: //depot/cfgperl@3496
* various little nitsGurusamy Sarathy1999-05-201-4/+6
| | | p4raw-id: //depot/perl@3436
* Quickier thread-specific data on OS/2Ilya Zakharevich1999-05-102-3/+14
| | | | | Message-Id: <199905040238.WAA01865@monk.mps.ohio-state.edu> p4raw-id: //depot/perl@3369
* propagate PERL_VERSION everywhere, add to podGurusamy Sarathy1999-02-162-6/+6
| | | p4raw-id: //depot/perl@2957
* OS/2 threadsIlya Zakharevich1999-02-021-1/+1
| | | | | | To: Mailing list Perl5 <perl5-porters@perl.org> Message-ID: <19990126133946.A11594@monk.mps.ohio-state.edu> p4raw-id: //depot/cfgperl@2769
* OS2::PrfDB was exploiting a bug in U32 XSUBsIlya Zakharevich1999-01-212-2/+5
| | | | | | To: Mailing list Perl5 <perl5-porters@perl.org> Message-ID: <19990121035829.A25822@monk.mps.ohio-state.edu> p4raw-id: //depot/cfgperl@2664
* Pipes and 2>&1 on OS/2Ilya Zakharevich1999-01-212-11/+84
| | | | | | To: Mailing list Perl5 <perl5-porters@perl.org> Message-ID: <19990119200645.A21154@monk.mps.ohio-state.edu> p4raw-id: //depot/cfgperl@2660
* another threads reliability fix: serialize writes to thr->threadsvGurusamy Sarathy1998-11-292-17/+31
| | | | | | | | avoid most uses of PL_na (which is much more inefficient than a simple local); update docs to suit; PL_na now being thr->Tna may be a minor compatibility issue for extensions--will require dTHR outside of XSUBs (those get automatic dTHR) p4raw-id: //depot/perl@2387
* Yet another OS/2 patchIlya Zakharevich1998-11-283-11/+17
| | | | | Message-Id: <199811050721.CAA27998@monk.mps.ohio-state.edu> p4raw-id: //depot/perl@2374
* OS/2 events get closer to PerlIlya Zakharevich1998-11-284-15/+471
| | | | | Message-Id: <199811160125.UAA05268@monk.mps.ohio-state.edu> p4raw-id: //depot/perl@2340
* remaining PL_foo stragglersGurusamy Sarathy1998-10-301-1/+1
| | | p4raw-id: //depot/perl@2145
* Improve sbrk() on OS/2Ilya Zakharevich1998-10-251-0/+3
| | | | | Message-Id: <199810190320.XAA28249@monk.mps.ohio-state.edu> p4raw-id: //depot/perl@2063
* Memory overrun in os2.cIlya Zakharevich1998-10-172-10/+19
| | | | | Message-Id: <199810130846.EAA00769@monk.mps.ohio-state.edu> p4raw-id: //depot/perl@1996
* Cumulative OS/2-related patchIlya Zakharevich1998-10-063-21/+210
| | | | | Message-Id: <199810050637.CAA07781@monk.mps.ohio-state.edu> p4raw-id: //depot/perl@1930
* OS/2 spawning typosIlya Zakharevich1998-09-231-4/+5
| | | | | Message-Id: <199809050414.AAA19801@monk.mps.ohio-state.edu> p4raw-id: //depot/perl@1836
* mark link type of exported functions for OS/2Ilya Zakharevich1998-08-021-2/+7
| | | | | | Message-Id: <199807270103.VAA04977@monk.mps.ohio-state.edu> Subject: Re: Compiler linkage's types [PATCH 5.005] p4raw-id: //depot/maint-5.005/perl@1702
* complete s/foo/PL_foo/ changes (all escaped cases identified withGurusamy Sarathy1998-07-205-79/+79
| | | | | | brute force search script). Result builds and passes all tests on Solaris. win32 and PERL_OBJECT are still untested. p4raw-id: //depot/perl@1578
* export additional symbols on OS/2Ilya Zakharevich1998-07-191-0/+12
| | | | | | Message-Id: <199807151013.GAA11279@monk.mps.ohio-state.edu> Subject: [PATCH 5.004_72] Export more symbols from Perl DLL p4raw-id: //depot/perl@1549
* Additional targets for OS/2 buildIlya Zakharevich1998-07-151-0/+16
| | | | | Message-Id: <199807150749.DAA09177@monk.mps.ohio-state.edu> p4raw-id: //depot/perl@1515
* OS/2 updateIlya Zakharevich1998-07-142-112/+221
| | | | | | Message-Id: <199807132336.TAA12967@monk.mps.ohio-state.edu> Subject: [PATCH 5.004_72] OS/2 system() and friends additions p4raw-id: //depot/perl@1483
* Update os2's OS2::ProcessIlya Zakharevich1998-07-113-3/+419
| | | | | Message-Id: <199807112221.SAA03221@monk.mps.ohio-state.edu> p4raw-id: //depot/perl@1441
* Combined OS/2 supportIlya Zakharevich1998-06-103-11/+16
| | | | | Message-Id: <199806090207.WAA02015@monk.mps.ohio-state.edu> p4raw-id: //depot/perl@1103
* Integrate win32 branch into mainlineMalcolm Beattie1998-05-143-92/+174
|\ | | | | p4raw-id: //depot/perl@969
| * [win32] merge change#886 from maintbranchGurusamy Sarathy1998-05-143-92/+174
| | | | | | | | | | p4raw-link: @886 on //depot/maint-5.004/perl: 6dba07070c2cb08ffbc6e00eff60e8f5fc9a7ee8 p4raw-id: //depot/win32/perl@936
* | [PATCH 5.004_64] anydbm.tIlya Zakharevich1998-05-144-17/+42
|/ | | | | | | | | | | | | | | Date: Sat, 4 Apr 1998 01:39:03 -0500 (EST) Subject: [PATCH 5.004_64] threads on OS/2 Date: Sat, 4 Apr 1998 01:44:29 -0500 (EST) Subject: [PATCH 5.004_64] Better handling of Perl DLLs under OS/2 Date: Sat, 4 Apr 1998 01:47:58 -0500 (EST) Subject: [PATCH 5.004_64] Immediate stop in debugger Date: Sat, 11 Apr 1998 19:50:58 -0400 (EDT) Subject: [PATCH 5.005_64] ptags broken Date: Sat, 11 Apr 1998 22:08:21 -0400 (EDT) Subject: [PATCH 5.004_64] Document switch syntax via RE Date: Sun, 12 Apr 1998 01:12:33 -0400 (EDT) p4raw-id: //depot/perl@941
* [win32] change all 'sp' to 'SP' in code and in the docs. ExplicitlyGurusamy Sarathy1998-03-071-3/+3
| | | | | | mention that local stack pointer should be called SP. This makes the API safer from source incompatibilities down the line. p4raw-id: //depot/win32/perl@795
* Fix file-descriptor leak when pipes fail via taint checks:Ilya Zakharevich1998-02-271-2/+2
| | | | | Subject: [PATCH] Some patches went through cracks p4raw-id: //depot/perl@593
* Config_60-03-04.diff patch for 5.004_60Andy Dougherty1998-02-271-242/+6
| | | p4raw-id: //depot/perl@592
* [win32] enhancements to previous patch for XSUB OUTPUT argsGurusamy Sarathy1998-02-091-1/+1
| | | | | | Message-Id: <199802090731.CAA04438@aatma.engin.umich.edu> Subject: Re: [PATCH] XSUB OUTPUT arguments and 'set' magic p4raw-id: //depot/win32/perl@492
* [win32] Fix autovivification problems with XSUB OUTPUT argsGurusamy Sarathy1998-01-191-1/+1
| | | | | | Message-Id: <199801190409.XAA26710@aatma.engin.umich.edu> Subject: [PATCH] XSUB OUTPUT arguments and 'set' magic p4raw-id: //depot/win32/perl@430
* Lots of VMS changes. vms/gen_shrfls.pl (which parses header files)Charles Bailey1997-12-171-0/+8
| | | | | | needs rewriting now that we use perlvars.h and foovar.h: Subject: [PATCH] 5.004_54 under VMS (fwd) p4raw-id: //depot/perl@374
* Threading patches for OS/2 (missing files taken from previous patch):Ilya Zakharevich1997-12-178-20/+291
| | | | | Subject: Re: 5.004_55: OS/2 patches again p4raw-id: //depot/perl@371
* Move malloc_mutex initialisation/destruction:Ilya Zakharevich1997-11-252-1/+2
| | | | | Subject: patch to 5.004_54 for pthreads with Perl's malloc p4raw-id: //depot/perl@299
* [inseparable changes from patch to perl 5.004_04]perl-5.004_04Perl 5 Porters1997-09-053-2/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [editor's note: this one imported like a charm!] TESTS - Subject: Improve pragma/locale test 102 - and don't fail, just warn From: Jarkko Hietaniemi <jhi@anna.in-berlin.de> Files: t/pragma/locale.t Subject: Invalid test output in t/op/taint.t in trial 1 From: Dan Sugalski <sugalsd@lbcc.cc.or.us> Files: t/op/taint.t t/op/taint.t prints out invalid ok messages for tests it skips. Rather than printing "ok 136" it prints "136 ok". p5p-msgid: 3.0.3.32.19970919160918.00857a50@stargate.lbcc.cc.or.us UTILITIES - Subject: Perldoc tiny patch to avoid $0 From: Ilya Zakharevich <ilya@math.ohio-state.edu> Files: utils/perldoc.PL Msg-ID: 199709122141.RAA16846@monk.mps.ohio-state.edu (applied based on p5p patch as commit 0b166b6635cf199f072db516b2a523ee659394d5) Subject: h2ph broken in 5.004_02 From: David Mazieres <dm@reeducation-labor.lcs.mit.edu> Files: utils/h2ph.PL Msg-ID: 199708201700.KAA02621@www.chapin.edu (applied based on p5p patch as commit 4a8e146e38ec2045f1f817a7cb578e1b1f80f39f) Subject: add key_t caddr_t to h2ph From: Tony Sanders <sanders@bsdi.com> Files: eg/sysvipc/ipcsem utils/h2ph.PL Msg-ID: 199708272301.RAA12803@austin.bsdi.com (applied based on p5p patch as commit 0806a92ffc3a74ca70aa81051cdf2a306cd0a8af) Subject: perldoc search ., lib and blib/* if -f 'Makefile.PL' From: Tim Bunce <Tim.Bunce@ig.co.uk> Files: utils/perldoc.PL Subject: perldoc finds wrong pod2man (from perldoc source) # We must look both in @INC for library modules and in PATH # for executables, like h2xs or perldoc itself. Unfortunately, searching PATH for installed perl executables like pod2man is INCORRECT. perldoc should start by searching the directory it was executed from, which might not be in the PATH at all. Credited: Joseph "Moof-in'" Hall <joseph@cscaper.com> p5p-msgid: 199708251732.KAA19299@gadget.cscaper.com Subject: 5.004m4t1: perlbug: NIS domainname gets into wrong places From: Andreas J. Koenig <koenig@anna.mind.de> Files: utils/perlbug.PL Msg-ID: sfcg1qy38as.fsf@anna.in-berlin.de (applied based on p5p patch as commit 41f926b844140b7f7eaa9302113e45df3a9f9ff4) Subject: add better local patch info to perlbug From: Tim Bunce <Tim.Bunce@ig.co.uk> Files: utils/perlbug.PL Subject: perldoc - suggest modules if requested module not found From: Anthony David <adavid@netinfo.com.au> Files: utils/perldoc.PL private-msgid: 3439CD83.6969@netinfo.com.au Subject: perldoc mail::foo tries to read binary /usr/ucb/mail From: Tim Bunce <Tim.Bunce@ig.co.uk> Files: utils/perldoc.PL Subject: perldoc weirdness perldoc mail::imap yields: {joseph}:79% perldoc mail::foo can't open /usr/ucb/mail: Permission denied at ./pod2man line 362. Credited: Joseph "Moof-in'" Hall <joseph@cscaper.com> p5p-msgid: 199710082014.NAA00808@gadget.cscaper.com Subject: perldoc -f setpwent (for example) returns no descriptive text From: Tim Bunce <Tim.Bunce@ig.co.uk> Files: utils/perldoc.PL Subject: perldoc diffs: don't search auto - much faster From: "Joseph N. Hall" <joseph@5sigma.com> Files: utils/perldoc.PL Msg-ID: MailDrop1.2d7dPPC.971012211957@screechy.cscaper.com (applied based on p5p patch as commit 62b753c6ae4ab9bf22fbb6ec7ceac820bcef8fe4)