summaryrefslogtreecommitdiff
path: root/usr.bin/indent/args.c
AgeCommit message (Collapse)Author
2003-06-12final bits of obvious UCB term 3 removalTheo de Raadt
2003-04-01snprintfTheo de Raadt
2002-10-07misplaced break in the lastMichael Shalayeff
2002-10-04some formatting from mickey.Michael Shalayeff
From: Maxim Tsyplakov <tm@openbsd.ru> indent -i0 somefile.c dumps core in indent.c line 276 ps.ind_level = ps.i_l_follow = col / ps.ind_size;
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ↵Todd C. Miller
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.
2001-11-19kill more registersMike Pechkin
millert@ ok
2001-06-25errx -> err if ENOMEMPaul Janzen
2001-01-08Fix various warnings, merge lite-2, and tidy a bit; also, cast somePaul Janzen
pointer arithmetic to int where needed. Mostly from NetBSD. Fix some buffer overflows pointed out in PR 1446 by gluk@ptci.ru, and check some {m,re}allocs.
2000-08-02$HOME paranoia: never use getenv("HOME") w/o checking for NULL and non-zeroTodd C. Miller
1997-07-25use err(3), some -WallMichael Shalayeff
1996-10-28Safe $HOME usage.Todd C. Miller
1996-06-26rcsidTheo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt