Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
035f5aaa
Commit
035f5aaa
authored
Jan 01, 2015
by
Paul Eggert
Browse files
Merge from gnulib, incorporating:
2015-01-01 version-etc: new year
parent
6ddd8194
Changes
225
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
with
22 additions
and
19 deletions
+22
-19
ChangeLog
ChangeLog
+3
-0
build-aux/move-if-change
build-aux/move-if-change
+1
-1
build-aux/snippet/arg-nonnull.h
build-aux/snippet/arg-nonnull.h
+1
-1
build-aux/snippet/c++defs.h
build-aux/snippet/c++defs.h
+1
-1
build-aux/snippet/warn-on-use.h
build-aux/snippet/warn-on-use.h
+1
-1
build-aux/update-copyright
build-aux/update-copyright
+1
-1
lib/acl-errno-valid.c
lib/acl-errno-valid.c
+1
-1
lib/acl-internal.h
lib/acl-internal.h
+1
-1
lib/acl.h
lib/acl.h
+1
-1
lib/acl_entries.c
lib/acl_entries.c
+1
-1
lib/alloca.in.h
lib/alloca.in.h
+1
-1
lib/allocator.h
lib/allocator.h
+1
-1
lib/at-func.c
lib/at-func.c
+1
-1
lib/binary-io.h
lib/binary-io.h
+1
-1
lib/byteswap.in.h
lib/byteswap.in.h
+1
-1
lib/c-ctype.c
lib/c-ctype.c
+1
-1
lib/c-ctype.h
lib/c-ctype.h
+1
-1
lib/c-strcase.h
lib/c-strcase.h
+1
-1
lib/c-strcasecmp.c
lib/c-strcasecmp.c
+1
-1
lib/c-strncasecmp.c
lib/c-strncasecmp.c
+1
-1
No files found.
ChangeLog
View file @
035f5aaa
2015-01-01 Paul Eggert <eggert@cs.ucla.edu>
Merge from gnulib, incorporating:
2015-01-01 version-etc: new year
* .gitattributes: New file.
2015-01-01 Paul Eggert <eggert@cs.ucla.edu>
...
...
build-aux/move-if-change
View file @
035f5aaa
...
...
@@ -8,7 +8,7 @@ VERSION='2012-01-06 07:23'; # UTC
# If you change this file with Emacs, please let the write hook
# do its job. Otherwise, update this string manually.
# Copyright (C) 2002-201
4
Free Software Foundation, Inc.
# Copyright (C) 2002-201
5
Free Software Foundation, Inc.
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
...
...
build-aux/snippet/arg-nonnull.h
View file @
035f5aaa
/* A C macro for declaring that specific arguments must not be NULL.
Copyright (C) 2009-201
4
Free Software Foundation, Inc.
Copyright (C) 2009-201
5
Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify it
under the terms of the GNU General Public License as published
...
...
build-aux/snippet/c++defs.h
View file @
035f5aaa
/* C++ compatible function declaration macros.
Copyright (C) 2010-201
4
Free Software Foundation, Inc.
Copyright (C) 2010-201
5
Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify it
under the terms of the GNU General Public License as published
...
...
build-aux/snippet/warn-on-use.h
View file @
035f5aaa
/* A C macro for emitting warnings if a function is used.
Copyright (C) 2010-201
4
Free Software Foundation, Inc.
Copyright (C) 2010-201
5
Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify it
under the terms of the GNU General Public License as published
...
...
build-aux/update-copyright
View file @
035f5aaa
...
...
@@ -5,7 +5,7 @@ eval '(exit $?0)' && eval 'exec perl -wS -0777 -pi "$0" ${1+"$@"}'
my $VERSION = '2013-01-03.09:41'; # UTC
# Copyright (C) 2009-201
4
Free Software Foundation, Inc.
# Copyright (C) 2009-201
5
Free Software Foundation, Inc.
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
...
...
lib/acl-errno-valid.c
View file @
035f5aaa
/* Test whether ACLs are well supported on this system.
Copyright 2013-201
4
Free Software Foundation, Inc.
Copyright 2013-201
5
Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
...
...
lib/acl-internal.h
View file @
035f5aaa
/* Internal implementation of access control lists.
Copyright (C) 2002-2003, 2005-201
4
Free Software Foundation, Inc.
Copyright (C) 2002-2003, 2005-201
5
Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
...
...
lib/acl.h
View file @
035f5aaa
/* acl.c - access control lists
Copyright (C) 2002, 2008-201
4
Free Software Foundation, Inc.
Copyright (C) 2002, 2008-201
5
Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
...
...
lib/acl_entries.c
View file @
035f5aaa
/* Return the number of entries in an ACL.
Copyright (C) 2002-2003, 2005-201
4
Free Software Foundation, Inc.
Copyright (C) 2002-2003, 2005-201
5
Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
...
...
lib/alloca.in.h
View file @
035f5aaa
/* Memory allocation on the stack.
Copyright (C) 1995, 1999, 2001-2004, 2006-201
4
Free Software Foundation,
Copyright (C) 1995, 1999, 2001-2004, 2006-201
5
Free Software Foundation,
Inc.
This program is free software; you can redistribute it and/or modify it
...
...
lib/allocator.h
View file @
035f5aaa
/* Memory allocators such as malloc+free.
Copyright (C) 2011-201
4
Free Software Foundation, Inc.
Copyright (C) 2011-201
5
Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
...
...
lib/at-func.c
View file @
035f5aaa
/* Define at-style functions like fstatat, unlinkat, fchownat, etc.
Copyright (C) 2006, 2009-201
4
Free Software Foundation, Inc.
Copyright (C) 2006, 2009-201
5
Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
...
...
lib/binary-io.h
View file @
035f5aaa
/* Binary mode I/O.
Copyright (C) 2001, 2003, 2005, 2008-201
4
Free Software Foundation, Inc.
Copyright (C) 2001, 2003, 2005, 2008-201
5
Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
...
...
lib/byteswap.in.h
View file @
035f5aaa
/* byteswap.h - Byte swapping
Copyright (C) 2005, 2007, 2009-201
4
Free Software Foundation, Inc.
Copyright (C) 2005, 2007, 2009-201
5
Free Software Foundation, Inc.
Written by Oskar Liljeblad <oskar@osk.mine.nu>, 2005.
This program is free software: you can redistribute it and/or modify
...
...
lib/c-ctype.c
View file @
035f5aaa
/* Character handling in C locale.
Copyright 2000-2003, 2006, 2009-201
4
Free Software Foundation, Inc.
Copyright 2000-2003, 2006, 2009-201
5
Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
...
...
lib/c-ctype.h
View file @
035f5aaa
...
...
@@ -5,7 +5,7 @@
<ctype.h> functions' behaviour depends on the current locale set via
setlocale.
Copyright (C) 2000-2003, 2006, 2008-201
4
Free Software Foundation, Inc.
Copyright (C) 2000-2003, 2006, 2008-201
5
Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
...
...
lib/c-strcase.h
View file @
035f5aaa
/* Case-insensitive string comparison functions in C locale.
Copyright (C) 1995-1996, 2001, 2003, 2005, 2009-201
4
Free Software
Copyright (C) 1995-1996, 2001, 2003, 2005, 2009-201
5
Free Software
Foundation, Inc.
This program is free software; you can redistribute it and/or modify
...
...
lib/c-strcasecmp.c
View file @
035f5aaa
/* c-strcasecmp.c -- case insensitive string comparator in C locale
Copyright (C) 1998-1999, 2005-2006, 2009-201
4
Free Software Foundation, Inc.
Copyright (C) 1998-1999, 2005-2006, 2009-201
5
Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
...
...
lib/c-strncasecmp.c
View file @
035f5aaa
/* c-strncasecmp.c -- case insensitive string comparator in C locale
Copyright (C) 1998-1999, 2005-2006, 2009-201
4
Free Software Foundation, Inc.
Copyright (C) 1998-1999, 2005-2006, 2009-201
5
Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
...
...
Prev
1
2
3
4
5
…
12
Next
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment