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
/
quotearg.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
maint: update copyright
Eric Blake
2014-01-01
1
-1
/
+1
*
quotearg: don't attempt to store 1 << 31 into an "int"
Jim Meyering
2013-11-22
1
-1
/
+1
*
quotearg: do not read beyond end of buffer
Jim Meyering
2013-05-14
1
-1
/
+6
*
maint: update all copyright year number ranges
Eric Blake
2013-01-01
1
-1
/
+1
*
quote: provide a means to escape strings with nul characters
Akim Demaille
2012-11-01
1
-5
/
+17
*
quote: fuse into quotearg
Akim Demaille
2012-03-06
1
-1
/
+24
*
quotearg: do not use grave accent for left quote
Paolo Bonzini
2012-01-07
1
-5
/
+2
*
quotearg: fall back to Unicode single quotes in UTF-8 and GB-18030 locales
Paolo Bonzini
2012-01-07
1
-14
/
+50
*
quotearg: fix Wikipedia link
Paolo Bonzini
2012-01-07
1
-1
/
+1
*
In commentary, do not use ` to quote.
Paul Eggert
2012-01-05
1
-1
/
+1
*
maint: update all copyright year number ranges
Jim Meyering
2012-01-01
1
-1
/
+1
*
quotearg, propername: correct pragma guard expression
Jim Meyering
2011-11-29
1
-1
/
+1
*
mark functions with const and pure attributes
Jim Meyering
2011-11-28
1
-1
/
+8
*
quotearg: avoid uninitialized variable use
Eric Blake
2011-04-29
1
-3
/
+3
*
Revert "use _GL_ATTRIBUTE_CONST and _GL_ATTRIBUTE_PURE"
Jim Meyering
2011-04-25
1
-9
/
+1
*
use _GL_ATTRIBUTE_CONST and _GL_ATTRIBUTE_PURE
Jim Meyering
2011-04-25
1
-1
/
+9
*
maint: update almost all copyright ranges to include 2011
Jim Meyering
2011-01-01
1
-2
/
+1
*
update nearly all FSF copyright year lists to include 2010
Jim Meyering
2010-01-01
1
-1
/
+1
*
update nearly all FSF copyright year lists to include 2009
Jim Meyering
2009-12-29
1
-2
/
+2
*
Use spaces for indentation, not tabs.
Bruno Haible
2009-12-10
1
-355
/
+355
*
quotearg: document limitations of quote_these_too
Joel E. Denny
2009-08-23
1
-1
/
+7
*
quotearg: implement custom_quoting_style
Joel E. Denny
2009-08-23
1
-32
/
+109
*
quotearg: fix right quote escaping when it's in quote_these_too
Joel E. Denny
2009-08-23
1
-2
/
+9
*
Remove HAVE_MBRTOWC conditionals. Use mbrtowc unconditionally.
Bruno Haible
2008-12-22
1
-17
/
+0
*
Avoid doubling \ in common case of "c-maybe" quoting style.
Eric Blake
2008-02-16
1
-1
/
+5
*
Avoid trigraph quoting in default output.
Eric Blake
2008-02-16
1
-1
/
+2
*
Silence warning in last patch.
Eric Blake
2008-02-12
1
-1
/
+1
*
Quotearg part 4: add tests, fix c-maybe colon quoting.
Eric Blake
2008-02-12
1
-28
/
+37
*
Quotearg part 3: add flag to control outer quote elision.
Eric Blake
2008-02-12
1
-40
/
+70
*
Quotearg part 2: add flag that can control NUL elision.
Eric Blake
2008-02-12
1
-14
/
+47
*
Quotearg part 1: more wrappers, restore quotearg_char state.
Eric Blake
2008-02-12
1
-6
/
+49
*
Change copyright notice from GPLv2+ to GPLv3+.
Bruno Haible
2007-10-07
1
-5
/
+4
*
* lib/quotearg.c: Include <wctype.h> early, before the definition of
Paul Eggert
2007-03-15
1
-2
/
+1
*
* modules/fnmatch (Depends-on): Depend on wchar.
Eric Blake
2007-01-16
1
-10
/
+2
*
* MODULES.html.sh: New module wctype.
Paul Eggert
2006-12-22
1
-8
/
+1
*
* lib/quotearg.h (quotearg_free): New decl.
Paul Eggert
2006-11-08
1
-6
/
+28
*
Avoid some C++ diagnostics reported by Bruno Haible.
Paul Eggert
2006-10-31
1
-20
/
+21
*
* quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to int.
Paul Eggert
2006-10-03
1
-0
/
+2
*
* _fpending.c: Include <config.h> unconditionally, since we no
Paul Eggert
2006-09-13
1
-3
/
+1
*
* quotearg.c (quotearg_buffer_restyled): Add "default: break;"
Paul Eggert
2006-01-22
1
-2
/
+8
*
Sync from coreutils.
Paul Eggert
2005-09-23
1
-1
/
+6
*
Use a consistent style for including <config.h>.
Paul Eggert
2005-09-19
1
-1
/
+1
*
Add translator comment suggested by Bruno Haible, with a minor change.
Paul Eggert
2005-07-15
1
-3
/
+8
*
*** empty log message ***
Paul Eggert
2005-05-14
1
-1
/
+1
*
(struct quoting_options): Use unsigned int for quote_these_too, so
Paul Eggert
2004-11-11
1
-2
/
+3
*
Merge from coreutils.
Paul Eggert
2004-08-07
1
-12
/
+13
*
New function quotearg_alloc. Treat { } = as special sometimes.
Paul Eggert
2004-02-05
1
-7
/
+49
*
Revamp xalloc_oversized so that its count arg need not fit into size_t.
Paul Eggert
2003-10-30
1
-1
/
+1
*
(quotearg_n_options): Use free/xmalloc rather than xrealloc.
Paul Eggert
2003-10-29
1
-5
/
+5
*
Include quotearg.h immediately after config.h.
Paul Eggert
2002-11-23
1
-60
/
+36
[next]