summaryrefslogtreecommitdiff
path: root/epoc
Commit message (Collapse)AuthorAgeFilesLines
* Re: Not OK: perl5.7.0 +DEVEL7706 +Duseperlio on AIX4.[23]Dominic Dunlop2000-11-211-0/+1
| | | | | | | | Message-Id: <p04320403b63b2c750dce@[192.168.1.4]> va_copy() and the need of it. See <http://wwwold.dkuug.dk/JTC1/SC22/WG14/www/docs/n907.ps>. p4raw-id: //depot/perl@7793
* [perl 7711: EPOC] updatesOlaf Flebbe2000-11-201-1/+5
| | | | | Message-ID: <25575.974658810@www23.gmx.net> p4raw-id: //depot/perl@7758
* Add HAS_SBRK_PROTO.Jarkko Hietaniemi2000-11-161-0/+1
| | | p4raw-id: //depot/perl@7710
* Add fwalk() probe to the configuration files and regen perltoc.Jarkko Hietaniemi2000-11-161-0/+1
| | | p4raw-id: //depot/perl@7705
* Add HAS_FSYNC, lack noticed by Nicholas Clark.Jarkko Hietaniemi2000-11-121-0/+1
| | | p4raw-id: //depot/perl@7653
* Add getpagesize() probing, on non-UNIX guess 'undef'.Jarkko Hietaniemi2000-11-111-0/+1
| | | p4raw-id: //depot/perl@7646
* Add FCNTL_CAN_LOCK.Andy Dougherty2000-11-041-0/+1
| | | | | | | | | | | Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED) Message-ID: <Pine.SOL.4.10.10011031528090.29-100000@maxwell.phys.lafayette.edu> Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED) From: Andy Dougherty <doughera@lafayette.edu> In-Reply-To: <4.3.1.0.20001031222203.00b24b20@pop5.banet.net> Message-ID: <Pine.SOL.4.10.10011031532170.29-100000@maxwell.phys.lafayette.edu> p4raw-id: //depot/perl@7536
* Check if stdio supports tweaking lval and cnt simultaneously.Nicholas Clark2000-10-241-0/+2
| | | | | | Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?) Message-ID: <20001023153932.A10786@plum.flirble.org> p4raw-id: //depot/perl@7427
* Introduce the man[24-8] variables, from Andy Dougherty.Jarkko Hietaniemi2000-10-121-0/+14
| | | p4raw-id: //depot/perl@7205
* Reapply Andy's patch and regen Configure.Jarkko Hietaniemi2000-10-101-0/+1
| | | p4raw-id: //depot/perl@7196
* Use the versiononly instead of the installscripts,Jarkko Hietaniemi2000-10-101-1/+0
| | | | | retract the changes 7146 and 7147. p4raw-id: //depot/perl@7195
* Enable disabling scripts installation by Configure -Uinstallscripts,Jarkko Hietaniemi2000-10-041-0/+1
| | | | | suggested by H. Merijn Brand. p4raw-id: //depot/perl@7146
* Introduce NO_ENVIRON_ARRAY (and USE_ENVIRON_ARRAY) definesJarkko Hietaniemi2000-10-031-0/+1
| | | | | as suggested by Olaf Flebbe and Nicholas Clark. p4raw-id: //depot/perl@7126
* Epoc updateOlaf Flebbe2000-10-036-35/+108
| | | | | Message-ID: <26423.969484586@www10.gmx.net> p4raw-id: //depot/perl@7124
* Do away with memory models cruft. Sorry, PDP users.Jarkko Hietaniemi2000-09-081-7/+0
| | | p4raw-id: //depot/perl@7041
* Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,Jarkko Hietaniemi2000-09-011-8/+8
| | | | | | so that case-ignoring systems like DCL can tell them from PRIefldbl and PRIx64. Apply Merijn's ccversion patches. p4raw-id: //depot/perl@6982
* AIX 4.3.3 has SOCKS in libc with a differently named init routine,Dan Hale2000-08-251-0/+1
| | | | | | | | the problem reported in Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS Message-Id: <85256946.005238A3.00@d54mta02.raleigh.ibm.com> p4raw-id: //depot/perl@6816
* Propagate new Configure vars.Jarkko Hietaniemi2000-08-181-10/+12
| | | p4raw-id: //depot/perl@6691
* integrate cfgperl changes#6261..6266 into mainlineGurusamy Sarathy2000-07-114-14/+198
| | | | | | | | | | | | | | | | p4raw-link: @6266 on //depot/cfgperl: a009ce76c9b4ddbde44a58eab3fe27d331cf27fe p4raw-link: @6261 on //depot/cfgperl: 27d76ecff97d0a9449f569d789504cc8b69a6d01 p4raw-id: //depot/perl@6363 p4raw-integrated: from //depot/cfgperl@6362 'copy in' README.epoc epoc/createpkg.pl epoc/epocish.c (@5586..) epoc/epocish.h t/comp/require.t (@5639..) cygwin/Makefile.SHs (@6096..) ext/POSIX/POSIX.pm (@6140..) hints/bsdos.sh (@6156..) epoc/config.sh (@6168..) ext/POSIX/POSIX.xs (@6198..) p4raw-integrated: from //depot/cfgperl@6265 'copy in' ext/POSIX/POSIX.pod (@5586..) p4raw-integrated: from //depot/cfgperl@6263 'copy in' doop.c (@6256..) p4raw-integrated: from //depot/cfgperl@6261 'merge in' pod/perldiag.pod (@6206..) toke.c (@6250..)
* Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.Jarkko Hietaniemi2000-05-301-0/+1
| | | p4raw-id: //depot/cfgperl@6168
* Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROTJarkko Hietaniemi2000-05-301-0/+3
| | | | | | in case somebody wants to write an extension for more shadow database interfaces. p4raw-id: //depot/cfgperl@6166
* Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,Jarkko Hietaniemi2000-05-071-3/+0
| | | | | | because we do not use those. The HAS_GETSPNAM remains, though, because we still do use that. p4raw-id: //depot/cfgperl@6088
* support additional library locations via $Config{otherlibdirs}Gurusamy Sarathy2000-04-281-0/+2
| | | | | (from Andy Dougherty) p4raw-id: //depot/perl@6001
* Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.Jarkko Hietaniemi2000-04-241-10/+14
| | | | | Now pp_ncmp() returns undef is either operand is a NaN. p4raw-id: //depot/cfgperl@5943
* (Re-)introduce $uidsign and $gidsign.Jarkko Hietaniemi2000-03-181-0/+2
| | | p4raw-id: //depot/cfgperl@5808
* Fix pp_send() sizes (pass a Size_t, not an Off_t, andJarkko Hietaniemi2000-03-161-20/+20
| | | | | | | | | return a SSize_t, not an Off_t); add a note about a slightly similar situation in pp_truncate(); introduce $sizesize for Configure; update EPOC, VOS, Win32, and VMS for the sizesize; minor updates on the EPOC config file; reword socklen_t message slightly; fix fpossize (though unused currently) p4raw-id: //depot/cfgperl@5760
* support binmode(F,":crlf") and use open IN => ":raw", OUT => ":crlf"Gurusamy Sarathy2000-03-091-1/+1
| | | | | semantics; the pragma sets defaults for both open() and qx// p4raw-id: //depot/perl@5628
* integrate cfgperl changes into mainlineGurusamy Sarathy2000-03-061-0/+2
| | | p4raw-id: //depot/perl@5570
* Introduce i_ieefp because FreeBSD on ix86 needs thatJarkko Hietaniemi2000-03-031-2/+3
| | | | | for ftpsetmask(0); regen Configure. p4raw-id: //depot/cfgperl@5484
* Add libsunmath (long double math library for Solaris,Jarkko Hietaniemi2000-02-291-0/+1
| | | | | SUNWspro cc only) awareness; fix various Solaris nits. p4raw-id: //depot/cfgperl@5374
* The sprintf option was blithely printing long doubles asJarkko Hietaniemi2000-02-291-0/+1
| | | | | | doubles (spotted by Spider Boardman); dqgcvt() wasn't ever being used; made the test more thorough. p4raw-id: //depot/cfgperl@5358
* Rename use64bits to use64bitint;Jarkko Hietaniemi2000-02-261-4/+3
| | | | | rename usefull64bits to use64bitall. p4raw-id: //depot/cfgperl@5261
* Configure nits; add socksizetype; add getfsstat for completeness;Jarkko Hietaniemi2000-02-251-11/+15
| | | | | | add lseekproto, usefull64bits, socksizetype getfsstat to non-UNIX lands; regen Configure. p4raw-id: //depot/cfgperl@5259
* EPOC port update (from Olaf Flebbe <O.Flebbe@science-computing.de>)Gurusamy Sarathy2000-02-222-19/+34
| | | p4raw-id: //depot/perl@5193
* megalomaniac 64-bit update: most importantly,Jarkko Hietaniemi2000-02-121-1/+1
| | | | | | uselonglong is eradicated, only backward compatibility hooks in use64bits remain. p4raw-id: //depot/cfgperl@5070
* EPOC port update (from Olaf Flebbe <O.Flebbe@science-computing.de>)Gurusamy Sarathy2000-01-1012-2665/+952
| | | p4raw-id: //depot/perl@4782
* Patch for EPOC SupportOlaf Flebbe1999-11-017-145/+226
| | | | | | To: perl5-porters@perl.org Message-ID: <Pine.LNX.4.10.9911012045190.411-100000@dragon.science-computing.de> p4raw-id: //depot/cfgperl@4506
* Remove unused "squatter" symbols; regen Configure.Jarkko Hietaniemi1999-10-271-85/+0
| | | p4raw-id: //depot/cfgperl@4472
* Update EPOC libdir names.Jarkko Hietaniemi1999-09-141-8/+8
| | | p4raw-id: //depot/cfgperl@4155
* Obsolete epoc/config.h caused #4153 to re-introduce alreadyJarkko Hietaniemi1999-09-141-146/+0
| | | | | deceased HAS.*DBM.*64 mumblings. p4raw-id: //depot/cfgperl@4154
* Sender: owner-perl5-porters@perl.orgOlaf Flebbe1999-08-295-58/+222
| | | | | | To: perl5-porters@perl.org Subject: [ID 19990827.003] [PATCH]5.005_60 Patch for EPOC Support p4raw-id: //depot/cfgperl@4047
* EPOC port to Psion5.Olaf Flebbe1999-06-275-0/+2913
To: Jarkko Hietaniemi <jhi@iki.fi> Cc: perl5-porters@perl.org Subject: Re: Psion5 Message-ID: <Pine.GHP.4.02.9906272048130.17736-100000@io.science-computing.de> p4raw-id: //depot/cfgperl@3555