projects
/
platform
/
upstream
/
perl.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
platform/upstream/perl.git
2005-07-22
Steve Hay
Add missing entries to win32/config.*
commit
|
commitdiff
|
tree
|
snapshot
2005-07-22
Michael G Schwern
[perl #36612] [PATCH] Misleading shift docs about ...
commit
|
commitdiff
|
tree
|
snapshot
2005-07-22
Steve Hay
Tidy up options / defines output from makedef.pl
commit
|
commitdiff
|
tree
|
snapshot
2005-07-22
Steve Hay
Silence Win32 warnings when not using USE_LARGE_FILES
commit
|
commitdiff
|
tree
|
snapshot
2005-07-21
H.Merijn Brand
I *DO* have AIX, and extending #25209 like this make...
commit
|
commitdiff
|
tree
|
snapshot
2005-07-21
Steve Hay
Make makedef.pl read "miniperl -V" on Win32
commit
|
commitdiff
|
tree
|
snapshot
2005-07-21
Steve Hay
Make the canned config.h files used on Win32 more minimal
commit
|
commitdiff
|
tree
|
snapshot
2005-07-21
Jarkko Hietaniemi
Re: [PATCH] support POSIX SA_SIGINFO
commit
|
commitdiff
|
tree
|
snapshot
2005-07-21
Steve Hay
Rearrange win32/config_H.* to match config_h.SH
commit
|
commitdiff
|
tree
|
snapshot
2005-07-21
Paul Marquess
Compress::Zlib 1.35
commit
|
commitdiff
|
tree
|
snapshot
2005-07-20
Rafael Garcia...
Remove :base_io from the set of default "safe" opcodes.
commit
|
commitdiff
|
tree
|
snapshot
2005-07-20
Steve Hay
Fix definition of Perl_sighandler following change...
commit
|
commitdiff
|
tree
|
snapshot
2005-07-20
Steve Peters
Convert t/op/vec.t to test.pl
commit
|
commitdiff
|
tree
|
snapshot
2005-07-20
Steve Hay
Silence Win32 compiler warning (signed/unsigned mismatch)
commit
|
commitdiff
|
tree
|
snapshot
2005-07-20
Jarkko Hietaniemi
support POSIX SA_SIGINFO
commit
|
commitdiff
|
tree
|
snapshot
2005-07-20
Steve Hay
Silence warnings about NSIG redefinition on Win32
commit
|
commitdiff
|
tree
|
snapshot
2005-07-20
Rafael Garcia...
Remove obsolete error messages
commit
|
commitdiff
|
tree
|
snapshot
2005-07-20
Rafael Garcia...
croak() accepts Nullch as a parameter.
commit
|
commitdiff
|
tree
|
snapshot
2005-07-20
Steve Hay
Fix Newz() backwards-compatibility macro
commit
|
commitdiff
|
tree
|
snapshot
2005-07-20
Rafael Garcia...
Remove :unique attribute from Config.pm,
commit
|
commitdiff
|
tree
|
snapshot
2005-07-20
Tassilo von...
lvalue-subs returning elements of tied hashes/arrays
commit
|
commitdiff
|
tree
|
snapshot
2005-07-20
Steve Hay
Exit test script (if we're going to) *before* declaring...
commit
|
commitdiff
|
tree
|
snapshot
2005-07-20
Robin Barker
RE: rebuilding lib/Config*
commit
|
commitdiff
|
tree
|
snapshot
2005-07-20
Jarkko Hietaniemi
move NSIG logic
commit
|
commitdiff
|
tree
|
snapshot
2005-07-19
Nicholas Clark
C<use Foo;> inside Foo.pm considered a "bad...
commit
|
commitdiff
|
tree
|
snapshot
2005-07-19
Nicholas Clark
C<use Foo;> inside Foo.pm considered a "bad thing"
commit
|
commitdiff
|
tree
|
snapshot
2005-07-19
Nicholas Clark
XS constants fail when their value is called for, not...
commit
|
commitdiff
|
tree
|
snapshot
2005-07-19
Rafael Garcia...
Extend the the "our variable redeclared" warning to...
commit
|
commitdiff
|
tree
|
snapshot
2005-07-19
Steve Hay
Fix test following change #25181
commit
|
commitdiff
|
tree
|
snapshot
2005-07-19
Jarkko Hietaniemi
allow POSIX SIGRTMIN...SIGRTMAX signals (and plug a...
commit
|
commitdiff
|
tree
|
snapshot
2005-07-19
Rafael Garcia...
Fix strict test to go with the precedent warning change
commit
|
commitdiff
|
tree
|
snapshot
2005-07-19
Earl Hood
[perl #36526] Incorrect (X)HTML generated by Pod::Html
commit
|
commitdiff
|
tree
|
snapshot
2005-07-19
Rafael Garcia...
Silence new (expected) warnings
commit
|
commitdiff
|
tree
|
snapshot
2005-07-19
Rafael Garcia...
Overhaul the semantics of the warning
commit
|
commitdiff
|
tree
|
snapshot
2005-07-19
Steve Peters
Final (hopefully) fix for fchdir
commit
|
commitdiff
|
tree
|
snapshot
2005-07-19
Piotr Fusik
Re: [PATCH] Faster **
commit
|
commitdiff
|
tree
|
snapshot
2005-07-19
Dave Mitchell
the "local @foo with $#foo" tests are no longer TODO
commit
|
commitdiff
|
tree
|
snapshot
2005-07-18
Rafael Garcia...
Re: [PATCH] RE: blead: no longer supports %vd format
commit
|
commitdiff
|
tree
|
snapshot
2005-07-18
Campo Weijerman
Re: AIX 5.2 localtime bug attack
commit
|
commitdiff
|
tree
|
snapshot
2005-07-18
Andy Lester
The continuing plod through embed.fnc
commit
|
commitdiff
|
tree
|
snapshot
2005-07-18
Robin Barker
RE: blead: no longer supports %vd format
commit
|
commitdiff
|
tree
|
snapshot
2005-07-18
H.Merijn Brand
tests are expected to fail if dirfd () does not exist
commit
|
commitdiff
|
tree
|
snapshot
2005-07-18
H.Merijn Brand
1. Typo detected by Schwern (#25151)
commit
|
commitdiff
|
tree
|
snapshot
2005-07-18
Steve Hay
Silence compiler warning following change 25157
commit
|
commitdiff
|
tree
|
snapshot
2005-07-18
Rick Delaney
Re: [perl #27028] /$/ not honouring /m in some cases
commit
|
commitdiff
|
tree
|
snapshot
2005-07-18
SADAHIRO Tomoyuki
perlop: why \c\ cannot be placed just before the termin...
commit
|
commitdiff
|
tree
|
snapshot
2005-07-18
Michael G....
Re: Why does our() cross packages? (PATCH)
commit
|
commitdiff
|
tree
|
snapshot
2005-07-18
Dave Mitchell
perl -Dstv -e'... for min..max' displayed wrong stack...
commit
|
commitdiff
|
tree
|
snapshot
2005-07-17
Dave Mitchell
delete a non-fucntioning chown in stat.t: it didn't...
commit
|
commitdiff
|
tree
|
snapshot
2005-07-17
Dave Mitchell
[perl #9720] document what can be assigned to a shared...
commit
|
commitdiff
|
tree
|
snapshot
2005-07-17
Dave Mitchell
$SIG{__WARN__} = sub { goto &foo } could recurse infinitely
commit
|
commitdiff
|
tree
|
snapshot
2005-07-17
Dave Mitchell
change #25129 was overzealous in delaying the call...
commit
|
commitdiff
|
tree
|
snapshot
2005-07-16
SADAHIRO Tomoyuki
Re: [perl #36569] chop fails on decoded string with...
commit
|
commitdiff
|
tree
|
snapshot
2005-07-16
Gisle Aas
Re: fchmod, fchown, fchdir
commit
|
commitdiff
|
tree
|
snapshot
2005-07-15
Andy Lester
more embed cleanup
commit
|
commitdiff
|
tree
|
snapshot
2005-07-15
Michael G Schwern
[perl #36514] Add curl support to CPAN.pm
commit
|
commitdiff
|
tree
|
snapshot
2005-07-15
Steve Hay
Re: [PATCH blead] Re: [perl #3269] no warnings "foo...
commit
|
commitdiff
|
tree
|
snapshot
2005-07-15
Steve Hay
Fix static extensions when building with nmake on Win32
commit
|
commitdiff
|
tree
|
snapshot
2005-07-15
Michael G Schwern
[perl #7840] Hash Behaviour differs v5.6.0 to v5.6.1
commit
|
commitdiff
|
tree
|
snapshot
2005-07-15
Michael G Schwern
[perl #36538] perlfunc/our contradicts itself
commit
|
commitdiff
|
tree
|
snapshot
2005-07-15
Michael G Schwern
[perl #24691] leading spaces on cpan configuration...
commit
|
commitdiff
|
tree
|
snapshot
2005-07-15
Michael G....
Re: [PATCH] was Re: perldoc segfaulting in XS_UNIVERSAL...
commit
|
commitdiff
|
tree
|
snapshot
2005-07-15
Matt Sergeant
Missing tie() call in NDBM_File SYNOPSIS
commit
|
commitdiff
|
tree
|
snapshot
2005-07-15
Gisle Aas
Typo in t/op/stat.t
commit
|
commitdiff
|
tree
|
snapshot
2005-07-14
Michael G....
Re: [perl #36507] File::Copy::copy($foo, $foo) dies
commit
|
commitdiff
|
tree
|
snapshot
2005-07-14
Michael G Schwern
[perl #5634] CPAN.pm v1.59 chdirs before looking for...
commit
|
commitdiff
|
tree
|
snapshot
2005-07-13
John Peacock
was Re: perldoc segfaulting in XS_UNIVERSAL_VERSION
commit
|
commitdiff
|
tree
|
snapshot
2005-07-13
Steve Peters
[perl #9565] [PATCH] /op/groups.t bug
commit
|
commitdiff
|
tree
|
snapshot
2005-07-13
Steve Peters
Re: Smoke [5.9.3] 25093 FAIL(F) openbsd 3.7 (macppc...
commit
|
commitdiff
|
tree
|
snapshot
2005-07-13
Andy Lester
More embed.fnc plowing
commit
|
commitdiff
|
tree
|
snapshot
2005-07-13
Robin Barker
Error in earlier patch in sv.c
commit
|
commitdiff
|
tree
|
snapshot
2005-07-13
Steve Hay
Make -V "Compile-time options" list everything used...
commit
|
commitdiff
|
tree
|
snapshot
2005-07-13
David Manura
Re: [perl #25157] [PATCH] Text-Balanced extract_quoteli...
commit
|
commitdiff
|
tree
|
snapshot
2005-07-13
Tels
#2 try at Text::Balanced patch and maintainership
commit
|
commitdiff
|
tree
|
snapshot
2005-07-13
Michael G Schwern
[perl #28385] minor bug in cpan -- the i command does...
commit
|
commitdiff
|
tree
|
snapshot
2005-07-13
Michael G Schwern
[perl #24275] CPAN shell - online help not clear
commit
|
commitdiff
|
tree
|
snapshot
2005-07-13
Michael G....
Re: Documentation error in IO::Socket
commit
|
commitdiff
|
tree
|
snapshot
2005-07-13
Michael G Schwern
[perl #6749] Perl debugger outputs ctrl-\ wrongly
commit
|
commitdiff
|
tree
|
snapshot
2005-07-13
Dave Mitchell
make the expensive ckWARN() be called as late as possible
commit
|
commitdiff
|
tree
|
snapshot
2005-07-12
Jarkko Hietaniemi
Make PERL_MEM_LOG more portable.
commit
|
commitdiff
|
tree
|
snapshot
2005-07-12
Dave Mitchell
S_pad_findlex has side effects, so its return value...
commit
|
commitdiff
|
tree
|
snapshot
2005-07-12
Dave Mitchell
get_?v have side effects, so their return values may...
commit
|
commitdiff
|
tree
|
snapshot
2005-07-12
Michael G Schwern
[perl #24119] CPAN.pm error in Win32: uses rename(...
commit
|
commitdiff
|
tree
|
snapshot
2005-07-12
Michael G Schwern
[perl #17487] ncftp only handles http
commit
|
commitdiff
|
tree
|
snapshot
2005-07-12
Steve Hay
Re: Scalar leaked in 'local $0' under ithreads + taint...
commit
|
commitdiff
|
tree
|
snapshot
2005-07-12
Michael G Schwern
[perl #36502] File::Copy::mv fails to replicate behavio...
commit
|
commitdiff
|
tree
|
snapshot
2005-07-12
Michael G....
Cleanup File::Copy tests
commit
|
commitdiff
|
tree
|
snapshot
2005-07-12
Michael G....
Re: [perl #36502] File::Copy::mv fails to replicate...
commit
|
commitdiff
|
tree
|
snapshot
2005-07-12
Steve Hay
Missed a New() -> Newx().
commit
|
commitdiff
|
tree
|
snapshot
2005-07-12
Steve Hay
Hack out -DL documentation from perldebuguts.pod
commit
|
commitdiff
|
tree
|
snapshot
2005-07-12
Steve Hay
Fix worrying typo in handy.h :-s
commit
|
commitdiff
|
tree
|
snapshot
2005-07-12
Steve Hay
Change New*() to Newx*() in various comments and docume...
commit
|
commitdiff
|
tree
|
snapshot
2005-07-12
Jim Cromie
[patch: handy.c] update Newx API pod to mention PERL_M...
commit
|
commitdiff
|
tree
|
snapshot
2005-07-12
Michael G....
Understand "ok" with no number
commit
|
commitdiff
|
tree
|
snapshot
2005-07-11
Jim Cromie
[patch: sv.c] reuse new_body_inline in Perl_new_body
commit
|
commitdiff
|
tree
|
snapshot
2005-07-11
Piotr Fusik
perlfunc.pod
commit
|
commitdiff
|
tree
|
snapshot
2005-07-11
Steve Hay
[patch hv.h doc] HvNAME
commit
|
commitdiff
|
tree
|
snapshot
2005-07-10
Dave Mitchell
no code before declarations!
commit
|
commitdiff
|
tree
|
snapshot
2005-07-10
Jarkko Hietaniemi
yet another way of debugging memory allocations
commit
|
commitdiff
|
tree
|
snapshot
2005-07-10
Dave Mitchell
run regen.pl
commit
|
commitdiff
|
tree
|
snapshot
next