p5sagit/p5-mst-13.2.git
2000-02-29 Gurusamy Sarathy various shenanigans in change#5342
2000-02-29 Gurusamy Sarathy support fetching current interpreter from TLS under...
2000-02-28 Gurusamy Sarathy avoid warnings in legacy code (from David Dyck)
2000-02-28 Gurusamy Sarathy find2perl doc tweak (from David Dyck <dcd@tc.fluke...
2000-02-28 Gurusamy Sarathy fix outdated URLs (from Michael G Schwern)
2000-02-28 Gurusamy Sarathy update Changes, patchlevel etc.
2000-02-28 Gurusamy Sarathy make stringwise bitops work properly on utf8 strings
2000-02-28 Gurusamy Sarathy integrate cfgperl and vmsperl changes into mainline
2000-02-28 Jarkko Hietaniemi The search for static _s-suffixex libs was broken;
2000-02-28 Jarkko Hietaniemi Even better use64bitall logic.
2000-02-28 Jarkko Hietaniemi Integrate with Sarathy.
2000-02-28 Jarkko Hietaniemi Ask about use64bitall regardless of whether use64bitint...
2000-02-28 Charles Bailey Integrate mainline
2000-02-28 Charles Bailey Revert File::Spec::Unix functions and keep VMS...
2000-02-28 Jarkko Hietaniemi The #5249 wasn't doing any good.
2000-02-28 Charles Bailey Repair typo -- conjunction of variable with text
2000-02-28 Jarkko Hietaniemi A less ambitious version of #5292.
2000-02-28 Charles Bailey Defer inclusion of VMS-specific code to runtime
2000-02-28 Jarkko Hietaniemi The #5292 was Not So Good Idea.
2000-02-28 Charles Bailey Minor test updates to accomodate new subprocess invocation
2000-02-28 Charles Bailey Missed bit of #5302 (case-sensitive symbols)
2000-02-28 Charles Bailey Support case-sensitive symbols usage in linker
2000-02-28 Charles Bailey Free $PARSE context after lookups
2000-02-28 Charles Bailey Don't wait for subprocess to read final EOF
2000-02-28 Charles Bailey Dan Sugalski's config/build changes to .660
2000-02-28 Charles Bailey When testing CGI.pm, use its notion of CRLF
2000-02-28 Charles Bailey Quote command line args which need to be upper case
2000-02-28 Gurusamy Sarathy m/.*$/ etc should be m/.*\z/s in many file handling...
2000-02-27 Jarkko Hietaniemi Version number update.
2000-02-27 Gurusamy Sarathy typos in change#5293
2000-02-27 Gurusamy Sarathy support fields::new() and fields::phash() to create...
2000-02-27 Jarkko Hietaniemi proto.h was mssing from the list of generated files;
2000-02-27 Jarkko Hietaniemi Integrate with Sarathy.
2000-02-27 Gurusamy Sarathy integrate cfgperl and vmsperl contents into mainline
2000-02-27 Gurusamy Sarathy tweak change#5286 (we don't ever get to pp_glob() if...
2000-02-27 Gurusamy Sarathy djgpp update (from Laszlo Molnar)
2000-02-27 Gurusamy Sarathy tweak comment about core glob()
2000-02-27 Gurusamy Sarathy remove outdated info about csh and glob(); glob() need...
2000-02-27 Gurusamy Sarathy make readdir() respect IOf_UNTAINT flag (allows untaint...
2000-02-27 Gurusamy Sarathy avoid compiler warnings (from Dan Sugalski)
2000-02-27 Gurusamy Sarathy propagate utf8ness in sv_setsv() (from Gisle Aas)
2000-02-27 Charles Bailey Impose security constraints on lnm lookup only if tainting
2000-02-27 Charles Bailey Add new File::Spec::VMS methods
2000-02-27 Charles Bailey Accept filespecs as command verbs for subprocesses
2000-02-27 Jarkko Hietaniemi Integrate with Sarathy.
2000-02-27 Charles Bailey Resync with mainline again
2000-02-27 gomar@md.media... Fix locale case-ignorant matching bug reported in
2000-02-26 Gurusamy Sarathy allow $fh->autoflush on globrefs, and thence autovivifi...
2000-02-26 Jarkko Hietaniemi Integrate with Sarathy.
2000-02-26 Gurusamy Sarathy rework binmode() entry in perlfunc (from Martien Verbruggen
2000-02-26 Gurusamy Sarathy PodParser v1.11 update (from Brad Appleton)
2000-02-26 Gurusamy Sarathy add missing perl headers to perldepend action
2000-02-26 Gurusamy Sarathy VMS patch (from Peter Prymmer)
2000-02-26 Gurusamy Sarathy integrate vmsperl changes into mainline
2000-02-26 Charles Bailey Resync with mainline
2000-02-26 Gurusamy Sarathy reintroduce useithreads (accidentally deleted in change...
2000-02-26 Gurusamy Sarathy integrate cfgperl changes into mainline
2000-02-26 Gurusamy Sarathy support for version vectors in UNIVERSAL::VERSION(...
2000-02-26 Jarkko Hietaniemi Add libscheck for IRIX.
2000-02-26 Jarkko Hietaniemi Add libscheck for Solaris.
2000-02-26 Jarkko Hietaniemi Rhapsody/Darwin patches from Wilfredo Sanchez.
2000-02-26 Jarkko Hietaniemi Rename use64bits to use64bitint;
2000-02-25 Fifer, Eric cygwin port
2000-02-25 Jarkko Hietaniemi Configure nits; add socksizetype; add getfsstat for...
2000-02-25 Jarkko Hietaniemi Further fixes to malloc.c prototypes from Dominic Dunlop.
2000-02-25 Jarkko Hietaniemi Integrate with Sarathy.
2000-02-25 Gurusamy Sarathy fix missing perl_alloc() declaration under PERL_IMPLICI...
2000-02-25 Gurusamy Sarathy change#4849 wasn't restoring savestack correctly; make...
2000-02-25 Jarkko Hietaniemi Integrate with Sarathy.
2000-02-25 Jarkko Hietaniemi Megalopatch for Configure: Andy's new installation...
2000-02-25 Gurusamy Sarathy update PodParser to v1.10 (from Brad Appleton)
2000-02-25 Gurusamy Sarathy make File::Find tests tolerate case-insensitive systems...
2000-02-25 Gurusamy Sarathy more Compiler tweaks for useithreads
2000-02-25 Jarkko Hietaniemi Remove NFS temp files and Configure temp C files.
2000-02-24 Sean Davis In FreeBSD disable floating point exception handlers.
2000-02-24 Gisle Aas More UTF8_MAXLEN fixes
2000-02-24 Jarkko Hietaniemi The op/stat.t patch in #5341 wasn't robust enough,
2000-02-24 Jarkko Hietaniemi More VMS patches from Peter Prymmer.
2000-02-24 Jarkko Hietaniemi Largefileness in Solaris doesn't require long longs;
2000-02-24 Jarkko Hietaniemi Tidy up the 64-bit (and socklen_t) type probing.
2000-02-24 Jarkko Hietaniemi Integrate with Sarathy.
2000-02-24 Fifer, Eric cygwin port
2000-02-24 Jarkko Hietaniemi VMS patch from Peter Prymmer; use full_ar.
2000-02-24 Jarkko Hietaniemi MPE/ix patches from Mark Bixby.
2000-02-24 Lupe Christoph Get -lbind if available. Add pointer to perldelta...
2000-02-24 Jarkko Hietaniemi Remove more cruft from IO.
2000-02-24 Hugo van der... double EXPORT_OK in h2xs
2000-02-24 js@ddre.dk Some Windows setups do not have S_IRGRP, S_IWGRP, S_IXGRP,
2000-02-24 Gurusamy Sarathy integrate cfgperl changes into mainline
2000-02-24 Jarkko Hietaniemi VMS patch from Peter Prymmer.
2000-02-24 Jarkko Hietaniemi Detypo fpos64_t test.
2000-02-24 Jarkko Hietaniemi miscut'n'paste in #5230.
2000-02-24 Jarkko Hietaniemi The #5228 wasn't quite right + fix typos.
2000-02-24 Jarkko Hietaniemi Depickify the compiler (about unused and set but not...
2000-02-24 Jarkko Hietaniemi Cosmetics.
2000-02-24 Helmut Jarausch In IRIX <sys/mode.h> is something completely different.
2000-02-23 Jarkko Hietaniemi Integrate with Sarathy.
2000-02-23 Dominic Dunlop [ID 20000223.008] [PATCH 5.5.660] squash malloc.c compi...
2000-02-23 Dan Sugalski VMS build patches
2000-02-23 Dominic Dunlop [ID 20000223.007] [PATCH 5.5.660] $@ unsafe in Configur...
next