This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
1999-08-10 Jarkko HietaniemiUse Pid_t.
1999-08-10 Jarkko HietaniemiUse Mode_t.
1999-08-10 Jarkko HietaniemiSmall perlbug doc tweaks from Jon Orwant.
1999-08-10 Jarkko HietaniemiLarge file support testing.
1999-08-10 Jarkko HietaniemiRemove I32 casting from time-related functions.
1999-08-10 Jarkko HietaniemiGratuitous uid and gid casts to I32s and ints removed.
1999-08-10 Phil LobbesRemove I32 casts from pp_stat, these make stat()
1999-08-10 Jarkko HietaniemiRemove blathering.
1999-08-09 Jarkko Hietaniemilexwarn maintenance: new warning class unsafe
1999-08-09 Jarkko HietaniemiIntegrate with Nick.
1999-08-09 Jarkko HietaniemiRegenerate the Unicode tables after having updated...
1999-08-09 Jarkko HietaniemiUnicode data updated to be the latest beta of the Unico...
1999-08-09 Jarkko HietaniemiEthiopic changes via private email from Daniel Yacob,
1999-08-09 Jarkko HietaniemiMove the equivalence class creation last.
1999-08-09 Jarkko HietaniemiCompute equivalence classes (diacritics stripping)...
1999-08-08 Nick Ing-SimmonsWill now correctly re-call
1999-08-07 Nick Ing-SimmonsVishal Bhatia <vishalb@my-deja.com>
1999-08-07 Nick Ing-SimmonsB::C changes to get simple Tk app. compiling again
1999-08-06 Jarkko HietaniemiRegen Configure to include change #3915.
1999-08-06 Jarkko HietaniemiTodo update.
1999-08-06 Jarkko HietaniemiCharacter class equivalence tables.
1999-08-06 Jarkko HietaniemiMore Fcntl constants. (This process really needs
1999-08-06 Nathan TorkingtonProtect against pack/unpack repeat count overflows,
1999-08-06 Nathan TorkingtonFix for Nathan's fix (#3920) from Guy Decoux.
1999-08-05 Jarkko HietaniemiFix regex charclass parsing so that bogus ranges
1999-08-05 Jarkko Hietaniemisplit /^/ deprecation warning should not be on by default.
1999-08-05 Paul MarquessWarning fix to change #3922.
1999-08-05 Paul MarquessRE: [PATCH 5.005_60] anydbm.t + DB_File + Berkeley...
1999-08-05 Ilya ZakharevichDeprecate /^/ implictly meaning /^/m.
1999-08-05 Paul MarquessDB_File 1.70
1999-08-04 Nathan Torkington[5.005_60 PATCH] Make B::Bytecode work
1999-08-04 Jarkko HietaniemiUpdate history records.
1999-08-04 Jarkko HietaniemiMinor fixes to linux -Dusethreads -Duseperlio.
1999-08-04 Paul Marquess(Replaced by change #3921)
1999-08-04 Jarkko HietaniemiIntroduce the charnames pragma.
1999-08-03 François DésarménienThe op/filetest.t failed subtest 7 if testing as root.
1999-08-03 Jarkko HietaniemiRetract #3912, much too many compilation warnings
1999-08-03 Sven Verdoolaege(Retracted). See #3913.
1999-08-03 Spider BoardmanThe "-Dusethreads -Duseperlio" combination failed.
1999-08-03 Chris Nandorperlbug.PL 1.27
1999-08-03 Andy DoughertyHints for building ByteLoader in SunoS. Based on
1999-08-03 Ilya ZakharevichClarify RE engine code; inline a static function to...
1999-08-03 Spider Boardman5_59 configured with -Dd_bincompat5005 can't be made
1999-08-03 Jarkko HietaniemiChange #3790 redemption: with a little additional
1999-08-02 Gurusamy Sarathythis will be 5.005_60
1999-08-02 Gurusamy Sarathydon't enable PERL_POLLUTE_MALLOC when EMBEDMYMALLOC is
1999-08-02 Gurusamy Sarathynative int pack/unpack fixes (from Spider Boardman
1999-08-02 Gurusamy Sarathyfix broken -DDEBUGGING_OPS (from Spider Boardman
1999-08-02 Gurusamy Sarathyintegrate cfgperl contents
1999-08-02 John L. AllenUpdate README and INSTALL; partly based on the message
1999-08-02 Jarkko HietaniemiIntegrate with Sarathy.
1999-08-02 Jarkko HietaniemiUpdate PERL_BINCOMPAT_5005; update 64-bitness.
1999-08-02 Gurusamy Sarathyoptimizations could sometimes bypass bareword check
1999-08-02 Jarkko HietaniemiIntegrate with Sarathy.
1999-08-02 Gurusamy Sarathyup patchlevel etc.
1999-08-02 Gurusamy Sarathyintegrate change#3893, make it conditional on bincompat5005
1999-08-02 Jarkko HietaniemiPERL_BINCOMPAT_5005 symbol translation.
1999-08-02 Gurusamy Sarathyintegrate cfgperl contents into mainline
1999-08-02 Jarkko HietaniemiAIX long long probing requires LL suffix for
1999-08-02 Jarkko HietaniemiExact path to perl for open -|.
1999-08-02 Jarkko HietaniemiIntegrate with Sarathy.
1999-08-02 Jarkko HietaniemiAIX -Duse64bits: old AIXen do not have the getconf...
1999-08-02 Jarkko HietaniemiFix some of the {IV_IS_QUAD,UV_IS_QUAD} cases so that
1999-08-02 Jarkko HietaniemiMention that also *BSD systems with glibc are known...
1999-08-02 Jarkko HietaniemiAllow also non-long long but still quad platforms print...
1999-08-02 Jarkko HietaniemiFix regclass utf8 hex ranges for quads.
1999-08-02 Jarkko HietaniemiEnhance the description of how to detect quad support.
1999-08-02 Jarkko HietaniemiFix printf %D %U %O for quads.
1999-08-02 Jarkko HietaniemiDocument quad printing.
1999-08-02 Jarkko HietaniemiMore 64-bit fixing. One known bug of that kind
1999-08-02 Gurusamy Sarathyintegrate cfgperl changes into mainline
1999-08-02 Gurusamy Sarathychange#3692 had an unintentional patch leak through!
1999-08-02 Gurusamy Sarathyup patchlevel to 59
1999-08-02 Gurusamy Sarathyfix coredump under usethreads+debug
1999-08-02 Jarkko Hietaniemid_bincompat5005 could be left empty.
1999-08-02 Jarkko HietaniemiFix printf %d when IV is quad.
1999-08-02 Gurusamy Sarathyfix d_bincompat5005='' junking config.h
1999-08-02 Gurusamy SarathyC needs parameter list, not merely type
1999-08-02 Jarkko HietaniemiIntegrate with Sarathy.
1999-08-02 Gurusamy Sarathyintegrate cfgperl changes into mainline
1999-08-02 Vishal Bhatia"use constant" in the compiler
1999-08-02 Gurusamy Sarathydebug build tweak
1999-08-01 Jarkko HietaniemiRemoving so_locations once is enough.
1999-08-01 Jarkko HietaniemiSimplicate duplicated code.
1999-08-01 Jarkko HietaniemiIntegrate with Sarathy. perl.h and util.c required...
1999-08-01 Jarkko HietaniemiRegen Configure and Glossary once again.
1999-08-01 Jarkko HietaniemiGlossary update for #3861.
1999-08-01 Jarkko Hietaniemi64-bit work. Now 32-bit platforms get a 100% make...
1999-08-01 Gurusamy Sarathyintegrate cfgperl contents into mainline
1999-08-01 Nathan Torkingtonext/B/B/Disassembler.pm patch
1999-08-01 Gurusamy SarathyDB_File 1.68 update from Paul Marquess
1999-08-01 Ilya ZakharevichMore optimizations to REx engine
1999-08-01 Ilya Zakharevichslightly modified version of suggested patch
1999-08-01 Fifer, Ericcygwin update
1999-08-01 Gurusamy Sarathyfixes from Stephen McCamant that address bugs in change...
1999-08-01 Stephen McCamantTwo one-liner LOGOP tweaks
1999-08-01 Gurusamy Sarathyrename cygwin32 to cygwin (from Eric Fifer <EFifer...
1999-08-01 Gurusamy Sarathymove files around for s/cygwin32/cygwin/ renaming
1999-08-01 Gurusamy Sarathyposix-bc hints tweak (via private mail from Thomas...
1999-08-01 Gurusamy Sarathynotes on PERL_IMPLICIT_CONTEXT (from a version by Natha...
next