This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Tweak 'h2xs -h' output.
[perl5.git] / pp_sys.c
2004-07-31 Dave MitchellAdd comment to the top of most .c files explaining...
2004-07-23 Dave Mitchellremove the return stack PL_retstack, and store return...
2004-03-16 Rafael Garcia-SuarezUpdate copyright notices
2004-03-09 Nicholas ClarkMake a temporary copy of the input buffer in pp_send...
2004-02-09 Rafael Garcia-SuarezImplement stacked filetest operators (-f -w -x $file).
2004-01-16 Dave Mitchell[perl #8698] format bug with undefined _TOP
2003-10-21 Ilya ZakharevichTwo OS/2 portability patches from Ilya.
2003-10-05 Steve Grazzinipp_sys.c: pp_waitpid and EINTR
2003-09-24 Olli Savia[perl #24032] Perl 5.8.1-RC5 build problems on LynxOS
2003-09-18 Ilya Zakharevich-M -A -C broken
2003-09-12 Jarkko HietaniemiIt's UTF-8, not UTF8. (Note: not s/UTF-8/UTF8/,
2003-09-08 Jarkko HietaniemiRadu Greab is my hero (the recent cygwin getpw*->pw_comment
2003-09-08 Abhijit Menon-SenClean up pp_readdir() somewhat.
2003-08-25 Marcus Holland-Moritzmore valgrinding: select problem?
2003-08-22 Jarkko HietaniemiOops. Why can't C comments nest?
2003-08-22 Jarkko HietaniemiTry to dodge getspnam() in AIX.
2003-08-21 Jarkko HietaniemiFix the syswrite downgrade bug of
2003-08-12 Jarkko HietaniemiA better patch from Yitzchak Scott-Thoennes for [perl...
2003-08-12 Jarkko HietaniemiRetract #20644 and #20643; on non-microperl non-fcntl
2003-08-12 Jarkko HietaniemiApply much of Ilya's microperl patch, but instead of
2003-08-12 Jarkko HietaniemiA generally useful hunk from Ilya's microperl patch.
2003-08-12 Jarkko HietaniemiFix for [perl #23287] segfault in untie.
2003-07-01 Jarkko HietaniemiIntegrate from perlio:
2003-06-27 Nick Ing-SimmonsIntegrate mainline
2003-06-22 Jarkko HietaniemiDebian fix from Brendan O'Dea:
2003-06-15 Aaron J. MackeyRemove all magic in untie()
2003-06-15 Ilya ZakharevichOS2 patches
2003-06-12 Steve GrazziniPatch for a warning emitted twice, from :
2003-05-21 Nick Ing-SimmonsWork-in-progress - do not integrate yet
2003-05-17 Gurusamy Sarathychange#16723 broke the ioctl() return value on platforms
2003-05-03 Slaven RezicRe: Does filetest work at all?
2003-05-03 Jarkko HietaniemiSalvage 'use filetest "access"' from compiletime to...
2003-05-02 Rafael Garcia-SuarezOpenUNIX 8 support
2003-04-21 Adrian M. EnacheFix another segfault case (warn called from UNIVERSAL...
2003-04-16 Jarkko HietaniemiFix up Larry's copyright statements to my best knowledge.
2003-03-30 Jarkko HietaniemiNot all compilers like #ifdefs within cpp macros
2003-03-30 Jarkko HietaniemiIn IRIX 5.3 the cc is awfully confused about the prototype
2003-03-12 Rafael Garcia-SuarezTrims slashes from the argument to rmdir(), likewise
2003-03-02 Hugo van der SandenUpdate all copyrights to 2003, from Jarkko
2003-02-24 Jarkko HietaniemiPERL_SIGNALS=unsafe enables the old unsafe/immediate...
2003-01-26 Slaven RezicRe: truncate using a globref
2003-01-13 Nick Ing-SimmonsRemove 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 Clarkintegrate more with report_evil_fh
2002-12-18 Gurusamy Sarathywindows: support for large files
2002-12-08 Slaven Rezicgetservbyport() should accept an empty string as its
2002-11-07 Gurusamy SarathyRe: Is this true that Perl 5.8 uses :crlf as default...
2002-11-06 Slaven RezicRe: [perl #18048] read \*FH, ... returns undef but...
2002-10-24 Hugo van der SandenReverse change #8066 and sense of test, to satisfy...
2002-10-20 Slaven RezicRe: [perl #17892] Perl's mkdir() doesn't remove trailin...
2002-10-02 Dave Mitchellmove all pad-related code to its own src file
2002-09-26 Jarkko Hietaniemienable -ansi -pedantic
2002-09-04 Jarkko Hietaniemiuse sysconf(_SC_CLK_TCK) for times()
2002-08-29 Rafael Garcia-Suarezposixify getppid on linux-multithread
2002-08-11 Nick Ing-SimmonsIntegrate mainline.
2002-08-04 Rick DelaneyRe: [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 Sarathyintegrate a variant of change#17568 from maint-5.6...
2002-07-13 Rafael Garcia-SuarezThe 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 HietaniemiRetract #16820, #16819, #16810, #16669, #16531, #16530...
2002-05-21 Jarkko Hietaniemimicroperl: if DIEing on no-functionality, the has-funct...
2002-05-14 Jarkko Hietaniemireentr.h affects more C files than just reentr.c
2002-05-09 Nick Ing-SimmonsIntegrate maint branch io (pipe) fixes. (changes#16329...
2002-05-08 Yitzchak Scott-Tho... [PATCH] Re: perl@16433
2002-05-06 Radu GreabRe: [ID 20020504.006] $s=`command` fails if $/=\integer
2002-04-27 Jarkko HietaniemiIntegrate perlio:
2002-04-27 Nick Ing-SimmonsFix weird warnings and/pr segfaults on binmode(,"encodi...
2002-04-21 Jarkko HietaniemiMopup of #16048.
2002-04-21 Gurusamy Sarathyfixes for all the warnings reported by Visual C (most...
2002-04-09 Jarkko HietaniemiRetract the UTF-8 filenames patch. This may be
2002-04-08 Nick Ing-SimmonsIntegrate mainline
2002-04-07 Jarkko HietaniemiDuh. If the input is a stream of UTF-8 bytes, all...
2002-04-07 Jarkko HietaniemiThere was no nice way of getting in UTF-8 filenames:
2002-03-26 Jarkko HietaniemiA missing ) in #15527.
2002-03-26 Jarkko HietaniemiAvoid and document a weird bug in UNICOS/mk.
2002-03-25 Norton T. AllenMust specify fromlen for recvfrom for QNX6
2002-03-22 Jarkko HietaniemiEven better version from Olaf Flebbe.
2002-03-22 Jarkko HietaniemiEPOC update from Olaf Flebbe.
2002-03-18 Jarkko HietaniemiSomeone (*cough* *cough*) stole VMS' getpwent prototype.
2002-03-17 Jarkko HietaniemiImplement the retry-on-ERANGE for the get*_r().
2002-03-15 Jarkko HietaniemiMonster _r patch: try to scan for all known _r variants,
2002-03-11 Paul Marquessmore warnings tidyup
2002-03-10 Jarkko HietaniemiMisc tiny tweaks from Sarathy, good for threaded builds.
2002-03-09 Paul Greenpp_sys.c (pp_sselect to not clobber storage on BigEndian
2002-03-05 Rafael Garcia-SuarezRe: [ID 20020227.024] unexpected warning getc() on...
2002-03-04 Paul Marquesstaint + deprecated warnings
2002-03-02 Jarkko HietaniemiDemand more before attempting socketpair().
2002-02-24 Rick DelaneyRe: taint news
2002-02-14 Rafael Garcia-SuarezRe: bug? no warning from getc BOLLOCKS
2002-02-08 Rafael Garcia-SuarezRe: [PATCH] eof() coredumps when ARGV is aliased to...
2002-02-03 Rafael Garcia-Suarezlstat FH and -l FH warnings
2002-02-01 Nick Ing-SimmonsIntegrate mainline
2002-02-01 Rafael Garcia-Suarezmake "lstat FH" croak
2002-01-31 Rafael Garcia-Suarezforbid -l _ after -T _
2002-01-28 Jarkko HietaniemiBeOS has sockets but not true ones.
2002-01-25 Nick Ing-SimmonsIntegrate mainline
2002-01-23 Jarkko HietaniemiCopyright++. (Not all the toplevel *.h have one, it...
next