summaryrefslogtreecommitdiff
path: root/gdb/vec.h
Commit message (Collapse)AuthorAgeFilesLines
* Updated copyright notices for most files.Joel Brobecker2009-01-031-1/+2
|
* Updated copyright notices for most files.Daniel Jacobowitz2008-01-011-1/+1
|
* Switch the license of all .c files to GPLv3.Joel Brobecker2007-08-231-4/+2
| | | | | Switch the license of all .h files to GPLv3. Switch the license of all .cc files to GPLv3.
* * vec.h (vec_free): Rename to vec_free_. Adapt users.Ulrich Weigand2007-04-271-4/+4
|
* Copyright updates for 2007.Daniel Jacobowitz2007-01-091-1/+1
|
* 2006-09-21 Nathan Sidwell <nathan@codesourcery.com>Daniel Jacobowitz2006-09-211-0/+1000
gdb/ * vec.h: New file. * vec.c: New file. * Makefile.in (SFILES): Add vec.c. (vec_h): New. (COMMON_OBJS): Add vec.o. (vec.o): New target. gdb/doc/ * gdbint.texinfo (Array Containers): New section.