summaryrefslogtreecommitdiff
path: root/cygwin
Commit message (Collapse)AuthorAgeFilesLines
* Cygwin build harmonization, remove cygwin/Makefile.SHsReini Urban2009-01-021-170/+0
| | | | | | | | | From: "Reini Urban" <rurban@x-ray.at> Message-ID: <6910a60807280355g129511d9v61c9763c3fd12a27@mail.gmail.com> p4raw-id: //depot/perl@34200 (cherry-picked from 5f9145a3c5d730d3a29901fe5c70a26f92663207)
* Revert const'ing in cygwin.c (repost 2)Jerry D. Hedden2009-01-021-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Blead Change 32681 (make miniperl -Wwrite-strings clean) resulted in some build warnings being generated by cygwin.c. In response, I submitted blead Change 32689 (const'ing in cygwin.c) to correct these. Change 33119 to 5.10.x integrates blead Change 32689. However, since blead Change 32681 cannot be integrated into 5.10.x, cygwin.c is now producing the following build warnings: cygwin.c: In function `do_spawn': cygwin.c:125: warning: assignment from incompatible pointer type cygwin.c:127: warning: assignment from incompatible pointer type To correct this, the portion of 5.10.x Change 33119 related to blead Change 32689 needs to be reverted. (This is a repost from my original submission back in October converted to using 'git'.) From c57a418b4b6597c2a06c8973e9b1da40188fdf66 Mon Sep 17 00:00:00 2001 From: Jerry Hedden <jhedden@PN100-02-2-356p.corp.bloomberg.com> Date: Wed, 31 Dec 2008 09:23:13 -0500 Subject: [PATCH - 5.10.x] Revert const'ing in cygwin.c Blead Change 32681 (make miniperl -Wwrite-strings clean) resulted in some build warnings being generated by cygwin.c. In response, I submitted blead Change 32689 (const'ing in cygwin.c) to correct these. Change 33119 to 5.10.x integrates blead Change 32689. However, since blead Change 32681 cannot be integrated into 5.10.x, cygwin.c is now producing the following build warnings: cygwin.c: In function `do_spawn': cygwin.c:125: warning: assignment from incompatible pointer type cygwin.c:127: warning: assignment from incompatible pointer type To correct this, the portion of 5.10.x Change 33119 related to blead Change 32689 needs to be reverted.
* Integrate:Reini Urban2008-03-111-1/+7
| | | | | | | | | | | | | | | | | | [ 33481] Subject: Re: Perl @ http://www.ccl4.org/~nick/P/perl-33444.tar.bz2 Message-ID: <47D2EF38.10503@x-ray.at> * CYG04 At least on cygwin strip the last number from the dll. This is in the cygwin.com build since years. [except the -mms-bitfields in CFLAGS, as Jan states that it would break binary compatibilty on 5.10.1 too] p4raw-link: @33481 on //depot/perl: 7e73a9801b84ea9d4c4040e65a168d6571cee339 p4raw-id: //depot/maint-5.10/perl@33483 p4raw-integrated: from //depot/perl@33477 'edit in' cygwin/Makefile.SHs (@31710..) 'merge in' lib/ExtUtils/t/Embed.t (@33332..) installperl (@33358..)
* Integrate:Nicholas Clark2008-01-301-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ 32712] Subject: [PATCH] Fix cygwin.c again From: "Jerry D. Hedden" <jdhedden@cpan.org> Date: Sat, 22 Dec 2007 16:11:48 -0500 Message-ID: <1ff86f510712221311v1c58d606jc8dfeee6a21e6194@mail.gmail.com> Fixes breakage caused by change #32707 [ 32713] Nullch and others were still alive and well in some of the operating system specific directories. I think I've chainsawed all of them now, but I can't guarantee that it compiles anywhere from win32. [ 32721] Subject: [PATCH] Remove Nullch etc. from x2p From: "Jan Dubois" <jand@activestate.com> Date: Mon, 24 Dec 2007 14:58:20 -0800 Message-ID: <0cca01c84680$7afc9170$70f5b450$@com> [ 32723] Subject: patch - chg 32721 missed a couple Nullstrs From: jimc <jim.cromie@gmail.com> Date: Tue, 25 Dec 2007 05:39:30 -0700 Message-ID: <4770FA02.2080800@gmail.com> [ 32739] Remove the last Null(...) from x2p/* Something tells me that Win32 is compiling x2p with -DPERL_CORE *nix dosn't do this. p4raw-link: @32739 on //depot/perl: 7d879f32d6bc460c660bdefc13574ab1b05062e9 p4raw-link: @32723 on //depot/perl: 2421bbdb1200baaa9a87b6227e6892a09430146a p4raw-link: @32721 on //depot/perl: d34ed59f585350f3dfb4fdf7eca3266cdce428a1 p4raw-link: @32713 on //depot/perl: 4e205ed637fa853d115099170e6e11407ca49619 p4raw-link: @32712 on //depot/perl: dfe169eecccf8121d08f5b1eedd95ae222cf7b9e p4raw-link: @32707 on //depot/perl: 24792b8dabd61fb81a064d275b67bc65123a8d4c p4raw-id: //depot/maint-5.10/perl@33121 p4raw-integrated: from //depot/perl@33120 'copy in' NetWare/nwstdio.h (@12913..) NetWare/nw5.c vmesa/vmesa.c (@25101..) NetWare/nwperlhost.h NetWare/nwperlsys.h (@25945..) djgpp/djgpp.c (@26680..) os2/OS2/REXX/REXX.xs (@26901..) win32/perlhost.h (@31428..) win32/win32.c (@31490..) cygwin/cygwin.c (@32689..) x2p/a2p.h x2p/a2py.c x2p/str.c x2p/str.h x2p/util.c x2p/walk.c (@32690..) vms/vms.c (@32704..) x2p/hash.c (@32723..) p4raw-integrated: from //depot/perl@32713 'copy in' win32/wince.c (@31356..) vms/ext/Stdio/Stdio.xs (@31384..) os2/os2.c (@32704..) 'merge in' util.c (@32678..)
* Integrate:Nicholas Clark2008-01-301-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ 32689] Subject: [PATCH] const'ing in cygwin.c From: "Jerry D. Hedden" <jdhedden@cpan.org> Date: Fri, 21 Dec 2007 09:13:41 -0500 Message-ID: <1ff86f510712210613s71712346i6e9f2b5e7275aa34@mail.gmail.com> [ 32690] Subject: [PATCH] C<make translators> -Wwrite-strings clean From: "Robin Barker" <Robin.Barker@npl.co.uk> Date: Fri, 21 Dec 2007 14:30:20 -0000 Message-ID: <46A0F33545E63740BC7563DE59CA9C6D09399C@exchsvr2.npl.ad.local> [ 32711] Remove warning about casting integer to different sized pointer. [ 32720] Subject: PATCH re 32711 From: "Robin Barker" <Robin.Barker@npl.co.uk> Message-ID: <46A0F33545E63740BC7563DE59CA9C6D0939A4@exchsvr2.npl.ad.local> Date: Mon, 24 Dec 2007 20:56:13 -0000 "IMO patch 32711 is better implemented using (the existing) NUM2PTR macro, as below/attached." [ 32893] Save an upgrade each by first setting the NV on PL_sv_yes and PL_sv_no at interpreter construction time. [ 32912] newSV() + sv_upgrade() => newSV_type() [ 32947] Subject: [PATCH ext/POSIX/POSIX.xs] From: "Robin Barker" <Robin.Barker@npl.co.uk> Date: Thu, 10 Jan 2008 18:50:12 -0000 Message-ID: <46A0F33545E63740BC7563DE59CA9C6D0939C3@exchsvr2.npl.ad.local> More consting. [ 32960] __DATE__ and __TIME__ are both string literals, so we can concatentate them, rather than formating them via %s. [ 32994] Remove commented out code from S_validate_suid() [ 32996] Remove commented out declaration from S_validate_suid() [ 33036] Remove code obsoleted by change 18. p4raw-link: @33036 on //depot/perl: 5c8c4cb2e56f3a0b4e2b54cb9ba6767a30ae85a4 p4raw-link: @32996 on //depot/perl: 69867b4e28ea835a3b328f99facbba4462e28c83 p4raw-link: @32994 on //depot/perl: eb36cb72ef10b6174e7dbe1080bd1872ad79cd34 p4raw-link: @32960 on //depot/perl: 895aa832c42328fe103a78a829d7dcfa39731ca7 p4raw-link: @32947 on //depot/perl: 4b48cf39454aea22003054f8b0a85963f328fe30 p4raw-link: @32912 on //depot/perl: d0328fd7d629f8429b08eacaee4fd3cb902fdf5e p4raw-link: @32893 on //depot/perl: c1939273d48daaa779bfff86aacdcd7106ed3497 p4raw-link: @32720 on //depot/perl: 1f36f092f89152cd3ffb1cb9d8754c1edcc4ab53 p4raw-link: @32711 on //depot/perl: 51310be14a8055c326c9ad74c096ae990fb988c8 p4raw-link: @32690 on //depot/perl: aab391487e4ce7ac2d97b35a504de2697fadd1b6 p4raw-link: @32689 on //depot/perl: 3f5211dd25d06319ac363a33485c17282b4021a7 p4raw-id: //depot/maint-5.10/perl@33119 p4raw-integrated: from //depot/perl@33118 'copy in' x2p/util.h (@26033..) x2p/a2p.c (@31350..) x2p/Makefile.SH (@31878..) 'merge in' ext/POSIX/POSIX.xs (@32703..) p4raw-integrated: from //depot/perl@33036 'edit in' pp_ctl.c (@33034..) p4raw-integrated: from //depot/perl@32960 'edit in' perl.c (@32959..) p4raw-integrated: from //depot/perl@32711 'ignore' pp_hot.c (@32157..) p4raw-integrated: from //depot/perl@32690 'copy in' x2p/a2py.c x2p/str.c x2p/str.h x2p/util.c x2p/walk.c (@26033..) x2p/a2p.h (@27204..) p4raw-integrated: from //depot/perl@32689 'copy in' cygwin/cygwin.c (@32006..)
* /cygdrive is configurableJerry D. Hedden2007-10-021-10/+13
| | | | | | From: "Jerry D. Hedden" <jdhedden@cpan.org> Message-ID: <1ff86f510710011632n175427fdx39e173372862526e@mail.gmail.com> p4raw-id: //depot/perl@32006
* Following Jan's advice, remove Cygwin::is_textmount(),Rafael Garcia-Suarez2007-08-311-15/+0
| | | | | which duplicates the functionality of is_binmount(). p4raw-id: //depot/perl@31773
* Get Cwd->cwd() to work under CygwinJerry D. Hedden2007-08-201-1/+4
| | | | | | | | From: "Jerry D. Hedden" <jdhedden@cpan.org> Message-ID: <1ff86f510708150739q18fa5863s55010b538d11f77f@mail.gmail.com> Updated patch originally by Reini Urban. p4raw-id: //depot/perl@31737
* Delete the files which #31710 should have removed.Abhijit Menon-Sen2007-08-142-0/+0
| | | p4raw-id: //depot/perl@31712
* get rid of cygwin perlld and ld2Reini Urban2007-08-143-168/+11
| | | | | Message-Id: <46C15106.9080003@x-ray.at> p4raw-id: //depot/perl@31710
* Cygwin::mount_table, Cygwin::mount_flagsReini Urban2007-08-141-0/+73
| | | | | Message-Id: <46C14E6C.8020809@x-ray.at> p4raw-id: //depot/perl@31708
* cygwin path conversions, take 4Reini Urban2007-07-091-2/+99
| | | | | | From: "Reini Urban" <rurban@x-ray.at> Message-ID: <6910a60707070600xa8638eak3c3f20b20ccc093a@mail.gmail.com> p4raw-id: //depot/perl@31568
* RE: Problem in Win32CORE when building PAR-Packer-0.975 with bleadperl on Win32Jan Dubois2007-06-281-6/+11
| | | | | | | | | | | From: "Jan Dubois" <jand@activestate.com> Message-ID: <02bd01c7b90b$49863720$dc92a560$@com> Rearranges the initialization of Win32CORE. The Perl interpreter isn't fully initialized when Perl_init_os_extras() in win32/win32.c is called, so it is not safe to use the Perl calling mechanism yet. Fixes a problem building PAR-Packer on Win32. p4raw-id: //depot/perl@31490
* [perl #43265] cygwin/Makefile.SHs: miniperl -Ilib for a clean @INC cygwin@cygwin.com2007-06-211-1/+1
| | | | | | From: cygwin@cygwin.com (via RT) <perlbug-followup@perl.org> Message-ID: <rt-3.6.HEAD-1276-1182357570-46.43265-75-0@perl.org> p4raw-id: //depot/perl@31439
* Less sed'ing in Cygwin Makefile.SHsJerry D. Hedden2007-06-141-6/+1
| | | | | | From: "Jerry D. Hedden" <jdhedden@cpan.org> Message-ID: <1ff86f510706140513v5d3bb0e0l89dff31da83abfb9@mail.gmail.com> p4raw-id: //depot/perl@31379
* Forgotten Cygwin patchJerry D. Hedden2007-05-231-0/+1
| | | | | | From: "Jerry D. Hedden" <jdhedden@cpan.org> Message-ID: <1ff86f510705221758p71418517ncb89fac289d74c35@mail.gmail.com> p4raw-id: //depot/perl@31258
* Re: Win32 modules & cygwinYitzchak Scott-Thoennes2007-02-221-0/+7
| | | | | | | | | | From: "Yitzchak Scott-Thoennes" <sthoenna@efn.org> Message-ID: <1254.67.42.109.122.1171965018.squirrel@67.42.109.122> Also includes integration & deletion of win32/ext/Win32API to ext/Win32API, and addition of copyright message and corrections to spacing/tabbing as suggested by Jan Dubois. p4raw-id: //depot/perl@30379
* alloca () might end up unreferenced during linking.H.Merijn Brand2007-01-311-0/+1
| | | | | Thanks Steve p4raw-id: //depot/perl@30087
* help cygwin find its dlls even on taint tests with no pathYitzchak Scott-Thoennes2007-01-081-0/+8
| | | | | | From: "Yitzchak Scott-Thoennes" <sthoenna@efn.org> Message-ID: <2437.63.226.247.31.1168217788.squirrel@63.226.247.31> p4raw-id: //depot/perl@29713
* -Dprefix failed on Cygwin unless the directory ${installbin} alreadySteve Peters2006-11-301-1/+2
| | | | | existed prior to running make. p4raw-id: //depot/perl@29427
* Changes to get perl to compile with g++ on Cygwin. Some additionalSteve Peters2006-10-301-4/+1
| | | | | changes will be needed to get it to link though. p4raw-id: //depot/perl@29142
* Clean up some comments.Steve Peters2006-09-071-4/+4
| | | p4raw-id: //depot/perl@28805
* Fix to first problem causing Cygwin Perl to fail to build Steve Peters2006-09-071-1/+1
| | | | | in a path with spaces in it. p4raw-id: //depot/perl@28803
* fix cygwin buildYitzchak Scott-Thoennes2006-04-171-6/+6
| | | | | Message-ID: <20060417010520.GA2888@efn.org> p4raw-id: //depot/perl@27865
* Revert change 24461, now that change 26757 allows TESTRafael Garcia-Suarez2006-01-271-1/+1
| | | | | to accept extra output from module tests p4raw-id: //depot/perl@26959
* fix wrong pool error in cygwin buildYitzchak Scott-Thoennes2005-11-271-1/+1
| | | | | Message-ID: <20051127082918.GA2556@efn.org> p4raw-id: //depot/perl@26215
* quiet a few warningsYitzchak Scott-Thoennes2005-09-231-2/+2
| | | | | Message-ID: <20050922014555.GA2852@efn.org> p4raw-id: //depot/perl@25586
* Re: janitorial work ? [patch]Jim Cromie2005-07-081-1/+1
| | | | | | | | 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
* Re: blead attribute warnings, cygwin + gcc 3.4.1Yitzchak Scott-Thoennes2005-06-061-6/+12
| | | | | Message-ID: <20050606034354.GA1456@efn.org> p4raw-id: //depot/perl@24710
* change to quiet cygwin's perlldYitzchak Scott-Thoennes2005-05-131-5/+5
| | | | | Message-ID: <20050513131545.GB4024@efn.org> p4raw-id: //depot/perl@24461
* Re: [PATCH] Re: perl winpid?Yitzchak Scott-Thoennes2005-02-111-0/+36
| | | | | Message-ID: <20050211040434.GA3824@efn.org> p4raw-id: //depot/perl@23961
* make cygwin ld2 executableYitzchak Scott-Thoennes2004-08-161-0/+1
| | | | | Message-ID: <20040816001252.GA2148@efn.org> p4raw-id: //depot/perl@23218
* remove hardcoded version number from cygwin/perlld.inYitzchak Scott-Thoennes2003-11-242-3/+5
| | | | | Message-ID: <20031124161136.GC2656@efn.org> p4raw-id: //depot/perl@21783
* for cygwin/perlld.inGerrit P. Haase2003-05-261-1/+1
| | | | | | From: "Gerrit P. Haase" <gp@familiehaase.de> Message-ID: <162265353578.20030524165129@familiehaase.de> p4raw-id: //depot/perl@19623
* Oops (change #19013 missed changing the Perl version number).Jarkko Hietaniemi2003-03-241-1/+1
| | | | | p4raw-link: @19013 on //depot/perl: 4eee6e183013a0f0e9dce0d53c643393a9e49455 p4raw-id: //depot/perl@19050
* Integrate:Jarkko Hietaniemi2003-03-171-2/+1
| | | | | | | | | [ 19012] We don't have the new Perl at this stage. p4raw-link: @19012 on //depot/maint-5.8/perl: 7353bff6c5730d27add0d0abfadfddb3d119a622 p4raw-id: //depot/perl@19013 p4raw-integrated: from //depot/maint-5.8/perl@19010 'copy in' cygwin/perlld.in (@19006..)
* Integrate:Slaven Rezic2003-03-171-1/+2
| | | | | | | | | | [ 19006] Subject: Re: [Patch] Maintperl versioning for Cygwin Message-ID: <87ptoqev4c.fsf@vran.herceg.de> p4raw-link: @19006 on //depot/maint-5.8/perl: 65f9e441d42a0992031a7b25f809df40333410c5 p4raw-id: //depot/perl@19007 p4raw-integrated: from //depot/maint-5.8/perl@19005 'merge in' cygwin/perlld.in (@19000..)
* Change version from 5.8.0 to 5.9.0.Hugo van der Sanden2002-08-041-1/+1
| | | p4raw-id: //depot/perl@17671
* Re: forewarning: usedevel and versiononlyH.Merijn Brand2002-05-291-1/+1
| | | | | | | | From: "H.Merijn Brand" <h.m.brand@hccnet.nl> Message-Id: <20020529081515.D570.H.M.BRAND@hccnet.nl> More 5.7.3 -> 5.8.0. p4raw-id: //depot/perl@16851
* From: "Paul Marquess" <paul_marquess@yahoo.co.uk>Paul Marquess2002-03-201-1/+1
| | | | | | | Message-ID: <AIEAJICLCBDNAAOLLOKLEEEAEAAA.paul_marquess@yahoo.co.uk> packWARN also for subdirs. p4raw-id: //depot/perl@15378
* Re: perl@15047H.Merijn Brand2002-03-061-1/+1
| | | | | | | From: "H.Merijn Brand" <h.m.brand@hccnet.nl> Message-Id: <20020306112536.C6E9.H.M.BRAND@hccnet.nl> p4raw-link: @15047 on //depot/perl: 0cce8c827906d6294f47c30840f886b52d8345f8 p4raw-id: //depot/perl@15062
* Some minor changes for CygwinGerrit P. Haase2002-02-271-1/+1
| | | | | | From: "Gerrit P. Haase" <gerrit@familiehaase.de> Message-ID: <14296492589.20020227222541@familiehaase.de> p4raw-id: //depot/perl@14901
* Bleadperl on Cygwin todayGerrit P. Haase2002-01-272-40/+46
| | | | | Message-ID: <462007239437.20020127223041@familiehaase.de> p4raw-id: //depot/perl@14453
* Re: Cygwin: one down one to go H.Merijn Brand2001-12-311-0/+3
| | | | | Message-Id: <20011231183002.E067.H.M.BRAND@hccnet.nl> p4raw-id: //depot/perl@13986
* Taint the getcwd() result also in Cygwin.Jarkko Hietaniemi2001-10-221-0/+3
| | | | | (TODO: which other platforms need the same thing?) p4raw-id: //depot/perl@12591
* remove deprecated PERL_OBJECT cruft, it has long since stoppedGurusamy Sarathy2001-08-311-3/+3
| | | | | working in 5.7.x p4raw-id: //depot/perl@11803
* de-$CONFIG continues.Jarkko Hietaniemi2001-06-141-1/+1
| | | p4raw-id: //depot/perl@10581
* cygwin/Makefile.SHs INSTALL patchReini Urban2001-05-041-1/+1
| | | | | Message-ID: <3A592D09.FD6AD35D@sbox.tu-graz.ac.at> p4raw-id: //depot/perl@9986
* dTHR is a nop in 5.6.0 onwards. Ergo, it can go.Jarkko Hietaniemi2000-12-051-3/+1
| | | p4raw-id: //depot/perl@7984
* cygwin portFifer, Eric2000-11-071-1/+1
| | | | | | | Message-ID: <779F20BCCE5AD31186A50008C75D99791717BB@silldn_mail1.sanwaint.com> Synchronize with Cygwin 1.1.5. p4raw-id: //depot/perl@7597