index
:
delta/gnulib.git
EMACS_21_1_RC
FILEUTILS
SHELLUTILS
TEXTUTILS
akim-fix-upload
akim/relpath
baserock/build-essential
coreutils-8.9
diff-merge
emacs-unicode
emacs-unicode-2
haible-private
karl
lexbind
master
origin
pygnulib
python
stable-202201
stable-202207
stable-202301
topic/libposix
ueno/unicode-9.0.0
git.savannah.gnu.org: git/gnulib.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
string.in.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
maint: Run 'make update-copyright'
Paul Eggert
2019-01-01
1
-1
/
+1
*
maint: Run 'make update-copyright'
Paul Eggert
2018-01-01
1
-1
/
+1
*
all: prefer https: URLs
Paul Eggert
2017-09-13
1
-1
/
+1
*
explicit_bzero: new module
Paul Eggert
2017-07-16
1
-0
/
+17
*
version-etc: new year
Paul Eggert
2017-01-01
1
-1
/
+1
*
regex, string: rename to avoid '__string'
Paul Eggert
2016-08-17
1
-8
/
+8
*
version-etc: new year
Paul Eggert
2016-01-01
1
-1
/
+1
*
string: fix build failure on BSD/OSX with FORTIFY_SOURCE
Pádraig Brady
2015-05-27
1
-2
/
+19
*
version-etc: new year
Paul Eggert
2014-12-31
1
-1
/
+1
*
maint: update copyright
Eric Blake
2014-01-01
1
-1
/
+1
*
maint: update all copyright year number ranges
Eric Blake
2013-01-01
1
-1
/
+1
*
Enable common subexpression optimization in GCC.
Bruno Haible
2012-03-25
1
-2
/
+21
*
maint: replace FSF snail-mail addresses with URLs
Paul Eggert
2012-02-09
1
-2
/
+1
*
maint: update all copyright year number ranges
Jim Meyering
2012-01-01
1
-1
/
+1
*
ffsl, ffsll: new modules
Eric Blake
2011-07-15
1
-0
/
+30
*
Allow multiple gnulib generated include files to be combined.
Bruno Haible
2011-05-29
1
-5
/
+5
*
mbsrchr: Avoid collision with system function on Interix.
Bruno Haible
2011-05-26
1
-2
/
+2
*
strchrnul: Tweak last commit.
Bruno Haible
2011-04-16
1
-4
/
+3
*
strchrnul: work around cygwin bug
Eric Blake
2011-04-15
1
-2
/
+14
*
Don't interfere with a program's definition of __attribute__.
Bruno Haible
2011-02-13
1
-7
/
+2
*
maint: update almost all copyright ranges to include 2011
Jim Meyering
2011-01-01
1
-1
/
+1
*
Port to uClibc.
Bruno Haible
2010-11-20
1
-7
/
+7
*
New module 'strerror_r-posix'.
Bruno Haible
2010-11-11
1
-0
/
+29
*
string, sys_select: Avoid #including large headers unless necessary.
Bruno Haible
2010-10-07
1
-2
/
+2
*
Avoid line length limitation from HP NonStop system header files.
Bruno Haible
2010-10-04
1
-0
/
+1
*
strsignal: work around NetBSD bug
Eric Blake
2010-09-09
1
-0
/
+6
*
strdup: Fix compilation error in C++ mode.
Bruno Haible
2010-09-04
1
-0
/
+4
*
stpncpy: Allow stpncpy to be defined as a macro.
Bruno Haible
2010-08-16
1
-0
/
+1
*
mbspcasecmp: Fix function specification.
Bruno Haible
2010-07-28
1
-5
/
+4
*
string: Fix syntax error with g++ 2.96.
Bruno Haible
2010-06-30
1
-16
/
+22
*
strnlen: Fix warning in C++ mode on MacOS X.
Bruno Haible
2010-04-10
1
-2
/
+13
*
New module 'strncat'.
Bruno Haible
2010-04-05
1
-0
/
+22
*
memchr: Avoid a possible C++ test error.
Bruno Haible
2010-04-05
1
-0
/
+5
*
stpncpy: Fix C++ test error on mingw.
Bruno Haible
2010-04-03
1
-1
/
+7
*
Emit #pragma system_header after the inclusion guard, not before.
Bruno Haible
2010-03-30
1
-2
/
+2
*
maint: use pragma consistently across replacement headers
Eric Blake
2010-03-25
1
-2
/
+2
*
Fix compilation error with glibc >= 2.10 and g++ >= 4.4.
Bruno Haible
2010-03-13
1
-0
/
+46
*
Fix problems with overloaded C++ definitions of memchr, strpbrk, etc.
Bruno Haible
2010-03-11
1
-24
/
+34
*
string: Avoid #define replacements in C++ mode.
Bruno Haible
2010-03-08
1
-105
/
+292
*
warn-on-use: use instead of link-warning
Eric Blake
2010-01-20
1
-122
/
+108
*
mbslen: Avoid collision with system function.
Bruno Haible
2010-01-07
1
-0
/
+11
*
update nearly all FSF copyright year lists to include 2010
Jim Meyering
2010-01-01
1
-1
/
+1
*
New module 'arg-nonnull'. Declare which arguments expect non-NULL values.
Bruno Haible
2009-12-11
1
-32
/
+49
*
Use spaces for indentation, not tabs.
Bruno Haible
2009-12-10
1
-16
/
+16
*
strndup: fix improper m4 caching
Eric Blake
2009-09-09
1
-2
/
+2
*
Work around a glibc bug in strtok_r.
Ben Pfaff
2009-09-06
1
-1
/
+7
*
stddef: fix NetBSD 5.0 NULL bug, rather than working around it
Eric Blake
2009-08-14
1
-0
/
+2
*
docs: memchr is no longer obsolete
Eric Blake
2009-06-15
1
-2
/
+0
*
memchr: detect broken x86_64 and alpha implementations
Eric Blake
2009-06-12
1
-1
/
+18
*
Avoid gcc warnings because of #pragma GCC system_header on older gcc.
Bruno Haible
2008-10-18
1
-0
/
+2
[next]