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