aboutsummaryrefslogtreecommitdiff
path: root/array.h
Commit message (Collapse)AuthorAge
* Remove last uses of array.h.nicm2016-04-26
|
* I no longer use my SourceForge address so replace it.nicm2016-01-19
|
* Add xreallocarray and remove nmemb argument from xrealloc.nicm2014-10-08
|
* xfree is not particularly helpful, remove it. From Thomas Adam.Nicholas Marriott2012-07-10
|
* Shut up gcc4 warnings.Nicholas Marriott2010-06-05
|
* Use the array.h code for the causes list.Nicholas Marriott2010-02-06
|
* Missing ;. From eric@ ages ago.Nicholas Marriott2009-10-29
|
* tabs are better; ok nicmTheo Deraadt2009-10-26
|
* Import tmux, a terminal multiplexor allowing (among other things) a singleNicholas Marriott2009-06-01
terminal to be switched between several different windows and programs displayed on one terminal be detached from one terminal and moved to another. ok deraadt pirofti