summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* cosmetic change to overloadingIlya Zakharevich2000-12-152-111/+59
| | | | | Message-ID: <20001214220243.A18437@monk.mps.ohio-state.edu> p4raw-id: //depot/perl@8130
* PATCH: h2xs nitTim Jenness2000-12-151-2/+51
| | | | | | | Message-ID: <Pine.LNX.4.30.0012141820340.2533-100000@lapaki.jach.hawaii.edu> Add a template README. p4raw-id: //depot/perl@8129
* Still buggy findgteprime, fix from Eric Joanis <joanis@cs.toronto.edu>.Jarkko Hietaniemi2000-12-152-7/+21
| | | p4raw-id: //depot/perl@8128
* stuff for caller and _ in Safe::Charles Lane2000-12-151-0/+6
| | | | | Message-Id: <001214200310.49929@DUPHY4.Physics.Drexel.Edu> p4raw-id: //depot/perl@8127
* s/use vars qw\(/our(/ for OS/390 extension buildsPeter Prymmer2000-12-156-11/+9
| | | | | Message-ID: <Pine.OSF.4.10.10012141548200.57557-100000@aspara.forte.com> p4raw-id: //depot/perl@8126
* This seems to be a stage sane and stable enough to checkin.Jarkko Hietaniemi2000-12-1514-1170/+98
| | | | | (it basically is 8102..8118+8122 but no 8120, 8121, 8123, 8124) p4raw-id: //depot/perl@8125
* Something is really wonky.Jarkko Hietaniemi2000-12-151-785/+185
| | | p4raw-id: //depot/perl@8124
* Fixes for the IV UV patches to compile in Digital UNIX.Jarkko Hietaniemi2000-12-151-37/+41
| | | p4raw-id: //depot/perl@8123
* Re: [ID 20001214.011] Unreachable value in a search list logical nameCraig A. Berry2000-12-151-1/+4
| | | | | Message-Id: <p04330100b65efbe32f30@[172.16.52.1]> p4raw-id: //depot/perl@8122
* strtoq, strtou(q|ll|l) testing (was [PATCH] faster and 64 bit preserving ↵Nicholas Clark2000-12-1517-44/+253
| | | | | | | arithmetic) Message-ID: <20001214183857.B97909@plum.flirble.org> p4raw-id: //depot/perl@8120
* faster and 64 bit preserving arithmeticNicholas Clark2000-12-1413-271/+1914
| | | | | Message-ID: <20001213200849.B71166@plum.flirble.org> p4raw-id: //depot/perl@8119
* Integrate perlio:Jarkko Hietaniemi2000-12-143-4/+34
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ 8117] Win32 tweaks to get Encode to build - temp hack to makedef.pl till PerlIO is properly "exported". - MSVC dislikes static encpage_t foo[]; so make 'em extern for now. [ 8116] Document the new files p4raw-link: @8117 on //depot/perlio: 18b7339f76ca9f2454845b454e0d2168c487e8ee p4raw-link: @8116 on //depot/perlio: 9a5ca08e7f5b67208359eefb1f4b7db6c2880dcb p4raw-id: //depot/perl@8118
| * Win32 tweaks to get Encode to buildNick Ing-Simmons2000-12-142-4/+31
| | | | | | | | | | | | | | | | - temp hack to makedef.pl till PerlIO is properly "exported". - MSVC dislikes static encpage_t foo[]; so make 'em extern for now. p4raw-id: //depot/perlio@8117
| * Document the new filesNick Ing-Simmons2000-12-141-0/+3
| | | | | | p4raw-id: //depot/perlio@8116
* | MANIFEST new files of #8114.Jarkko Hietaniemi2000-12-141-0/+3
| | | | | | p4raw-id: //depot/perl@8115
* | Integrate perlio:Jarkko Hietaniemi2000-12-147-4/+681
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ 8106] "Cold" build correction to Encode's Makefile.PL [ 8105] "Compiled" encodings. Correct replacement character in EBCDIC .enc files Add 0x7F to ASCII repertoire. [ 8103] Beginings of compiled encodings - checked in as a snapshot of thoughts so far and so it does not get lost. p4raw-link: @8106 on //depot/perlio: 311a0942a841b9a310fcf53d05fa79c643b68a12 p4raw-link: @8105 on //depot/perlio: 2f2b4ff2c154a8e461857f2e82cb815c238d0d94 p4raw-link: @8103 on //depot/perlio: 017e2addf6da99b3f648d9518de5a848be394ab8 p4raw-id: //depot/perl@8114
| * "Cold" build correction to Encode's Makefile.PLNick Ing-Simmons2000-12-141-0/+18
| | | | | | p4raw-id: //depot/perlio@8106
| * "Compiled" encodings.Nick Ing-Simmons2000-12-1410-45/+287
| | | | | | | | | | | | Correct replacement character in EBCDIC .enc files Add 0x7F to ASCII repertoire. p4raw-id: //depot/perlio@8105
| * Integrate mainlineNick Ing-Simmons2000-12-1421-215/+644
| |\ | | | | | | p4raw-id: //depot/perlio@8104
| * | Beginings of compiled encodings - checked in as a snapshot of thoughtsNick Ing-Simmons2000-12-133-0/+417
| | | | | | | | | | | | | | | so far and so it does not get lost. p4raw-id: //depot/perlio@8103
* | | The documentation part of theJonathan Stowe2000-12-141-0/+5
| | | | | | | | | | | | | | | | | | | | | Subject: [ID 20001214.002] Net::Ping patch Message-Id: <Pine.LNX.4.10.10012140805480.19767-200000@orpheus.gellyfish.com> since the #7529 had already addressed the same problem. p4raw-id: //depot/perl@8113
* | | Re: [ID 20001013.006] XS subs are not define()edDominic Dunlop2000-12-141-2/+8
| | | | | | | | | | | | | | | | | | | | | Message-Id: <p04320402b65ba33a92b2@[192.168.1.4]> Document how elusive subroutines can be. p4raw-id: //depot/perl@8112
* | | [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerousDominic Dunlop2000-12-141-1/+3
| | | | | | | | | | | | | | | Message-Id: <p04320407b65e3f4853aa@[192.168.1.4]> p4raw-id: //depot/perl@8111
* | | [patch] perlfaq7Gerrit P. Haase2000-12-141-1/+1
| | | | | | | | | | | | | | | Message-ID: <3A38E7BB.13178.11C40A8@localhost> p4raw-id: //depot/perl@8110
* | | [8104] EncodeH.Merijn Brand2000-12-141-4/+4
| | | | | | | | | | | | | | | | | | | | | Message-Id: <20001214142101.B338.H.M.BRAND@hccnet.nl> Type casting for nervous compilers. p4raw-id: //depot/perl@8109
* | | [8104] DB_FileH.Merijn Brand2000-12-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Message-Id: <20001214144439.B33A.H.M.BRAND@hccnet.nl> Type definition incorrect for DB 2.7.7. Not known when it changed, so only changed it for a known revision. p4raw-id: //depot/perl@8108
* | | Re: Encode/cp1047.enc etc.Peter Prymmer2000-12-143-3/+3
| |/ |/| | | | | | | | | | | Message-ID: <Pine.OSF.4.10.10012141057330.57557-100000@aspara.forte.com> Use '?' (0x6F in EBCDIC) for the illegal codepoint. p4raw-id: //depot/perl@8107
* | Update Changes.Jarkko Hietaniemi2000-12-132-1/+230
| | | | | | p4raw-id: //depot/perl@8102
* | Move the proto of start_glob() to a better place; regen api files.Jarkko Hietaniemi2000-12-136-26/+12
| | | | | | p4raw-id: //depot/perl@8101
* | Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmpAndy Dougherty2000-12-131-6/+6
| | | | | | | | | | Message-ID: <Pine.SOL.4.10.10012131031230.2017-100000@maxwell.phys.lafayette.edu> p4raw-id: //depot/perl@8099
* | [20000615.005] [PATCH] Cwd::fastgetcwd broken (or mis-named?) on Unix Robert Spier2000-12-131-1/+4
| | | | | | | | | | | | | | | | Message-ID: <14902.56087.678086.725773@rls.cx> fastgetcwd is defined using a glob alias on a $^O dependent basis - and there was no default assignment or perl subroutine. p4raw-id: //depot/perl@8098
* | move startglob out of pp_hot.cNicholas Clark2000-12-136-132/+165
| | | | | | | | | | Message-ID: <20001211231638.A55550@plum.flirble.org> p4raw-id: //depot/perl@8097
* | [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio H.Merijn Brand2000-12-131-0/+1
| | | | | | | | | | | | | | | | Message-Id: <20001213135318.621A.H.M.BRAND@hccnet.nl> perl/64/HP-UX wants libdb-3.0 to be shared ELF 64 bit which in turn requires libpthread in libswanted. p4raw-id: //depot/perl@8096
* | The integration wars continue.Jarkko Hietaniemi2000-12-121-11/+13
|\ \ | |/ | | p4raw-id: //depot/perl@8095
| * Integrate/merge mainline with further efficiency tweak to sv.c's utf8 stuff.Nick Ing-Simmons2000-12-122-11/+62
| |\ | | | | | | p4raw-id: //depot/perlio@8093
* | | DB_File-1.74 Paul Marquess2000-12-129-67/+244
| |/ |/| | | | | | | Message-ID: <000001c063c7$1b9d28a0$a20a140a@bfs.phone.com> p4raw-id: //depot/perl@8094
* | Integrate perlio:Jarkko Hietaniemi2000-12-121-2/+9
|\ \ | |/ | | | | | | | | | | | | [ 8091] Fix for Tk, and upgrading shared SVs. p4raw-link: @8091 on //depot/perlio: 8a8183332d9a42d93d66e4028ccb28fd2bda82d8 p4raw-id: //depot/perl@8092
| * Fix for Tk, and upgrading shared SVs.Nick Ing-Simmons2000-12-121-4/+20
| | | | | | p4raw-id: //depot/perlio@8091
| * Integrate mainlineNick Ing-Simmons2000-12-1116-68/+188
| | | | | | p4raw-id: //depot/perlio@8088
* | Re: Breadperl & TkNick Ing-Simmons2000-12-121-5/+14
| | | | | | | | | | Message-Id: <200012121448.OAA11516@mikado.tiuk.ti.com> p4raw-id: //depot/perl@8090
* | DosGlob.pm diff for bash style brace expansion.Mike Mestnik2000-12-121-0/+49
| | | | | | | | | | Message-ID: <B50C47897E98D3118130009027D3971920F278@EXCHANGE_M1> p4raw-id: //depot/perl@8089
* | Integrate perlio:Jarkko Hietaniemi2000-12-114-51/+376
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ 8085] Finish 1st pass of "encoding" layer e.g. : open($fh,"<encoding(iso8859-7)",$greek) || die; [ 8082] Restore mmap function (broken by tweaks to shared buffer layer for encode(xxxx)). [ 8076] Not merge worthy... Allow arg to layers e.g. open($fh,"<:encode(iso8859-15)",$name) syntax is modelled on attributes. Untested fix for io/utf8 on Win32 etc. Very clumsy start to the encode layer. p4raw-link: @8085 on //depot/perlio: 72e44f29ea535faa4a4afab64f5101668334125d p4raw-link: @8082 on //depot/perlio: a5262162c2c854ee96768d32ed06a8df25b95505 p4raw-link: @8076 on //depot/perlio: 33af2bc731cf870df7b094c6b3d116322b4b493f p4raw-id: //depot/perl@8087
| * Finish 1st pass of "encoding" layer e.g. :Nick Ing-Simmons2000-12-113-35/+103
| | | | | | | | | | open($fh,"<encoding(iso8859-7)",$greek) || die; p4raw-id: //depot/perlio@8085
| * Restore mmap function (broken by tweaks to shared bufferNick Ing-Simmons2000-12-111-6/+11
| | | | | | | | | | layer for encode(xxxx)). p4raw-id: //depot/perlio@8082
| * Not merge worthy...Nick Ing-Simmons2000-12-104-34/+286
| | | | | | | | | | | | | | | | Allow arg to layers e.g. open($fh,"<:encode(iso8859-15)",$name) syntax is modelled on attributes. Untested fix for io/utf8 on Win32 etc. Very clumsy start to the encode layer. p4raw-id: //depot/perlio@8076
| * Integrate mainlineNick Ing-Simmons2000-12-1036-78/+626
| |\ | | | | | | p4raw-id: //depot/perlio@8071
* | | Tune further the OS detection of CGI.Jarkko Hietaniemi2000-12-111-8/+6
| | | | | | | | | p4raw-id: //depot/perl@8086
* | | Revert the -f ambiguousity patch, seems to causeJarkko Hietaniemi2000-12-114-36/+3
| | | | | | | | | | | | | | | | | | too much hassle (the interpret -Q as a function where Q is not a known filetest part is left in). p4raw-id: //depot/perl@8084
* | | (accidentally empty check-in)Jarkko Hietaniemi2000-12-110-0/+0
| | | | | | | | | p4raw-id: //depot/perl@8083
* | | Re: The long awaited feature ...Simon Cozens2000-12-111-2/+107
| | | | | | | | | | | | | | | | | | | | | Message-ID: <20001211155424.A17680@deep-dark-truthful-mirror.perlhacker.org> More io/utf8 tests. p4raw-id: //depot/perl@8081