projects
/
p5sagit/p5-mst-13.2.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Teach checkAUTHORS.pl about Sarathy's new email address.
[p5sagit/p5-mst-13.2.git]
/
perlio.c
2006-05-02
Andy Lester
quiet some perlio.c warnings
blob
|
commitdiff
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
2003-10-21
Ilya Zakharevich
Two OS/2 portability patches from Ilya.
blob
|
commitdiff
|
diff to current
2003-10-20
Slaven Rezic
Re: [perl #24225] [5.8.1] segfault in binmode STDOUT...
blob
|
commitdiff
|
diff to current
2003-09-24
Olli Savia
[perl #24032] Perl 5.8.1-RC5 build problems on LynxOS
blob
|
commitdiff
|
diff to current
2003-09-14
Craig A. Berry
PerlIO_tmpfile clean-up for VMS
blob
|
commitdiff
|
diff to current
2003-09-13
Jarkko Hietaniemi
The "perlio: " prefix looks a little odd
blob
|
commitdiff
|
diff to current
2003-09-13
Jarkko Hietaniemi
Layer names were recognized by their prefixes
blob
|
commitdiff
|
diff to current
2003-08-30
Jarkko Hietaniemi
Fewer naked char constants.
blob
|
commitdiff
|
diff to current
2003-08-30
Jarkko Hietaniemi
This is probably a wrong fix for
blob
|
commitdiff
|
diff to current
2003-08-30
Gerrit P. Haase
A new try at
blob
|
commitdiff
|
diff to current
2003-08-30
Jarkko Hietaniemi
Something went wrong in change #20929;
blob
|
commitdiff
|
diff to current
2003-08-29
Gerrit P. Haase
maint / blead tweaks in perlio.c for Cygwin
blob
|
commitdiff
|
diff to current
2003-08-13
Jarkko Hietaniemi
Make (hopefully) the Windows CR CR LF bug go away
blob
|
commitdiff
|
diff to current
2003-08-05
Chip Salzenberg
Re: [perl #23083] [5.8.0-Bug?] backtick returns empty...
blob
|
commitdiff
|
diff to current
2003-07-30
Vadim Konovalov
tiny [PATCH-for-perl-5.8.1-RC2] remove one mention...
blob
|
commitdiff
|
diff to current
2003-07-28
Jarkko Hietaniemi
Retract #20260.
blob
|
commitdiff
|
diff to current
2003-07-28
Jarkko Hietaniemi
(Retracted by #20267)
blob
|
commitdiff
|
diff to current
2003-07-07
Jarkko Hietaniemi
Retract #20056, #20055, #20052, #20050, #20048: the...
blob
|
commitdiff
|
diff to current
2003-07-07
Jarkko Hietaniemi
Try making PerlIO errors more consistent.
blob
|
commitdiff
|
diff to current
2003-07-05
Jarkko Hietaniemi
Make a read from a write-only fh to set errno
blob
|
commitdiff
|
diff to current
2003-06-27
Nick Ing-Simmons
Integrate mainline
blob
|
commitdiff
|
diff to current
2003-06-12
Jarkko Hietaniemi
More perlio ->Open paranoia. Set errno to EINVAL if...
blob
|
commitdiff
|
diff to current
2003-06-12
Jarkko Hietaniemi
Slightly amended version of the proposed patch for
blob
|
commitdiff
|
diff to current
next