summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* copy over bleads .gitignoremaint-5.004Yves Orton2008-12-191-0/+59
|
* Look for Linux FILE structure in libio.h, for glibc-2.1.GitLive-maint-5.004Chip Salzenberg1999-05-261-1/+1
| | | p4raw-id: //depot/maint-5.004/perl@3485
* Fix a few scripts' permissions.Chip Salzenberg1999-04-295-0/+6
| | | | | Update MANIFEST and, yet again, Changes. p4raw-id: //depot/maint-5.004/perl@3296
* Final release: Update patchlevel.h and Changes.Chip Salzenberg1999-04-292-1/+37
| | | p4raw-id: //depot/maint-5.004/perl@3295
* Refresh emacs/*.Chip Salzenberg1999-04-292-7/+123
| | | p4raw-id: //depot/maint-5.004/perl@3294
* Fix shebang lines.Chip Salzenberg1999-04-2917-17/+17
| | | p4raw-id: //depot/maint-5.004/perl@3293
* Eliminate SysV IPC tests that don't work reliably.Chip Salzenberg1999-04-293-299/+0
| | | | | Maybe the next patch will include IPC::SysV. p4raw-id: //depot/maint-5.004/perl@3290
* Fix non-core-XS bug in MM_VMS.pm.Chip Salzenberg1999-04-271-1/+7
| | | | | (from Dan Sugalski <sugalskd@osshe.edu>) p4raw-id: //depot/maint-5.004/perl@3288
* Fix SysV IPC tests to allow for ids of zero.Chip Salzenberg1999-04-272-4/+5
| | | p4raw-id: //depot/maint-5.004/perl@3287
* Update Solaris 2.x hints.Chip Salzenberg1999-04-271-25/+68
| | | | | (from Andy Dougherty <doughera@lafayette.edu>) p4raw-id: //depot/maint-5.004/perl@3286
* Add 'okfile' target to makefile.Chip Salzenberg1999-04-271-2/+5
| | | | | (from Hugo van der Sanden <hv@crypt.compulink.co.uk>) p4raw-id: //depot/maint-5.004/perl@3285
* Tweak ordering of Porting/makerel.Chip Salzenberg1999-04-263-6/+15
| | | | | Update MANIFEST and, yet again, Changes. p4raw-id: //depot/maint-5.004/perl@3283
* Update Changes again for last few patches.Chip Salzenberg1999-04-261-0/+22
| | | p4raw-id: //depot/maint-5.004/perl@3282
* Update OpenBSD hints.Chip Salzenberg1999-04-261-8/+18
| | | | | (from Todd Miller <Todd.Miller@courtesan.com>) p4raw-id: //depot/maint-5.004/perl@3281
* Allow AIX to use Perl's malloc if user insists on it.Chip Salzenberg1999-04-261-1/+3
| | | | | (from Kurt Starsinic) p4raw-id: //depot/maint-5.004/perl@3280
* Make &AutoLoad::AUTOLOAD reentrant.Chip Salzenberg1999-04-261-27/+28
| | | p4raw-id: //depot/maint-5.004/perl@3279
* Refresh AutoLoader to 5.55.Chip Salzenberg1999-04-261-3/+4
| | | p4raw-id: //depot/maint-5.004/perl@3278
* Update Changes and patchlevel.h for maint trial 9.Chip Salzenberg1999-04-262-10/+162
| | | p4raw-id: //depot/maint-5.004/perl@3277
* Make porting scripts executable.Chip Salzenberg1999-04-265-44/+47
| | | p4raw-id: //depot/maint-5.004/perl@3276
* Merge most of Porting directory from mainline.Chip Salzenberg1999-04-265-65/+456
| | | p4raw-id: //depot/maint-5.004/perl@3275
* Explain next/last/redo a bit more in perlfunc.Chip Salzenberg1999-04-131-0/+15
| | | | | (from M.J.T. Guy <mjtg@cus.cam.ac.uk>) p4raw-id: //depot/maint-5.004/perl@3253
* Rebuild embed.h. (Forgot.)Chip Salzenberg1999-04-131-0/+1
| | | p4raw-id: //depot/maint-5.004/perl@3252
* Eliminate false Configure warning about LD_LIBRARY_PATH.Chip Salzenberg1999-04-131-21/+1
| | | | | (It's now set automatically during the build process.) p4raw-id: //depot/maint-5.004/perl@3251
* Fix check for glibc, so it'll work with 2.1.Chip Salzenberg1999-04-131-4/+8
| | | | | (back-formation from 5.006-to-be) p4raw-id: //depot/maint-5.004/perl@3250
* Refresh hints for FreeBSD.Chip Salzenberg1999-04-131-6/+52
| | | p4raw-id: //depot/maint-5.004/perl@3249
* Automatically set LD_LIBRARY_PATH (or equivalent) during theChip Salzenberg1999-04-131-30/+51
| | | | | build process. (back-formation from 5.006-to-be) p4raw-id: //depot/maint-5.004/perl@3248
* New config variable $ignore_versioned_solibs, for Linux.Chip Salzenberg1999-04-132-1/+27
| | | p4raw-id: //depot/maint-5.004/perl@3247
* Don't use 'nm' under AIX.Chip Salzenberg1999-04-131-0/+4
| | | p4raw-id: //depot/maint-5.004/perl@3246
* Make AutoSplit harder to fool.Chip Salzenberg1999-04-131-3/+3
| | | p4raw-id: //depot/maint-5.004/perl@3245
* Fix some broken document links. (from Tom Christiansen)Chip Salzenberg1999-04-1311-27/+31
| | | p4raw-id: //depot/maint-5.004/perl@3244
* Refresh Text::Wrap to 98.112902.Chip Salzenberg1999-04-131-72/+64
| | | p4raw-id: //depot/maint-5.004/perl@3243
* Use locale in Pod::Html and Pod::Text.Chip Salzenberg1999-04-132-6/+10
| | | | | Fix typos in Pod::Text. p4raw-id: //depot/maint-5.004/perl@3242
* Revert argument list change in export_to_level.Chip Salzenberg1999-04-131-1/+2
| | | p4raw-id: //depot/maint-5.004/perl@3241
* Add 'no_modify' to list of variables in 5.005.Chip Salzenberg1999-04-131-6/+7
| | | p4raw-id: //depot/maint-5.004/perl@3240
* Refresh perlport to 1.39. (from Chris Nandor)Chip Salzenberg1999-04-131-42/+105
| | | p4raw-id: //depot/maint-5.004/perl@3239
* Fix typo in perlxstut.Chip Salzenberg1999-04-131-1/+1
| | | p4raw-id: //depot/maint-5.004/perl@3238
* Clear errno on successful C<require>.Chip Salzenberg1999-04-131-0/+2
| | | p4raw-id: //depot/maint-5.004/perl@3237
* Add test of C<goto> interaction with AUTOLOAD.Chip Salzenberg1999-04-131-2/+10
| | | p4raw-id: //depot/maint-5.004/perl@3236
* Make Text::ParseWords handle some delimiters with spaces.Chip Salzenberg1999-04-131-2/+6
| | | | | (The full fix, using /(?-x:$foo)/, can't work in 5.004.) p4raw-id: //depot/maint-5.004/perl@3235
* Properly handle tainted operations when -U is set.Chip Salzenberg1999-04-131-5/+1
| | | p4raw-id: //depot/maint-5.004/perl@3234
* New config variable $installusrbinperl, defaulting 'undef'Chip Salzenberg1999-04-133-1/+34
| | | | | for NetBSD. (from Jarkko) p4raw-id: //depot/maint-5.004/perl@3233
* Update NetBSD hints.Chip Salzenberg1999-04-133-32/+28
| | | p4raw-id: //depot/maint-5.004/perl@3232
* Refresh Getopt::Long to 2.19.Chip Salzenberg1999-04-131-9/+10
| | | p4raw-id: //depot/maint-5.004/perl@3231
* Properly diagnose missing roots in rmtree().Chip Salzenberg1999-04-131-2/+9
| | | p4raw-id: //depot/maint-5.004/perl@3230
* Preserve errno from importunities of sfio.Chip Salzenberg1999-04-132-4/+22
| | | p4raw-id: //depot/maint-5.004/perl@3229
* fix longstanding bug: searches for lexicals originating within eval''Chip Salzenberg1999-04-132-12/+62
| | | | | | weren't stopping at the subroutine boundary correctly (back-formation from change 3037) p4raw-id: //depot/maint-5.004/perl@3228
* Record Linux libc version.Chip Salzenberg1999-04-131-0/+13
| | | p4raw-id: //depot/maint-5.004/perl@3227
* Disable setuid execution if 'nosuid' mount option specified.Chip Salzenberg1999-04-063-0/+218
| | | | | (Original fix from Jarkko; hand-hackery of Configure by Chip.) p4raw-id: //depot/maint-5.004/perl@3222
* Set CDPATH="." only if it's already set to something else.Chip Salzenberg1999-04-061-1/+4
| | | p4raw-id: //depot/maint-5.004/perl@3221
* update README.win32 in maint-5.004Gurusamy Sarathy1998-12-043-5/+26
| | | p4raw-id: //depot/maint-5.004/perl@2447