This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
OS/2-specific fixes, round II
[perl5.git] / perlio.c
2006-12-06 Jarkko HietaniemiRe: When should PERL_SYS_TERM() be called? [was: Re...
2006-12-05 Jarkko HietaniemiRe: When should PERL_SYS_TERM() be called? [was: Re...
2006-12-03 Yves OrtonRe: [PATCH] Re: [PATCH] Re: [PATCH] abstract mempool...
2006-11-18 Steve PetersTweaks needed to get Perl compiling with g++ on OpenBSD.
2006-10-30 Steve PetersInitial cleanups to support compiling Win32 with MinGW...
2006-10-30 Craig A. BerryChange the non-mkstemp, non-win32 code path of PerlIO_t...
2006-10-24 Rafael Garcia-SuarezNo warning was produced if perl failed to load PerlIO...
2006-10-20 Rafael Garcia-SuarezEnable perlio mutexes under threads (by Jarkko)
2006-10-20 Rafael Garcia-SuarezMore leak fixes, by Jarkko
2006-10-19 Rafael Garcia-SuarezMemory leak fix, by Jarkko
2006-10-19 Rafael Garcia-SuarezRemove free() part of change #29045, which causes
2006-10-19 Jarkko Hietaniemiblead valgrind finding
2006-10-01 Nicholas ClarkIn PerlIO_debug(), if tainting or set*id, set PL_perlio...
2006-09-21 Jan DuboisRE: Combining UTF-16 output with :crlf is awkward
2006-09-11 Jarkko HietaniemiC++: Solaris CC now compiles "perl"
2006-09-05 Robin Barker; was RE: [PATCH perlio.c pp.c regcomp.c] silence forma...
2006-08-17 Jarkko HietaniemiRe: A large-ish C++ TODO (Re: [PATCH] g++ stage 1 reached)
2006-08-07 Jarkko Hietaniemig++ large patch
2006-08-03 Jarkko Hietaniemimore g++ in Tru64
2006-06-12 Andy LesterProper use of enums
2006-05-29 Rafael Garcia-SuarezRevert change 28322, which makes ithreads panic
2006-05-29 Jarkko Hietaniemiperlio.c: nobody was freeing PL_perlio_fd_refcnt, now...
2006-05-23 Andy Lesterclean some lint findings
2006-05-22 Yves OrtonPerl_PerlIO_context_layers and PerlIO_apply_layers...
2006-05-20 Nicholas ClarkAbolish cop_io (the simple way) by storing the value...
2006-05-20 Nicholas ClarkSolaris was happy, but change 28247 removed the wrong...
2006-05-19 Nicholas ClarkPerl_croak() needs an aTHX_ in PerlIO_vsprintf().
2006-05-19 Nicholas Clarkstrlen(foo) rather than strchr(foo, 0) makes simpler...
2006-05-19 Jarkko HietaniemiRe: [PATCH] Re: Change 28183 has broken 64-bit builds?
2006-05-17 Jarkko HietaniemiRe: Change 28183 has broken 64-bit builds?
2006-05-12 Jarkko HietaniemiRe: [PATCH] my_snprintf
2006-05-09 Vadim Konovalovwince crosscompile patch for 28132
2006-05-02 Andy Lesterquiet some perlio.c warnings
2006-04-29 Nicholas ClarkCoverity disliked us passing a negative length to vsnpr...
2006-04-28 Jarkko Hietaniemireduce gcc -ansi -pedantic noise plus a suggestion
2006-04-28 Jarkko HietaniemidVAR (-DPERL_GLOBAL_STRUCT_PRIVATE) update
2006-04-28 Rafael Garcia-SuarezFix typo in function call
2006-04-28 Jarkko HietaniemiRe: [PATCH] use snprintf/strlcpy/strlcat when useful
2006-04-26 Marcus Holland-MoritzRe: [PATCH] cleanup 212 warnings emitted by gcc-4.2
2006-04-25 Andy Lesteruse NOOP macro
2006-04-15 Jarkko Hietaniemiperlio.c: layer data might be allocated and unused...
2006-04-14 Jarkko Hietaniemiperlio.c: (Coverity) eliminate temp ptr that confuses...
2006-04-11 Jarkko Hietaniemiperlio.c: false Coverity finding (it cannot see that...
2006-04-09 Jarkko HietaniemiRe: [PATCH] perlio.c: Coverity finding: finding false...
2006-04-08 Jarkko Hietaniemiperlio.c: Coverity finding: finding false (Coverity...
2006-04-05 Alan Burlisonperlio.c breaks on Solaris/gcc when > 256 FDs are available
2006-04-04 Andy LesterMove conditional SOCKS5 code into #ifdefs
2006-04-03 Andy LesterSvREFCNT_inc tweaks
2006-02-27 Steve HayFix code-before-declaration error (under VC++) from...
2006-02-27 Andy LesterSpeedups and shrinkages of SvREFCNT_inc
2006-02-24 Andy Lesterunused context warnings
2006-02-14 Rafael Garcia-SuarezRemove a my_perl that slipped in
2006-02-14 Andy LesterSun Studio lint patches
2006-02-12 Nicholas ClarkFix change 27059 so that it actually works with >16...
2006-02-03 Steven SchubigerRe: [PATCH] s/Null(gv|hv|sv)/NULL/g
2006-02-03 Nicholas ClarkChange PL_perlio_fd_refcnt from a fixed size static...
2006-02-02 Steven SchubigerRe: [PATCH] s/Null(av|ch)/NULL/g
2006-01-06 Jarkko Hietaniemisprinkle dVAR
2006-01-04 Rafael Garcia-SuarezMore copyright updates
2006-01-04 Gisle AasMake the new STR_WITH_LEN() affected compile under...
2006-01-04 Gisle AasGet rid of a few more hardcoded string lengths.
2006-01-04 Gisle AasGet rid of a few more hardcoded string lengths.
2006-01-04 Gisle AasIntroduce the macros newSVpvs(str) and sv_catpvs(sv...
2005-12-30 Telsperlio.c - gv_stashpvn() vs gv_stashpv()
2005-12-17 Nicholas ClarkMove 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 ClarkEliminate some unnecessary strlen()s
2005-11-01 Andy Lesterperlio.c consting
2005-10-31 Rafael Garcia-SuarezFix [perl #37533] open pragma ignored for all 3-arg...
2005-10-31 Andy LesterEtta James presents: More consting
2005-10-31 Steve Petersperlsio_binmode() is pretty much a mathom on UNIX platf...
2005-10-28 Steve PetersAdd a new file, mathoms.c, to hold old code kept around...
2005-10-17 Jarkko Hietaniemianother Symbian update: Alan's fault :-)
2005-09-27 Ilya ZakharevichRe: [BUG 5.8.7] Another major bug in PerlIO layer
2005-07-13 Andy LesterMore embed.fnc plowing
2005-07-13 Dave Mitchellmake the expensive ckWARN() be called as late as possible
2005-07-08 Jim CromieRe: janitorial work ? [patch]
2005-06-23 Andy LesterPre-YAPC consting fun
2005-06-23 Andy LesterConst Boy II: The Localizing
2005-06-09 Nicholas ClarkMore SvPV consting
2005-06-07 Nicholas ClarkMore SvPV consting.
2005-06-03 Andy LesterRandom consting
2005-05-30 Andy Lester[PATCH] Minor warning squashings
2005-05-24 Andy Lesterembed.fnc cleanup + SvPVX_const usage
2005-05-21 Steve PetersSvPVX_const - patch #2
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-06 Nicholas ClarkGet the correct refcount on the temporary assignment...
2005-05-02 Andy Lesterprintf.patch: Adding printf checking for gcc
2005-04-29 Jarkko Hietaniemione cannot "static" exported functions
2005-04-28 Steve HayFix perlsio_binmode() export breakage caused by change...
2005-04-27 Andy Lesterperlio-two.patch: More warnings squashed, more consts
2005-04-21 Jarkko HietaniemiSymbian port of Perl
2005-04-05 Nicholas ClarkDown with C++ reserved names
2005-03-29 Andy LesterThe core part of :
2005-03-25 Andy LesterConsting part 4
2005-03-24 Andy LesterThird consting batch
2005-03-18 Andy LesterMore const parms
2005-01-31 Rafael Garcia-SuarezReally fix the bug [perl #33990].
next