summaryrefslogtreecommitdiff
path: root/wince
Commit message (Collapse)AuthorAgeFilesLines
* Attribute configurationAndy Lester2005-05-201-1/+7
| | | | | Message-ID: <20050519173256.GA29039@petdance.com> p4raw-id: //depot/perl@24508
* Bump version to 5.9.3Rafael Garcia-Suarez2005-04-041-1/+1
| | | | | | Restore "DEVEL" tag in patchlevel.h Regenerate Porting/config* p4raw-id: //depot/perl@24149
* Promote #23435 (strlcat ()/strlcpy ()) to non-standard OS'sH.Merijn Brand2004-10-301-0/+12
| | | p4raw-id: //depot/perl@23436
* Bump bleadperl's version number to 5.9.2.Rafael Garcia-Suarez2004-03-181-1/+1
| | | p4raw-id: //depot/perl@22523
* Removed pm_apiversion and xs_apiversion as requested byH.Merijn Brand2004-02-182-37/+0
| | | | | the pumpkin. Chainsaw was still in perfect working order. p4raw-id: //depot/perl@22334
* Bump up perl's version number to 5.9.1.Rafael Garcia-Suarez2004-02-171-1/+1
| | | | | | Add perl591delta in perl.pod. Update the sample config files in Porting/. p4raw-id: //depot/perl@22318
* must copy changes from win32/makeifle.mk to wince/makefile.ceVadim Konovalov2003-11-091-0/+1
| | | | | Message-ID: <93187393948.20031109133159@mail.wplus.net> p4raw-id: //depot/perl@21693
* some WinCE compilers require a little correctionVadim Konovalov2003-09-012-47/+11
| | | | | Message-ID: <1091134912500.20030901025733@peterstar.ru> p4raw-id: //depot/perl@20978
* make backspace key work for WinCE usersVadim Konovalov2003-08-251-0/+4
| | | | | Message-ID: <135606488000.20030826001029@peterstar.ru> p4raw-id: //depot/perl@20894
* WinCE more implemented functionsVadim Konovalov2003-08-055-354/+875
| | | | | | From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com> Message-ID: <845FCFF2D4C0FC468B485E8777C7A00C200E66@cio-test001.spb.lucent.com> p4raw-id: //depot/perl@20500
* wince distributionVadim Konovalov2003-08-031-11/+155
| | | | | Message-ID: <039c01c359fa$1e755d50$195ec3d9@vad> p4raw-id: //depot/perl@20458
* tiny fix for WinCE (Re: maint @ 20277)Vadim Konovalov2003-07-291-37/+2
| | | | | Message-ID: <016701c3561d$43735ca0$195ec3d9@vad> p4raw-id: //depot/perl@20329
* WinCE port additionVadim Konovalov2003-07-276-73/+105
| | | | | | From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com> Message-ID: <845FCFF2D4C0FC468B485E8777C7A00C200D42@cio-test001.spb.lucent.com> p4raw-id: //depot/perl@20219
* [PATCH] improve WinCE portVadim Konovalov2003-07-0613-69/+5350
| | | | | | | | | | | Date: Sun, 6 Jul 2003 18:46:09 +0400 Message-ID: <001401c343cd$8069cd40$ce5ec3d9@vad> Subject: [PATCH] improve WinCE port -- addition From: "Vadim Konovalov" <vkonovalov@peterstar.ru> Date: Sun, 6 Jul 2003 19:50:47 +0400 Message-ID: <000b01c343d6$7ff96920$5b5dc3d9@vad> p4raw-id: //depot/perl@20031
* Re: maint @ 19923Vadim Konovalov2003-07-032-3/+47
| | | | | Message-ID: <048e01c3415b$da0fe510$7c5ec3d9@vad> p4raw-id: //depot/perl@19954
* More nanosleep removal.Jarkko Hietaniemi2003-07-012-7/+0
| | | p4raw-id: //depot/perl@19899
* Missing "to".Jarkko Hietaniemi2003-05-241-1/+1
| | | p4raw-id: //depot/perl@19608
* Introduce (undefined) pthread_attr_setscope to non-Configure lands.Jarkko Hietaniemi2003-05-242-0/+15
| | | p4raw-id: //depot/perl@19607
* [perl #8599] s/catenate/concatenate/Casey West2003-05-131-1/+1
| | | | | | | Message-ID: <20030509080044.GA49820@geeknest.com> (except for the dup.t patch which diddled with system().) p4raw-id: //depot/perl@19518
* Introduce 'fast stdio' symbols to non-Configure lands.Jarkko Hietaniemi2003-04-232-0/+17
| | | p4raw-id: //depot/perl@19314
* Introduce the new *l APIs, undefined, to non-Configure lands.Jarkko Hietaniemi2003-04-172-0/+28
| | | p4raw-id: //depot/perl@19251
* More WinCE tweaking for Vadim Konovalov.Jarkko Hietaniemi2003-04-074-26/+122
| | | p4raw-id: //depot/perl@19158
* WinCE update from Vadim Konovalov.Jarkko Hietaniemi2003-03-249-360/+199
| | | p4raw-id: //depot/perl@19051
* The description of SIG_SIZE was off.Jarkko Hietaniemi2003-03-181-2/+2
| | | p4raw-id: //depot/perl@19021
* WinCE tweaks from Vadim Konovalov.Jarkko Hietaniemi2003-03-111-0/+2
| | | p4raw-id: //depot/perl@18935
* [patch config_h.SH] redefining __attribute__Stas Bekman2003-03-061-0/+3
| | | | | Message-ID: <3E669E6B.1060606@stason.org> p4raw-id: //depot/perl@18833
* if (0) the PL_widesyscalls code for now: SarathyJarkko Hietaniemi2003-01-161-1/+1
| | | | | | should take another look to see whether it is really safe to remove the code, too. p4raw-id: //depot/perl@18491
* Happy chainsaw stories; The removal of the 5005 threadsH.Merijn Brand2002-10-198-145/+11
| | | | | Still imcomplete. Configure will follow p4raw-id: //depot/perl@18030
* nanosleep probes as per Jarkko's requestH.Merijn Brand2002-09-302-0/+7
| | | p4raw-id: //depot/perl@17944
* bit more for WinCEVadim Konovalov2002-08-254-10/+10
| | | | | Message-ID: <000f01c24891$045c4990$2b5ec3d9@vad> p4raw-id: //depot/perl@17769
* Change version from 5.8.0 to 5.9.0.Hugo van der Sanden2002-08-041-2/+2
| | | p4raw-id: //depot/perl@17671
* Regen stuff.Jarkko Hietaniemi2002-06-211-1/+2
| | | p4raw-id: //depot/perl@17339
* Remove all occurrences of occurence, except for one (in theAbhijit Menon-Sen2002-06-031-1/+1
| | | | | Changelog) that is preserved for historical reasons. p4raw-id: //depot/perl@16979
* cross-compilation support for WinCE for non-core extensionsVadim Konovalov2002-05-281-1/+4
| | | | | Message-ID: <000701c20699$c3684a30$c25cc3d9@vad> p4raw-id: //depot/perl@16847
* Bump the version numbers to five-eight-oh.Jarkko Hietaniemi2002-05-282-13/+13
| | | p4raw-id: //depot/perl@16843
* [patch] one more little step for WinCEVadim Konovalov2002-05-201-2/+2
| | | | | | From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com> Message-ID: <845FCFF2D4C0FC468B485E8777C7A00C0282D3@cio-test001.spb.lucent.com> p4raw-id: //depot/perl@16708
* good day for WinCE port of perl.Vadim Konovalov2002-05-164-71/+24
| | | | | Message-ID: <001301c1fc68$e808e560$a95cc3d9@vad> p4raw-id: //depot/perl@16628
* WinCE several touchesVadim Konovalov2002-05-132-6/+6
| | | | | Message-ID: <007b01c1fabe$cc8cbbf0$785cc3d9@vad> p4raw-id: //depot/perl@16582
* a bit more for WinCEVadim Konovalov2002-05-111-6/+5
| | | | | Message-ID: <007b01c1f93c$0e03f960$035cc3d9@vad> p4raw-id: //depot/perl@16549
* for WinCE cross-build, another oneVadim Konovalov2002-05-1110-457/+1277
| | | | | Message-ID: <004101c1f926$d36ca230$035cc3d9@vad> p4raw-id: //depot/perl@16548
* two and a half steps further for WinCE cross-buildVadim Konovalov2002-05-063-3435/+42
| | | | | Message-ID: <022001c1f537$d2dd4f10$cb5cc3d9@vad> p4raw-id: //depot/perl@16436
* Re: Cross-compiling as of WinCEVadim Konovalov2002-05-059-1155/+623
| | | | | Message-ID: <00ca01c1f2fd$20a35fb0$cb5cc3d9@vad> p4raw-id: //depot/perl@16407
* Try #2 of getting rid of bincompat5005.Jarkko Hietaniemi2002-05-012-21/+5
| | | p4raw-id: //depot/perl@16293
* No bincompat5005.Jarkko Hietaniemi2002-05-011-2/+0
| | | p4raw-id: //depot/perl@16291
* WinCE many fixesVadim Konovalov2002-04-286-64/+418
| | | | | Message-ID: <00bf01c1eedd$c0c62a00$d25cc3d9@vad> p4raw-id: //depot/perl@16251
* Makefile.PL's in core must be called with PERL_CORE=1Michael G. Schwern2002-03-291-17/+17
| | | | | Message-ID: <20020329231419.GI16816@blackrider> p4raw-id: //depot/perl@15619
* Monster _r patch: try to scan for all known _r variants,Jarkko Hietaniemi2002-03-152-5/+106
| | | | | | | | | | | | | | | | | and then use them (under ithreads). May fail in HP-UX, and the op/groups is known to be fickle everywhere. Known to work in Solaris, Linux, Tru64, IRIX, AIX. (Some compiler warnings in AIX since the first arguments of getnetbyaddr and getnetbyadd_r are of different types. Thanks, IBM.) In non-Configure platforms deny the existence of any of the _r thingies. (Also add the recently introduced d_tm_* to places it wasn't already in.) TODO: the suggested glibc buffer growth retry loop in case some entries (at least for: gr*, host*) are big. Forgot win32/config.win64. p4raw-id: //depot/perl@15238
* Re: perl@15047 WinCEH.Merijn Brand2002-03-062-11/+11
| | | | | | | | | | | | | | | | | | | | | | From: "H.Merijn Brand" <h.m.brand@hccnet.nl> Date: Wed, 06 Mar 2002 13:41:30 +0100 Message-Id: <20020306134107.C6F8.H.M.BRAND@hccnet.nl> Subject: Re: perl@15047 Win32 From: "H.Merijn Brand" <h.m.brand@hccnet.nl> Date: Wed, 06 Mar 2002 13:46:02 +0100 Message-Id: <20020306134539.C6FB.H.M.BRAND@hccnet.nl> Subject: Re: perl@15047 Epoc From: "H.Merijn Brand" <h.m.brand@hccnet.nl> Date: Wed, 06 Mar 2002 13:48:31 +0100 Message-Id: <20020306134811.C6FE.H.M.BRAND@hccnet.nl> Subject: Re: perl@15047 NetWare From: "H.Merijn Brand" <h.m.brand@hccnet.nl> Date: Wed, 06 Mar 2002 13:55:46 +0100 Message-Id: <20020306135406.C701.H.M.BRAND@hccnet.nl> p4raw-id: //depot/perl@15063
* Integrate mainlineNick Ing-Simmons2002-01-252-33/+9
| | | | | All but ../lib/Unicode/UCD.t pass. p4raw-id: //depot/perlio@14412
* Eradicate sharedsv.*Jarkko Hietaniemi2002-01-201-3/+0
| | | p4raw-id: //depot/perlio@14356