summaryrefslogtreecommitdiff
path: root/wince
Commit message (Collapse)AuthorAgeFilesLines
* Make PerlLIOUtime()'s filename constSteve Hay2005-11-011-1/+1
| | | | | | | | | Fixes a warning brought about by change #25941 (which made the filename argument const). The various implementations of PerlLIOUtime() (in NetWare/, win32/ and wince/) already take a const filename. p4raw-link: @25941 on //depot/perl: e96b369dc61077fe31b75895167f55dbce4d7519 p4raw-id: //depot/perl@25945
* Add a new file, mathoms.c, to hold old code kept around for binarySteve Peters2005-10-281-0/+1
| | | | | | | compatability with previous versions of Perl. Change also includes various Makefile changes to compile the new file and link it into libperl. p4raw-id: //depot/perl@25866
* 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
* Update to the config boilerplates, by JarkkoRafael Garcia-Suarez2005-10-121-0/+3
| | | p4raw-id: //depot/perl@25741
* Re: $^CHILD_ERROR_NATIVE issues (with attachment)Gisle Aas2005-10-041-1/+1
| | | | | Message-ID: <lrd5ml7i8s.fsf@caliper.activestate.com> p4raw-id: //depot/perl@25688
* Typos in *.p[lm]Piotr Fusik2005-08-022-2/+2
| | | | | | From: "Piotr Fusik" <pfusik@op.pl> Message-ID: <001401c595bd$dccb5d80$0bd34dd5@piec> p4raw-id: //depot/perl@25261
* Re: janitorial work ? [patch]Jim Cromie2005-07-082-18/+18
| | | | | | | | Message-ID: <42CC3CE9.5050606@divsol.com> (reverted all dual-lived modules since they must work with older perls too so must wait for a new Devel::PPPort) p4raw-id: //depot/perl@25101
* Make opendir() filename const in Win32-land & friendsSteve Hay2005-06-242-3/+3
| | | | | | | | That fact that it wasn't const already was highlighted by a warning from pp_open_dir() generated by change 24743. Rather than undo the const change in pp_open_dir(), this seems to make more sense. Hope I haven't broken Netware or WinCE. p4raw-id: //depot/perl@24974
* 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