aboutsummaryrefslogtreecommitdiff
path: root/libiberty/argv.c
AgeCommit message (Expand)AuthorFilesLines
19 hourslibiberty/buildargv: handle input consisting of only white spaceAndrew Burgess1-57/+51
19 hourslibiberty/buildargv: POSIX behaviour for backslash handlingAndrew Burgess1-2/+6
2024-01-03Update copyright years.Jakub Jelinek1-1/+1
2023-06-06libiberty: writeargv: Simplify function error mode.Costas Argyris1-3/+1
2023-06-05libiberty: writeargv: Simplify function error mode.Costas Argyris1-20/+9
2023-01-16Update copyright years.Jakub Jelinek1-1/+1
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-02-18[PATCH v2] libiberty(argv.c): Fix memory leak in expandargvAyush Mittal1-1/+4
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-01-23[libiberty] output empty args as a pair of quotesAlexandre Oliva1-0/+8
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-04-30argv.c (expandargv): Fix memory leak for expanded arguments.Daniel van Gerpen1-0/+2
2018-01-10argv.c (expandargv): Correct check for dynamically allocated argv.Daniel van Gerpen1-3/+3
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-01-04Update copyright years.Jakub Jelinek1-1/+1
2016-12-06* argv.c (expandargv): Check for directories passed as @-files.DJ Delorie1-0/+19
2016-01-05libiberty: {count,dup,write}argv: constify argv input slightlyMike Frysinger1-6/+6
2016-01-05libiberty: dupargv: rewrite to use xstrdupMike Frysinger1-5/+1
2012-08-28Replace malloc with xmallocH.J. Lu1-38/+9
2012-08-28Replace alloca with xmalloc/freeH.J. Lu1-1/+3
2011-09-28libiberty.h (countargv): Declare.Doug Evans1-0/+23
2010-08-13argv.c (expandargv): Limit the number of times that response files are opened...Nick Clifton1-1/+10
2009-10-08argv.c (consume_whitespace): New function.Daniel Gutson1-11/+33
2007-07-23argv.c (writeargv): Fix typo in inline documentation.DJ Delorie1-1/+1
2007-07-02argv.c (writeargv): Removed declaration of unused variable.Simon Baldwin1-1/+0
2007-05-08libiberty.h (writeargv): Declare.Nathan Froyd1-0/+56
2007-04-11argv.c: Use ANSI C declarations.Thomas Neumann1-3/+1
2006-01-20Makefile.in: Add test-expandargv test.Carlos O'Donell1-4/+13
2005-09-27* argv.c (expandargv): Do not use xmalloc_failed.Mark Mitchell1-3/+4
2005-09-26libiberty.h (expandargv): New function.Mark Mitchell1-4/+114
2005-05-10Update the address and phone number of the FSF organization.Nick Clifton1-2/+2
2005-04-16asprintf.c: Include config.h.Gabriel Dos Reis1-0/+3
2005-04-13argv.c (dupargv): Mallocate space of argv[argc], not sizeof(char *) of that a...Gabriel Dos Reis1-1/+1
2005-03-26demangle.h: Remove uses of PARAMS.Gabriel Dos Reis1-23/+5
2003-04-15argv.c: Fix comments.Kaveh R. Ghazi1-2/+2
2003-04-15argv.c: Use ANSI_PROTOTYPES instead of __STDC__.Roger Sayle1-1/+1
2001-10-17argv.c, [...]: Improve manual formatting.DJ Delorie1-2/+2
2001-10-15Makefile.in (TEXIFILES): Add fnmatch.txh.DJ Delorie1-68/+40
2001-10-07demangle.h (demangler_engine): Const-ify.Kaveh R. Ghazi1-5/+6
2001-03-06aclocal.m4 (libiberty_AC_FUNC_C_ALLOCA): New.Zack Weinberg1-1/+0
2000-12-08safe-ctype.h: New file.Zack Weinberg1-7/+4
1999-07-14argv.c: Include stdlib.h and string.h instead of prototyping directly.Richard Henderson1-6/+2
1998-12-22Warning fixes:Kaveh R. Ghazi1-1/+1
1998-05-06typo typo fixes fixesJeff Law1-1/+1
1997-10-14cplus-dem.c (demangle_signature): Don't look for return types on constructors.Jason Merrill1-0/+57
1997-08-21Initial revisionJason Merrill1-0/+333