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
remove doubled hunk from integration
1998-10-28
Gurusamy Sarathy
remove doubled hunk from integration
commit
|
commitdiff
|
tree
1998-10-28
Ilya Zakharevich
Minor debugger tweaks
commit
|
commitdiff
|
tree
1998-10-28
Ilya Zakharevich
Make sort respect overloading
commit
|
commitdiff
|
tree
1998-10-28
Gurusamy Sarathy
MM patches from Ilya Zakharevich
commit
|
commitdiff
|
tree
1998-10-28
Gurusamy Sarathy
add explicit references to perl source path in ld2...
commit
|
commitdiff
|
tree
1998-10-28
Andy Dougherty
Re: Problems with: Creating an installable tar archive
commit
|
commitdiff
|
tree
1998-10-28
Gurusamy Sarathy
integrate cfgperl into mainline
commit
|
commitdiff
|
tree
1998-10-28
Gurusamy Sarathy
minor cleanup
commit
|
commitdiff
|
tree
1998-10-28
Gurusamy Sarathy
smarter C<$SIG{FOO} = BAREWORD;> warning
commit
|
commitdiff
|
tree
1998-10-26
Gurusamy Sarathy
various win32 tweaks; disable new xs_cpp section (it...
commit
|
commitdiff
|
tree
1998-10-26
Gurusamy Sarathy
sanity-check $Config{drand01} in rand.t
commit
|
commitdiff
|
tree
1998-10-25
Gurusamy Sarathy
update win32/config*.?c
commit
|
commitdiff
|
tree
1998-10-25
Graham Barr
Re: die with a reference should use overload "" operator
commit
|
commitdiff
|
tree
1998-10-25
Graham Barr
Re: Auto-incrementing tied scalar causes SEGV
commit
|
commitdiff
|
tree
1998-10-25
Gurusamy Sarathy
fix C<print $n += 5;> etc.
commit
|
commitdiff
|
tree
1998-10-25
Jarkko Hietaniemi
list builtins with portability caveats
commit
|
commitdiff
|
tree
1998-10-25
Gurusamy Sarathy
fix stack overrun in file test operators
commit
|
commitdiff
|
tree
1998-10-25
Vishal Bhatia
implement C<goto &func> and other fixes (via private...
commit
|
commitdiff
|
tree
1998-10-25
Graham Barr
Re: taint checking for: use lib "$ENV{'EVIL'}"
commit
|
commitdiff
|
tree
1998-10-25
Gurusamy Sarathy
avoid bogus line number in XSUB redefined warnings
commit
|
commitdiff
|
tree
1998-10-25
Martijn Koster
File::Path::mkpath reports the wrong error
commit
|
commitdiff
|
tree
1998-10-25
Zachary Miller
Exporter.pm's export_to_level() argument handling buggy
commit
|
commitdiff
|
tree
1998-10-25
Jan Dubois
Make _really_ sure Dynaloader.xs code is initialized...
commit
|
commitdiff
|
tree
1998-10-25
Jan Dubois
recognize '%' as a shell metachar for win32
commit
|
commitdiff
|
tree
1998-10-25
Gurusamy Sarathy
remove FAST_SV_GETS remnant (as suggested by Gisle...
commit
|
commitdiff
|
tree
1998-10-25
Gisle Aas
ord() and unpack("U*",...) should not be negative
commit
|
commitdiff
|
tree
1998-10-25
Ilya Zakharevich
Improve sbrk() on OS/2
commit
|
commitdiff
|
tree
1998-10-25
Ilya Zakharevich
Speed up aassign
commit
|
commitdiff
|
tree
1998-10-25
Graham Barr
Re: '*' prototype does not allow bareword with strict
commit
|
commitdiff
|
tree
1998-10-25
Graham Barr
handle '::' in section names properly
commit
|
commitdiff
|
tree
1998-10-25
Gurusamy Sarathy
integrate changes#1982,2014,2021 (from maint-5.005)
commit
|
commitdiff
|
tree
1998-10-25
Gurusamy Sarathy
allow more win32 symbol exports (suggested by Jan Dubois)
commit
|
commitdiff
|
tree
1998-10-25
Gurusamy Sarathy
integrate change#2053 from maint-5.005
commit
|
commitdiff
|
tree
1998-10-25
Jarkko Hietaniemi
commented version of a patch suggested by Drago Goricanec
commit
|
commitdiff
|
tree
1998-10-25
Anton Berezin
include eof() in description of buffering caveats
commit
|
commitdiff
|
tree
1998-10-25
Gisle Aas
disallow 'x' in hex numbers (except leading '0x')
commit
|
commitdiff
|
tree
1998-10-25
Gurusamy Sarathy
avoid the circular refcnt logic in magic_mutexfree()
commit
|
commitdiff
|
tree
1998-10-25
Gurusamy Sarathy
properly restore PL_rsfp_filters after require
commit
|
commitdiff
|
tree
1998-10-25
Gurusamy Sarathy
integrate cfgperl changes back into mainline
commit
|
commitdiff
|
tree
1998-10-25
Gurusamy Sarathy
avoid "mysterious" compile-time failures without messages
commit
|
commitdiff
|
tree
1998-10-21
Gurusamy Sarathy
fix handling of mayhaps-extended @_ in goto &sub
commit
|
commitdiff
|
tree
1998-10-21
Gurusamy Sarathy
restore sanity to "constant" references
commit
|
commitdiff
|
tree
1998-10-17
Gurusamy Sarathy
silence -w noises (suggested by Greg Bacon)
commit
|
commitdiff
|
tree
1998-10-17
Gisle Aas
Re: chr(0xFFFF_FFFF) and "\x{10_FFFF}" [PATCH 5.005_52]
commit
|
commitdiff
|
tree
1998-10-17
Gisle Aas
Core dump from "Missing right brace on \x{}"
commit
|
commitdiff
|
tree
1998-10-17
Gisle Aas
utf8 substr can access memory outside PVX buffer
commit
|
commitdiff
|
tree
1998-10-17
Hans Mulder
Doc patch to VMS::Stdio module
commit
|
commitdiff
|
tree
1998-10-17
Gurusamy Sarathy
skip readonly vars and unref references when doing...
commit
|
commitdiff
|
tree
1998-10-17
Gisle Aas
fix buggy treatment of large checksums on unicode strings
commit
|
commitdiff
|
tree
1998-10-17
Ilya Zakharevich
Memory overrun in os2.c
commit
|
commitdiff
|
tree
1998-10-17
Gurusamy Sarathy
clarify section name rules for typemaps
commit
|
commitdiff
|
tree
1998-10-17
Gurusamy Sarathy
whitespace-proof grent.t
commit
|
commitdiff
|
tree
1998-10-17
Vishal Bhatia
fix bug in B::CC::pp_sassign()
commit
|
commitdiff
|
tree
1998-10-17
Gisle Aas
applied suggested patch with small doc tweak
commit
|
commitdiff
|
tree
1998-10-17
Jan Dubois
apply non-conflicting parts from suggested patch
commit
|
commitdiff
|
tree
1998-10-17
Gurusamy Sarathy
provide option to enable optimization with VC (suggested...
commit
|
commitdiff
|
tree
1998-10-17
Gurusamy Sarathy
Rhapsody DR2 has bsd/ctypes.h, not objc/NXCType.h ...
commit
|
commitdiff
|
tree
1998-10-17
Gurusamy Sarathy
stray typo found by Hugo van der Sanden
commit
|
commitdiff
|
tree
1998-10-17
Daniel Grisinger
perldoc pod update
commit
|
commitdiff
|
tree
1998-10-17
Gurusamy Sarathy
qualify names of builtins
commit
|
commitdiff
|
tree
1998-10-16
Gurusamy Sarathy
integrate cfgperl mods into mainline
commit
|
commitdiff
|
tree
1998-10-16
Gurusamy Sarathy
stray tweak
commit
|
commitdiff
|
tree
1998-10-15
Gurusamy Sarathy
propagate typeness of lexicals while cloning them
commit
|
commitdiff
|
tree
1998-10-15
Gurusamy Sarathy
s/last/first/ typo in append_list()
commit
|
commitdiff
|
tree
1998-10-15
Gurusamy Sarathy
check in all confperl changes as of change#1964 into...
commit
|
commitdiff
|
tree
1998-10-15
Gurusamy Sarathy
integrate mainline to get tr.t
commit
|
commitdiff
|
tree
1998-10-15
Gurusamy Sarathy
add missing tr.t to repository
commit
|
commitdiff
|
tree
1998-10-15
Gurusamy Sarathy
create cfgperl branch
commit
|
commitdiff
|
tree
1998-10-15
Gurusamy Sarathy
correct bugs exposed in MM_Unix.pm by commenting out...
commit
|
commitdiff
|
tree
1998-10-15
Gurusamy Sarathy
tweak to make fix in change#1944 behave correctly for...
commit
|
commitdiff
|
tree
1998-10-14
Gurusamy Sarathy
use better numbers for exitstatus test
commit
|
commitdiff
|
tree
1998-10-14
Gurusamy Sarathy
two typos
commit
|
commitdiff
|
tree
1998-10-14
Gurusamy Sarathy
let docatch() pass the buck when restartop turns out...
commit
|
commitdiff
|
tree
1998-10-13
Gurusamy Sarathy
add missing file from change#1943
commit
|
commitdiff
|
tree
1998-10-13
Gurusamy Sarathy
defer "deep recursion" warnings until CXt_SUB context...
commit
|
commitdiff
|
tree
1998-10-13
Gurusamy Sarathy
change#1614 merely disabled earlier fix (doh!); undo...
commit
|
commitdiff
|
tree
1998-10-13
Gurusamy Sarathy
ensure recursive attempts to findlex()icals know enough...
commit
|
commitdiff
|
tree
1998-10-13
Gurusamy Sarathy
force copy of substrings when matching against temporaries
commit
|
commitdiff
|
tree
1998-10-13
Gurusamy Sarathy
don't longjmp() in pp_goto() (regressive bug from old...
commit
|
commitdiff
|
tree
1998-10-06
Gurusamy Sarathy
fix $/ init for USE_THREADS
commit
|
commitdiff
|
tree
1998-10-06
Gurusamy Sarathy
fix globals caught by change#1927; builds and tests...
commit
|
commitdiff
|
tree
1998-10-06
Gurusamy Sarathy
add test for previous fix
commit
|
commitdiff
|
tree
1998-10-06
Gurusamy Sarathy
fix USE_THREADS coredump due to uninitialized PL_hv_fetch_ent_mh
commit
|
commitdiff
|
tree
1998-10-06
Gurusamy Sarathy
undo bogus part of change#1903 (as pointed out by Larry)
commit
|
commitdiff
|
tree
1998-10-06
Jan Dubois
added tweaked version of suggested patch
commit
|
commitdiff
|
tree
1998-10-06
Hugo van der Sanden
use cpp symbols instead of hardwired constants
commit
|
commitdiff
|
tree
1998-10-06
Ilya Zakharevich
Cumulative OS/2-related patch
commit
|
commitdiff
|
tree
1998-10-06
Ilya Zakharevich
Minor test improvement
commit
|
commitdiff
|
tree
1998-10-06
Ilya Zakharevich
emacs/ptags inprovements
commit
|
commitdiff
|
tree
1998-10-06
Gurusamy Sarathy
disable C<#define dirty PL_dirty> et al.
commit
|
commitdiff
|
tree
1998-10-06
Mark-Jason Dominus
PATCH: perldoc -f does not locate -e, -r, -x, etc.
commit
|
commitdiff
|
tree
1998-10-06
Gurusamy Sarathy
disable USE_THREADS when PERL_OBJECT is enabled
commit
|
commitdiff
|
tree
1998-10-06
Gurusamy Sarathy
remove spurious unused conflicting globals (PL_yy{v...
commit
|
commitdiff
|
tree
1998-10-03
Gurusamy Sarathy
make C<use> recognize C<require> overrides; allow C...
commit
|
commitdiff
|
tree
1998-10-03
Gurusamy Sarathy
suppress manifypods leak in extensions
commit
|
commitdiff
|
tree
1998-10-02
Gurusamy Sarathy
os390 fixes (suggested by Peter Prymmer)
commit
|
commitdiff
|
tree
1998-10-02
Hugo van der Sanden
squelch undef warnings
commit
|
commitdiff
|
tree
1998-10-02
Gurusamy Sarathy
add note to INSTALL about ANSI C
commit
|
commitdiff
|
tree
1998-10-02
Jan Dubois
tolerate spaces when fixing up __cplusplus output by...
commit
|
commitdiff
|
tree
1998-10-02
Jarkko Hietaniemi
Re: Configure test for selectbits busted
commit
|
commitdiff
|
tree
next