summaryrefslogtreecommitdiffstats
path: root/libidu/dynvec.c
Commit message (Collapse)AuthorAgeFilesLines
* maint: update all copyright year number rangesJim Meyering2012-01-011-1/+1
| | | | Run "make update-copyright".
* maint: update copyright year ranges to include 2011Jim Meyering2011-03-201-1/+1
| | | | Run "make update-copyright".
* maint: update all FSF copyright year lists to include 2010Jim Meyering2010-01-011-1/+1
| | | | | | Use this command: git ls-files |grep -vE '^(\..*|COPYING|gnulib)$' |xargs \ env UPDATE_COPYRIGHT_USE_INTERVALS=1 build-aux/update-copyright
* maint: update copyright year lists to include 2009Jim Meyering2009-08-151-1/+1
|
* Remove useless multiply-by-1. Avoid sizeof TYPE: use equivalent sizeof *VAR.Jim Meyering2008-01-301-1/+1
| | | | | | * libidu/dynvec.c (make_dynvec): * libidu/scanners.c (parse_language_map_file, parse_args_c) (parse_args_asm, parse_args_text):
* Allocate safely.Jim Meyering2008-01-301-4/+4
| | | | | | | | * libidu/dynvec.c (make_dynvec, dynvec_freeze, dynvec_append): Use xnmalloc, not xmalloc (n * sizeof T). Use xnrealloc, not xrealloc (p, n * sizeof T). * libidu/walker.c (append_strings_to_vector, vectorize_string): Likewise. * libidu/scanners.c (tokenize_args_string): Likewise.
* License upgrade to "GPL-3 or later"Pedro J. Ruiz Lopez2007-08-171-4/+3
|
* * started to address portability problems in the id-utils-4.0 releaseClaudio Fontana2005-12-271-1/+1
|
* *** empty log message ***Claudio Fontana2005-11-011-5/+6
|
* Initial revisionGreg McGary1997-04-181-0/+59