Re: [PATCH] Trie jumping
[p5sagit/p5-mst-13.2.git] / perlio.c
2006-08-17 Jarkko Hietaniemi Re: A large-ish C++ TODO (Re: [PATCH] g++ stage 1 reached)
2006-08-07 Jarkko Hietaniemi g++ large patch
2006-08-03 Jarkko Hietaniemi more g++ in Tru64
2006-06-12 Andy Lester Proper use of enums
2006-05-29 Rafael Garcia-Suarez Revert change 28322, which makes ithreads panic
2006-05-29 Jarkko Hietaniemi perlio.c: nobody was freeing PL_perlio_fd_refcnt, now...
2006-05-23 Andy Lester clean some lint findings
2006-05-22 Yves Orton Perl_PerlIO_context_layers and PerlIO_apply_layers...
2006-05-20 Nicholas Clark Abolish cop_io (the simple way) by storing the value...
2006-05-20 Nicholas Clark Solaris was happy, but change 28247 removed the wrong...
2006-05-19 Nicholas Clark Perl_croak() needs an aTHX_ in PerlIO_vsprintf().
2006-05-19 Nicholas Clark strlen(foo) rather than strchr(foo, 0) makes simpler...
2006-05-19 Jarkko Hietaniemi Re: [PATCH] Re: Change 28183 has broken 64-bit builds?
2006-05-17 Jarkko Hietaniemi Re: Change 28183 has broken 64-bit builds?
2006-05-12 Jarkko Hietaniemi Re: [PATCH] my_snprintf
2006-05-09 Vadim Konovalov wince crosscompile patch for 28132
2006-05-02 Andy Lester quiet some perlio.c warnings
2006-04-29 Nicholas Clark Coverity disliked us passing a negative length to vsnpr...
2006-04-28 Jarkko Hietaniemi reduce gcc -ansi -pedantic noise plus a suggestion
2006-04-28 Jarkko Hietaniemi dVAR (-DPERL_GLOBAL_STRUCT_PRIVATE) update
2006-04-28 Rafael Garcia-Suarez Fix typo in function call
2006-04-28 Jarkko Hietaniemi Re: [PATCH] use snprintf/strlcpy/strlcat when useful
2006-04-26 Marcus Holland-Moritz Re: [PATCH] cleanup 212 warnings emitted by gcc-4.2
2006-04-25 Andy Lester use NOOP macro
2006-04-15 Jarkko Hietaniemi perlio.c: layer data might be allocated and unused...
2006-04-14 Jarkko Hietaniemi perlio.c: (Coverity) eliminate temp ptr that confuses...
2006-04-11 Jarkko Hietaniemi perlio.c: false Coverity finding (it cannot see that...
2006-04-09 Jarkko Hietaniemi Re: [PATCH] perlio.c: Coverity finding: finding false...
2006-04-08 Jarkko Hietaniemi perlio.c: Coverity finding: finding false (Coverity...
2006-04-05 Alan Burlison perlio.c breaks on Solaris/gcc when > 256 FDs are available
2006-04-04 Andy Lester Move conditional SOCKS5 code into #ifdefs
2006-04-03 Andy Lester SvREFCNT_inc tweaks
2006-02-27 Steve Hay Fix code-before-declaration error (under VC++) from...
2006-02-27 Andy Lester Speedups and shrinkages of SvREFCNT_inc
2006-02-24 Andy Lester unused context warnings
2006-02-14 Rafael Garcia-Suarez Remove a my_perl that slipped in
2006-02-14 Andy Lester Sun Studio lint patches
2006-02-12 Nicholas Clark Fix change 27059 so that it actually works with >16...
2006-02-03 Steven Schubiger Re: [PATCH] s/Null(gv|hv|sv)/NULL/g
2006-02-03 Nicholas Clark Change PL_perlio_fd_refcnt from a fixed size static...
2006-02-02 Steven Schubiger Re: [PATCH] s/Null(av|ch)/NULL/g
2006-01-06 Jarkko Hietaniemi sprinkle dVAR
2006-01-04 Rafael Garcia-Suarez More copyright updates
2006-01-04 Gisle Aas Make the new STR_WITH_LEN() affected compile under...
2006-01-04 Gisle Aas Get rid of a few more hardcoded string lengths.
2006-01-04 Gisle Aas Get rid of a few more hardcoded string lengths.
2006-01-04 Gisle Aas Introduce the macros newSVpvs(str) and sv_catpvs(sv...
2005-12-30 Tels perlio.c - gv_stashpvn() vs gv_stashpv()
2005-12-17 Nicholas Clark Move and const some definitions of variables used to...
2005-11-12 Peter Dintelmann [perl #37657] segfault with binmode ":pop"
2005-11-10 Peter Dintelmann [perl #37648] segfault with PERLIO_DEBUG
2005-11-08 Nicholas Clark Eliminate some unnecessary strlen()s
2005-11-01 Andy Lester perlio.c consting
2005-10-31 Rafael Garcia-Suarez Fix [perl #37533] open pragma ignored for all 3-arg...
2005-10-31 Andy Lester Etta James presents: More consting
2005-10-31 Steve Peters perlsio_binmode() is pretty much a mathom on UNIX platf...
2005-10-28 Steve Peters Add a new file, mathoms.c, to hold old code kept around...
2005-10-17 Jarkko Hietaniemi another Symbian update: Alan's fault :-)
2005-09-27 Ilya Zakharevich Re: [BUG 5.8.7] Another major bug in PerlIO layer
2005-07-13 Andy Lester More embed.fnc plowing
2005-07-13 Dave Mitchell make the expensive ckWARN() be called as late as possible
2005-07-08 Jim Cromie Re: janitorial work ? [patch]
2005-06-23 Andy Lester Pre-YAPC consting fun
2005-06-23 Andy Lester Const Boy II: The Localizing
2005-06-09 Nicholas Clark More SvPV consting
2005-06-07 Nicholas Clark More SvPV consting.
2005-06-03 Andy Lester Random consting
2005-05-30 Andy Lester [PATCH] Minor warning squashings
2005-05-24 Andy Lester embed.fnc cleanup + SvPVX_const usage
2005-05-21 Steve Peters SvPVX_const - patch #2
2005-05-11 Rafael Garcia-Suarez Include vim/emacs modelines in generated files to open...
2005-05-10 Rafael Garcia-Suarez Add editor boilerplates to all C files
2005-05-06 Nicholas Clark Get the correct refcount on the temporary assignment...
2005-05-02 Andy Lester printf.patch: Adding printf checking for gcc
2005-04-29 Jarkko Hietaniemi one cannot "static" exported functions
2005-04-28 Steve Hay Fix perlsio_binmode() export breakage caused by change...
2005-04-27 Andy Lester perlio-two.patch: More warnings squashed, more consts
2005-04-21 Jarkko Hietaniemi Symbian port of Perl
2005-04-05 Nicholas Clark Down with C++ reserved names
2005-03-29 Andy Lester The core part of :
2005-03-25 Andy Lester Consting part 4
2005-03-24 Andy Lester Third consting batch
2005-03-18 Andy Lester More const parms
2005-01-31 Rafael Garcia-Suarez Really fix the bug [perl #33990].
2005-01-31 Rafael Garcia-Suarez Avoid a buffer overflow with threads and PERLIO_DEBUG
2005-01-31 Rafael Garcia-Suarez Don't write to $PERLIO_DEBUG when setuid ([perl #33990])
2005-01-21 Steffen Ullrich [Patch] [perl #32446] close leaves fd open
2005-01-04 Nicholas Clark Update copyright years.
2005-01-03 Alexey Tourbin Integrate a patch from Gentoo for uclibc support.
2004-07-31 Dave Mitchell Add comment to the top of most .c files explaining...
2004-03-16 Rafael Garcia-Suarez Update copyright notices
2004-03-09 Chip Salzenberg [PERLIO] In line-buffered mode, flush on the *last...
2004-01-19 Craig A. Berry rescue PerlIO_getname for VMS
2003-11-02 Ilya Zakharevich OS/2 build
2003-10-21 Ilya Zakharevich Two OS/2 portability patches from Ilya.
2003-10-20 Slaven Rezic Re: [perl #24225] [5.8.1] segfault in binmode STDOUT...
2003-09-24 Olli Savia [perl #24032] Perl 5.8.1-RC5 build problems on LynxOS
2003-09-14 Craig A. Berry PerlIO_tmpfile clean-up for VMS
2003-09-13 Jarkko Hietaniemi The "perlio: " prefix looks a little odd
2003-09-13 Jarkko Hietaniemi Layer names were recognized by their prefixes
next