summaryrefslogtreecommitdiff
path: root/pp_sys.c
Commit message (Collapse)AuthorAgeFilesLines
* lexical warnings; tweaks to places that didn't apply correctlyPaul Marquess1998-08-091-38/+41
| | | | | | Message-Id: <9807290828.AA26286@claudius.bfsec.bt.co.uk> Subject: lexical warnings patch for 5.005_50 p4raw-id: //depot/perl@1773
* support OE/MVSJarkko Hietaniemi1998-08-021-1/+6
| | | | | | Message-Id: <199808010903.MAA09371@alpha.hut.fi> Subject: [PATCH] 5.005_01: OE MVS p4raw-id: //depot/maint-5.005/perl@1697
* stray s/foo/PL_foo/Winfried König1998-08-011-1/+1
| | | | | | Message-Id: <m0z0teW-00019aC@incom.rhein-main.de> Subject: Bug in pp_rename and ISC hint p4raw-id: //depot/maint-5.005/perl@1676
* another platform where pp_sselect() needs a whole fd_set bufferLupe Christoph1998-07-261-1/+1
| | | | | | Message-Id: <199807251749.TAA22347@alanya.m.isar.de> Subject: Patch for Not OK: perl 5.005 on i86pc-solaris-thread 2.6 p4raw-id: //depot/maint-5.005/perl@1657
* allocate a whole fd_set for pp_sselect() on more platformsJarkko Hietaniemi1998-07-211-1/+2
| | | | | | Message-ID: <oeen2a5y251.fsf@alpha.hut.fi> Subject: Re: Not OK: perl 5.00475 +DEVEL_BETA_ISSUE_1 on OPENSTEP-Mach 4_1 (UNINSTALLED) p4raw-id: //depot/perl@1600
* complete s/foo/PL_foo/ changes (all escaped cases identified withGurusamy Sarathy1998-07-201-15/+15
| | | | | | brute force search script). Result builds and passes all tests on Solaris. win32 and PERL_OBJECT are still untested. p4raw-id: //depot/perl@1578
* PL_ stuff passes non-threaded on Mingw32Nick Ing-Simmons1998-07-181-3/+3
| | | | | (Why did it compile without this fix?) p4raw-id: //depot/ansiperl@1540
* PL_ scheme Builds under Minw32 - some SEGFAULT snagsNick Ing-Simmons1998-07-181-5/+5
| | | p4raw-id: //depot/ansiperl@1537
* PL_ stuff for threadsNick Ing-Simmons1998-07-181-42/+42
| | | p4raw-id: //depot/ansiperl@1534
* PL_ prefix to all perlvars, part1Nick Ing-Simmons1998-07-181-212/+212
| | | | | Builds and passes all tests at one limit i.e. -DPERL_GLOBAL_STRUCT p4raw-id: //depot/ansiperl@1532
* check ferror() only if read() returned 0Gurusamy Sarathy1998-07-181-1/+1
| | | p4raw-id: //depot/perl@1527
* merge changes#1423,1465 from maintbranch; checkin two missed filesGurusamy Sarathy1998-07-141-2/+36
| | | | | | | | | | from earlier changes#1461,1478 p4raw-link: @1478 on //depot/perl: 1d84e8dfc14d5303f4e9e567bd263f6b4d88e584 p4raw-link: @1465 on //depot/maint-5.004/perl: 5c79ff06c1b2e0ce9610857baca341a322e96624 p4raw-link: @1461 on //depot/perl: 8782bef2aa2ca158fdd0d7436e68ae3ac2b01ff7 p4raw-link: @1423 on //depot/maint-5.004/perl: 9b114077a050865568261ebf91069aa7983019c3 p4raw-id: //depot/perl@1488
* generic Configure mods and HAS_GROUP additions to help MiNT/MPEix/MVSJarkko Hietaniemi1998-07-121-6/+17
| | | | | | Message-Id: <199807111451.RAA27010@alpha.hut.fi> Subject: M3 "generic" parts p4raw-id: //depot/perl@1451
* added patch, made linking with setargv a build optionDouglas Lankshear1998-07-111-1/+1
| | | | | | Message-ID: <000101bdab59$d9602dc0$a32fa8c0@tau.Active> Subject: [PATCH 5.004_71] p4raw-id: //depot/perl@1416
* get it building again on win32Gurusamy Sarathy1998-07-091-0/+2
| | | p4raw-id: //depot/perl@1394
* rename s/\bSI_/PERLSI_/ to avoid collisions with sysinfo headersGurusamy Sarathy1998-07-061-2/+2
| | | p4raw-id: //depot/perl@1339
* per Larry suggestion, toss change#1327 and fix the documentationGurusamy Sarathy1998-07-061-11/+2
| | | | | | | to match behavior instead p4raw-link: @1327 on //depot/perl: 0ce625782f64de805c21893bca308710ed297c68 p4raw-id: //depot/perl@1338
* make read() return undef on errors as documented, and clarify docsGurusamy Sarathy1998-07-051-0/+5
| | | p4raw-id: //depot/perl@1328
* fix getc() to return empty string instead of undef on eof, as it wasGurusamy Sarathy1998-07-051-2/+11
| | | | | documented to behave; still returns undef on error p4raw-id: //depot/perl@1327
* PUSHSTACK renovationJoshua Pritikin1998-06-281-3/+3
| | | | | Message-Id: <H00000e500081d23@MHS> p4raw-id: //depot/perl@1254
* applied patch, regen headersIlya Zakharevich1998-06-231-1/+1
| | | | | | Message-Id: <199806220819.EAA03295@monk.mps.ohio-state.edu> Subject: [PATCH 5.004_67] Malloc size feedback p4raw-id: //depot/perl@1201
* fix for undef as last arg to setsockoptGraham Barr1998-06-101-1/+1
| | | | | Message-ID: <19980603112219.B7638@asic.sc.ti.com> p4raw-id: //depot/perl@1093
* Add missing ";" to pp_umask (spotted by Jarkko Hietaniemi).Malcolm Beattie1998-05-291-1/+1
| | | p4raw-id: //depot/perl@1062
* [asperl] integrate mainline changesGurusamy Sarathy1998-05-291-0/+17
|\ | | | | p4raw-id: //depot/asperl@1055
| * [win32] merge changes#1016,1018 from maintbranch (1017 is n/a)Gurusamy Sarathy1998-05-231-0/+17
| | | | | | | | | | | | p4raw-link: @1018 on //depot/maint-5.004/perl: 2140f6165485c56d1f5c5732484d28716b8f4052 p4raw-link: @1016 on //depot/maint-5.004/perl: b2a0fe98888cc8cc9808cbb17ff2b7f00e09ee60 p4raw-id: //depot/win32/perl@1030
* | [asperl] integrate mainline changes (untested)Gurusamy Sarathy1998-05-181-52/+55
|\ \ | |/ | | p4raw-id: //depot/asperl@1010
| * [win32] more whitespace tweaks from maintbranchGurusamy Sarathy1998-05-181-4/+4
| | | | | | p4raw-id: //depot/win32/perl@1009
| * [win32] merge change#985 from maintbranchGurusamy Sarathy1998-05-161-10/+22
| | | | | | | | | | p4raw-link: @985 on //depot/maint-5.004/perl: cb99a88456c6181881501e9f4881bc3d3d3e919e p4raw-id: //depot/win32/perl@1002
| * [win32] merge change#897 from maintbranchGurusamy Sarathy1998-05-141-1/+1
| | | | | | | | | | p4raw-link: @897 on //depot/maint-5.004/perl: f06f9b6fc5a686f0169ee2a91b32d5e7125a44ae p4raw-id: //depot/win32/perl@974
| * [win32] integrate mainlineGurusamy Sarathy1998-05-141-7/+21
| | | | | | p4raw-id: //depot/win32/perl@973
| * [win32] merge change#886 from maintbranchGurusamy Sarathy1998-05-141-31/+8
| | | | | | | | | | p4raw-link: @886 on //depot/maint-5.004/perl: 6dba07070c2cb08ffbc6e00eff60e8f5fc9a7ee8 p4raw-id: //depot/win32/perl@936
* | [asperl] integrate mainline changesGurusamy Sarathy1998-04-081-29/+84
|\ \ | |/ | | p4raw-id: //depot/asperl@884
| * [win32] integrate mainlineGurusamy Sarathy1998-04-031-28/+53
| |\ | | | | | | p4raw-id: //depot/win32/perl@865
| | * Andy Dougherty's configuration patches (Config_63-01 up to 04).Malcolm Beattie1998-04-021-24/+49
| | | | | | | | | p4raw-id: //depot/perl@845
| | * Re: doc: perlrun typo Stephen Potter1998-04-021-4/+4
| | | | | | | | | | | | | | | | | | | | | Date: Wed, 18 Mar 1998 10:06:55 -0600 Subject: Re: [PATCH 5.004_63] PerlLIO abstraction cleanup Date: Tue, 24 Mar 1998 21:20:51 -0600 p4raw-id: //depot/perl@842
| * | [win32] implement stack-of-stacks so that magic invocations don'tGurusamy Sarathy1998-04-031-7/+21
| |/ | | | | | | | | invalidate local stack pointer p4raw-id: //depot/win32/perl@864
| * Bump patchlevel.h to 63.Malcolm Beattie1998-03-161-8/+8
| |\ | | | | | | p4raw-id: //depot/perl@822
| | * [win32] integrate mainlineGurusamy Sarathy1998-03-161-2/+2
| | |\ | | | | | | | | p4raw-id: //depot/win32/perl@810
| * | | [PATCH 5.004_62} Config_62-01 patch available.Andy Dougherty1998-03-161-0/+16
| | |/ | |/| | | | | | | | | | | | | | | | Date: Mon, 9 Mar 1998 15:23:33 -0500 (EST) Subject: [PATCH 5.004_62] Tiny hint file updates Date: Mon, 9 Mar 1998 13:21:46 -0500 (EST) p4raw-id: //depot/perl@812
| * | There has been a 'thaw' in config.h (the ICE has gone ;-))Nick Ing-Simmons1998-03-071-2/+2
| | | | | | | | | | | | | | | | | | So pp_sys.c needs tweaking otherwise it does not believe getservby*() exist. (Breaks libnet). p4raw-id: //depot/perl@800
* | | [asperl] various changes to get asperl working under BorlandGurusamy Sarathy1998-03-161-1/+1
| | | | | | | | | | | | | | | (passes all tests when built under PERL_OBJECT) p4raw-id: //depot/asperl@809
* | | [win32] integrate mainline changesGurusamy Sarathy1998-03-071-28/+28
|\ \ \ | | |/ | |/| p4raw-id: //depot/asperl@799
| * | [win32] change all 'sp' to 'SP' in code and in the docs. ExplicitlyGurusamy Sarathy1998-03-071-8/+8
| |/ | | | | | | | | | | 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
| * Configure patches -01 and -02 for 5.004_61.Andy Dougherty1998-03-051-20/+20
| | | | | | p4raw-id: //depot/perl@783
* | [asperl] integrate mainline changesGurusamy Sarathy1998-03-011-2/+31
|\ \ | |/ | | p4raw-id: //depot/asperl@607
| * _60 & _04 - Add WRITE & CLOSE to TIEHANDLEGraham Barr1998-02-271-0/+29
| | | | | | p4raw-id: //depot/perl@595
| * Re: ANNOUNCE: perl5.004_60 Configure patch is availableAndy Dougherty1998-02-251-2/+2
| | | | | | p4raw-id: //depot/perl@575
* | [asperl] integrate latest win32 branchGurusamy Sarathy1998-02-221-1/+1
|\ \ | |/ | | p4raw-id: //depot/asperl@569
| * [win32] fix mingw32 gcc 2.8.0 build (DLLs generated seem to be brokenGurusamy Sarathy1998-02-161-1/+1
| | | | | | | | | | in this version of gcc!) p4raw-id: //depot/win32/perl@529
* | [asperl] bring ASPerl uptodate with mainline changesGurusamy Sarathy1998-02-141-14/+10
|\ \ | |/ | | p4raw-id: //depot/asperl@524