summaryrefslogtreecommitdiff
path: root/libiberty/argv.c
AgeCommit message (Expand)Author
2020-01-23[libiberty] output empty args as a pair of quotesAlexandre Oliva
2020-01-01Update copyright years.Jakub Jelinek
2019-01-01Update copyright years.Jakub Jelinek
2018-04-30argv.c (expandargv): Fix memory leak for expanded arguments.Daniel van Gerpen
2018-01-10argv.c (expandargv): Correct check for dynamically allocated argv.Daniel van Gerpen
2018-01-03Update copyright years.Jakub Jelinek
2017-01-04Update copyright years.Jakub Jelinek
2016-12-06* argv.c (expandargv): Check for directories passed as @-files.DJ Delorie
2016-01-05libiberty: {count,dup,write}argv: constify argv input slightlyMike Frysinger
2016-01-05libiberty: dupargv: rewrite to use xstrdupMike Frysinger
2012-08-28Replace malloc with xmallocH.J. Lu
2012-08-28Replace alloca with xmalloc/freeH.J. Lu
2011-09-28libiberty.h (countargv): Declare.Doug Evans
2010-08-13argv.c (expandargv): Limit the number of times that response files are opened...Nick Clifton
2009-10-08argv.c (consume_whitespace): New function.Daniel Gutson
2007-07-23argv.c (writeargv): Fix typo in inline documentation.DJ Delorie
2007-07-02argv.c (writeargv): Removed declaration of unused variable.Simon Baldwin
2007-05-08libiberty.h (writeargv): Declare.Nathan Froyd
2007-04-11argv.c: Use ANSI C declarations.Thomas Neumann
2006-01-20Makefile.in: Add test-expandargv test.Carlos O'Donell
2005-09-27* argv.c (expandargv): Do not use xmalloc_failed.Mark Mitchell
2005-09-26libiberty.h (expandargv): New function.Mark Mitchell
2005-05-10Update the address and phone number of the FSF organization.Nick Clifton
2005-04-16asprintf.c: Include config.h.Gabriel Dos Reis
2005-04-13argv.c (dupargv): Mallocate space of argv[argc], not sizeof(char *) of that a...Gabriel Dos Reis
2005-03-26demangle.h: Remove uses of PARAMS.Gabriel Dos Reis
2003-04-15argv.c: Fix comments.Kaveh R. Ghazi
2003-04-15argv.c: Use ANSI_PROTOTYPES instead of __STDC__.Roger Sayle
2001-10-17argv.c, [...]: Improve manual formatting.DJ Delorie
2001-10-15Makefile.in (TEXIFILES): Add fnmatch.txh.DJ Delorie
2001-10-07demangle.h (demangler_engine): Const-ify.Kaveh R. Ghazi
2001-03-06aclocal.m4 (libiberty_AC_FUNC_C_ALLOCA): New.Zack Weinberg
2000-12-08safe-ctype.h: New file.Zack Weinberg
1999-07-14argv.c: Include stdlib.h and string.h instead of prototyping directly.Richard Henderson
1998-12-22Warning fixes:Kaveh R. Ghazi
1998-05-06typo typo fixes fixesJeff Law
1997-10-14cplus-dem.c (demangle_signature): Don't look for return types on constructors.Jason Merrill
1997-08-21Initial revisionJason Merrill