summaryrefslogtreecommitdiff
path: root/ext
Commit message (Collapse)AuthorAgeFilesLines
* Redo #7679 with LFs instead of CRLFs.Jarkko Hietaniemi2000-11-141-15/+15
| | | p4raw-id: //depot/perl@7680
* Get PerlIO building on Win32Benjamin Stuhl2000-11-141-6/+15
| | | | | Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com> p4raw-id: //depot/perl@7679
* Fix the re extension building for Win32.Benjamin Stuhl2000-11-141-0/+18
| | | | | | Subject: [PATCH perl@7638] Get PerlIO building on Win32 Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com> p4raw-id: //depot/perl@7678
* Re: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error returnNicholas Clark2000-11-132-6/+7
| | | | | Message-ID: <20001113185504.J29183@plum.flirble.org> p4raw-id: //depot/perl@7676
* [ID 20001112.006] IO::Seekable::getpos doesn't check for fgetpos() failureNicholas Clark2000-11-132-10/+65
| | | | | Message-Id: <E13v4hQ-0000mn-00@Bagpuss.unfortu.net> p4raw-id: //depot/perl@7662
* Many subdocumented return values of the IO extension now documented.Nicholas Clark2000-11-121-15/+29
| | | | | | | | ungetc and write still left subdocumented. Subject: [PATCH] (was Re: IO::Handle::ungetc) Message-ID: <20001112213552.A3034@Bagpuss.unfortu.net> p4raw-id: //depot/perl@7659
* Add more encoding tables.Jarkko Hietaniemi2000-11-118-0/+160
| | | p4raw-id: //depot/perl@7640
* Missing dTHXs.Eric Fifer2000-11-091-0/+3
| | | | | | Subject: RE: perl@7595 builds not on cygwin Message-ID: <000201c04a83$05ef1660$933570c2@fifer> p4raw-id: //depot/perl@7629
* A missing aTHX_.Jarkko Hietaniemi2000-11-081-1/+1
| | | p4raw-id: //depot/perl@7614
* Be more robust in Dynaloader.pm.Jarkko Hietaniemi2000-11-071-26/+25
| | | p4raw-id: //depot/perl@7594
* Fake support of holey files in win/dosish platforms.kipp@shonanblue.ne.jp2000-11-071-0/+21
| | | | | | Subject: SDBM_File under MS-Windows95/98 does not work correctly. (APR#1302) Message-Id: <200011062130.eA6LUpZ17387@smtp3.ActiveState.com> p4raw-id: //depot/perl@7586
* Use -dM for gcc (the suggested patch did it only for Linux,Pixel2000-11-051-0/+10
| | | | | | | | but I think it can be generalized). Subject: Re: connect and $!{EINPROGRESS} pb (was [ID 20001030.010] [PATCH] io_multihomed.t failing) Message-ID: <ly8zqygn4x.fsf@leia.mandrakesoft.com> p4raw-id: //depot/perl@7565
* Upgrade to Storable 1.0.6, from Raphael Manfredi.Jarkko Hietaniemi2000-11-053-13/+76
| | | p4raw-id: //depot/perl@7560
* The #7521 touched things it shouldn't have.Jarkko Hietaniemi2000-11-032-10/+8
| | | p4raw-id: //depot/perl@7532
* Test::Harness revealed buglets in the new DynaLoader.Andreas König2000-11-021-6/+18
| | | | | | Subject: [ID 20001102.001] Not OK: perl v5.7.0 +DEVEL7523 on i686-linux 2.2.16a (UNINSTALLED) Message-Id: <m3vgu6k6tz.fsf@ak-71.mind.de> p4raw-id: //depot/perl@7526
* More tweaking on the #7522 theme.Jarkko Hietaniemi2000-11-011-12/+28
| | | p4raw-id: //depot/perl@7523
* Expand %Config variables and %ENV variables only ifJarkko Hietaniemi2000-11-011-37/+58
| | | | | | | so requested during build time using the PERL_BUILD_EXPAND_CONFIG_VARS and PERL_BUILD_EXPAND_ENV_VARS. Not expanding makes relocating distributions easier. p4raw-id: //depot/perl@7522
* Make the POSIX::setuid and POSIX::setgid to really call setuid()Garry T. Williams2000-11-014-24/+30
| | | | | | | | | | | | and setgid() because they were just changing $< and $( which means only changing the real uid/gid, as opposed to changing both real and effective ids. (The alternative way could have been in POSIX.pm to change $> and $), too, but making a direct call to the C API feels cleaner.) Fixes the bug Subject: [ID 20000904.005] POSIX::setuid() Doesn't Call setuid() Message-Id: <200009041609.e84G9iN12155@ifr.inside.zvolve.net> p4raw-id: //depot/perl@7521
* C.pm part ofJarkko Hietaniemi2000-11-011-1/+1
| | | | | | Subject: [ID 20001010.001] [Daniel.Stutz@astaro.de: perlcc and C.pm in perl-5.7.0] Message-Id: <20001010082228.B17030@chaos.wustl.edu> p4raw-id: //depot/perl@7518
* More AIX lore.Jarkko Hietaniemi2000-11-011-5/+11
| | | p4raw-id: //depot/perl@7514
* Do not cleanup *% because the % has special meanings in someJarkko Hietaniemi2000-11-011-1/+3
| | | | | shell environments. p4raw-id: //depot/perl@7508
* add three new EBCDIC Encode-ings && many testsPeter Prymmer2000-10-313-0/+60
| | | | | Message-ID: <Pine.OSF.4.10.10010301643590.67363-100000@aspara.forte.com> p4raw-id: //depot/perl@7498
* generalize AIX ccversion hack for re extensionPeter Prymmer2000-10-312-4/+16
| | | | | Message-ID: <Pine.OSF.4.10.10010301634500.67363-100000@aspara.forte.com> p4raw-id: //depot/perl@7495
* Upgrade to Storable 1.0.5, from Raphael Manfredi.Jarkko Hietaniemi2000-10-273-5/+91
| | | p4raw-id: //depot/perl@7453
* Re: [PATCH 5.6.0]Add non-blocking thread doneness checkingHugo van der Sanden2000-10-262-4/+3
| | | | | | | Message-Id: <200010260055.BAA27869@crypt.compulink.co.uk> minus one unneeded mutex lock/unlock pointed out by Dan Sugalski. p4raw-id: //depot/perl@7449
* Add non-blocking thread doneness checkingDan Sugalski2000-10-252-0/+26
| | | | | | | Message-Id: <5.0.0.25.0.20001025133504.01ef1e20@24.8.96.48> plus regen global.sym. p4raw-id: //depot/perl@7442
* AIX is picky about its symbol exports. Solution for nowPeter Prymmer2000-10-251-1/+8
| | | | | | | | is to include the deb.o explicitly to the re extension build. Subject: Re: introduce missing .Perl_deb symbol to aix build (Questions) Message-ID: <Pine.OSF.4.10.10010241252180.127055-100000@aspara.forte.com> p4raw-id: //depot/perl@7434
* Fix the bug reported inAndreas König2000-10-241-1/+1
| | | | | | | | Subject: Encode bug? Message-ID: <m3lmveqwh5.fsf@ak-71.mind.de> Also make is_utf8_char() stricter. p4raw-id: //depot/perl@7425
* Replace #7409 withRaphael Manfredi2000-10-241-11/+13
| | | | | | Subject: Re: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgp Message-ID: <20001023200855.A14850@nice.ram.loc> p4raw-id: //depot/perl@7418
* Avoid Storable locking on DJGPP for now.Peter J. Farley III2000-10-231-1/+12
| | | | | | Subject: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgpp Message-Id: <4.3.1.0.20001022194247.00acfee0@pop5.banet.net> p4raw-id: //depot/perl@7409
* ripples from constsub patchJohn Tobey2000-10-223-0/+13
| | | | | Message-Id: <m13nSOB-000FObC@feynman.localnet> p4raw-id: //depot/perl@7403
* PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PLNicholas Clark2000-10-221-10/+28
| | | | | Message-ID: <20001021222319.B45586@plum.flirble.org> p4raw-id: //depot/perl@7399
* -MO=C falls over on package <none>Hugo van der Sanden2000-10-222-2/+2
| | | | | Message-Id: <200010211719.SAA02087@crypt.compulink.co.uk> p4raw-id: //depot/perl@7398
* Fix for ID 20000915.011, IO::Select warning for an undefined fd.Jarkko Hietaniemi2000-10-211-0/+1
| | | p4raw-id: //depot/perl@7384
* Fix of sorts for bug id 20000901.092. There seems to be no traceJarkko Hietaniemi2000-10-191-1/+0
| | | | | | of a 'pmshort' anywhere in the B, so the offending line was simply removed. p4raw-id: //depot/perl@7367
* Pod patch for Devel::PeekH.Merijn Brand2000-10-181-1/+1
| | | | | Message-Id: <20001016121252.996B.H.M.BRAND@hccnet.nl> p4raw-id: //depot/perl@7359
* Perl API for mstatsIlya Zakharevich2000-10-132-5/+252
| | | | | Message-ID: <20001012225240.A7113@monk.mps.ohio-state.edu> p4raw-id: //depot/perl@7215
* Tables assume network byte order for 16 bit forms, so 'S' packingNick Ing-Simmons2000-10-081-4/+4
| | | | | | is not right thing to do on (e.g. x86). Network order is also "right" for X fonts. p4raw-id: //depot/perl@7168
* Make "encodings" work post-install when Encode/*.enc files may notNick Ing-Simmons2000-10-081-31/+42
| | | | | be in same directory as Encode.pm p4raw-id: //depot/perl@7167
* Work round the fact that $hash->{$key} does not take into accountNick Ing-Simmons2000-10-081-1/+1
| | | | | | | UTF8'ness of $key yet. Thus fromUnicode needs to do $hash->{chr(ord($ch))} so that key is always in the "expected" encoding - i.e. same way we put it in the hash. p4raw-id: //depot/perl@7166
* IO::Handle->syswrite() did not handle length omissionGraham Barr2000-10-061-3/+6
| | | | | | | | | | like CORE::syswrite() does. Subject: [Fwd] IO::Handle, syswrite and arguments Message-ID: <20001006102205.U6312@pobox.com> The original patch from andrew@ugh.net.au. p4raw-id: //depot/perl@7155
* [ID 20001003.006] B::Debug not -w cleanNicholas Clark2000-10-031-1/+1
| | | | | Message-Id: <E13gTKy-0002R2-00@fruitbat.babyhippo.co.uk> p4raw-id: //depot/perl@7134
* Upgrade to Storable 1.0.3, from Raphael Manfredi.Jarkko Hietaniemi2000-10-033-51/+299
| | | p4raw-id: //depot/perl@7132
* [ID 20000928.002] perlcc & ByteCode.pm option mismatchNicholas Clark2000-10-021-5/+5
| | | | | | | Message-Id: <E13ebha-0004IV-00@fruitbat.babyhippo.co.uk> Did not apply cleanly, manual intervention was needed. p4raw-id: //depot/perl@7117
* SOCK_DGRAM and listen() do not mix as reported inPetter Reinholdtsen2000-10-021-1/+1
| | | | | | | | Subject: [ID 20000930.001] Bug in perl 5.00503 IO::Socket Message-Id: <200010010257.KAA05735@localhost.localdomain> The patch for 5.7.0+ had to be reengineered, though. p4raw-id: //depot/perl@7113
* A few tweaks to get Tk803 to work with Encode scheme.Nick Ing-Simmons2000-10-022-16/+58
| | | p4raw-id: //depot/perl@7107
* Add checking cases to Encode's toUnicode and fromUnicode.Nick Ing-Simmons2000-10-011-9/+32
| | | p4raw-id: //depot/perl@7106
* Add encoding tables from tcl8.3.2 and perl code in Encode.pmNick Ing-Simmons2000-10-0170-6/+21871
| | | | | | To read and use them. Add a lib/encode.t which checks a few things. p4raw-id: //depot/perl@7105
* Re: [ID 20000915.010] Infinite loop with -MO=DeparseSpider Boardman2000-09-301-1/+1
| | | | | Message-Id: <200009162036.QAA11694@Orb.Nashua.NH.US> p4raw-id: //depot/perl@7102
* Multiplicity & ithreads fix for sv.c/Encode.xsSpider Boardman2000-09-151-1/+1
| | | | | | Subject: [ID 20000915.004] Not OK: perl v5.7.1 +devel-7094 on alpha-dec_osf-thread-multi 4.0f (UNINSTALLED) Message-Id: <200009151037.GAA07447@Orb.Nashua.NH.US> p4raw-id: //depot/perl@7095