1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-09-02 15:41:25 +03:00
Commit Graph

11 Commits

Author SHA1 Message Date
Jim Meyering
77cef20220 maint: fix typos in comments and ChangeLog
Culprits identified and fixed mostly automatically using these commands:
git ls-files | misspellings -f - |grep -v '^ERROR:' |perl -pe \
's/^(.*?)\[(\d+)\]: (\w+) -> "(.*?)"$/sed -i '\''${2}s!$3!$4!'\'' $1/'
using http://github.com/lyda/misspell-check
* ChangeLog: Fix typos.
* doc/solaris-versions: Likewise.
* lib/regexec.c (re_search_stub): Likewise.
* m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Likewise.
2012-05-29 13:45:10 +02:00
Jim Meyering
1602f0afed maint: update all copyright year number ranges
Run "make update-copyright".
2012-01-01 10:04:58 +01:00
Jim Meyering
d60f3b0c6b maint: update almost all copyright ranges to include 2011
Run the new "make update-copyright" rule.
2011-01-01 22:12:59 +01:00
Jim Meyering
b2e2010c7c update nearly all FSF copyright year lists to include 2010
Use the same procedure as for 2009, outlined in
http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/20081
2010-01-01 10:42:00 +01:00
Jim Meyering
3030c5b5e0 update nearly all FSF copyright year lists to include 2009
The files named by the following are exempted:

    grep -v '^#' config/srclist.txt|grep -v '^$' \
      | while read src dst; do
          test -f "$dst" && { echo "$dst"; continue; }
          test -d "$dst" || continue
          echo "$dst"/$(basename "$src")
        done > exempt
    git ls-files tests/unictype >> exempt

In the remaining files, convert to all-interval notation if
- there is already at least one year interval like 2000-2003
- the file is maintained by me
- the file is in lib/uni*/, where that style already prevails
Otherwise, use update-copyright's default.
2009-12-29 17:49:30 +01:00
Paul Eggert
8fc84c5270 Change to version suggested by maintain.texi. 2006-08-14 22:10:20 +00:00
Paul Eggert
1938a43e2c Change to more-permissive notice. 2006-08-14 19:22:52 +00:00
Paul Eggert
7721e8d878 maintained -> supported, since Solaris 7 is "supported" (e.g., you can
get advice about it from Sun) but no patches are issued.
2006-08-14 18:02:34 +00:00
Paul Eggert
e92a49a475 * solaris-versions: Add SunOS 5.10, SunOS 1.x, SunOS 4.0, SunOS
4.0.x, SunOS 4.1.1.1, SunOS 4.1.1_U1, SunOS 4.1.3B.  SunOS 4.1.3
was Solaris 1.1A.  Remove space before B in Solaris 1.1.1B.
Mention SunOS 5.11.  Mention that everything before SunOS 5.7
is now obsolete, and give a pointer to the Sun list.
Add copyright notice.
2006-08-14 17:58:00 +00:00
Jim Meyering
972bcf1cff remove trailing blank 2005-05-08 14:39:01 +00:00
Bruno Haible
e291e2c1c2 Doc about Solaris versions. 2003-07-23 11:12:40 +00:00