summaryrefslogtreecommitdiff
path: root/pp_sys.c
Commit message (Expand)AuthorAgeFilesLines
* fix outdated/incorrect info about arbitrary limitsGurusamy Sarathy1998-12-061-8/+0
* another threads reliability fix: serialize writes to thr->threadsvGurusamy Sarathy1998-11-291-63/+100
* another win32 portability fix: make sysread() and syswrite()Gurusamy Sarathy1998-11-211-2/+22
* integrate cfgperl changes into mainlineGurusamy Sarathy1998-11-081-1/+3
|\
| * sysio.t failure: fix undefined order of evaluation, fromSpider Boardman1998-11-041-1/+3
* | set close-on-exec bit on pipe() FDsGurusamy Sarathy1998-11-081-1/+4
|/
* Overloaded <> and deref againIlya Zakharevich1998-10-301-0/+2
* phase 1 of somewhat major rearrangement of PERL_OBJECT stuffGurusamy Sarathy1998-10-301-86/+86
* fix stack overrun in file test operatorsGurusamy Sarathy1998-10-251-6/+18
* integrate changes#1982,2014,2021 (from maint-5.005)Gurusamy Sarathy1998-10-251-40/+25
* commented version of a patch suggested by Drago GoricanecJarkko Hietaniemi1998-10-251-1/+6
* The VM/ESA port essentials, based onJarkko Hietaniemi1998-10-171-0/+19
* use Off_t to permit 64-bit seek()Scott Henry1998-10-021-2/+2
* various Configure and hints updates (prefer drand48() or random()Jarkko Hietaniemi1998-10-021-19/+19
* update template config.sh, add new config vars to win32 stuffGurusamy Sarathy1998-09-251-3/+7
* big Configure update from Jarkko: sync metaconfig units; d_statblks fixGurusamy Sarathy1998-09-251-21/+206
* lexical warnings; tweaks to places that didn't apply correctlyPaul Marquess1998-08-091-38/+41
* support OE/MVSJarkko Hietaniemi1998-08-021-1/+6
* stray s/foo/PL_foo/Winfried König1998-08-011-1/+1
* another platform where pp_sselect() needs a whole fd_set bufferLupe Christoph1998-07-261-1/+1
* allocate a whole fd_set for pp_sselect() on more platformsJarkko Hietaniemi1998-07-211-1/+2
* complete s/foo/PL_foo/ changes (all escaped cases identified withGurusamy Sarathy1998-07-201-15/+15
* PL_ stuff passes non-threaded on Mingw32Nick Ing-Simmons1998-07-181-3/+3
* PL_ scheme Builds under Minw32 - some SEGFAULT snagsNick Ing-Simmons1998-07-181-5/+5
* PL_ stuff for threadsNick Ing-Simmons1998-07-181-42/+42
* PL_ prefix to all perlvars, part1Nick Ing-Simmons1998-07-181-212/+212
* check ferror() only if read() returned 0Gurusamy Sarathy1998-07-181-1/+1
* merge changes#1423,1465 from maintbranch; checkin two missed filesGurusamy Sarathy1998-07-141-2/+36
* generic Configure mods and HAS_GROUP additions to help MiNT/MPEix/MVSJarkko Hietaniemi1998-07-121-6/+17
* added patch, made linking with setargv a build optionDouglas Lankshear1998-07-111-1/+1
* get it building again on win32Gurusamy Sarathy1998-07-091-0/+2
* rename s/\bSI_/PERLSI_/ to avoid collisions with sysinfo headersGurusamy Sarathy1998-07-061-2/+2
* per Larry suggestion, toss change#1327 and fix the documentationGurusamy Sarathy1998-07-061-11/+2
* make read() return undef on errors as documented, and clarify docsGurusamy Sarathy1998-07-051-0/+5
* fix getc() to return empty string instead of undef on eof, as it wasGurusamy Sarathy1998-07-051-2/+11
* PUSHSTACK renovationJoshua Pritikin1998-06-281-3/+3
* applied patch, regen headersIlya Zakharevich1998-06-231-1/+1
* fix for undef as last arg to setsockoptGraham Barr1998-06-101-1/+1
* Add missing ";" to pp_umask (spotted by Jarkko Hietaniemi).Malcolm Beattie1998-05-291-1/+1
* [asperl] integrate mainline changesGurusamy Sarathy1998-05-291-0/+17
|\
| * [win32] merge changes#1016,1018 from maintbranch (1017 is n/a)Gurusamy Sarathy1998-05-231-0/+17
* | [asperl] integrate mainline changes (untested)Gurusamy Sarathy1998-05-181-52/+55
|\ \ | |/
| * [win32] more whitespace tweaks from maintbranchGurusamy Sarathy1998-05-181-4/+4
| * [win32] merge change#985 from maintbranchGurusamy Sarathy1998-05-161-10/+22
| * [win32] merge change#897 from maintbranchGurusamy Sarathy1998-05-141-1/+1
| * [win32] integrate mainlineGurusamy Sarathy1998-05-141-7/+21
| * [win32] merge change#886 from maintbranchGurusamy Sarathy1998-05-141-31/+8
* | [asperl] integrate mainline changesGurusamy Sarathy1998-04-081-29/+84
|\ \ | |/
| * [win32] integrate mainlineGurusamy Sarathy1998-04-031-28/+53
| |\
| | * Andy Dougherty's configuration patches (Config_63-01 up to 04).Malcolm Beattie1998-04-021-24/+49