log main.c @ 123:9f479b52364a

age author description
Tue, 11 Jun 2013 18:32:41 -0400 David A. Holland Complain if -[DIU] is given an empty argument.
Tue, 11 Jun 2013 13:50:07 -0400 David A. Holland Fix handling of relative includes.
Tue, 11 Jun 2013 11:24:48 -0400 David A. Holland don't use getprogname() in the name of portability
Mon, 10 Jun 2013 23:48:21 -0400 David A. Holland __dead -> DEAD
Mon, 10 Jun 2013 21:37:01 -0400 David A. Holland Erm. Don't throw away -D args.
Mon, 10 Jun 2013 16:05:42 -0400 David A. Holland Accept and ignore -traditional.
Sun, 31 Mar 2013 04:20:44 +0200 Joerg Sonnenberger Skip option itself, before passing down to handler.
Sun, 31 Mar 2013 04:17:51 +0200 Joerg Sonnenberger __dead + __printflike for clang
Sat, 30 Mar 2013 21:17:47 -0400 David A. Holland Pass the size to free; it makes debug checking easier.
Sat, 30 Mar 2013 21:02:25 -0400 David A. Holland Wrap free() in dofree() to allow instrumenting it for debugging.
Sat, 30 Mar 2013 20:52:59 -0400 David A. Holland Sort the option lists to match the comparison used to search them. duh.
Mon, 20 Dec 2010 06:53:32 -0500 David A. Holland copyrights
Mon, 20 Dec 2010 01:51:47 -0500 David A. Holland deal with macro parameters
Mon, 20 Dec 2010 01:15:43 -0500 David A. Holland added macro table
Sun, 19 Dec 2010 21:42:01 -0500 David A. Holland handle directives
Sun, 19 Dec 2010 19:51:36 -0500 David A. Holland woops
Sun, 19 Dec 2010 19:30:24 -0500 David A. Holland simplify places
Sun, 19 Dec 2010 19:27:14 -0500 David A. Holland move seenfiles to place.c too
Sun, 19 Dec 2010 19:15:55 -0500 David A. Holland split place stuff to its own file
Sun, 19 Dec 2010 19:08:24 -0500 David A. Holland make places work better
Sun, 19 Dec 2010 18:55:51 -0500 David A. Holland checkpoint - can find files
Sun, 19 Dec 2010 17:53:49 -0500 David A. Holland Clear commandline_files after processing it.
Sun, 19 Dec 2010 17:52:59 -0500 David A. Holland Initial version of toplevel and options handling.