This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
More SvPV consting
[perl5.git] / pp_sys.c
2005-06-08 Nicholas ClarkMore SvPV consting
2005-06-08 Nicholas ClarkNuke some more n_a, and convert S_gv_ename from char...
2005-06-08 Nicholas Clarkn_a no more
2005-06-08 Nicholas ClarkRemove two more unused C<n_a>s
2005-06-08 Nicholas ClarkConvert POPpx POPpconstx and POPpbytex to use nolen...
2005-06-07 Nicholas ClarkMore SvPV consting
2005-06-07 Nicholas ClarkMore SvPV consting
2005-06-07 Nicholas ClarkMore SvPV consting.
2005-06-07 Nicholas ClarkLots of consting
2005-06-07 Andy LesterUnvoid SvUPGRADE
2005-06-04 Rafael Garcia-SuarezSimplify the getppid code, by Alexey Tourbin
2005-06-03 Andy LesterRandom consting
2005-06-02 Steve PetersSvPVX_const() - part 3 ... and const'ing Storable
2005-06-02 Andy LesterQuotes fixed, see also perl #36079
2005-05-30 Andy Lester[PATCH] More embed.fnc strictures, plus consting and...
2005-05-30 Andy Lester[PATCH] Minor warning squashings
2005-05-24 Andy Lesterembed.fnc cleanup + SvPVX_const usage
2005-05-21 Nicholas ClarkMove hv_name, hv_eiter and hv_riter into a new aux...
2005-05-11 Rafael Garcia-SuarezInclude vim/emacs modelines in generated files to open...
2005-05-10 Rafael Garcia-SuarezAdd editor boilerplates to all C files
2005-05-10 Nicholas Clarks/sv_setpv(sv,"")/sv_setpvn(sv,"",0)/
2005-05-09 Andy Lesterattributes-two.patch, the next batch
2005-05-02 Rafael Garcia-SuarezFor perls where pids and ppids are cached, when the...
2005-04-27 Rafael Garcia-SuarezA couple of warning fixes by Gisle
2005-04-22 Steve HayFix my_chsize() for systems having chsize(), broken...
2005-04-21 Jarkko HietaniemiSymbian port of Perl
2005-04-18 Nicholas ClarkSvPV_renew also calls SvLEN_set
2005-04-18 Nicholas ClarkReplace Renew(SvPVX(...)...) with SvPV_renew, which...
2005-04-11 Rafael Garcia-SuarezMake the four-argument form of select() return undef
2005-04-05 Nicholas ClarkDown with potentially incorrect duplicate prototypes
2005-03-29 Steve HayClean-up some warnings when compiling on Win32 with...
2005-03-29 Steve HayFix PerlLIO_chsize() for platforms that don't have...
2005-03-25 Andy LesterConsting five
2005-03-24 Andy LesterThird consting batch
2005-03-21 Andy LesterMore consting goodness
2005-02-27 H.Merijn BrandFix for bug [ID 20020227.005] format bug with undefined...
2005-02-18 Nikolai EipelPatch for Perlbug #4253
2005-01-29 Dave Mitchell[perl #33928] chomp() fails after alarm(), `sleep`
2005-01-21 Yitzchak Scott-Tho... Re: [PATCH] File::Find dies on find({follow=>1, .....
2005-01-14 Nicholas ClarkCorrect the editor block to match the perl 5 policy...
2005-01-13 Nicholas ClarkUpdate copyright years. Add an editor block while passi...
2005-01-09 Nicholas ClarkIf we know the length of the string constant, save...
2005-01-09 Nicholas Clarksavepv(SvPV(sv,n_a)) is common, and creates an unnecess...
2005-01-07 Robin Barkerto improve -DCHECK_FORMAT
2005-01-07 Nicholas ClarkStage 1 of utf8 support for soft references.
2004-12-29 Nicholas ClarkOoops. Fix unitialised variable
2004-12-29 Nicholas Clarkread (and presuambly sysread) would expose the UTF8...
2004-09-14 Chris HeathRe: [perl #31459] Bug in read()
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
next