summaryrefslogtreecommitdiff
path: root/wince
Commit message (Collapse)AuthorAgeFilesLines
* Re: Merge WinCE into Win32 directory and remove the the WinCE directoryYves Orton2006-05-0236-20141/+0
| | | | | | | | Message-ID: <9b18b3110605011002m56c0db99n169ae677efb6d059@mail.gmail.com> Plus adjustements to MANIFEST. Also, perlmain.c seemed to be missing from the patch. p4raw-id: //depot/perl@28061
* Need to migrate the refcounted_he structure to be properly shared.Nicholas Clark2006-04-111-0/+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-0/+2
| | | | | | d_archlib and d_inc_version_list. Ref change 27632. p4raw-id: //depot/perl@27634
* win32_pclose() error exit doesn't unlock mutexJan Dubois2006-03-171-0/+1
| | | | | Message-ID: <02c701c64959$fac63ad0$6062a8c0@candy> p4raw-id: //depot/perl@27528
* 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
* Bump version number to 5.9.4Rafael Garcia-Suarez2006-01-302-3/+3
| | | | | Regenerate template config in Porting p4raw-id: //depot/perl@27007
* Additional const prototype fixes.Steve Peters2006-01-071-2/+2
| | | p4raw-id: //depot/perl@26694
* Updates to various configurations courtesy of Jarkko.Steve Peters2006-01-041-0/+56
| | | p4raw-id: //depot/perl@26639
* Delete a README made redundant by change 26200.Rafael Garcia-Suarez2005-11-241-166/+0
| | | p4raw-id: //depot/perl@26201
* perlce touchesVadim Konovalov2005-11-232-2/+1
| | | | | | From: Konovalov, Vadim <vkonovalov@spb.lucent.com> Message-ID: <7DD1BE2C50259746ABB8683672D2089E12DDC3@itotest-1.spb.lucent.com> p4raw-id: //depot/perl@26200
* for winceVadim Konovalov2005-11-164-138/+393
| | | | | | From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com> Message-ID: <7DD1BE2C50259746ABB8683672D2089E12DC9F@itotest-1.spb.lucent.com> p4raw-id: //depot/perl@26140
* Really apply change #26071.Rafael Garcia-Suarez2005-11-103-16/+22
| | | | | p4raw-link: @26071 on //depot/perl: 8861ecc69a87dc6907b3e9c79689edb5df16413e p4raw-id: //depot/perl@26072
* Remove unused USING_WIDE code from win32 and wince branchesJan Dubois2005-11-083-32/+3
| | | | | | From: "Jan Dubois" <jand@ActiveState.com> Message-ID: <078001c5e41e$585c4140$6401a8c0@candy> p4raw-id: //depot/perl@26041
* 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