Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove useless multiply-by-1. Avoid sizeof TYPE: use equivalent sizeof *VAR. | Jim Meyering | 2008-01-30 | 1 | -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 Meyering | 2008-01-30 | 1 | -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 Lopez | 2007-08-17 | 1 | -4/+3 |
| | |||||
* | * started to address portability problems in the id-utils-4.0 release | Claudio Fontana | 2005-12-27 | 1 | -1/+1 |
| | |||||
* | *** empty log message *** | Claudio Fontana | 2005-11-01 | 1 | -5/+6 |
| | |||||
* | Initial revision | Greg McGary | 1997-04-18 | 1 | -0/+59 |