Fix up Larry's copyright statements to my best knowledge.
[p5sagit/p5-mst-13.2.git] / pp_sys.c
2003-04-16 Jarkko Hietaniemi Fix up Larry's copyright statements to my best knowledge.
2003-03-30 Jarkko Hietaniemi Not all compilers like #ifdefs within cpp macros
2003-03-30 Jarkko Hietaniemi In IRIX 5.3 the cc is awfully confused about the prototype
2003-03-12 Rafael Garcia-Suarez Trims slashes from the argument to rmdir(), likewise
2003-03-02 Hugo van der Sanden Update all copyrights to 2003, from Jarkko
2003-02-24 Jarkko Hietaniemi PERL_SIGNALS=unsafe enables the old unsafe/immediate...
2003-01-26 Slaven Rezic Re: truncate using a globref
2003-01-13 Nick Ing-Simmons Remove workaround for :stdio layer bug now fixed
2003-01-07 Nicholas Clark %_ (was Re: [PATCH] operation on `PL_na' may be undefined)
2003-01-07 Nicholas Clark integrate more with report_evil_fh
2002-12-18 Gurusamy Sarathy windows: support for large files
2002-12-08 Slaven Rezic getservbyport() should accept an empty string as its
2002-11-07 Gurusamy Sarathy Re: Is this true that Perl 5.8 uses :crlf as default...
2002-11-06 Slaven Rezic Re: [perl #18048] read \*FH, ... returns undef but...
2002-10-24 Hugo van der Sanden Reverse change #8066 and sense of test, to satisfy...
2002-10-20 Slaven Rezic Re: [perl #17892] Perl's mkdir() doesn't remove trailin...
2002-10-02 Dave Mitchell move all pad-related code to its own src file
2002-09-26 Jarkko Hietaniemi enable -ansi -pedantic
2002-09-04 Jarkko Hietaniemi use sysconf(_SC_CLK_TCK) for times()
2002-08-29 Rafael Garcia-Suarez posixify getppid on linux-multithread
2002-08-11 Nick Ing-Simmons Integrate mainline.
2002-08-04 Rick Delaney Re: [PATCH] Re: taint news
2002-07-18 Leif Huhn [perl #15015] truncate incorrectly calls ftruncate...
2002-07-16 W.BRISCOE@ponl.com [ID 20020716.001] RC3 pp_sys.c #ifdef usage wrong
2002-07-16 Gurusamy Sarathy integrate a variant of change#17568 from maint-5.6...
2002-07-13 Rafael Garcia-Suarez The warning "Use of tainted arguments in %s is deprecated"
2002-06-14 Roca Carrio, Ignas... getpwent() & POSIX-BC/BS2000 problem
2002-05-30 Yitzchak Scott-Tho... Re: perl@16861
2002-05-28 Jarkko Hietaniemi Retract #16820, #16819, #16810, #16669, #16531, #16530...
2002-05-21 Jarkko Hietaniemi microperl: if DIEing on no-functionality, the has-funct...
2002-05-14 Jarkko Hietaniemi reentr.h affects more C files than just reentr.c
2002-05-09 Nick Ing-Simmons Integrate maint branch io (pipe) fixes. (changes#16329...
2002-05-08 Yitzchak Scott-Tho... [PATCH] Re: perl@16433
2002-05-06 Radu Greab Re: [ID 20020504.006] $s=`command` fails if $/=\integer
2002-04-27 Jarkko Hietaniemi Integrate perlio:
2002-04-27 Nick Ing-Simmons Fix weird warnings and/pr segfaults on binmode(,"encodi...
2002-04-21 Jarkko Hietaniemi Mopup of #16048.
2002-04-21 Gurusamy Sarathy fixes for all the warnings reported by Visual C (most...
2002-04-09 Jarkko Hietaniemi Retract the UTF-8 filenames patch. This may be
2002-04-08 Nick Ing-Simmons Integrate mainline
2002-04-07 Jarkko Hietaniemi Duh. If the input is a stream of UTF-8 bytes, all...
2002-04-07 Jarkko Hietaniemi There was no nice way of getting in UTF-8 filenames:
2002-03-26 Jarkko Hietaniemi A missing ) in #15527.
2002-03-26 Jarkko Hietaniemi Avoid and document a weird bug in UNICOS/mk.
2002-03-25 Norton T. Allen Must specify fromlen for recvfrom for QNX6
2002-03-22 Jarkko Hietaniemi Even better version from Olaf Flebbe.
2002-03-22 Jarkko Hietaniemi EPOC update from Olaf Flebbe.
2002-03-18 Jarkko Hietaniemi Someone (*cough* *cough*) stole VMS' getpwent prototype.
2002-03-17 Jarkko Hietaniemi Implement the retry-on-ERANGE for the get*_r().
2002-03-15 Jarkko Hietaniemi Monster _r patch: try to scan for all known _r variants,
2002-03-11 Paul Marquess more warnings tidyup
2002-03-10 Jarkko Hietaniemi Misc tiny tweaks from Sarathy, good for threaded builds.
2002-03-09 Paul Green pp_sys.c (pp_sselect to not clobber storage on BigEndian
2002-03-05 Rafael Garcia-Suarez Re: [ID 20020227.024] unexpected warning getc() on...
2002-03-04 Paul Marquess taint + deprecated warnings
2002-03-02 Jarkko Hietaniemi Demand more before attempting socketpair().
2002-02-24 Rick Delaney Re: taint news
2002-02-14 Rafael Garcia-Suarez Re: bug? no warning from getc BOLLOCKS
2002-02-08 Rafael Garcia-Suarez Re: [PATCH] eof() coredumps when ARGV is aliased to...
2002-02-03 Rafael Garcia-Suarez lstat FH and -l FH warnings
2002-02-01 Nick Ing-Simmons Integrate mainline
2002-02-01 Rafael Garcia-Suarez make "lstat FH" croak
2002-01-31 Rafael Garcia-Suarez forbid -l _ after -T _
2002-01-28 Jarkko Hietaniemi BeOS has sockets but not true ones.
2002-01-25 Nick Ing-Simmons Integrate mainline
2002-01-23 Jarkko Hietaniemi Copyright++. (Not all the toplevel *.h have one, it...
2002-01-06 Jonathan Stowe Fix segfault in dbmclose in DESTROY (was Re: [ID 200201...
2001-12-29 Nick Ing-Simmons Quick fix (after couple of clever fixes failed) for
2001-12-26 Jarkko Hietaniemi BeOS has times() tick of 1000000, not CLK_TCK (1000)
2001-12-23 Nicholas Clark socketpair emulation
2001-12-12 Jarkko Hietaniemi No link(), no need to dSP.
2001-12-02 Abe Timmerman chdir() with an empty tainted argument on Win32
2001-11-26 Radu Greab system and taintedness
2001-11-25 Michael G. Schwern $$ readonly, take two
2001-11-18 Jarkko Hietaniemi All of syswrite/send/sendto need to return character...
2001-11-18 Jarkko Hietaniemi syswrite() was still returning byte counts, not charact...
2001-11-15 Jarkko Hietaniemi skip "might be used uninitialized".
2001-11-14 Jarkko Hietaniemi A bool is not a pointer.
2001-11-13 Jarkko Hietaniemi Fix for the :utf8 read() bug noticed by Matt Sergeant:
2001-10-19 Charles Lane vmsish fix, ieee rand() cleanup
2001-10-17 Jarkko Hietaniemi Oh, bother. In Tru64 cc -std1 was looking rather nice
2001-10-17 Jarkko Hietaniemi (retracted by #12485)
2001-10-17 Anton Berezin coredump fix in pp_accept()
2001-10-17 Jarkko Hietaniemi (retracted by #12485)
2001-09-25 Michael G. Schwern Deprecating chdir(undef)/chdir('')
2001-09-21 Michael G. Schwern pp_chdir Win32 fix
2001-09-17 Michael G. Schwern Re: [BUG?] chdir(undef) == chdir() probably a bug
2001-09-07 Robin Barker Silence the remaing format warning
2001-08-27 Simon Cozens Custom Ops
2001-08-12 Abhijit Menon-Sen Re: Can't localize *FH, then tie it
2001-08-11 Jarkko Hietaniemi Get rid of indread, from Abhijit Menon-Sen.
2001-08-08 Abhijit Menon-Sen Re: [ID 20010806.008] tied hashes, invocation of FIRSTKEY
2001-07-20 Gurusamy Sarathy Make perl fork()-safe (in a slightly limited way) even on
2001-07-17 Coral fix PTHREAD_ATFORK croaking too early, too often
2001-07-12 Barrie Slaymaker Re: ActivePerl 628 + warnings + fork + exec = spurious...
2001-07-11 Artur Bergman Small fix to pp_gmtime
2001-07-06 Nick Ing-Simmons Integrate mainline
2001-07-02 Abhijit Menon-Sen Re: [PATH] shared -> unique;
2001-06-30 Jarkko Hietaniemi gcc -Wall lint after #11051.
2001-06-30 Jarkko Hietaniemi Code cleanup based on turning off the -woffs in IRIX.
next