This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
1998-02-03 Malcolm BeattieReplaced two occurrences of THREADSV(find_thread_sv...
1998-02-03 Malcolm BeattieFix up MANIFEST.
1998-02-03 Malcolm BeattieIntegrate win32 into mainline. My last integration...
1998-02-03 Gurusamy Sarathy[win32] Fix minor problems with non USE_THREADS build...
1998-02-03 Gurusamy Sarathy[win32] integrate mainline
1998-02-02 Malcolm BeattieThe new dec_osf.sh didn't work so the new glibpth and...
1998-02-02 Malcolm BeattieIntroduced thr->threadsvp and THREADSV() for faster...
1998-02-02 Gurusamy Sarathy[win32] remove totally egregious s/\\dir// in File...
1998-01-30 Gurusamy Sarathy[win32] fix htonlx typo
1998-01-30 Malcolm BeattieFix up MANIFEST to add missing files
1998-01-30 Malcolm BeattieBump patchlevel to 57.
1998-01-30 Gurusamy Sarathy[win32] integrate winansi
1998-01-27 Malcolm BeattieIntegrate ansi branch into mainline (resolve -ay).
1998-01-24 Nick Ing-SimmonsGisle's av_unshift tweak, two small patches from chip
1998-01-24 Nick Ing-SimmonsGet PerlXxx_yyyy() macro stuff to _compile_ on Solaris.
1998-01-24 Nick Ing-SimmonsIntegrate win32 into ansiperl
1998-01-24 Nick Ing-SimmonsAdd perlhist.pod
1998-01-19 Gurusamy Sarathy[win32] s/PerlENV/PerlEnv/ just to be consistent
1998-01-19 Gurusamy Sarathy[win32] foo() -> PerlGroup_foo() patch from ActiveState
1998-01-19 Gurusamy Sarathy[win32] integrate mainline
1998-01-19 Gurusamy Sarathy[win32] integrate changes in winansi
1998-01-19 Gurusamy Sarathy[win32] Fix autovivification problems with XSUB OUTPUT...
1998-01-17 Spider Boardman5.004_56 threaded and "CONFIG key 'exe_ext' does not...
1998-01-17 Robin BarkerMessage-Id: <26260.9712191719@lightning.cise.npl.co.uk>
1998-01-17 Nick Ing-SimmonsPermit tie ?foo,$object
1998-01-15 Nick Ing-SimmonsFirst working TIEARRAY and other misc tie fixes
1998-01-14 Nick Ing-SimmonsNot working yet - split problems ...
1998-01-14 Nick Ing-SimmonsTIEARRAY updates - almost works ...
1998-01-14 Gurusamy Sarathy[win32] fix MakeMaker installbin problem
1998-01-13 Gurusamy Sarathy[win32] add archname to *sitearch in config.{b,g,v}c
1998-01-13 Gurusamy Sarathy[win32] set $ENV{PERL5LIB} in t/harness (so child perlg...
1998-01-13 Nick Ing-Simmonstiearray tweaks
1998-01-13 Nick Ing-SimmonsSkeleton Tie::Array
1998-01-13 Nick Ing-Simmonstie array changes to core and tests
1998-01-13 Gurusamy Sarathy[win32] fix perlglob.bat warnings by splitting it from...
1998-01-13 Gurusamy Sarathy[win32] various tweaks to build support (NOTE: meant...
1998-01-11 Nick Ing-SimmonsIntegrate win32 into ansiperl
1998-01-11 Nick Ing-Simmons Integratye mainline -> ansiperl
1998-01-09 Malcolm BeattieAdd missing blank line in pod/perlfunc.pod.
1998-01-08 Gurusamy Sarathy[win32] change#398 breaks ENV_IS_CASELESS, fix it
1998-01-08 Gurusamy Sarathy[win32] Integrate mainline
1998-01-08 Jarkko HietaniemiFix thinko in t/pragma/locale.t:
1998-01-08 Hans MulderUse Tom Horley's qsort for sorting:
1998-01-08 Hans MulderMake s2p not use cpp:
1998-01-08 Roderick SchertlerDG/UX tweaks to perl.h:
1998-01-08 Spider BoardmanConfigure and hints/dec_osf.sh changes for Digital...
1998-01-08 Malcolm BeattieMissing "" in Configure echo for gethbadd_addr_type.
1998-01-08 Gurusamy Sarathyprint/printf/... over-eager mg_find for glob magic:
1998-01-08 Charles BaileyAssorted VMS patches (mostly VMS makefile update for...
1998-01-08 Molnar LaszloFix utils/perldoc.PL for dos-djgpp:
1998-01-08 Johan VromansVersion 2.13 of GetoptLong:
1998-01-08 Jarkko HietaniemiFix variable export and threading configuration for...
1998-01-08 Ilya ZakharevichRegexp fix: (?>a+)b doesn't match aaab:
1998-01-08 Owen TaylorFix hv_delete for 'm'-magic. Based on following patch...
1998-01-08 Malcolm BeattieIntegrate win32 branch into mainline.
1998-01-07 Gurusamy Sarathy[win32] tweak case-insensitive ENV implementation
1998-01-07 Nick Ing-SimmonsIntegrate win32 branch
1998-01-05 Gurusamy Sarathy[win32] Allow $ENV{PERL5SHELL} to contain switches...
1998-01-05 Gurusamy Sarathy[win32] Support case-tolerant %ENV
1998-01-04 Tye McQueen[win32] Add a tweaked version of:
1998-01-04 Gurusamy Sarathy[win32] Various win32 fixes
1997-12-30 Gurusamy Sarathy[win32] Fix $ENV{Path} in FindBin.pm
1997-12-29 Nick Ing-SimmonsResolve ansiperl against win32
1997-12-24 Gurusamy Sarathy[win32] make $? Unix (and ActiveWare) compatible
1997-12-24 Gurusamy Sarathy[win32] support ioctl() on sockets (does what ioctlsock...
1997-12-24 Gurusamy Sarathy[win32] support getlogin()
1997-12-24 Gurusamy Sarathy[win32] add support for crypt() via user-supplied des_f...
1997-12-24 Gurusamy Sarathy[win32] tweak op.c to avoid warning
1997-12-23 Gurusamy Sarathy[win32] Trivial bugfix#3 from local repository
1997-12-23 Gurusamy Sarathy[win32] Trivial bugfix#2 from local repository
1997-12-23 Gurusamy Sarathy[win32] Trivial bugfix#1 from local repository
1997-12-18 Gurusamy Sarathy[win32] Integrate mainline
1997-12-18 Malcolm BeattieIntegrate ansi @364,@366 into mainline.
1997-12-18 Malcolm BeattieAdd a few missing files to MANIFEST
1997-12-18 Malcolm BeattieBump patchlevel to 56.
1997-12-18 Nick Ing-SimmonsResolve against mainline
1997-12-18 Nick Ing-SimmonsResolve against Win32
1997-12-17 Charles BaileyLots of VMS changes. vms/gen_shrfls.pl (which parses...
1997-12-17 Molnar LaszloMajor changes to the DOS/djgpp port (including threading):
1997-12-17 Paul MarquessUpgrade DB_File to 1.56:
1997-12-17 Ilya ZakharevichThreading patches for OS/2 (missing files taken from...
1997-12-17 Ilya ZakharevichAdd OS2 to list for DONT_DECLARE_STD in perl.h:
1997-12-17 Ilya ZakharevichAllow "perldoc -F filename":
1997-12-17 Malcolm BeattieFix not-reached warning for pp_threadsv.
1997-12-14 Nick Ing-SimmonsFix typo in Ilya's patch :-(
1997-12-14 Nick Ing-Simmons#undef new PERLVARIC macro in appropriate places
1997-12-14 Nick Ing-SimmonsIlya's MakeMaker (empty makefile) patch
1997-12-13 Gurusamy Sarathy[win32] Integrate mainline. Builds and passes (Borland).
1997-12-13 Nick Ing-SimmonsResolve ansiperl against mainline
1997-12-12 Malcolm Beattiepp_print and pp_prtf handling of tied file handles...
1997-12-11 Malcolm BeattieAdd missing patch to op.c that didn't come across with...
1997-12-11 Malcolm BeattieStop tr/// from writing to target when only counting.
1997-12-10 Malcolm BeattieFix char*/unsigned char* clashes in util.c:fbm_instr...
1997-12-10 Malcolm BeattieStart overhauling compiler. It was working at least...
1997-12-10 Malcolm BeattieFix perl_os_thread typedef for pthreads. Tweak SvTAINT...
1997-12-10 Ilya ZakharevichMinor fix/speedup to util.c:fbm_instr:
1997-12-10 Jarkko HietaniemiPatches for IRIX, AIX and some generic stuff:
1997-12-10 Malcolm BeattieIntegrate win32 back into mainline (trivial).
1997-12-09 Nick Ing-SimmonsResolve win32 - Sarathy's tweak.
1997-12-08 Gurusamy Sarathy[win32] re-add PERLVARI?C? change that somehow went...
next