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-26
Gurusamy Sarathy
fix parse failure of (my $foo : bar) and similar (from...
commit
|
commitdiff
|
tree
|
snapshot
2000-01-26
Gurusamy Sarathy
avoid failure if directories already read by rmtree...
commit
|
commitdiff
|
tree
|
snapshot
2000-01-25
Gurusamy Sarathy
typo in change#4892
commit
|
commitdiff
|
tree
|
snapshot
2000-01-25
Gurusamy Sarathy
eliminate need for perl95.exe on Windows 9x by working...
commit
|
commitdiff
|
tree
|
snapshot
2000-01-25
Gurusamy Sarathy
produce redeclaration warning on C<our $foo; { our...
commit
|
commitdiff
|
tree
|
snapshot
2000-01-25
Gurusamy Sarathy
update Makefile notes on the now deprecated USE_5005THR...
commit
|
commitdiff
|
tree
|
snapshot
2000-01-25
Gurusamy Sarathy
consistently use MAX_PATH+1 buffer sizes
commit
|
commitdiff
|
tree
|
snapshot
2000-01-25
Gurusamy Sarathy
workaround for rename('x','X') bug in Windows NT
commit
|
commitdiff
|
tree
|
snapshot
2000-01-25
Gurusamy Sarathy
windows build fixups from uniform DLL name change to...
commit
|
commitdiff
|
tree
|
snapshot
2000-01-25
Gurusamy Sarathy
more fixes for warnings from change#4840
commit
|
commitdiff
|
tree
|
snapshot
2000-01-24
Gurusamy Sarathy
assorted little nits
commit
|
commitdiff
|
tree
|
snapshot
2000-01-24
Gurusamy Sarathy
add new warnings to perldelta
commit
|
commitdiff
|
tree
|
snapshot
2000-01-24
Gurusamy Sarathy
force linkage of the function wrappers for globals...
commit
|
commitdiff
|
tree
|
snapshot
2000-01-24
Gurusamy Sarathy
enable function wrappers for access to globals under...
commit
|
commitdiff
|
tree
|
snapshot
2000-01-24
Gurusamy Sarathy
fix typos; avoid use constant for lowercase constants...
commit
|
commitdiff
|
tree
|
snapshot
2000-01-24
Gurusamy Sarathy
avoid warnings when there's no subs to autosplit
commit
|
commitdiff
|
tree
|
snapshot
2000-01-24
Gurusamy Sarathy
typos in change#4623
commit
|
commitdiff
|
tree
|
snapshot
2000-01-23
Gurusamy Sarathy
on windows, set seek position to end for files opened...
commit
|
commitdiff
|
tree
|
snapshot
2000-01-23
Gurusamy Sarathy
change#4866 was flawed; revert and add better fix for...
commit
|
commitdiff
|
tree
|
snapshot
2000-01-23
Gurusamy Sarathy
optimize away runtime code for our($foo) (also avoid...
commit
|
commitdiff
|
tree
|
snapshot
2000-01-23
Gurusamy Sarathy
DB_File 1.72 update from Paul Marquess <paul.marquess...
commit
|
commitdiff
|
tree
|
snapshot
2000-01-23
Gurusamy Sarathy
system('VAR123=foo cmd') wasn't invoking shell (de...
commit
|
commitdiff
|
tree
|
snapshot
2000-01-23
Gurusamy Sarathy
fix misclassified warnings
commit
|
commitdiff
|
tree
|
snapshot
2000-01-23
Gurusamy Sarathy
document bareword prototype incompatibility
commit
|
commitdiff
|
tree
|
snapshot
2000-01-23
Gurusamy Sarathy
faulty edit
commit
|
commitdiff
|
tree
|
snapshot
2000-01-23
Gurusamy Sarathy
s/use vars/our/g modules that aren't independently...
commit
|
commitdiff
|
tree
|
snapshot
2000-01-23
Gurusamy Sarathy
fix diagnostics to report "our" vs "my" correctly
commit
|
commitdiff
|
tree
|
snapshot
2000-01-23
Gurusamy Sarathy
set api_version to 5.5.0 (binary compatibility needs...
commit
|
commitdiff
|
tree
|
snapshot
2000-01-23
Gurusamy Sarathy
disallow our($foo::bar)
commit
|
commitdiff
|
tree
|
snapshot
2000-01-23
Gurusamy Sarathy
dprofpp can't find Devel::DProf::VERSION due to change...
commit
|
commitdiff
|
tree
|
snapshot
2000-01-23
Gurusamy Sarathy
new test (from Michael G Schwern <schwern@pobox.com>)
commit
|
commitdiff
|
tree
|
snapshot
2000-01-23
Gurusamy Sarathy
add PREREQ_PM to default template (suggested by Michael...
commit
|
commitdiff
|
tree
|
snapshot
2000-01-23
Gurusamy Sarathy
cygwin update (from Eric Fifer <EFifer@sanwaint.com>)
commit
|
commitdiff
|
tree
|
snapshot
2000-01-23
Gurusamy Sarathy
mark some extensions as "special versions" to avoid...
commit
|
commitdiff
|
tree
|
snapshot
2000-01-23
Gurusamy Sarathy
prefer POSIX::uname() rather than syscalls, which requi...
commit
|
commitdiff
|
tree
|
snapshot
2000-01-23
Gurusamy Sarathy
integrate cfgperl contents into mainline
commit
|
commitdiff
|
tree
|
snapshot
2000-01-23
Gurusamy Sarathy
fix localization in while BLOCK when there is a continu...
commit
|
commitdiff
|
tree
|
snapshot
2000-01-23
Gurusamy Sarathy
fix scope cleanup when next jumps to a continue block...
commit
|
commitdiff
|
tree
|
snapshot
2000-01-23
Gurusamy Sarathy
don't warn about masked lexical in C<if (my $x = 1...
commit
|
commitdiff
|
tree
|
snapshot
2000-01-23
Gurusamy Sarathy
avoid warnings in change#4839
commit
|
commitdiff
|
tree
|
snapshot
2000-01-22
Gurusamy Sarathy
Configure typos (from Ray Phillips <r.phillips@mailbox...
commit
|
commitdiff
|
tree
|
snapshot
2000-01-22
Gurusamy Sarathy
wrong category for exec() warning
commit
|
commitdiff
|
tree
|
snapshot
2000-01-22
Gurusamy Sarathy
fix line continuations in argument lists (from Helmut...
commit
|
commitdiff
|
tree
|
snapshot
2000-01-22
Gurusamy Sarathy
CGI.pm upgraded to v2.56 from CPAN
commit
|
commitdiff
|
tree
|
snapshot
2000-01-22
Gurusamy Sarathy
avoid warnings due to lack of forward declarations
commit
|
commitdiff
|
tree
|
snapshot
2000-01-22
Gurusamy Sarathy
heavy cleanup of Pod::Html bug fixes (from Wolfgang...
commit
|
commitdiff
|
tree
|
snapshot
2000-01-22
Gurusamy Sarathy
better Carp reporting within subclassed modules (from...
commit
|
commitdiff
|
tree
|
snapshot
2000-01-22
Gurusamy Sarathy
truncate(FH) flushes FH before truncating it
commit
|
commitdiff
|
tree
|
snapshot
2000-01-22
Gurusamy Sarathy
#line directives without a filename leave the file...
commit
|
commitdiff
|
tree
|
snapshot
2000-01-22
Gurusamy Sarathy
add patch for printf-style format typechecks (from...
commit
|
commitdiff
|
tree
|
snapshot
2000-01-22
John Tobey
[ID 19991216.006] [PATCH 5.005_63] Reloading modules...
commit
|
commitdiff
|
tree
|
snapshot
2000-01-22
Gurusamy Sarathy
fix deeply nested closures that have no references...
commit
|
commitdiff
|
tree
|
snapshot
2000-01-21
Gurusamy Sarathy
add $VERSION
commit
|
commitdiff
|
tree
|
snapshot
2000-01-21
Gurusamy Sarathy
fix bug in dumping self-referential scalars
commit
|
commitdiff
|
tree
|
snapshot
2000-01-21
Jarkko Hietaniemi
Integrate with Sarathy.
commit
|
commitdiff
|
tree
|
snapshot
2000-01-21
Gurusamy Sarathy
patch to report warnings on bogus filehandles passed...
commit
|
commitdiff
|
tree
|
snapshot
2000-01-21
Gurusamy Sarathy
typo fix
commit
|
commitdiff
|
tree
|
snapshot
2000-01-21
Gurusamy Sarathy
notes about $^H and %^H from Ilya Zakharevich; substantial
commit
|
commitdiff
|
tree
|
snapshot
2000-01-21
Gurusamy Sarathy
support for C<exists &func> (from Spider Boardman)
commit
|
commitdiff
|
tree
|
snapshot
2000-01-21
Gurusamy Sarathy
mention the fact that open(my $foo, ...) covers all...
commit
|
commitdiff
|
tree
|
snapshot
2000-01-21
Ilya Zakharevich
h2xs goof and a depessimization
commit
|
commitdiff
|
tree
|
snapshot
2000-01-20
Gurusamy Sarathy
INSTALL updates from Andy Dougherty
commit
|
commitdiff
|
tree
|
snapshot
2000-01-20
Gurusamy Sarathy
sv_true() has a superfluous test
commit
|
commitdiff
|
tree
|
snapshot
2000-01-19
Jarkko Hietaniemi
More robust inc_version_list from Andy.
commit
|
commitdiff
|
tree
|
snapshot
2000-01-19
Jarkko Hietaniemi
Add NV_PRESERVES_UV.
commit
|
commitdiff
|
tree
|
snapshot
2000-01-19
Jarkko Hietaniemi
Integrate with Sarathy.
commit
|
commitdiff
|
tree
|
snapshot
2000-01-19
Gurusamy Sarathy
regen win32/config*
commit
|
commitdiff
|
tree
|
snapshot
2000-01-18
Jarkko Hietaniemi
Policy patch from Andy for installation directories,
commit
|
commitdiff
|
tree
|
snapshot
2000-01-18
Jarkko Hietaniemi
Move _GNU_SOURCE into config_h.SH awaay from Configure
commit
|
commitdiff
|
tree
|
snapshot
2000-01-18
Gurusamy Sarathy
integrate cfgperl changes into mainline
commit
|
commitdiff
|
tree
|
snapshot
2000-01-18
Jarkko Hietaniemi
metaconfig todo note from Andy.
commit
|
commitdiff
|
tree
|
snapshot
2000-01-18
Jarkko Hietaniemi
More -V.
commit
|
commitdiff
|
tree
|
snapshot
2000-01-18
Jarkko Hietaniemi
More compile-time options shown with -V.
commit
|
commitdiff
|
tree
|
snapshot
2000-01-17
Jarkko Hietaniemi
Add -D_GNU_SOURCE into ccflags for gcc (for now to...
commit
|
commitdiff
|
tree
|
snapshot
2000-01-16
Jarkko Hietaniemi
strtoll works better ternary.
commit
|
commitdiff
|
tree
|
snapshot
2000-01-16
Jarkko Hietaniemi
Know strtoll.
commit
|
commitdiff
|
tree
|
snapshot
2000-01-16
Jarkko Hietaniemi
Integrate with Sarathy.
commit
|
commitdiff
|
tree
|
snapshot
2000-01-16
Jarkko Hietaniemi
Continue qgcvt work; closer now but not yet there.
commit
|
commitdiff
|
tree
|
snapshot
2000-01-15
Jarkko Hietaniemi
Metaconfig and Porting patches from Andy; start using...
commit
|
commitdiff
|
tree
|
snapshot
2000-01-15
Jarkko Hietaniemi
Metaconfig and Porting patches from Andy; start using...
commit
|
commitdiff
|
tree
|
snapshot
2000-01-14
Gurusamy Sarathy
minor optimization (avoid double sv_upgrade() for ...
commit
|
commitdiff
|
tree
|
snapshot
2000-01-14
Gurusamy Sarathy
add note about "our"
commit
|
commitdiff
|
tree
|
snapshot
2000-01-14
Gurusamy Sarathy
nailed "our" declarations, and better warnings on duplicate
commit
|
commitdiff
|
tree
|
snapshot
2000-01-14
Gurusamy Sarathy
avoid spurious "Useless use of variable" warning on...
commit
|
commitdiff
|
tree
|
snapshot
2000-01-14
Gurusamy Sarathy
doc typo
commit
|
commitdiff
|
tree
|
snapshot
2000-01-13
Jarkko Hietaniemi
Integrate with Sarathy.
commit
|
commitdiff
|
tree
|
snapshot
2000-01-13
Gurusamy Sarathy
clearer docs for change#4796; faster av_exists()
commit
|
commitdiff
|
tree
|
snapshot
2000-01-13
Gurusamy Sarathy
support delete() and exists() on array, tied array...
commit
|
commitdiff
|
tree
|
snapshot
2000-01-11
Gurusamy Sarathy
extend site_perl changes change#4773 to vendor_perl...
commit
|
commitdiff
|
tree
|
snapshot
2000-01-11
Gurusamy Sarathy
rework INSTALL to reflect new logic for versioning...
commit
|
commitdiff
|
tree
|
snapshot
2000-01-11
Gurusamy Sarathy
test for change#4792
commit
|
commitdiff
|
tree
|
snapshot
2000-01-11
Gurusamy Sarathy
pseudo forked children inherit environment correctly
commit
|
commitdiff
|
tree
|
snapshot
2000-01-10
Gurusamy Sarathy
test tweak
commit
|
commitdiff
|
tree
|
snapshot
2000-01-10
Gurusamy Sarathy
check for USE_ITHREADS sanity was too restrictive
commit
|
commitdiff
|
tree
|
snapshot
2000-01-10
Gurusamy Sarathy
add workaround for textmode read() bug in MSVCRT; make...
commit
|
commitdiff
|
tree
|
snapshot
2000-01-10
Gurusamy Sarathy
EPOC port update (from Olaf Flebbe <O.Flebbe@science...
commit
|
commitdiff
|
tree
|
snapshot
2000-01-10
Gurusamy Sarathy
pod typos (from Abigail <abigail@delanet.com>)
commit
|
commitdiff
|
tree
|
snapshot
2000-01-10
Gurusamy Sarathy
failing RE test added (from Robert Cunningham <rkc...
commit
|
commitdiff
|
tree
|
snapshot
2000-01-10
Gurusamy Sarathy
terminate -s switch processing only on C<-->, not on...
commit
|
commitdiff
|
tree
|
snapshot
2000-01-10
Gurusamy Sarathy
useithreads needs usemultiplicity
commit
|
commitdiff
|
tree
|
snapshot
next