public inbox for src-cvs@sourceware.org
help / color / mirror / Atom feed
* src/libiberty ChangeLog argv.c
@ 2006-01-21 4:28 dj
0 siblings, 0 replies; 9+ messages in thread
From: dj @ 2006-01-21 4:28 UTC (permalink / raw)
To: src-cvs
CVSROOT: /cvs/src
Module name: src
Changes by: dj@sourceware.org 2006-01-21 04:28:45
Modified files:
libiberty : ChangeLog argv.c
Log message:
merge from gcc
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/libiberty/ChangeLog.diff?cvsroot=src&r1=1.377&r2=1.378
http://sourceware.org/cgi-bin/cvsweb.cgi/src/libiberty/argv.c.diff?cvsroot=src&r1=1.15&r2=1.16
^ permalink raw reply [flat|nested] 9+ messages in thread
* src/libiberty ChangeLog argv.c
@ 2012-08-29 1:02 hjl
0 siblings, 0 replies; 9+ messages in thread
From: hjl @ 2012-08-29 1:02 UTC (permalink / raw)
To: src-cvs
CVSROOT: /cvs/src
Module name: src
Changes by: hjl@sourceware.org 2012-08-29 01:02:41
Modified files:
libiberty : ChangeLog argv.c
Log message:
Replace malloc with xmalloc
* argv.c (dupargv): Replace malloc with xmalloc. Don't check
xmalloc return.
(buildargv): Likewise. Also replace strdup with xstrdup.
(expandargv): Don't check dupargv return.
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/libiberty/ChangeLog.diff?cvsroot=src&r1=1.614&r2=1.615
http://sourceware.org/cgi-bin/cvsweb.cgi/src/libiberty/argv.c.diff?cvsroot=src&r1=1.24&r2=1.25
^ permalink raw reply [flat|nested] 9+ messages in thread
* src/libiberty ChangeLog argv.c
@ 2012-08-29 0:45 hjl
0 siblings, 0 replies; 9+ messages in thread
From: hjl @ 2012-08-29 0:45 UTC (permalink / raw)
To: src-cvs
CVSROOT: /cvs/src
Module name: src
Changes by: hjl@sourceware.org 2012-08-29 00:45:50
Modified files:
libiberty : ChangeLog argv.c
Log message:
Replace alloca with xmalloc/free
PR binutils/14526
* argv.c (buildargv): Replace alloca with xmalloc/free.
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/libiberty/ChangeLog.diff?cvsroot=src&r1=1.613&r2=1.614
http://sourceware.org/cgi-bin/cvsweb.cgi/src/libiberty/argv.c.diff?cvsroot=src&r1=1.23&r2=1.24
^ permalink raw reply [flat|nested] 9+ messages in thread
* src/libiberty ChangeLog argv.c
@ 2010-08-13 11:36 nickc
0 siblings, 0 replies; 9+ messages in thread
From: nickc @ 2010-08-13 11:36 UTC (permalink / raw)
To: src-cvs
CVSROOT: /cvs/src
Module name: src
Changes by: nickc@sourceware.org 2010-08-13 11:36:11
Modified files:
libiberty : ChangeLog argv.c
Log message:
* argv.c (expandargv): Limit the number of times that response
files are opened in order to prevent infinite recursion.
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/libiberty/ChangeLog.diff?cvsroot=src&r1=1.542&r2=1.543
http://sourceware.org/cgi-bin/cvsweb.cgi/src/libiberty/argv.c.diff?cvsroot=src&r1=1.21&r2=1.22
^ permalink raw reply [flat|nested] 9+ messages in thread
* src/libiberty ChangeLog argv.c
@ 2009-10-09 4:49 dj
0 siblings, 0 replies; 9+ messages in thread
From: dj @ 2009-10-09 4:49 UTC (permalink / raw)
To: src-cvs
CVSROOT: /cvs/src
Module name: src
Changes by: dj@sourceware.org 2009-10-09 04:49:48
Modified files:
libiberty : ChangeLog argv.c
Log message:
merge from gcc
Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/libiberty/ChangeLog.diff?cvsroot=src&r1=1.515&r2=1.516
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/libiberty/argv.c.diff?cvsroot=src&r1=1.20&r2=1.21
^ permalink raw reply [flat|nested] 9+ messages in thread
* src/libiberty ChangeLog argv.c
@ 2007-07-12 3:10 dj
0 siblings, 0 replies; 9+ messages in thread
From: dj @ 2007-07-12 3:10 UTC (permalink / raw)
To: src-cvs
CVSROOT: /cvs/src
Module name: src
Changes by: dj@sourceware.org 2007-07-12 03:10:12
Modified files:
libiberty : ChangeLog argv.c
Log message:
merge from gcc
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/libiberty/ChangeLog.diff?cvsroot=src&r1=1.428&r2=1.429
http://sourceware.org/cgi-bin/cvsweb.cgi/src/libiberty/argv.c.diff?cvsroot=src&r1=1.18&r2=1.19
^ permalink raw reply [flat|nested] 9+ messages in thread
* src/libiberty ChangeLog argv.c
@ 2007-05-08 1:29 dj
0 siblings, 0 replies; 9+ messages in thread
From: dj @ 2007-05-08 1:29 UTC (permalink / raw)
To: src-cvs
CVSROOT: /cvs/src
Module name: src
Changes by: dj@sourceware.org 2007-05-08 01:29:33
Modified files:
libiberty : ChangeLog argv.c
Log message:
merge from gcc
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/libiberty/ChangeLog.diff?cvsroot=src&r1=1.423&r2=1.424
http://sourceware.org/cgi-bin/cvsweb.cgi/src/libiberty/argv.c.diff?cvsroot=src&r1=1.17&r2=1.18
^ permalink raw reply [flat|nested] 9+ messages in thread
* src/libiberty ChangeLog argv.c
@ 2005-09-27 15:21 mmitchel
0 siblings, 0 replies; 9+ messages in thread
From: mmitchel @ 2005-09-27 15:21 UTC (permalink / raw)
To: src-cvs
CVSROOT: /cvs/src
Module name: src
Changes by: mmitchel@sourceware.org 2005-09-27 15:21:13
Modified files:
libiberty : ChangeLog argv.c
Log message:
* argv.c (expandargv): Do not use xmalloc_failed.
Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/libiberty/ChangeLog.diff?cvsroot=src&r1=1.370&r2=1.371
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/libiberty/argv.c.diff?cvsroot=src&r1=1.14&r2=1.15
^ permalink raw reply [flat|nested] 9+ messages in thread
* src/libiberty ChangeLog argv.c
@ 2005-04-14 2:22 dj
0 siblings, 0 replies; 9+ messages in thread
From: dj @ 2005-04-14 2:22 UTC (permalink / raw)
To: src-cvs
CVSROOT: /cvs/src
Module name: src
Changes by: dj@sourceware.org 2005-04-14 02:22:19
Modified files:
libiberty : ChangeLog argv.c
Log message:
merge from gcc
Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/libiberty/ChangeLog.diff?cvsroot=src&r1=1.337&r2=1.338
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/libiberty/argv.c.diff?cvsroot=src&r1=1.10&r2=1.11
^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2012-08-29 1:02 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-01-21 4:28 src/libiberty ChangeLog argv.c dj
-- strict thread matches above, loose matches on Subject: below --
2012-08-29 1:02 hjl
2012-08-29 0:45 hjl
2010-08-13 11:36 nickc
2009-10-09 4:49 dj
2007-07-12 3:10 dj
2007-05-08 1:29 dj
2005-09-27 15:21 mmitchel
2005-04-14 2:22 dj
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).