public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Windows: Two improvements.
@ 2014-04-19 19:41 Ray Donnelly
  2014-04-19 19:41 ` [PATCH 1/2] Windows libibery: Don't quote args unnecessarily Ray Donnelly
                   ` (2 more replies)
  0 siblings, 3 replies; 18+ messages in thread
From: Ray Donnelly @ 2014-04-19 19:41 UTC (permalink / raw)
  To: gcc-patches; +Cc: ktietz70, mingw.android

Patch 1 only quotes arguements where quotes are needed as otherwise the
32k limit can be hit sooner than otherwise. This patch should also be
applied to binutils.

Patch 2 makes path-exists semantics behave more like Posix in the face of
../ so that (for example) glibc can be cross compiled on Windows.

Ray Donnelly (2):
  Windows libibery: Don't quote args unnecessarily
  Windows libcpp: Make path-exists semantics more Posix-like

 libcpp/ChangeLog      |  5 +++
 libcpp/files.c        | 86 +++++++++++++++++++++++++++++++++++++++++++++++++++
 libiberty/ChangeLog   |  5 +++
 libiberty/pex-win32.c | 48 ++++++++++++++++++++++------
 4 files changed, 135 insertions(+), 9 deletions(-)

-- 
1.9.2

^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2015-08-18 20:15 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-04-19 19:41 [PATCH 0/2] Windows: Two improvements Ray Donnelly
2014-04-19 19:41 ` [PATCH 1/2] Windows libibery: Don't quote args unnecessarily Ray Donnelly
2014-04-19 20:41   ` Kai Tietz
2014-04-20  6:37     ` Eli Zaretskii
2014-04-21 15:38     ` Joel Brobecker
2014-04-19 20:23 ` [PATCH 2/2] Windows libcpp: Make path-exists semantics more Posix-like Ray Donnelly
2014-04-20  6:07   ` Kai Tietz
2014-04-25 16:58     ` Pedro Alves
2014-04-25 19:24       ` Kai Tietz
2014-04-25 19:35         ` Pedro Alves
2014-04-25 20:34           ` Kai Tietz
2015-08-18 20:23             ` Ray Donnelly
2014-04-25 17:06   ` Pedro Alves
2014-05-07  6:56 ` [PATCH] Windows libiberty: Don't quote args unnecessarily (v2) Ray Donnelly
2014-05-07  6:56   ` [PATCH] Windows libibery: Don't quote args unnecessarily Ray Donnelly
2014-05-08  7:22     ` Kai Tietz
2014-05-09  5:08     ` Ian Lance Taylor
2014-05-08  7:19   ` [PATCH] Windows libiberty: Don't quote args unnecessarily (v2) Kai Tietz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).