This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ search
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Unused dTHX, even under threads.
2014-05-29
Jarkko Hietaniemi
Unused dTHX, even under threads.
commit
|
commitdiff
|
tree
2014-05-29
Jarkko Hietaniemi
__APPLE__ is not Apple, use PERL_DARWIN instead.
commit
|
commitdiff
|
tree
2014-05-29
Jarkko Hietaniemi
Reindent the block. Whitespace-only change.
commit
|
commitdiff
|
tree
2014-05-29
Jarkko Hietaniemi
Fix false nesting.
commit
|
commitdiff
|
tree
2014-05-29
Jarkko Hietaniemi
UV casting to avoid intermediate sign extension.
commit
|
commitdiff
|
tree
2014-05-29
Jarkko Hietaniemi
Quad_t and Uquad_t cannot unpack as NVs.
commit
|
commitdiff
|
tree
2014-05-29
Jarkko Hietaniemi
si_names access one past the end.
commit
|
commitdiff
|
tree
2014-05-29
Jarkko Hietaniemi
add va_end() calls where missing for a va_start() or...
commit
|
commitdiff
|
tree
2014-05-29
Jarkko Hietaniemi
Pointers set but then (immediately or very shortly...
commit
|
commitdiff
|
tree
2014-05-29
Jarkko Hietaniemi
Uninitialized tmbuf.
commit
|
commitdiff
|
tree
2014-05-29
Jarkko Hietaniemi
fd closes for failure paths.
commit
|
commitdiff
|
tree
2014-05-29
Jarkko Hietaniemi
Fixes for running a clean minitest (at least in OS...
commit
|
commitdiff
|
tree
2014-05-28
Jarkko Hietaniemi
Add comment about tmpnam().
commit
|
commitdiff
|
tree
2014-05-28
Jarkko Hietaniemi
Fix for Coverity perl5 CID 29068: Insecure temporary...
commit
|
commitdiff
|
tree
2014-05-28
Jarkko Hietaniemi
Annotate intentional case fallthrough, or add breaks.
commit
|
commitdiff
|
tree
2014-05-28
Jarkko Hietaniemi
Fix for Coverity perl5 CID 28936: Wrong operator used...
commit
|
commitdiff
|
tree
2014-05-28
Jarkko Hietaniemi
slen may be uninitialized.
commit
|
commitdiff
|
tree
2014-05-28
Jarkko Hietaniemi
Leaked string in failure path.
commit
|
commitdiff
|
tree
2014-05-28
Jarkko Hietaniemi
Move the PERL_GCC_BRACE_GROUPS_FORBIDDEN earlier.
commit
|
commitdiff
|
tree
2014-05-28
Jarkko Hietaniemi
Trailing comma in enum is not C89.
commit
|
commitdiff
|
tree
2014-05-28
Jarkko Hietaniemi
Use STRUCT_OFFSET() instead raw C99 offsetof().
commit
|
commitdiff
|
tree
2014-05-28
Jarkko Hietaniemi
g++ cleanups.
commit
|
commitdiff
|
tree
2014-05-28
Jarkko Hietaniemi
UINT64_C/INT64_C logic shuffling.
commit
|
commitdiff
|
tree
2014-05-28
Jarkko Hietaniemi
Use UINT64_C for UV constants.
commit
|
commitdiff
|
tree
2014-05-28
Jarkko Hietaniemi
Hide the VMS error identifier SS$_NOPRIV, as customary.
commit
|
commitdiff
|
tree
2014-05-28
Jarkko Hietaniemi
Off-by-one in PL_fold_locale use.
commit
|
commitdiff
|
tree
2014-05-28
Jarkko Hietaniemi
Cannot rotl u32 (hek_hash) by 64 bits.
commit
|
commitdiff
|
tree
2014-05-28
Jarkko Hietaniemi
Use the C_ARRAY_LENGTH.
commit
|
commitdiff
|
tree
2014-05-28
Jarkko Hietaniemi
UCHARAT unnecessary with isSPACE().
commit
|
commitdiff
|
tree
2014-05-28
Jarkko Hietaniemi
Do not invert a NULL cp_list.
commit
|
commitdiff
|
tree
2014-05-28
Jarkko Hietaniemi
Fixup for [perl #121860]: g++ and VC are pickier about...
commit
|
commitdiff
|
tree
2014-05-28
Jarkko Hietaniemi
Add PERL_UNUSED_RESULT() and use that instead of the...
commit
|
commitdiff
|
tree
2014-05-28
Jarkko Hietaniemi
Avoid "unused sp" if EXTEND is the last mentioning sp.
commit
|
commitdiff
|
tree
2014-05-28
Jarkko Hietaniemi
Accessing array before its start is dubious.
commit
|
commitdiff
|
tree
2014-05-28
Jarkko Hietaniemi
For ptr masking use PTRSIZE-1, not nested conditional...
commit
|
commitdiff
|
tree
2014-05-18
Jarkko Hietaniemi
perlfunc: Should chdir("/") immed after chroot
commit
|
commitdiff
|
tree
2014-04-29
Jarkko Hietaniemi
Fix for Coverity perl5 CID 29034: Out-of-bounds read...
commit
|
commitdiff
|
tree
2014-04-29
Jarkko Hietaniemi
Fix for Coverity perl5 CID 29060: Pointer to local...
commit
|
commitdiff
|
tree
2014-04-29
Jarkko Hietaniemi
Fix for Coverity perl5 CID 29032: Out-of-bounds read...
commit
|
commitdiff
|
tree
2014-04-28
Jarkko Hietaniemi
Fix for Coverity perl5 CID 45366: Use after free (USE_AFTER_...
commit
|
commitdiff
|
tree
2009-06-15
Jarkko Hietaniemi
The attached patch to perlio.c fixes the problem of...
commit
|
commitdiff
|
tree
2008-04-05
Jarkko Hietaniemi
Tru64: align fp policies of gcc and cc
commit
|
commitdiff
|
tree
2008-03-25
Jarkko Hietaniemi
"646"
commit
|
commitdiff
|
tree
2008-01-28
Jarkko Hietaniemi
ext/IPC/SysV/SysV.xs [Re: [Fwd: Smoke [5.11.0] 33016...
commit
|
commitdiff
|
tree
2008-01-12
Jarkko Hietaniemi
tru64: poison stack, write protect string constants
commit
|
commitdiff
|
tree
2007-12-06
Jarkko Hietaniemi
perltodo.pod: add -D_FORTIFY_SOURCE and -fstack-protector
commit
|
commitdiff
|
tree
2007-12-04
Jarkko Hietaniemi
perltodo.pod: error message todo
commit
|
commitdiff
|
tree
2007-11-27
Jarkko Hietaniemi
perl5100delta.pod: do not confess bondage :-) and mention...
commit
|
commitdiff
|
tree
2007-11-26
Jarkko Hietaniemi
pod/perlrebackslash.pod: small Unicode additions
commit
|
commitdiff
|
tree
2007-11-23
Jarkko Hietaniemi
Re: RC1 build failure
commit
|
commitdiff
|
tree
2007-11-20
Jarkko Hietaniemi
Re: [PATCH] various RC1 nits
commit
|
commitdiff
|
tree
2007-11-20
Jarkko Hietaniemi
RC1: In Solaris 10 do not use versioned solibs
commit
|
commitdiff
|
tree
2007-11-12
Jarkko Hietaniemi
t/comp/opsubs.t
commit
|
commitdiff
|
tree
2007-11-03
Jarkko Hietaniemi
Re: building mod_perl-2.0.3 with Perl 5.10.0 (DEVEL32096)
commit
|
commitdiff
|
tree
2007-10-30
Jarkko Hietaniemi
Re: configure failed in tru64
commit
|
commitdiff
|
tree
2007-09-19
Jarkko Hietaniemi
Re: [PATCH] Cray XT4/Catamount build
commit
|
commitdiff
|
tree
2007-09-17
Jarkko Hietaniemi
Re: [PATCH] Cray XT4/Catamount build
commit
|
commitdiff
|
tree
2007-09-04
Jarkko Hietaniemi
Re: [Fwd: Smoke [5.9.5] 31775 FAIL(m) OSF1 V5.1 (EV6...
commit
|
commitdiff
|
tree
2007-08-30
Jarkko Hietaniemi
misc blead stuff
commit
|
commitdiff
|
tree
2007-06-15
Jarkko Hietaniemi
miscellanea
commit
|
commitdiff
|
tree
2007-06-12
Jarkko Hietaniemi
perltodo: more vtable musings
commit
|
commitdiff
|
tree
2007-06-01
Jarkko Hietaniemi
Configure: O_NONBLOCK test uses fork() and pipe()
commit
|
commitdiff
|
tree
2007-05-29
Jarkko Hietaniemi
perltodo tweak on virtualizing OS/FS access
commit
|
commitdiff
|
tree
2007-05-21
Jarkko Hietaniemi
pp_sys.c: gethostbyaddr
commit
|
commitdiff
|
tree
2007-05-18
Jarkko Hietaniemi
Unicode::UCD: add general category and bidi type interfaces
commit
|
commitdiff
|
tree
2007-05-17
Jarkko Hietaniemi
todos for perl 5.12
commit
|
commitdiff
|
tree
2007-05-16
Jarkko Hietaniemi
Configure (and Makefile.SH): remove ODBM_File early...
commit
|
commitdiff
|
tree
2007-05-16
Jarkko Hietaniemi
DBM_Filter test: use std test preamble
commit
|
commitdiff
|
tree
2007-04-16
Jarkko Hietaniemi
sv.c: %d ne size_t
commit
|
commitdiff
|
tree
2007-04-12
Jarkko Hietaniemi
g++ in Tru64: align sockaddr and sockaddr_in defs
commit
|
commitdiff
|
tree
2007-04-04
Jarkko Hietaniemi
Re: [PATCH] microperl plus missing config vars
commit
|
commitdiff
|
tree
2007-04-01
Jarkko Hietaniemi
Symbian sync
commit
|
commitdiff
|
tree
2007-04-01
Jarkko Hietaniemi
microperl plus missing config vars
commit
|
commitdiff
|
tree
2007-03-30
Jarkko Hietaniemi
cflags.SH: 30327 wasn't portable Bourne (avoid '!:...
commit
|
commitdiff
|
tree
2007-03-27
Jarkko Hietaniemi
stop the cargo cult of (MEM_SIZE)~0
commit
|
commitdiff
|
tree
2007-03-27
Jarkko Hietaniemi
util.c [PATCH] perlhack.pod (Was: Re: threads crashes...
commit
|
commitdiff
|
tree
2007-03-22
Jarkko Hietaniemi
Re: [PATCH] lib/Pod/Html.pm plus a funky UT8-8 regex bug
commit
|
commitdiff
|
tree
2007-03-13
Jarkko Hietaniemi
DB_File with g++ and db v1
commit
|
commitdiff
|
tree
2007-02-20
Jarkko Hietaniemi
regexec.c: S_ stands for static
commit
|
commitdiff
|
tree
2007-02-20
Jarkko Hietaniemi
dump.c: format fixes
commit
|
commitdiff
|
tree
2007-02-19
Jarkko Hietaniemi
blead (honestly :-) g++ with -DPERL_GLOBAL_STRUCT_PRIVATE...
commit
|
commitdiff
|
tree
2007-01-30
Jarkko Hietaniemi
one more iteration on PerlIO_teardown prototype
commit
|
commitdiff
|
tree
2007-01-28
Jarkko Hietaniemi
g++ wants cast
commit
|
commitdiff
|
tree
2007-01-26
Jarkko Hietaniemi
still some Symbian/S90 tweaks
commit
|
commitdiff
|
tree
2007-01-26
Jarkko Hietaniemi
further Symbian/S90 fixes from alexander smishlajev
commit
|
commitdiff
|
tree
2007-01-17
Jarkko Hietaniemi
Re: [PATCH] symbian/xsbuild.pl patching continues
commit
|
commitdiff
|
tree
2007-01-15
Jarkko Hietaniemi
symbian/xsbuild.pl
commit
|
commitdiff
|
tree
2007-01-15
Jarkko Hietaniemi
g++ fixes
commit
|
commitdiff
|
tree
2007-01-15
Jarkko Hietaniemi
Symbian/S90 further fixes
commit
|
commitdiff
|
tree
2007-01-04
Jarkko Hietaniemi
Re: [PATCH] Symbian port: add Series 90 support
commit
|
commitdiff
|
tree
2007-01-03
Jarkko Hietaniemi
Re: g++ unhappy
commit
|
commitdiff
|
tree
2007-01-02
Jarkko Hietaniemi
really should test compile in AIX or something (fixup...
commit
|
commitdiff
|
tree
2007-01-01
Jarkko Hietaniemi
Symbian port: add Series 90 support
commit
|
commitdiff
|
tree
2006-12-31
Jarkko Hietaniemi
smoke signs suppression
commit
|
commitdiff
|
tree
2006-12-18
Jarkko Hietaniemi
Re: [PATCH] do not meddle in the affairs of PERL_TRACK_MEMPOOL
commit
|
commitdiff
|
tree
2006-12-18
Jarkko Hietaniemi
C++: regcomp.c and ext/Time/Piece/Piece.xs
commit
|
commitdiff
|
tree
2006-12-18
Jarkko Hietaniemi
perl.c: leak avoidance
commit
|
commitdiff
|
tree
2006-12-12
Jarkko Hietaniemi
mg.c: #ifdef only the different bits
commit
|
commitdiff
|
tree
2006-12-06
Jarkko Hietaniemi
Re: When should PERL_SYS_TERM() be called? [was: Re...
commit
|
commitdiff
|
tree
2006-12-05
Jarkko Hietaniemi
Re: When should PERL_SYS_TERM() be called? [was: Re...
commit
|
commitdiff
|
tree
next