summaryrefslogtreecommitdiff
path: root/libiberty/argv.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright years.Jakub Jelinek2023-01-161-1/+1
* Update copyright years.Jakub Jelinek2022-01-031-1/+1
* [PATCH v2] libiberty(argv.c): Fix memory leak in expandargvAyush Mittal2021-02-181-1/+4
* Update copyright years.Jakub Jelinek2021-01-041-1/+1
* [libiberty] output empty args as a pair of quotesAlexandre Oliva2020-01-231-0/+8
* Update copyright years.Jakub Jelinek2020-01-011-1/+1
* Update copyright years.Jakub Jelinek2019-01-011-1/+1
* argv.c (expandargv): Fix memory leak for expanded arguments.Daniel van Gerpen2018-04-301-0/+2
* argv.c (expandargv): Correct check for dynamically allocated argv.Daniel van Gerpen2018-01-101-3/+3
* Update copyright years.Jakub Jelinek2018-01-031-1/+1
* Update copyright years.Jakub Jelinek2017-01-041-1/+1
* * argv.c (expandargv): Check for directories passed as @-files.DJ Delorie2016-12-061-0/+19
* libiberty: {count,dup,write}argv: constify argv input slightlyMike Frysinger2016-01-051-6/+6
* libiberty: dupargv: rewrite to use xstrdupMike Frysinger2016-01-051-5/+1
* Replace malloc with xmallocH.J. Lu2012-08-281-38/+9
* Replace alloca with xmalloc/freeH.J. Lu2012-08-281-1/+3
* libiberty.h (countargv): Declare.Doug Evans2011-09-281-0/+23
* argv.c (expandargv): Limit the number of times that response files are opened...Nick Clifton2010-08-131-1/+10
* argv.c (consume_whitespace): New function.Daniel Gutson2009-10-081-11/+33
* argv.c (writeargv): Fix typo in inline documentation.DJ Delorie2007-07-231-1/+1
* argv.c (writeargv): Removed declaration of unused variable.Simon Baldwin2007-07-021-1/+0
* libiberty.h (writeargv): Declare.Nathan Froyd2007-05-081-0/+56
* argv.c: Use ANSI C declarations.Thomas Neumann2007-04-111-3/+1
* Makefile.in: Add test-expandargv test.Carlos O'Donell2006-01-201-4/+13
* * argv.c (expandargv): Do not use xmalloc_failed.Mark Mitchell2005-09-271-3/+4
* libiberty.h (expandargv): New function.Mark Mitchell2005-09-261-4/+114
* Update the address and phone number of the FSF organization.Nick Clifton2005-05-101-2/+2
* asprintf.c: Include config.h.Gabriel Dos Reis2005-04-161-0/+3
* argv.c (dupargv): Mallocate space of argv[argc], not sizeof(char *) of that a...Gabriel Dos Reis2005-04-131-1/+1
* demangle.h: Remove uses of PARAMS.Gabriel Dos Reis2005-03-261-23/+5
* argv.c: Fix comments.Kaveh R. Ghazi2003-04-151-2/+2
* argv.c: Use ANSI_PROTOTYPES instead of __STDC__.Roger Sayle2003-04-151-1/+1
* argv.c, [...]: Improve manual formatting.DJ Delorie2001-10-171-2/+2
* Makefile.in (TEXIFILES): Add fnmatch.txh.DJ Delorie2001-10-151-68/+40
* demangle.h (demangler_engine): Const-ify.Kaveh R. Ghazi2001-10-071-5/+6
* aclocal.m4 (libiberty_AC_FUNC_C_ALLOCA): New.Zack Weinberg2001-03-061-1/+0
* safe-ctype.h: New file.Zack Weinberg2000-12-081-7/+4
* argv.c: Include stdlib.h and string.h instead of prototyping directly.Richard Henderson1999-07-141-6/+2
* Warning fixes:Kaveh R. Ghazi1998-12-221-1/+1
* typo typo fixes fixesJeff Law1998-05-061-1/+1
* cplus-dem.c (demangle_signature): Don't look for return types on constructors.Jason Merrill1997-10-141-0/+57
* Initial revisionJason Merrill1997-08-211-0/+333