This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
add Porting/bench.pl
[perl5.git] / pp_sys.c
2014-11-29 Lukas Maidefine and use STATIC_ASSERT_STMT for compile-time...
2014-11-26 Karl WilliamsonChange core to use is_invariant_string()
2014-11-21 Karl WilliamsonMake testing for PL_encoding into a macro
2014-11-11 Father ChrysostomosDon’t call STORE twice on setpgrp target
2014-11-11 Father ChrysostomosDon’t treat setpgrp($nonzero) as setpgrp(1)
2014-10-20 Aaron CraneFix stack-management bug when semctl encounters errors
2014-09-30 Rafael Garcia-SuarezIntroduce the double-diamond operator <<>>
2014-09-23 Jarkko HietaniemiAIX doesn't set the length in getsockopt.
2014-09-19 David Mitchellcomment pp_foo aliases in pp*.c
2014-09-10 Jarkko HietaniemiNo need to print an int as a %0.f
2014-09-10 David MitchellAutomate processing of op_private flags
2014-08-21 Karl Williamsonpp_sys.c: Generalize -B, -T for EBCDIC, clean up
2014-07-28 Jarkko Hietaniemireadlink() result buffer is not zero-terminated.
2014-07-23 Jarkko HietaniemiUse grok_atou instead of atoi.
2014-06-30 Jarkko HietaniemiCosmetic consistency on "unimplemented function" deaths.
2014-06-25 Jarkko HietaniemiRemove or downgrade unnecessary dVAR.
2014-06-19 Jarkko HietaniemiRevert "/* NOTREACHED */ belongs *before* the unreachable."
2014-06-19 Jarkko Hietaniemi/* NOTREACHED */ belongs *before* the unreachable.
2014-06-18 Craig A. BerryAvoid missing return warning in pp_die.
2014-06-16 Jarkko HietaniemiSome low-hanging -Wunreachable-code fruits.
2014-06-14 Jarkko HietaniemiRevert "Some low-hanging -Wunreachable-code fruits."
2014-06-14 Jarkko HietaniemiSome low-hanging -Wunreachable-code fruits.
2014-06-12 Karl WilliamsonAllow to compile if don't have LC_CTYPE etc defined
2014-06-11 Brian FraserRemoved NeXT support
2014-06-05 Karl Williamsonperlapi: Refactor placements, headings of some functions
2014-06-05 Karl WilliamsonAdd parameters to "use locale"
2014-06-04 Daniel Draganrefactor pp_tied
2014-05-30 Jarkko HietaniemiUnify the "fall-through" lint annotation.
2014-05-29 Jarkko HietaniemiFollowup to 316ebaf (aka perl #121894).
2014-05-29 Jarkko Hietaniemifcntl receiving -1 from fileno, fcntl failing.
2014-05-29 Jarkko HietaniemiUninitialized tmbuf.
2014-05-28 Niels Thykierpp_sys.c: Optimize out a call to PerlIO_get_cnt
2014-05-28 Tony Cook[perl #121112] only warn if newline is the last non...
2014-03-19 Nicholas ClarkChange core uses of Perl_do_openn() to Perl_do_open6...
2014-03-02 Craig A. Berrytbuffer_t no longer exists on VMS.
2014-03-01 Nicholas Clarkpp_tms should use a local struct tms, instead of PL_tim...
2014-02-20 Karl WilliamsonChange av_len calls to av_tindex for clarity
2014-01-14 Tony Cook[perl #118843] work around recv() behaviour on cygwin
2014-01-13 Father ChrysostomosMake getc unset the utf8 flag on its retval
2014-01-11 Father Chrysostomospp_sys.c:S_doform: remove redundant null check
2013-12-29 Father Chrysostomosperlapi: Consistent spaces after dots
2013-12-24 Daniel Draganpp_sys.c remove null checks and locality
2013-12-24 Father Chrysostomospp_sys.c: More null check removal
2013-12-24 Father Chrysostomospp_sys.c: Remove redundant null checks
2013-12-24 Father Chrysostomospp_sys.c: Remove null checks from pp_sockpair
2013-12-23 Daniel Draganrefactor pp_socket, pp_socketpair, pp_bind
2013-12-18 Tony Cook[perl #118651] don't overwrite $! in readdir()
2013-11-28 David Mitchellsilence -Wformat-nonliteral compiler warnings
2013-11-16 David MitchellRevert "make perl core quiet under -Wfloat-equal"
2013-11-09 David Mitchellmake perl core quiet under -Wfloat-equal
2013-11-09 Father ChrysostomosFix &CORE::exit/die under vmsish "hushed"
2013-10-18 Eric BrineCall select's 4th arg's magic
2013-09-21 Brian FraserRemoved the ifdefs for INCOMPLETE_TAINTS
2013-09-21 Brian FraserRemoved HAS_SOCKET__bad_code_maybe
2013-09-10 David LeadbeaterRemove PERL_MICRO where it is conditionally used with...
2013-09-07 Leon TimmermansFix PerlIO_get_cnt and friends
2013-08-27 Father Chrysostomos[perl #119311] Keep CvDEPTH and savestack in sync
2013-08-11 Father ChrysostomosStop system select from croaking on read-only COW ""
2013-07-16 Father Chrysostomos[perl #27010] Make tie work through defelems
2013-07-07 Karl Williamsonpp_sys.c: Use macro instead of reinventing it
2013-06-30 Ruslan Zakirovchange tied_method to use SVs with precomputed hash...
2013-06-10 Father ChrysostomosRemove ‘bad top format’ error
2013-06-04 Brian FraserStop making assumptions about uids and gids.
2013-05-20 Nicholas ClarkProvide ntohl, ntohs, htonl and htons no-op macros...
2013-04-26 Tony Cook[perl #117743] don't warn on $@ = undef; die;
2012-12-10 Father ChrysostomosRemove the second param to tryAMAGICunTARGETlist
2012-12-10 Father ChrysostomosStop using PL_glob_index for PL_globhook
2012-12-10 Father ChrysostomosDon’t pass PL_glob_index to glob overrides
2012-11-23 Daniel Draganprevent multiple evaluations of ERRSV
2012-11-19 Nicholas ClarkRemove the EPOC port.
2012-11-14 Father ChrysostomosSVf_IsCOW
2012-11-12 Daniel Draganrmv context from Perl_croak_no_modify and Perl_croak_xs...
2012-11-05 Steffen MuellerAdd C define to remove taint support from perl origin/smueller/no_taint3
2012-11-02 Father ChrysostomosDon’t leak when printf causes wide warnings
2012-11-02 Father ChrysostomosDon’t leak when printfing to bad handle under fatal...
2012-10-23 Jesse Luehrsfork() should return undef on failure, even in list...
2012-10-01 Father Chrysostomospp_sys.c: Simplify uses of sv_len_utf8
2012-09-24 Father Chrysostomos[perl #77094] Stop printf +() from reading past SP
2012-09-23 Father ChrysostomosDon’t leak deleted iterator when tying hash
2012-09-21 Nicholas ClarkRemove the MPE/iX port.
2012-09-20 Nicholas ClarkUse gv_fetchpvs() instead of gv_fetchpv(), and GV_ADD...
2012-09-20 Enache AdrianGet rid of PL_formfeed.
2012-08-31 Nicholas ClarkRemove the VM/ESA port.
2012-08-18 Karl WilliamsonOmnibus removal of register declarations
2012-08-05 Father ChrysostomosDon’t crash when undefining handle of active format
2012-08-05 Father ChrysostomosRecursive formats and closures in formats.
2012-07-28 Nicholas ClarkRemove dead code related to the Atari ST port of perl...
2012-07-28 Nicholas ClarkComment the code with how filetest operators interact...
2012-07-28 Nicholas ClarkEliminate the macros FT_RETURN_FALSE() and FT_RETURN_TR...
2012-07-28 Nicholas ClarkRefactor the macro FT_RETURN_TRUE() into the function...
2012-07-28 Nicholas ClarkConsolidate the code for returning false values from...
2012-07-28 Nicholas ClarkReorder S_ft_stacking_return_false().
2012-07-28 Nicholas ClarkRemove dSP from all filetest ops.
2012-07-28 Nicholas ClarkReplace the macro RETURNX() with its expansion in FT_RE...
2012-07-26 Father Chrysostomos[perl #113872] Fix leavewrite’s stack handling
2012-07-26 Father ChrysostomosStop truncate(word) from falling back to file name
2012-07-15 Chip SalzenbergMagic flags harmonization.
2012-07-11 Chip Salzenberguse right type for offset in sysread() or syswrite()
2012-07-04 Oleg Nesterov[perl #113980] pp_syscall: "I32 retval" truncates the...
2012-06-28 Jesse Luehrspropagate context into overloads [perl #47119]
next