summaryrefslogtreecommitdiff
path: root/os2
Commit message (Collapse)AuthorAgeFilesLines
* Retract the changes made at #9176 to Neil's and Ilya's module pods.Jarkko Hietaniemi2001-03-182-15/+16
| | | p4raw-id: //depot/perl@9206
* more pod patchesMichael Stevens2001-03-162-16/+15
| | | | | Message-ID: <20010315212518.A18870@firedrake.org> p4raw-id: //depot/perl@9176
* OS/2 docsIlya Zakharevich2001-03-131-54/+1
| | | | | Message-ID: <20010312032732.A19283@math.ohio-state.edu> p4raw-id: //depot/perl@9120
* Integrate change #9030 from maintperl into mainline.Jarkko Hietaniemi2001-03-0510-59/+371
| | | | | | | | | | | | | | | | Subject: [PATCH 5.6.1] OS/2 cleanup p4raw-link: @9030 on //depot/maint-5.6/perl: 2105755b4e61318e9489b9a118af8e270a8bc735 p4raw-id: //depot/perl@9031 p4raw-branched: from //depot/maint-5.6/perl@9029 'branch in' os2/os2add.sym p4raw-integrated: from //depot/maint-5.6/perl@9029 'copy in' os2/Changes os2/OS2/REXX/REXX.pm os2/OS2/REXX/t/rx_cmprt.t os2/os2.sym (@5902..) os2/Makefile.SHs (@8153..) os2/OS2/REXX/REXX.xs os2/os2ish.h (@8606..) 'merge in' lib/ExtUtils/MM_OS2.pm os2/OS2/REXX/Makefile.PL (@5902..) MANIFEST (@8986..) makedef.pl (@8987..) os2/os2.c (@9016..) lib/ExtUtils/MM_Unix.pm (@9028..)
* Tweak the get*ent() OS/2 prototypes.Jarkko Hietaniemi2001-03-041-6/+4
| | | p4raw-id: //depot/perl@9013
* Ilya's OS2 patch (testing for damage on Win32)Nick Ing-Simmons2000-12-311-0/+3
| | | p4raw-id: //depot/perlio@8280
* Integrate mainline.Nick Ing-Simmons2000-12-195-5/+5
| | | p4raw-id: //depot/perlio@8202
* dTHR is a nop in 5.6.0 onwards. Ergo, it can go.Jarkko Hietaniemi2000-12-053-11/+0
| | | p4raw-id: //depot/perl@7984
* [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 ↵Yitzchak Scott-Thoennes2000-12-041-0/+1
| | | | | | | (UNINSTALLED) Message-Id: <200012040306.eB436rE18922@garcia.efn.org> p4raw-id: //depot/perl@7976
* Re: [ID 20001129.009] Not OK: perl v5.7.0 +DEVEL7928 on os2-64int-ld 2.30 ↵Yitzchak Scott-Thoennes2000-12-041-6/+12
| | | | | | | (UNINSTALLED) Message-ID: <d4yJ6gzkgGsJ092yn@efn.org> p4raw-id: //depot/perl@7975
* [ID 20000915.007] Not OK: perl v5.7.0 +DEVEL7092 on os2-64int-ld 2.30 ↵Yitzchak Scott-Thoennes2000-10-031-0/+2
| | | | | | | '(UNINSTALLED)' Message-Id: <200009151419.e8FEJvE19796@garcia.efn.org> p4raw-id: //depot/perl@7128
* Continue #7041.Jarkko Hietaniemi2000-09-081-7/+7
| | | p4raw-id: //depot/perl@7042
* fix misc cast warningsYitzchak Scott-Thoennes2000-08-305-10/+15
| | | | | Message-ID: <uaKr5gzkgGwQ092yn@efn.org> p4raw-id: //depot/perl@6915
* os2.c fix for use64bitintYitzchak Scott-Thoennes2000-08-211-4/+7
| | | | | Message-ID: <ZkOo5gzkgWEb092yn@efn.org> p4raw-id: //depot/perl@6741
* OS/2 tweaks for usethreads build (from Rocco CaputoGurusamy Sarathy2000-05-287-132/+147
| | | | | <troc@netrus.net>) p4raw-id: //depot/perl@6149
* off-by-one in os2.c (from Ilya Zakharevich)Gurusamy Sarathy2000-03-111-1/+1
| | | p4raw-id: //depot/perl@5654
* support binmode(F,":crlf") and use open IN => ":raw", OUT => ":crlf"Gurusamy Sarathy2000-03-091-1/+1
| | | | | semantics; the pragma sets defaults for both open() and qx// p4raw-id: //depot/perl@5628
* fix OS/2 coredump with POSIX::tmpnam() (from Ilya Zakharevich)Gurusamy Sarathy2000-03-041-0/+3
| | | p4raw-id: //depot/perl@5519
* OS/2 patches for dlclose() support (from Yitzchak Scott-ThoennesGurusamy Sarathy2000-03-034-16/+19
| | | | | <sthoenna@efn.org>) p4raw-id: //depot/perl@5488
* OS/2 build fixups from Ilya ZakharevichGurusamy Sarathy2000-02-041-4/+1
| | | p4raw-id: //depot/perl@4973
* 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