Age | Commit message (Collapse) | Author | |
---|---|---|---|
1995-05-31 | (ps_fmt_create): Don't mutate the format spec name in the fmt_spec list we're | Miles Bader | |
passed just to get correctly capitalized titles. Instead, do things correctly by making enough room to store our own version of the title string, which we can do with what we please. | |||
1995-05-03 | Rename ps_fmt_squash to ps_fmt_squash_flags, moving most of the guts into a | Miles Bader | |
new more general ps_fmt_squash, which is usable for other things than flags. Recalculate the set of ps flags needed by the fmt in ps_fmt_squash (which then allows us to remove more specific code in ps_fmt_squash_flags). | |||
1995-04-07 | Tighten up types used (i.e., don't use int for everything). | Miles Bader | |
1995-03-14 | Copy the correct number of fields when squashing. | Miles Bader | |
Correctly skip prefix-only fields. | |||
1995-03-13 | Initial revision | Miles Bader | |