bug-global
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: GLOBAL-6.2.10 fixes & DOS/Win patches


From: Shigio YAMAGUCHI
Subject: Re: GLOBAL-6.2.10 fixes & DOS/Win patches
Date: Wed, 22 Jan 2014 09:17:26 +0900

Hi Jason,
Thank you for the patch.
I will apply it to the master repository.

> * fixes 'global -i literal' (it matched incorrectly if there was no
>   lower case match).

Could you please show me an example?


2014/1/22 Jason Hood <address@hidden>
Find attached a patch to fix some issues with this release.

* convert.pl's --c was not updated, so some const.h files showed
  @ sequences.  I've also made the grep command use double quotes,
  since Windows doesn't do single.

* fixes 'global -u' on Windows (put a semicolon in front of the quote
  to stop CMD.EXE incorrectly chopping it off; it sees the semicolon
  as whitespace).

* fixes 'global -I' with a regexp (explicitly use the "--regexp" flag,
  since idutils may not see some characters as regexp; use quote_shell,
  not quote_string, as the latter will incorrectly escape the regexp
  characters.  At least, I think that's what was happening, back when
  I did it for 6.2.8.)

* fixes literal_search (-V would not match the last line of a file).

* fixes a typo in global/manual.in (haven't provided any of the
  generated files, but my site[1] has).

* opens the htags cgi pipe differently on Windows ("-|" doesn't work).

* fixes an apparently missed variable rename in htags.c.

* adds mkdir macro to fileop.c; does same for path.c.

* makes MAXKEYLEN at least 1024 (I hope that's enough to allow reading
  Linux-generated tag files on Windows).

* fixes 'global -i literal' (it matched incorrectly if there was no
  lower case match).

[1] http://global.adoxa.vze.com/

--
Jason.

_______________________________________________
Bug-global mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/bug-global




--
Shigio YAMAGUCHI <address@hidden>
PGP fingerprint: D1CB 0B89 B346 4AB6 5663  C4B6 3CA5 BBB3 57BE DDA3

reply via email to

[Prev in Thread] Current Thread [Next in Thread]