summaryrefslogtreecommitdiff
path: root/MANIFEST
Commit message (Collapse)AuthorAgeFilesLines
* Create a tool for converting a config_h.SH into a VOS config.h.Jarkko Hietaniemi2000-01-241-1/+3
| | | p4raw-id: //depot/cfgperl@4872
* new test (from Michael G Schwern <schwern@pobox.com>)Gurusamy Sarathy2000-01-231-0/+1
| | | p4raw-id: //depot/perl@4855
* support for C<exists &func> (from Spider Boardman)Gurusamy Sarathy2000-01-211-0/+1
| | | p4raw-id: //depot/perl@4827
* EPOC port update (from Olaf Flebbe <O.Flebbe@science-computing.de>)Gurusamy Sarathy2000-01-101-6/+4
| | | p4raw-id: //depot/perl@4782
* cygwin update (from Eric Fifer <EFifer@sanwaint.com>)Gurusamy Sarathy2000-01-071-0/+3
| | | p4raw-id: //depot/perl@4769
* os2/POSIX.mkfifo not needed (from Yitzchak Scott-ThoennesGurusamy Sarathy2000-01-071-1/+0
| | | | | <sthoenna@efn.org>) p4raw-id: //depot/perl@4766
* add workaround for dlopen() bug on OpenBSD (relative paths thatGurusamy Sarathy2000-01-061-0/+1
| | | | | match /^lib/ won't load properly) p4raw-id: //depot/perl@4765
* Win9x + GCC update from Benjamin Stuhl <sho_pi@hotmail.com>Gurusamy Sarathy1999-12-281-4/+1
| | | p4raw-id: //depot/perl@4729
* change#4721 needed line number adjustmentsGurusamy Sarathy1999-12-281-0/+2
| | | | | p4raw-link: @4721 on //depot/perl: 59af875452bab7830a612945a2ac1c23c411527f p4raw-id: //depot/perl@4727
* cygwin update from Eric Fifer <EFifer@sanwaint.com>Gurusamy Sarathy1999-12-281-1/+0
| | | p4raw-id: //depot/perl@4717
* applied somewhat modified version of suggested patchBenjamin Stuhl1999-12-051-1/+4
| | | | | | Message-ID: <19991119024527.72749.qmail@hotmail.com> Subject: [PATCH 5.005_62] Perl on Win95, Mark IIB p4raw-id: //depot/perl@4653
* applied suggested patch; removed $VERSION = $VERSION hackIlya Zakharevich1999-12-031-0/+1
| | | | | | | | | (change#4043 fixed the need for that) Message-Id: <199911160650.BAA18874@monk.mps.ohio-state.edu> Subject: [PATCH 5.005_62] XSLoader.pm p4raw-link: @4043 on //depot/cfgperl: 09bef84370e90d727656ea11ba5ee8be80e361d3 p4raw-id: //depot/perl@4623
* various File::Glob fixes for DOSISH platformsPaul Moore1999-12-021-0/+1
| | | | | | Message-Id: <714DFA46B9BBD0119CD000805FC1F53BDC38E3@UKRUX002.rundc.uk.origin-it.com> Subject: File::Glob again. Final patch, honest! p4raw-id: //depot/perl@4615
* integrate cfgperl contents into mainlineGurusamy Sarathy1999-12-011-3/+5
|\ | | | | p4raw-id: //depot/perl@4606
| * The separation of 64-bitness and largefileness continuesJarkko Hietaniemi1999-11-141-3/+5
| | | | | | | | | | (with a setback, see hpux.sh). p4raw-id: //depot/cfgperl@4581
* | more complete pseudo-fork() support for WindowsGurusamy Sarathy1999-12-011-0/+4
|/ | | p4raw-id: //depot/perl@4602
* Regen Unicode tables to include a warning:Jarkko Hietaniemi1999-11-131-15/+33
| | | | | | | Thou Shalt Not Edit Them By Hand; add missing (Unicode 2.0 -introduced) tables to MANIFEST; convert the equivalence tables to be valid Perl code. p4raw-id: //depot/cfgperl@4563
* Integrate with Sarathy.Jarkko Hietaniemi1999-11-041-0/+1
|\ | | | | p4raw-id: //depot/cfgperl@4513
| * make nested ARGV/$^I loops work correctly; fixes several bugsGurusamy Sarathy1999-10-311-0/+1
| | | | | | | | | | | | | | in the way ARGV state was handled in readline(); writing a subroutine to do inplace edits is now possible, provided *ARGV, *ARGVOUT, $^I and $_ are localized where needed p4raw-id: //depot/perl@4502
* | Patch for EPOC SupportOlaf Flebbe1999-11-011-0/+4
|/ | | | | | To: perl5-porters@perl.org Message-ID: <Pine.LNX.4.10.9911012045190.411-100000@dragon.science-computing.de> p4raw-id: //depot/cfgperl@4506
* Re: [PATCH 5.005_62] OS/2 improvementsIlya Zakharevich1999-10-241-0/+6
| | | | | Message-Id: <199910240724.DAA12230@monk.mps.ohio-state.edu> p4raw-id: //depot/perl@4432
* added intro to source filters from Paul MarquessGurusamy Sarathy1999-10-181-0/+1
| | | p4raw-id: //depot/perl@4406
* here be 5.005_62Gurusamy Sarathy1999-10-151-1/+2
| | | p4raw-id: //depot/perl@4391
* Integrate with Sarathy.Jarkko Hietaniemi1999-10-131-0/+11
|\ | | | | p4raw-id: //depot/cfgperl@4365
| * use libdbm.nfs.a if available (libdbm.a is missing dbmclose())Mike Hopkirk1999-10-131-0/+1
| | | | | | | | | | | | Message-Id: <199910122016.aa18415@charmstr.pdev.sco.com> Subject: [ID 19991012.004] Build patch for perl5.005_03 on ODT3 ( 3.2v4.2) p4raw-id: //depot/perl@4360
| * add File::BSDGlob as File::Glob and load it at compile-timeGurusamy Sarathy1999-10-121-0/+10
| | | | | | | | | | | | | | | | | | if perl was built with -DPERL_INTERNAL_GLOB TODO: we currently get a compile-time failure if File/Glob.pm can't be found; such failure needs to be made to emit a warning and use the csh implementation instead p4raw-id: //depot/perl@4356
* | Add DB_File hint for SCO ODT.Mike Hopkirk1999-10-131-0/+1
|/ | | | | | | To: perl5-porters@perl.org Subject: [ID 19991012.004] Build patch for perl5.005_03 on ODT3 ( 3.2v4.2) Message-Id: <199910122016.aa18415@charmstr.pdev.sco.com> p4raw-id: //depot/cfgperl@4362
* add perlhack.pod from Nathan Torkington <gnat@frii.com>Gurusamy Sarathy1999-10-101-0/+1
| | | p4raw-id: //depot/perl@4340
* Integrate with Sarathy.Jarkko Hietaniemi1999-10-101-0/+1
|\ | | | | p4raw-id: //depot/cfgperl@4334
| * rudimentary support for building under Windows 95/98 (fromGurusamy Sarathy1999-10-101-0/+1
| | | | | | | | | | Benjamin Stuhl <sho_pi@hotmail.com>) p4raw-id: //depot/perl@4329
* | The first cut at fixing Perl extensions written in C++ in AIX,Stephanie Beals1999-10-081-0/+1
|/ | | | | | | | | | | | statics don't get initialized right. This patch at least doesn't seem to break the build in my AIX, but unfortunately I don't have the IBM C++ to do further testing. Problem reported by Stephanie Beals in To: perl5-porters@perl.org Subject: [ID 19991007.005] DynaLoader/dl_aix.xs problem using load and unload on AIX Message-Id: <85256803.0068E70D.00@D51MTA03.pok.ibm.com> p4raw-id: //depot/cfgperl@4317
* Re: [ID 19991001.005] [_61] [PATCH] tarball fine on win32, zip isn'tAndy Dougherty1999-10-041-2/+2
| | | | | | | To: Jarkko Hietaniemi <jhi@iki.fi> cc: Perl Porters <perl5-porters@perl.org>, jhi@cc.hut.fi Message-ID: <Pine.SOL.4.10.9910041302550.6502-100000@maxwell.phys.lafayette.edu> p4raw-id: //depot/cfgperl@4300
* fix PodParser testsuite; Pod::Text subsumes Pod::PlainTextGurusamy Sarathy1999-10-021-2/+1
| | | p4raw-id: //depot/perl@4281
* upgrade to PodParser-1.085 from Brad Appleton <bradapp@enteract.com>Gurusamy Sarathy1999-10-021-0/+6
| | | p4raw-id: //depot/perl@4280
* Reply-To: gerberb@zenez.com0000-Admin (0000)1999-09-211-0/+1
| | | | | | | | | | | To: perl5-porters@perl.org Subject: [ID 19990921.004] Changes for SCO OpenServer and UnixWare 7 Message-Id: <199909211707.LAA23611@devsys0.zenez.com> (Snipped away the last lines of svr5.sh a la change #3725) p4raw-link: @3725 on //depot/cfgperl: 5cf1d1f16c1401220ecaa7b3127343c7c6c095d2 p4raw-id: //depot/cfgperl@4214
* add README.Y2K (from Dominic Dunlop <domo@vo.lu>)Gurusamy Sarathy1999-09-201-0/+1
| | | p4raw-id: //depot/perl@4208
* avoid clearing @_ at all for faster subroutine calls; fix bugsGurusamy Sarathy1999-09-191-0/+1
| | | | | | in passing around references to @_, eg C<sub foo { \@_ }>; add tests for the same p4raw-id: //depot/perl@4195
* Integrate with Sarathy.Jarkko Hietaniemi1999-09-151-1/+10
|\ | | | | p4raw-id: //depot/cfgperl@4164
| * jpl tweakGurusamy Sarathy1999-09-151-1/+10
| | | | | | p4raw-id: //depot/perl@4160
* | Integrate with Sarathy.Jarkko Hietaniemi1999-09-141-2/+2
|\ \ | |/ | | p4raw-id: //depot/cfgperl@4152
| * change some filenames to be 8.3-friendlyGurusamy Sarathy1999-09-141-2/+2
| | | | | | p4raw-id: //depot/perl@4149
* | Update Unicode database and recompute the tables.Jarkko Hietaniemi1999-09-141-7/+12
|/ | | | | | | | | Rename the .txt files to be more Unicode 3.0-like. Unihan-3.0.txt not included because it is 16 MB. syllables.txt is manually maintained. See ReadMe.txt for description of the .txt files. (not all of them are used yet) p4raw-id: //depot/cfgperl@4151
* Integrate with Sarathy.Jarkko Hietaniemi1999-09-111-1/+5
|\ | | | | p4raw-id: //depot/cfgperl@4127
| * add perlcompile.pod (edited content from Nathan TorkingtonGurusamy Sarathy1999-09-101-0/+1
| | | | | | | | | | <gnat@frii.com> and others) p4raw-id: //depot/perl@4120
| * upgrade to Getopt::Long v2.20 (from Johan VromansGurusamy Sarathy1999-09-101-1/+4
| | | | | | | | | | <jvromans@squirrel.nl>) p4raw-id: //depot/perl@4118
* | DB_File 1.71Paul Marquess1999-09-091-0/+1
|/ | | | | | | To: gsar@ActiveState.com Cc: perl5-porters@perl.org Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB202D49BBE@mbtlipnt02.btlabs.bt.co.uk> p4raw-id: //depot/cfgperl@4113
* initial implementation of lvalue subroutines (slightly fixedGurusamy Sarathy1999-09-051-0/+1
| | | | | | version of patch suggested by Ilya Zakharevich, which in turn is based on the one suggested by Tuomas J. Lukka <lukka@iki.fi>) p4raw-id: //depot/perl@4081
* sub : attrlistSpider Boardman1999-08-291-0/+4
| | | | | | To: Mailing list Perl5 <perl5-porters@perl.org> Message-Id: <199908290702.DAA32191@Orb.Nashua.NH.US> p4raw-id: //depot/cfgperl@4043
* Rename warning to warnings, from Paul Marquess.Jarkko Hietaniemi1999-08-291-31/+33
| | | p4raw-id: //depot/cfgperl@4038
* Update MANIFEST to follow change #3965.Jarkko Hietaniemi1999-08-121-0/+12
| | | | | p4raw-link: @3965 on //depot/cfgperl: 883d4c97cf89026407400a75b9946a85032f5df2 p4raw-id: //depot/cfgperl@3966