projects
/
p5sagit/p5-mst-13.2.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
HEAD
⋅ prev ⋅
next
p5sagit/p5-mst-13.2.git
2000-01-09
Gurusamy Sarathy
Configure changes for new-style version numbers (from...
commit
|
commitdiff
|
tree
|
snapshot
2000-01-07
Gurusamy Sarathy
fix for 'make utest' failures (from Ilya Zakharevich)
commit
|
commitdiff
|
tree
|
snapshot
2000-01-07
Gurusamy Sarathy
cygwin update (from Eric Fifer <EFifer@sanwaint.com>)
commit
|
commitdiff
|
tree
|
snapshot
2000-01-07
Gurusamy Sarathy
typo on h2xs.PL (from Helmut Jarausch)
commit
|
commitdiff
|
tree
|
snapshot
2000-01-07
Gurusamy Sarathy
VMS update (from Peter Prymmer <pvhp@forte.com>)
commit
|
commitdiff
|
tree
|
snapshot
2000-01-07
Gurusamy Sarathy
os2/POSIX.mkfifo not needed (from Yitzchak Scott-Thoennes
commit
|
commitdiff
|
tree
|
snapshot
2000-01-06
Gurusamy Sarathy
add workaround for dlopen() bug on OpenBSD (relative...
commit
|
commitdiff
|
tree
|
snapshot
2000-01-06
Gurusamy Sarathy
add undocumented globals for compatibility--find.pl...
commit
|
commitdiff
|
tree
|
snapshot
2000-01-06
Gurusamy Sarathy
fix various C-backend shenanigans
commit
|
commitdiff
|
tree
|
snapshot
2000-01-06
Gurusamy Sarathy
tweak test in change#4757 for Windows
commit
|
commitdiff
|
tree
|
snapshot
2000-01-06
Gurusamy Sarathy
USE_ITHREADS tweak (reused pad values could be SvREADON...
commit
|
commitdiff
|
tree
|
snapshot
2000-01-06
Gurusamy Sarathy
constant ranges could escape bareword check in list...
commit
|
commitdiff
|
tree
|
snapshot
2000-01-05
Ilya Zakharevich
Re: minimal m//g matches appear busted
commit
|
commitdiff
|
tree
|
snapshot
2000-01-05
Gurusamy Sarathy
various nits identified by warnings unmasked by recent...
commit
|
commitdiff
|
tree
|
snapshot
2000-01-05
Gurusamy Sarathy
severe bugs in change#3786 fixed
commit
|
commitdiff
|
tree
|
snapshot
2000-01-05
Gurusamy Sarathy
tweak change#4745 to make ebcdic output match for chars...
commit
|
commitdiff
|
tree
|
snapshot
2000-01-05
Gurusamy Sarathy
cygwin support tweaks (from Eric Fifer <EFifer@sanwaint...
commit
|
commitdiff
|
tree
|
snapshot
2000-01-05
Gurusamy Sarathy
avoid expensive Version_check (from Andreas Koenig)
commit
|
commitdiff
|
tree
|
snapshot
2000-01-05
Andreas König
Reloading File::Copy
commit
|
commitdiff
|
tree
|
snapshot
2000-01-04
Gurusamy Sarathy
s/USE_TEXTMODE_SCRIPTS/PERL_TEXTMODE_SCRIPTS/g
commit
|
commitdiff
|
tree
|
snapshot
2000-01-03
Gurusamy Sarathy
avoid using (custom) autoloader in MakeMaker (from...
commit
|
commitdiff
|
tree
|
snapshot
2000-01-02
Gurusamy Sarathy
make DProf look at $ENV{PERL_DPROF_OUT_FILE_NAME} to...
commit
|
commitdiff
|
tree
|
snapshot
2000-01-02
Gurusamy Sarathy
disable optimization in change#3612 for join() and...
commit
|
commitdiff
|
tree
|
snapshot
2000-01-02
Gurusamy Sarathy
MakeMaker should attempt to "require" rather than ...
commit
|
commitdiff
|
tree
|
snapshot
2000-01-02
Gurusamy Sarathy
fix 4-arg substr() when used as argument to subroutine
commit
|
commitdiff
|
tree
|
snapshot
2000-01-02
Gurusamy Sarathy
usethreads build fixups for NeXTstep (as suggested...
commit
|
commitdiff
|
tree
|
snapshot
2000-01-02
Gurusamy Sarathy
ebcdic fix for Data::Dumper from Peter Prymmer
commit
|
commitdiff
|
tree
|
snapshot
1999-12-31
Gurusamy Sarathy
missing files in previous submit
commit
|
commitdiff
|
tree
|
snapshot
1999-12-31
Gurusamy Sarathy
various Windows build tweaks
commit
|
commitdiff
|
tree
|
snapshot
1999-12-30
Gurusamy Sarathy
change#4705 breaks code that interpolates $], so leave...
commit
|
commitdiff
|
tree
|
snapshot
1999-12-30
Gurusamy Sarathy
avoid CRLF in byteloadable files created by perlcc
commit
|
commitdiff
|
tree
|
snapshot
1999-12-30
Gurusamy Sarathy
leave DATA open in binmode if __END__ line doesn't...
commit
|
commitdiff
|
tree
|
snapshot
1999-12-30
Gurusamy Sarathy
enable the PERL_BINMODE_SCRIPTS behavior by default...
commit
|
commitdiff
|
tree
|
snapshot
1999-12-30
Gurusamy Sarathy
CR-LF support broken for formats
commit
|
commitdiff
|
tree
|
snapshot
1999-12-29
Gurusamy Sarathy
make DProf functional under pseudo-fork()
commit
|
commitdiff
|
tree
|
snapshot
1999-12-29
Gurusamy Sarathy
slurp mode fix in change#2910 wasn't quite right (spott...
commit
|
commitdiff
|
tree
|
snapshot
1999-12-29
Gurusamy Sarathy
re.pm is needed earlier, xsubpp now uses it (spotted...
commit
|
commitdiff
|
tree
|
snapshot
1999-12-28
Gurusamy Sarathy
Windows build tweaks
commit
|
commitdiff
|
tree
|
snapshot
1999-12-28
Gurusamy Sarathy
remove never-taken branch for making getc() operate...
commit
|
commitdiff
|
tree
|
snapshot
1999-12-28
Gurusamy Sarathy
tests for change#4642 and pod fixups suggested by Ralph...
commit
|
commitdiff
|
tree
|
snapshot
1999-12-28
Gurusamy Sarathy
optimize XSUBs to use targets if the -nooptimize xsubpp...
commit
|
commitdiff
|
tree
|
snapshot
1999-12-28
Gurusamy Sarathy
range operator does magical string increment iff both...
commit
|
commitdiff
|
tree
|
snapshot
1999-12-28
Gurusamy Sarathy
Win9x + GCC update from Benjamin Stuhl <sho_pi@hotmail...
commit
|
commitdiff
|
tree
|
snapshot
1999-12-28
Gurusamy Sarathy
typecasts needed
commit
|
commitdiff
|
tree
|
snapshot
1999-12-28
Gurusamy Sarathy
change#4721 needed line number adjustments
commit
|
commitdiff
|
tree
|
snapshot
1999-12-28
Gurusamy Sarathy
integrate utfperl contents into mainline
commit
|
commitdiff
|
tree
|
snapshot
1999-12-28
Gurusamy Sarathy
integrate mainline contents
commit
|
commitdiff
|
tree
|
snapshot
1999-12-28
Gurusamy Sarathy
fix for /(^|a)b/ breakage from Ilya Zakharevich
commit
|
commitdiff
|
tree
|
snapshot
1999-12-28
Gurusamy Sarathy
more ebcdic testsuite fixups (from Peter Prymmer)
commit
|
commitdiff
|
tree
|
snapshot
1999-12-28
Gurusamy Sarathy
avoid "used once" warning
commit
|
commitdiff
|
tree
|
snapshot
1999-12-28
Gurusamy Sarathy
ebcdic tweaks for tests from Peter Prymmer
commit
|
commitdiff
|
tree
|
snapshot
1999-12-28
Gurusamy Sarathy
pod nits from Simon Cozens <simon@brecon.co.uk> and...
commit
|
commitdiff
|
tree
|
snapshot
1999-12-28
Gurusamy Sarathy
perlport v1.45 from Chris Nandor
commit
|
commitdiff
|
tree
|
snapshot
1999-12-28
Gurusamy Sarathy
newer version of constant.pm from Tom Phoenix; added...
commit
|
commitdiff
|
tree
|
snapshot
1999-12-28
Gurusamy Sarathy
cygwin update from Eric Fifer <EFifer@sanwaint.com>
commit
|
commitdiff
|
tree
|
snapshot
1999-12-28
Gurusamy Sarathy
tweak to show up db-linked-with-libpthread-but-not...
commit
|
commitdiff
|
tree
|
snapshot
1999-12-28
Gurusamy Sarathy
better variant of change#4644 (from Andy Dougherty)
commit
|
commitdiff
|
tree
|
snapshot
1999-12-28
Gurusamy Sarathy
be defensive about setting {host,group,pass}cat (from...
commit
|
commitdiff
|
tree
|
snapshot
1999-12-28
Gurusamy Sarathy
$sitelib should be $prefix/lib/perl5/site_perl, as...
commit
|
commitdiff
|
tree
|
snapshot
1999-12-28
Gurusamy Sarathy
avoid creating new files during make install
commit
|
commitdiff
|
tree
|
snapshot
1999-12-28
Gurusamy Sarathy
pod edits from Paul Marquess and Mark-Jason Dominus
commit
|
commitdiff
|
tree
|
snapshot
1999-12-28
Gurusamy Sarathy
miniperl build fixes for os2 (from Yitzchak Scott-Thoennes
commit
|
commitdiff
|
tree
|
snapshot
1999-12-28
Gurusamy Sarathy
partly fix perldiag regressions identified by Tom Chris...
commit
|
commitdiff
|
tree
|
snapshot
1999-12-27
Gurusamy Sarathy
update perldiag for change#4707
commit
|
commitdiff
|
tree
|
snapshot
1999-12-27
Gurusamy Sarathy
allow spaces in -I switch argument
commit
|
commitdiff
|
tree
|
snapshot
1999-12-26
Gurusamy Sarathy
fix typos
commit
|
commitdiff
|
tree
|
snapshot
1999-12-24
Gurusamy Sarathy
support for v5.5.640 style version numbers
commit
|
commitdiff
|
tree
|
snapshot
1999-12-23
Gurusamy Sarathy
bring in basic threads stuff under USE_ITHREADS
commit
|
commitdiff
|
tree
|
snapshot
1999-12-23
Gurusamy Sarathy
integrate mainline contents into utfperl
commit
|
commitdiff
|
tree
|
snapshot
1999-12-20
Gurusamy Sarathy
virtual directory handling broken on paths with trailin...
commit
|
commitdiff
|
tree
|
snapshot
1999-12-20
Gurusamy Sarathy
revert optimization in change#4700 (it appears OPpRUNTI...
commit
|
commitdiff
|
tree
|
snapshot
1999-12-20
Gurusamy Sarathy
avoid pp_regcomp() changing optree at run time under...
commit
|
commitdiff
|
tree
|
snapshot
1999-12-20
Gurusamy Sarathy
pod tweaks
commit
|
commitdiff
|
tree
|
snapshot
1999-12-20
Gurusamy Sarathy
uv_to_utf8() could lose 37th bit on HAS_QUAD platforms
commit
|
commitdiff
|
tree
|
snapshot
1999-12-18
Gurusamy Sarathy
fix from Larry for parsing C<{ 0x1 => 'foo'}> as an
commit
|
commitdiff
|
tree
|
snapshot
1999-12-17
Gurusamy Sarathy
leak in change#4694 spotted by Larry
commit
|
commitdiff
|
tree
|
snapshot
1999-12-17
Gurusamy Sarathy
test case for change#4694
commit
|
commitdiff
|
tree
|
snapshot
1999-12-17
Gurusamy Sarathy
delete() should return the value as is, not a copy...
commit
|
commitdiff
|
tree
|
snapshot
1999-12-17
Gurusamy Sarathy
fix for C<"\nx\taa\n" =~ /^\S\s+aa$/m> (from Ilya Zakha...
commit
|
commitdiff
|
tree
|
snapshot
1999-12-17
Gurusamy Sarathy
credits tweak
commit
|
commitdiff
|
tree
|
snapshot
1999-12-17
Gurusamy Sarathy
DynaLoader doesn't build properly when $(DLSRC) changes
commit
|
commitdiff
|
tree
|
snapshot
1999-12-17
Gurusamy Sarathy
add missing new ops
commit
|
commitdiff
|
tree
|
snapshot
1999-12-17
Gurusamy Sarathy
test harness tweak from Hans Mulder
commit
|
commitdiff
|
tree
|
snapshot
1999-12-17
Gurusamy Sarathy
miniperl build fixes for NeXTstep and cygwin (from...
commit
|
commitdiff
|
tree
|
snapshot
1999-12-17
Helmut Jarausch
applied suggested patch with whitespace adjustments
commit
|
commitdiff
|
tree
|
snapshot
1999-12-17
Gurusamy Sarathy
avoid warnings due to symbols unintroduced by XSLoader...
commit
|
commitdiff
|
tree
|
snapshot
1999-12-17
Gurusamy Sarathy
fix bug when one of the operands is +0E+0 (from Ronald...
commit
|
commitdiff
|
tree
|
snapshot
1999-12-16
Gurusamy Sarathy
spell out how to get 4-digit year (from Micheal G Schwern
commit
|
commitdiff
|
tree
|
snapshot
1999-12-16
Gurusamy Sarathy
type mismatch for %c format argument (spotted by Robin...
commit
|
commitdiff
|
tree
|
snapshot
1999-12-16
Gurusamy Sarathy
mingw32 doesn't have anonymous union (from Benjamin...
commit
|
commitdiff
|
tree
|
snapshot
1999-12-16
Gurusamy Sarathy
missing backslash (spotted by Johan Vromans)
commit
|
commitdiff
|
tree
|
snapshot
1999-12-16
Gurusamy Sarathy
avoid coredump on diagnostics when STDERR is closed
commit
|
commitdiff
|
tree
|
snapshot
1999-12-12
Gurusamy Sarathy
integrate mainline changes
commit
|
commitdiff
|
tree
|
snapshot
1999-12-10
Gurusamy Sarathy
interpreter structure should be nulled under -DMULTIPLICITY
commit
|
commitdiff
|
tree
|
snapshot
1999-12-09
Gurusamy Sarathy
update Changes
commit
|
commitdiff
|
tree
|
snapshot
1999-12-09
Gurusamy Sarathy
fix File::Find testsuite bugs in symlink-less places
commit
|
commitdiff
|
tree
|
snapshot
1999-12-09
Gurusamy Sarathy
USE_ITHREADS tweaks and notes
commit
|
commitdiff
|
tree
|
snapshot
1999-12-09
Gurusamy Sarathy
allow new style sort subs to work under usethreads
commit
|
commitdiff
|
tree
|
snapshot
1999-12-09
Gurusamy Sarathy
document compatibility issue with literal list slices...
commit
|
commitdiff
|
tree
|
snapshot
1999-12-09
Gurusamy Sarathy
avoid mismatched expectation <-> int types for C++...
commit
|
commitdiff
|
tree
|
snapshot
next