summaryrefslogtreecommitdiff
path: root/MANIFEST
Commit message (Collapse)AuthorAgeFilesLines
* lexical warnings update (warning.t fails one testPaul Marquess1999-07-071-1/+9
| | | | | | | due to leaked scalar, investigation pending) Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6C8E@mbtlipnt02.btlabs.bt.co.uk> Subject: [PATCH 5.005_57] Lexical Warnings - mandatory warning are now default warnings p4raw-id: //depot/perl@3640
* Integrate with mainperl.Jarkko Hietaniemi1999-07-041-1/+2
| | | p4raw-id: //depot/cfgperl@3576
* Update MANIFEST to match #3555.Jarkko Hietaniemi1999-06-271-0/+6
| | | p4raw-id: //depot/cfgperl@3556
* implement C<use caller 'encoding'>Gurusamy Sarathy1999-06-111-0/+1
| | | p4raw-id: //depot/perl@3534
* more complete support for implicit thread/interpreter pointer,Gurusamy Sarathy1999-06-091-2/+1
| | | | | | | | | | | | | | | | | | | | | enabled via -DPERL_IMPLICIT_CONTEXT (all changes are noops without that enabled): - USE_THREADS now enables PERL_IMPLICIT_CONTEXT, so dTHR is a noop; tests pass on Solaris; should be faster now! - MULTIPLICITY has been tested with and without PERL_IMPLICIT_CONTEXT on Solaris - improved function database now merged with embed.pl - everything except the varargs functions have foo(a,b,c) macros to provide compatibility - varargs functions default to compatibility variants that get the context pointer using dTHX - there should be almost no source compatibility issues as a result of all this - dl_foo.xs changes other than dl_dlopen.xs untested - still needs documentation, fixups for win32 etc Next step: migrate most non-mutex variables from perlvars.h to intrpvar.h p4raw-id: //depot/perl@3524
* missed a fileGurusamy Sarathy1999-06-071-0/+1
| | | p4raw-id: //depot/perl@3523
* ByteLoader mark 2Tom Hughes1999-05-281-6/+4
| | | | | | | | | To: perl5-porters@perl.org Message-ID: <bf337a0849.tom@compton.compton.nu> plus resolve tiny conflict with #3479 plus regen_headers. p4raw-id: //depot/cfgperl@3499
* Cosmetic OS/2-related patchesIlya Zakharevich1999-05-281-1/+0
| | | | | | To: perl5-porters@perl.org (Mailing list Perl5) Message-Id: <199905281613.MAA02048@monk.mps.ohio-state.edu> p4raw-id: //depot/cfgperl@3497
* here be 5.005_57Gurusamy Sarathy1999-05-251-0/+4
| | | | | p4raw-id: //depot/perl@3477 p4raw-integrated: from //depot/maint-5.005/perl@3476 'merge in' Changes (@3085..)
* major pod update from Tom ChristiansenGurusamy Sarathy1999-05-241-0/+1
| | | p4raw-id: //depot/perl@3460
* additional cleanups for cygwin32 portFifer, Eric1999-05-171-1/+1
| | | | | | Message-ID: <71E287AB0D94D111BBD600600849EC8185EDAF@POST> Subject: [PATCH]perl5.005_03 (CORE) cygwin32 port p4raw-id: //depot/perl@3430
* Self-consistent numeric conversion againIlya Zakharevich1999-05-101-0/+1
| | | | | Message-Id: <199905010226.WAA19127@monk.mps.ohio-state.edu> p4raw-id: //depot/perl@3378
* test suite and fix input_line_number()Paul Johnson1999-05-101-0/+1
| | | | | | Message-ID: <19990429062814.A17906@west-tip.transeda.com> Subject: [PATCH] IO::Handle 1.20 (was Re: FAIL Gedcom-1.01 i86pc-solaris 2.6) p4raw-id: //depot/perl@3365
* documentation for Win32 builtins (somewhat modified)Jan Dubois1999-05-101-0/+1
| | | | | | Message-ID: <37006783.1926460@smtp1.ibm.net> Subject: Re: Issues with build 509 p4raw-id: //depot/perl@3363
* cygwin32 update (untested adaptation of patch against 5.005_03)Alexander Smishlajev1999-05-101-5/+9
| | | | | | Message-ID: <37230365.5F68B460@turnhere.com> Subject: [PATCH]5.005_03 (CORE) cygwin32 port p4raw-id: //depot/perl@3358
* applied suggested patch, with win32 and PERL_OBJECT additionsTom Hughes1999-05-101-0/+4
| | | | | | Message-ID: <609bdff748.tom@compton.compton.nu> Subject: ByteLoader patch p4raw-id: //depot/perl@3356
* DBM Filters (via private mail)Paul Marquess1999-05-071-0/+1
| | | | | | Message-Id: <199904182009.NAA19152@activestate.com> Subject: DBM Filters p4raw-id: //depot/perl@3317
* Introduce myconfig.SH.Andy Dougherty1999-04-021-1/+1
| | | | | | | | To: Jarkko Hietaniemi <jhi@iki.fi> Cc: Nick Ing-Simmons <nik@tiuk.ti.com>, Perl Porters <perl5-porters@perl.org> Subject: [PATCH] myconfig.SH (was Re: perl install bug on AIX 4.3.1.0) Message-Id: <Pine.GSU.4.05.9903301222280.15987-100000@newton.phys> p4raw-id: //depot/cfgperl@3200
* fix bogus OPf_REF context for the BLOCK in C<grep BLOCK @foo>Gurusamy Sarathy1999-03-281-0/+1
| | | | | (sometimes caused bizarreness in the BLOCK) p4raw-id: //depot/perl@3180
* integrate changes#3116,3119 from maint-5.005Gurusamy Sarathy1999-03-241-0/+2
| | | | | | | | | | p4raw-link: @3119 on //depot/maint-5.005/perl: 974d03758f8de9dcecbeb0f13de2339c50bd8536 p4raw-link: @3116 on //depot/maint-5.005/perl: 55ab10abf587fd49163e904350cf752fec2ecb09 p4raw-id: //depot/perl@3149 p4raw-branched: from //depot/maint-5.005/perl@3148 'branch in' apollo/netinet/in.h p4raw-integrated: from //depot/maint-5.005/perl@3148 'merge in' t/lib/io_udp.t (@1649..) MANIFEST (@3086..)
* better "Illegal %s digit ignored" warningsGurusamy Sarathy1999-03-241-0/+1
| | | p4raw-id: //depot/perl@3137
* File::Spec fixes from Jan Dubois <jan.dubois@ibm.net>Gurusamy Sarathy1999-03-231-0/+1
| | | | | | | | | | | Date: Sat, 06 Mar 1999 17:50:49 +0100 Message-ID: <36e25209.33833760@smtp1.ibm.net> Subject: [PATCH 5.005_56] Fixes for File::Spec::Functions.pm -- Date: Sat, 06 Mar 1999 18:15:00 +0100 Message-ID: <36e36222.37954195@smtp1.ibm.net> Subject: [PATCH 5.005_56] Fix for File::Spec::Win32.pm p4raw-id: //depot/perl@3132
* add Pod-Parser-1.08 (verbatim module =include tests elided owingGurusamy Sarathy1999-03-231-0/+34
| | | | | to size and better maintainability) p4raw-id: //depot/perl@3129
* applied suggested patch (mailed to perl-unicode@perl.org) with minor tweaksDaniel Yacob1999-03-151-0/+5
| | | | | | Message-Id: <199902232113.QAA26135@drum.cs.indiana.edu> Subject: ../lib/unicode/ Unicode 3.0 Extensions for Ethiopic p4raw-id: //depot/perl@3107
* integrate change#2904 from maint-5.005Gurusamy Sarathy1999-03-051-0/+1
| | | | | | | | | p4raw-link: @2904 on //depot/maint-5.005/perl: 22d323f4165ad878a2238af7953547c869055bd2 p4raw-id: //depot/perl@3082 p4raw-branched: from //depot/maint-5.005/perl@3068 'branch in' README.hurd p4raw-integrated: from //depot/maint-5.005/perl@2904 'merge in' MANIFEST (@2878..)
* updates to compiler modulesVishal Bhatia1999-03-041-0/+1
| | | | | | Message-ID: <19990303072725.779.qmail@hotmail.com> Subject: PATCH 5.005_56 + Test procedure p4raw-id: //depot/perl@3066
* updated HP-UX notes from Jeff Okamoto <okamoto@xfiles.intercon.hp.com>Gurusamy Sarathy1999-03-021-1/+1
| | | p4raw-id: //depot/perl@3048
* slightly edited version of suggested patchJan Dubois1999-02-281-0/+1
| | | | | | Message-ID: <36dbcf2c.12325433@smtp1.ibm.net> Subject: Re: [PATCH 5.005_55] Cleanup of File::Spec module p4raw-id: //depot/perl@3042
* add README.hpuxGurusamy Sarathy1999-02-281-0/+1
| | | p4raw-id: //depot/perl@3032
* bring '*' prototype closer to how it behaves internallyGurusamy Sarathy1999-02-191-0/+1
| | | p4raw-id: //depot/perl@2978
* will this be it for 5.005_55?Gurusamy Sarathy1999-02-151-0/+7
| | | p4raw-id: //depot/perl@2949
* backout change#2811 and add newer version based on File::SpecBarrie Slaymaker1999-02-151-1/+0
| | | | | | | | Message-ID: <36C34BB4.A62090E0@telerama.com> Subject: [PATCH]5.005_54 (pod2html) Relative URLs using new File::Spec p4raw-link: @2811 on //depot/cfgperl: 5a039dd3f529422cb070070772502cedaf09ae20 p4raw-id: //depot/perl@2931
* allow boolean assign ops to be lvaluesGurusamy Sarathy1999-02-121-0/+1
| | | | | | | | | | | | From: Stephen McCamant <smccam@uclink4.berkeley.edu> Date: Mon, 11 Jan 1999 16:52:18 -0600 (CST) Message-ID: <13978.32609.495338.544643@alias-2.pr.mcs.net> -- From: Hugo van der Sanden <hv@crypt.compulink.co.uk> Date: Mon, 18 Jan 1999 10:04:00 +0000 Message-Id: <199901181004.KAA17471@crypt.compulink.co.uk> Subject: Re: [inconsistency 5.005_54] ||= not an lvalue p4raw-id: //depot/perl@2901
* add perltodo.podGurusamy Sarathy1999-02-121-0/+1
| | | p4raw-id: //depot/perl@2887
* fix ops that are not filehandle constructors to not create GV if itGurusamy Sarathy1999-02-121-0/+1
| | | | | | doesn't already exist (avoids leaks); extend semantics of defined() so that defined(*{$foo}) works (experimental) p4raw-id: //depot/perl@2879
* integrate cfgperl changes into mainlineGurusamy Sarathy1999-02-081-1/+5
|\ | | | | p4raw-id: //depot/perl@2830
| * Integrate from mainperl.Jarkko Hietaniemi1999-02-071-0/+2
| |\ | | | | | | p4raw-id: //depot/cfgperl@2825
| * | 5.005_54 (pod2html) Generate Relative URLsBarrie Slaymaker1999-02-031-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | To: perl5-porters@perl.org CC: pod-people@perl.org Message-ID: <36B86C7A.E99EFFF1@telerama.com> Add File::PathConvert.pm. Fix Pod::Html and installhtml to understand relative urls. p4raw-id: //depot/cfgperl@2811
| * | 5.005_54 (hints) SCO 3/5 hint files and SysV correctionFrançois Désarménien1999-02-031-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | To: Mailing list Perl5 <perl5-porters@perl.org> Message-ID: <36B84B74.5EC9B6C8@club-internet.fr> (note: this patch completely overrides Tom Wolfe's patch, change #2604) p4raw-link: @2604 on //depot/cfgperl: 0a6b11f8fedc4bae957f03efab3ecb64338ce939 p4raw-id: //depot/cfgperl@2810
| * | Add perlthrtut, update pod/* machinery.Jarkko Hietaniemi1999-02-021-1/+2
| | | | | | | | | | | | | | | (a pod/Makefile.SH is sorely needed) p4raw-id: //depot/cfgperl@2774
| * | BeOS update (Mirror maint-5.005 change #2727).Jarkko Hietaniemi1999-02-021-0/+1
| | | | | | | | | | | | | | | p4raw-link: @2727 on //depot/maint-5.005/perl: 4a34ea11e0df7a07fe7fad105c20b8547c401da9 p4raw-id: //depot/cfgperl@2756
* | | s/\ba/./g was over-optimizedIlya Zakharevich1999-02-071-0/+2
| |/ |/| | | | | | | Message-ID: <19990207172522.B894@monk.mps.ohio-state.edu> p4raw-id: //depot/perl@2828
* | add draft debugging API implementationGurusamy Sarathy1999-02-071-0/+1
| | | | | | p4raw-id: //depot/perl@2820
* | missing entryGurusamy Sarathy1999-02-071-0/+1
|/ | | p4raw-id: //depot/perl@2818
* Lean Exporter.pmIlya Zakharevich1999-01-211-0/+1
| | | | | | To: Mailing list Perl5 <perl5-porters@perl.org> Message-ID: <19990121032523.A25704@monk.mps.ohio-state.edu> p4raw-id: //depot/cfgperl@2667
* perlopentut.podTom Christiansen1999-01-141-0/+1
| | | | | | To: pumpkings@jhereg.perl.com Message-Id: <199901091513.IAA17512@jhereg.perl.com> p4raw-id: //depot/cfgperl@2611
* Atari MiNT port by Guido Flohr <gufl0000@stud.uni-sb.de>Jarkko Hietaniemi1999-01-131-4/+14
| | | | | | (the diffs were based on 5.004_02). Tested by Guido and Frank Naumann <fnaumann@prinz-atm.CS.Uni-Magdeburg.De>. p4raw-id: //depot/cfgperl@2594
* Dumpvar.pmIlya Zakharevich1998-12-291-0/+1
| | | | | | To: perl5-porters@perl.org (Mailing list Perl5) Message-ID: <MLIST_199812070744.CAA18949@monk.mps.ohio-state.edu> p4raw-id: //depot/cfgperl@2513
* nlist.h not yet Configure-probed but DynaLoader Linux-hinted.Jonathan Roy1998-12-141-0/+1
| | | | | | | To: perl5-porters@perl.org Subject: nlist.h add to Configure checks? Message-Id: <4.1.19981213221847.00a3e100@pop-server.tampabay.rr.com> p4raw-id: //depot/cfgperl@2481
* 5.005_54, as releasedGurusamy Sarathy1998-12-011-0/+4
| | | p4raw-id: //depot/perl@2430