This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
avoid hiding child process window
[perl5.git] / ext /
1999-08-26 Gurusamy Sarathynew thread should set current interp in TLS
1999-08-10 Dan SugalskiPatches needed to get _60 building with
1999-08-09 Jarkko HietaniemiIntegrate with Nick.
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 HietaniemiMore Fcntl constants. (This process really needs
1999-08-06 Nathan TorkingtonFix for Nathan's fix (#3920) from Guy Decoux.
1999-08-05 Paul MarquessDB_File 1.70
1999-08-04 Nathan Torkington[5.005_60 PATCH] Make B::Bytecode work
1999-08-04 Paul Marquess(Replaced by change #3921)
1999-08-03 Andy DoughertyHints for building ByteLoader in SunoS. Based on
1999-08-03 Jarkko HietaniemiChange #3790 redemption: with a little additional
1999-08-02 Jarkko HietaniemiIntegrate with Sarathy.
1999-08-02 Vishal Bhatia"use constant" in the compiler
1999-08-01 Jarkko HietaniemiIntegrate with Sarathy. perl.h and util.c required...
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 Gurusamy Sarathyfixes from Stephen McCamant that address bugs in change...
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 Sarathyfix defined(@foo) encarpments
1999-08-01 Jarkko HietaniemiUndo #3790 and the patches that attempted to fix it
1999-08-01 Jarkko HietaniemiSolaris doesn't like PERL_MALLOC_OK in SDBM_File.
1999-07-31 Jarkko HietaniemiDigital UNIX 4.0D doesn't like perl malloc on sdbm
1999-07-28 Jarkko HietaniemiTiny patch to go over #3820 (via private mail from...
1999-07-28 Lincoln SteinIO::* enhancements.
1999-07-27 Jarkko HietaniemiIntegrate with Sarathy (5.005_58).
1999-07-27 Gurusamy Sarathyhere lies 5.005_58
1999-07-27 Ilya Zakharevichdecrease memory footprint of standard modules
1999-07-27 Gurusamy Sarathycover case where CLK_TCK is a float, not integer (from
1999-07-27 Gurusamy Sarathyprovide MakeMaker attribute PERL_MALLOC_OK that allows...
1999-07-27 Jarkko HietaniemiIntegrate with Sarathy.
1999-07-27 Andy DoughertyRe: [ID 19990608.003] my_bcopy problem; Unixware 2.0.3
1999-07-27 Gurusamy Sarathychange#3762 wasn't needed
1999-07-26 Gurusamy Sarathyintegrate cfgperl contents into mainline
1999-07-26 Jarkko HietaniemiUse long doubles only if they are useful.
1999-07-26 Jarkko HietaniemiBack out #3735. Needs more work.
1999-07-26 Chip Salzenbergoptimize method name lookup
1999-07-26 Gurusamy Sarathysetstate stop-gap from Vishal Bhatia
1999-07-26 Gurusamy Sarathypatch for pp_foo -> Perl_pp_foo changes from Vishal...
1999-07-26 Gurusamy SarathyINSTALL =~ s/5.006/5.6/; delay loading Errno until...
1999-07-25 Jarkko HietaniemiIntegrate with Sarathy.
1999-07-25 Jarkko HietaniemiFirst steps of making builds outside the source
1999-07-23 Hugo van der Sandenapplied suggested patch for tracking line numbers corre...
1999-07-23 Jarkko HietaniemiIntroduce $Config{ldlibpthname} which contains
1999-07-21 oracle@pcr8.pcr.comUse Errno more extensively so that error
1999-07-20 Gurusamy SarathyDProf tweak
1999-07-20 Gurusamy Sarathymove DProf things around to where they are supposed...
1999-07-20 Gurusamy SarathyDProf fixups for PERL_IMPLICIT_CONTEXT
1999-07-20 Gurusamy Sarathymove DProf to Devel/DProf
1999-07-20 Gurusamy Sarathyadd Devel::DProf v19990108 from CPAN, as it was
1999-07-18 Jarkko HietaniemiIntegrate with Sarathy.
1999-07-17 Gurusamy Sarathynoecho noops (from Nicholas Clark <nick@flirble.org>)
1999-07-17 Gurusamy Sarathymake CC.pm use a distinct CCPP() macro rather than...
1999-07-14 Jarkko HietaniemiFixed AIX dynamic loading and AIX shared Perl library.
1999-07-12 Gurusamy Sarathyfixups for sundry warnings about function pointers
1999-07-12 Gurusamy Sarathyyet more cleanups of the PERL_OBJECT, MULTIPLICITY...
1999-07-11 Jarkko HietaniemiManual synchronization with Sarathy (some files
1999-07-08 Jarkko HietaniemiIntegrate with Sarathy.
1999-07-08 Gurusamy Sarathymore PERL_OBJECT cleanups (changes still untested on...
1999-07-07 Jarkko HietaniemiIntegrate with Sarathy. perldiag.pod required manual...
1999-07-07 Gurusamy Sarathyintegrate cfgperl contents
1999-07-07 Gurusamy Sarathyfiletest.t and ByteLoader build tweaks from Peter Prymmer
1999-07-07 Gurusamy Sarathychange#1889 mistakenly removed F_SETLK
1999-07-07 Stephen McCamantB::Deparse update
1999-07-07 Jarkko HietaniemiIntegrate with Sarathy; one conflict in t/pragma/warn...
1999-07-07 Gurusamy Sarathyfix undocumented IO::Handle functions as suggested
1999-07-07 Gurusamy Sarathyprohibit thread join()ing itself (from Dan Sugalski)
1999-07-07 Vishal BhatiaCompiler and XSUBS
1999-07-07 Doug MacEachernadd B::PV::{LEN,CUR}
1999-07-07 Steven N. Hirschslightly modified version of suggested patch
1999-07-07 Paul Marquesslexical warnings update (warning.t fails one test
1999-07-07 Jarkko HietaniemiIntegrate with Sarathy.
1999-07-07 Stephen McCamantEliminate CONDOPs
1999-07-07 ian@dial.pipex.comadapted suggested patch for IO-1.20x
1999-07-07 Vishal BhatiaMinor bug fix in pp_require
1999-07-06 Ilya ZakharevichDevel::Peek
1999-07-06 Vishal Bhatiaapplied patch after demunging headers with appropriate...
1999-07-06 Jarkko HietaniemiThere ain't Perl_atonv().
1999-07-06 Jarkko HietaniemiIntegrate with Sarathy.
1999-07-06 Peter Prymmerportability fix for IO::File and FileHandle
1999-07-06 Jarkko HietaniemiIntegrate with Sarathy.
1999-07-06 Ilya Zakharevichapplied slightly tweaked version of suggested patch for
1999-07-06 Paul MarquessDB_File 1.67
1999-07-06 Paul MarquessDBM Filters
1999-07-06 Dan Sugalskislightly tweaked version of suggested patch
1999-07-06 Gurusamy Sarathyintegrate cfgperl contents into mainline
1999-07-05 Jarkko HietaniemiIntegrate with mainperl.
1999-07-05 Jarkko HietaniemiHack SOCKS support some more plus a patch from Andy...
1999-07-05 Vishal Bhatiaapplied parts not duplicated by previous patches
1999-07-05 Jarkko HietaniemiAIX threaded build, plus few more on the side.
1999-07-05 Gurusamy Sarathyno such thing as gdbm_clearerr() (from Andy Dougherty)
1999-07-05 Jarkko HietaniemiIntegrate with mainperl.
1999-07-05 Vishal BhatiaRe: [PATCH 5.005_57] pp_sort sorted out
1999-07-05 Fifer, Ericcygwin32 update
1999-07-04 Jarkko HietaniemiMiscellaneus AIX fixes + SOCKS support.
1999-07-04 Jarkko HietaniemiIntegrate with mainperl.
next