This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Dynaloader: fix build issue
[perl5.git] / pp_sys.c
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]
2012-06-26 Father Chrysostomospp_sys.c: Squelch compiler warning
2012-06-26 Jesse Luehrsfix stack handling in write() [perl #73690]
2012-06-07 Father ChrysostomosMake warn treat $@=3 and $@="3" the same
2012-06-07 Father ChrysostomosMake warn handle magic vars (fixes [perl #97480])
2012-06-07 Father ChrysostomosUse the same top format error for ""
2012-06-07 Father ChrysostomosGet rid of ‘Not a format reference’
2012-06-07 Father ChrysostomosMake setdefout accept only NN
2012-05-30 Ricardo Signesupdate the editor hints for spaces, not tabs
2012-05-25 Leon TimmermansBlock signals during fork (fixes RT#82580)
2012-05-21 Father ChrysostomosFix non-GCC compilation
2012-05-21 Father Chrysostomospp_sys.c:S_try_amagic_ftest: Remove SPAGAIN
2012-05-21 Father Chrysostomospp_sys.c: Remove SPAGAIN after my_(l)stat_flags
2012-05-21 Father ChrysostomosMove stack extension into FT_* macros
2012-05-21 Father ChrysostomosMake -t BAREWORD extend the stack
2012-05-21 Father ChrysostomosMake filetest ops fiddle the stack less
2012-03-29 Father Chrysostomos[perl #111864] Don’t leave obj on stack for -x $overloaded
2012-03-11 Tony Cook[rt #111654] properly propgate tainted errors
2012-02-18 Ævar Arnfjörð Bjar... Remove gete?[ug]id caching
2012-02-17 Zeframprune faulty dead logic in pp_flock
2012-02-15 Ævar Arnfjörð Bjar... Further eliminate POSIX-emulation under LinuxThreads
2012-01-24 Father ChrysostomosCall FETCH once for stacked filetest ops
2012-01-24 Father Chrysostomos[perl #77388] Make stacked -t work
2012-01-20 Father ChrysostomosWarn for stat(*unopened) after statting file
2012-01-20 Father Chrysostomospp_sys.c:pp_stat: Change scope of havefp var
2012-01-20 Father Chrysostomos[perl #71002] stat() on unopened fh _
2012-01-20 Father Chrysostomospp_sys.c: compiler warning
2012-01-16 Nicholas ClarkProvide as much diagnostic information as possible...
2012-01-14 Father ChrysostomosMake lstat($ioref) and lstat($gv) consistent
2012-01-14 Father Chrysostomospp_sys.c: goto mustn’t skip initialisation
2012-01-14 Father Chrysostomos-T "unreadable file" should set stat info consistently
2012-01-14 Father ChrysostomosDon’t emit unopened warning for other stat(HANDLE)...
2012-01-14 Father ChrysostomosMake -T BADHANDLE set errno with fatal warnings
2012-01-14 Father ChrysostomosMake -T HANDLE and -B HANDLE always set last stat type
2012-01-14 Father Chrysostomospp_sys.c:pp_fttest: Don’t set PL_statname to SvPV(PL_st...
2012-01-14 Father ChrysostomosMake -T _ and -B _ always set PL_laststatval
2012-01-14 Father Chrysostomospp_sys.c: Remove space from lstat($ioref) warning
2012-01-14 Father Chrysostomospp_sys.c:pp_fttext: Don’t extend the stack after popping
2012-01-14 Father Chrysostomosstat $ioref should record the handle for -T _
2012-01-14 Father Chrysostomosstat $ioref should reset the internal stat type
2012-01-12 Father ChrysostomosMake -T HANDLE set the last stat type
2012-01-12 Father ChrysostomosSimplify logic in pp_sys.c:pp_fttty
2012-01-12 Father Chrysostomos[perl #77388] Make stacked -T and -B work
2012-01-12 Father ChrysostomosMake -t, -T and -B with a handle pop it off the stack
2012-01-12 Father ChrysostomosIn pp_sys.c:pp_fttext, don’t call cGVOP_gv on an UNOP
2012-01-06 Father Chrysostomos[perl #90064] warn once for dbmopen with undef 3rd arg
2011-12-31 Leon TimmermansBlock SIGCHLD during system() call (per POSIX)
2011-12-29 Father Chrysostomosdiag_listed_as galore
2011-12-27 Father ChrysostomosTurn on AvREAL for tied arrays
2011-12-25 Father Chrysostomosselect() can return undef when defoutgv is set
next