summaryrefslogtreecommitdiff
path: root/symbian
Commit message (Collapse)AuthorAgeFilesLines
* Add a Configure probe for <assert.h>Nicholas Clark2007-12-221-0/+1
| | | p4raw-id: //depot/perl@32705
* make PERL_SYS_INIT/INIT3/TERM into functionsDave Mitchell2007-09-251-3/+4
| | | p4raw-id: //depot/perl@31970
* bye bye charsizeH.Merijn Brand2007-08-211-1/+0
| | | | | it is^Wwas always 1 p4raw-id: //depot/perl@31745
* Several POD fixes by Jonathan StoweRafael Garcia-Suarez2007-05-281-0/+2
| | | p4raw-id: //depot/perl@31294
* Symbian syncJarkko Hietaniemi2007-04-012-14/+30
| | | | | Message-ID: <460EB6C1.4020406@iki.fi> p4raw-id: //depot/perl@30824
* microperl plus missing config varsJarkko Hietaniemi2007-04-011-0/+4
| | | | | Message-ID: <460ED79A.5030809@iki.fi> p4raw-id: //depot/perl@30823
* still some Symbian/S90 tweaksJarkko Hietaniemi2007-01-262-4/+4
| | | | | Message-Id: <20070126134058.83B0643A57@anubis.hut.fi> p4raw-id: //depot/perl@30009
* further Symbian/S90 fixes from alexander smishlajevJarkko Hietaniemi2007-01-264-15/+15
| | | | | Message-Id: <20070126035150.41A4143A67@anubis.hut.fi> p4raw-id: //depot/perl@29990
* Re: [PATCH] symbian/xsbuild.pl patching continuesJarkko Hietaniemi2007-01-171-0/+6
| | | | | Message-ID: <45AE2427.7080907@iki.fi> p4raw-id: //depot/perl@29848
* symbian/xsbuild.plJarkko Hietaniemi2007-01-151-17/+54
| | | | | Message-ID: <45AB8684.70906@iki.fi> p4raw-id: //depot/perl@29829
* Symbian/S90 further fixesJarkko Hietaniemi2007-01-152-1/+5
| | | | | Message-Id: <20070115041152.374AB43A67@anubis.hut.fi> p4raw-id: //depot/perl@29811
* do $file; won't propagate errors from die, as do is an implicit eval.Nicholas Clark2007-01-083-15/+15
| | | | | So need to propagate errors with $@. p4raw-id: //depot/perl@29723
* Add file missed in change #29650.Steve Peters2007-01-011-0/+95
| | | | | p4raw-link: @29650 on //depot/perl: 53d44271720d88220a01b5620a93869665083b01 p4raw-id: //depot/perl@29651
* Symbian port: add Series 90 supportJarkko Hietaniemi2007-01-0111-65/+131
| | | | | Message-ID: <4599114F.8020307@iki.fi> p4raw-id: //depot/perl@29650
* Re: When should PERL_SYS_TERM() be called? [was: Re: [PATCH] Re: [PATCH] Re: ↵Jarkko Hietaniemi2006-12-051-1/+1
| | | | | | | | | | | [PATCH] abstract mempool header testing] Message-ID: <4574ED1F.40508@iki.fi> Re-instates #29424 (previously reverted by #29451), now fixed to work with PERL_IMPLICIT_SYS, thanks to Jan Dubois. Also adds PERLIO_TERM to the Symbian port. p4raw-id: //depot/perl@29465
* Configure patch to add detection for DIR.dd_fd member variableSteve Peters2006-11-081-0/+1
| | | | | | From: "Steve Peters" <steve.peters@gmail.com> Message-ID: <fd7a59d30611042340p5543442ctad306aeb748b6bfe@mail.gmail.com> p4raw-id: //depot/perl@29238
* g++ stage 1 reachedJarkko Hietaniemi2006-08-081-0/+1
| | | | | Message-ID: <44D7AA6B.4040802@iki.fi> p4raw-id: //depot/perl@28674
* A Configure probe for C99 variadic macros, based on code from Jarkko.Nicholas Clark2006-05-131-0/+1
| | | p4raw-id: //depot/perl@28189
* Need to migrate the refcounted_he structure to be properly shared.Nicholas Clark2006-04-111-1/+1
| | | | | | Add a mutex for manipulated their reference counts. Unwrap the structure, so that for ithreads it can store SVs in pads. p4raw-id: //depot/perl@27764
* Populate pre-canned config.sh files withGisle Aas2006-03-301-1/+3
| | | | | | d_archlib and d_inc_version_list. Ref change 27632. p4raw-id: //depot/perl@27634
* Add a Configure question for mad (Misc Attribute Decoration - Larry'sNicholas Clark2006-03-071-0/+1
| | | | | perl5 to perl[56] convertor), which if set defines PERL_MAD in config.h p4raw-id: //depot/perl@27407
* Updates to various configurations courtesy of Jarkko.Steve Peters2006-01-041-0/+2
| | | p4raw-id: //depot/perl@26639
* blead@26052 Symbian updateJarkko Hietaniemi2005-11-105-20/+26
| | | | | Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A73D@esebe105.NOE.Nokia.com> p4raw-id: //depot/perl@26068
* Symbian update blead@26025Jarkko Hietaniemi2005-11-0727-598/+988
| | | | | Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A70C@esebe105.NOE.Nokia.com> p4raw-id: //depot/perl@26030
* Symbian port 0.3.0 as of blead@25911Jarkko Hietaniemi2005-10-3112-64/+317
| | | | | Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A6D6@esebe105.NOE.Nokia.com> p4raw-id: //depot/perl@25933
* Symbian: better Series 80 supportJarkko Hietaniemi2005-10-267-105/+244
| | | | | Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A6AA@esebe105.NOE.Nokia.com> p4raw-id: //depot/perl@25856
* Add a probe for whether sprintf returns the length of the buffer.Nicholas Clark2005-10-241-0/+1
| | | | | | | Update all the canned config.sh files. Assume that symbian and Win32 are all ANSI conformant, note that ARM Linux (ie glibc) will be, don't assume that any other platform is. p4raw-id: //depot/perl@25831
* Symbian/beginnings of Series 80 supportJarkko Hietaniemi2005-10-212-0/+215
| | | | | Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A67E@esebe105.NOE.Nokia.com> p4raw-id: //depot/perl@25819
* Symbian/beginnings of Series 80 supportJarkko Hietaniemi2005-10-211-141/+0
| | | | | Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A67E@esebe105.NOE.Nokia.com> p4raw-id: //depot/perl@25815
* Symbian/beginnings of Series 80 supportJarkko Hietaniemi2005-10-218-568/+458
| | | | | Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A67E@esebe105.NOE.Nokia.com> p4raw-id: //depot/perl@25814
* Forgotten chunk by jhiRafael Garcia-Suarez2005-10-191-0/+4
| | | p4raw-id: //depot/perl@25805
* blead 25801: Symbian batch of todayJarkko Hietaniemi2005-10-193-1/+28
| | | | | Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A663@esebe105.NOE.Nokia.com> p4raw-id: //depot/perl@25804
* Symbian: New vs NewJarkko Hietaniemi2005-10-181-0/+1
| | | | | Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A640@esebe105.NOE.Nokia.com> p4raw-id: //depot/perl@25788
* even more SymbianJarkko Hietaniemi2005-10-173-11/+14
| | | | | Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A61F@esebe105.NOE.Nokia.com> p4raw-id: //depot/perl@25782
* another Symbian update: Alan's fault :-)Jarkko Hietaniemi2005-10-173-1/+74
| | | | | Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A611@esebe105.NOE.Nokia.com> p4raw-id: //depot/perl@25778
* blead@25775 Symbian updateJarkko Hietaniemi2005-10-1710-43/+374
| | | | | Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A60A@esebe105.NOE.Nokia.com> p4raw-id: //depot/perl@25776
* Symbian blead update: Symbian port 0.2.0Jarkko Hietaniemi2005-10-126-39/+781
| | | | | Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A5E6@esebe105.NOE.Nokia.com> p4raw-id: //depot/perl@25742
* Update to the config boilerplates, by JarkkoRafael Garcia-Suarez2005-10-121-0/+1
| | | p4raw-id: //depot/perl@25741
* Symbian blead fixJarkko Hietaniemi2005-10-111-2/+7
| | | | | Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A5D4@esebe105.NOE.Nokia.com> p4raw-id: //depot/perl@25736
* Symbian bleadperl@25725 updateJarkko Hietaniemi2005-10-104-38/+171
| | | | | Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A5C4@esebe105.NOE.Nokia.com> p4raw-id: //depot/perl@25730
* Addition to change 25612Rafael Garcia-Suarez2005-09-271-0/+1
| | | p4raw-id: //depot/perl@25614
* 5.9.x@25609 Symbian updateJarkko Hietaniemi2005-09-272-1/+3
| | | | | Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A55C@esebe105.NOE.Nokia.com> p4raw-id: //depot/perl@25612
* 5.9.x (and 5.8.x): Symbian updateJarkko Hietaniemi2005-08-186-9/+15
| | | | | Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A41B@esebe105.NOE.Nokia.com> p4raw-id: //depot/perl@25304
* POD typosPiotr Fusik2005-08-011-1/+1
| | | | | | From: "Piotr Fusik" <pfusik@op.pl> Message-ID: <00ef01c59542$3198ba00$26d34dd5@piec> p4raw-id: //depot/perl@25253
* Define d_nv_zero_is_allbits_zero for symbianRafael Garcia-Suarez2005-06-231-0/+1
| | | | | (noticed by Jarkko) p4raw-id: //depot/perl@24948
* symbian/xsbuild.plJarkko Hietaniemi2005-06-031-29/+32
| | | | | Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A225@esebe105.NOE.Nokia.com> p4raw-id: //depot/perl@24683
* Attribute configurationAndy Lester2005-05-201-1/+7
| | | | | Message-ID: <20050519173256.GA29039@petdance.com> p4raw-id: //depot/perl@24508
* perl 5.9.x (@ 24471): Symbian updateJarkko Hietaniemi2005-05-171-3/+3
| | | | | | | | Message-ID: <B356D8F434D20B40A8CEDAEC305A1F2453D793@esebe105.NOE.Nokia.com> completed by: Message-ID: <B356D8F434D20B40A8CEDAEC305A1F2453D7A0@esebe105.NOE.Nokia.com> p4raw-id: //depot/perl@24492
* Symbian port of PerlJarkko Hietaniemi2005-04-2131-0/+5420
Message-ID: <B356D8F434D20B40A8CEDAEC305A1F2453D653@esebe105.NOE.Nokia.com> p4raw-id: //depot/perl@24271