]> git.cameronkatri.com Git - mandoc.git/history - term_ps.c
POSIX allows PATH_MAX to not be defined, meaning "unlimited".
[mandoc.git] / term_ps.c
2016-07-19 Ingo SchwarzeUse __attribute__((__format__ throughout.
2015-12-23 Ingo Schwarzeremove NULL-checks before free(); from mmcc@
2015-11-07 Ingo SchwarzeWithout HAVE_ERR, don't try to include <err.h>, it...
2015-10-13 Ingo SchwarzeMajor character table cleanup:
2015-10-12 Ingo SchwarzeTo make the code more readable, delete 283 /* FALLTHROU...
2015-10-11 Ingo SchwarzeFinally use __progname, err(3) and warn(3).
2015-10-06 Ingo Schwarzemodernize style: "return" is not a function
2015-04-04 Ingo SchwarzeRounding rules for horizontal scaling widths are more...
2015-03-27 Ingo SchwarzeActually use the new man.conf(5) "output" directive.
2015-01-21 Ingo SchwarzeImprove overstriking. When overstriking a wider charac...
2014-12-19 Ingo SchwarzeEnforcing an arbitrary, implementation dependent, undoc...
2014-12-01 Ingo Schwarzeheader cleanup:
2014-11-20 Ingo SchwarzePrevent negative arguments to the .ll request from...
2014-10-28 Ingo SchwarzeMake the character table available to libroff so it...
2014-10-27 Ingo SchwarzeSupport overstriking by backspace in PostScript and...
2014-08-28 Ingo SchwarzeI just noticed that -Tps writes "%%CreationDate:" headers.
2014-08-24 Ingo SchwarzeWhen support for bold italic font was added to the...
2014-08-13 Kristaps DzonsonsBegin cleaning up scaling units.
2014-08-10 Ingo SchwarzeGet rid of HAVE_CONFIG_H, it is always defined; idea...
2014-08-01 Ingo SchwarzeClarity with respect to floating point handling:
2014-07-27 Ingo Schwarzecode readability; no functional change
2014-04-23 Ingo SchwarzeAudit malloc(3)/calloc(3)/realloc(3) usage.
2014-04-20 Ingo SchwarzeKNF: case (FOO): -> case FOO:, remove /* LINTED ...
2014-03-30 Ingo SchwarzeSupport relative arguments to .ll (increase or decrease...
2014-03-30 Ingo SchwarzeImplement the roff(7) .ll (line length) request.
2014-03-23 Ingo SchwarzeThe files mandoc.c and mandoc.h contained both speciali...
2014-01-05 Joerg SonnenbergerTag functions with format strings as arguments as print...
2011-10-16 Ingo SchwarzeRemove a bunch of useless assignments,
2011-09-18 Ingo Schwarzeforgotten Copyright bumps; no code change
2011-08-16 Kristaps DzonsonsFixed mingw compatibility where the "z" printf() modifi...
2011-05-17 Kristaps DzonsonsAdd mode for -Tlocale. This mode, with this commit...
2011-05-15 Kristaps DzonsonsMove struct termp_ps into term_ps.c; remove the engine...
2011-05-14 Kristaps DzonsonsMake character engine (-Tascii, -Tpdf, -Tps) ready...
2011-03-17 Kristaps DzonsonsMove mandoc_{realloc,malloc,calloc} out of libmandoc...
2011-03-07 Ingo SchwarzeDo not leak information about the software used
2011-01-25 Kristaps DzonsonsRemove unnecessary conditional...
2010-09-27 Ingo SchwarzeMerge from OpenBSD right after 1.10.6; now back to...
2010-09-04 Kristaps DzonsonsChurny commit to quiet lint. No functional changes.
2010-08-26 Kristaps Dzonsons"sys/param.h is for kernel interface programs.
2010-08-20 Ingo SchwarzeImplement a simple, consistent user interface for error...
2010-08-06 Kristaps DzonsonsIMPORTANT FIX: add missing braces around alloc failure...
2010-08-01 Joerg SonnenbergerTurn the non-trivial PS_GROWBUF macro into a function...
2010-07-25 Kristaps DzonsonsFully-working -Tpdf: xref table is now generated. ...
2010-07-25 Kristaps DzonsonsMake PDF sections contiguous.
2010-07-25 Kristaps DzonsonsInitial PDF shim over PS. This produces working PDF...
2010-07-21 Kristaps DzonsonsThe "wx" value is quite small, so use a u_short instead...
2010-07-20 Kristaps DzonsonsUse floating-point -Tps "moveto" arguments to smooth...
2010-07-13 Ingo Schwarzecorrect lots of copyright notices;
2010-07-05 Kristaps DzonsonsSuppress duplicate "Page: 1 1" -Tps printing and instea...
2010-07-04 Kristaps Dzonsonsgv(1) doesn't remember the last set font when displayin...
2010-07-04 Kristaps DzonsonsSet line-height to be 1.4em. Removed check for minimum...
2010-07-04 Kristaps DzonsonsSuppress printing blank eof pages in -Tps. Delay print...
2010-07-04 Kristaps DzonsonsSuppress printing of newlines/space at start of new...
2010-07-04 Kristaps DzonsonsBacked out margin calculations in favour of much simple...
2010-07-04 Kristaps DzonsonsAuto-margins. Documented in mandoc.1. Also bumped...
2010-07-02 Kristaps DzonsonsLint fixes.
2010-07-01 Kristaps DzonsonsFirst, I'm defaulting to 11-point font, which renders...
2010-06-30 Kristaps DzonsonsNow using Times AFM provided by Dillo. Verified on...
2010-06-30 Kristaps DzonsonsCorrect dimensions for DocumentMedia. Noted by schwarz...
2010-06-30 Kristaps DzonsonsEmbedding Charter proportional-width glyphs. Nice...
2010-06-30 Kristaps DzonsonsPostScript can now handle scaled glyph sizes (see ...
2010-06-30 Kristaps DzonsonsPushed normalisation of scaling units into term_hspan().
2010-06-30 Kristaps DzonsonsMove term_hspan() calculation into the output devices...
2010-06-30 Kristaps DzonsonsPush paper calculation out of getsubopt() loop. Make...
2010-06-29 Kristaps DzonsonsAdd in -Opaper=xxx support for -Tps postscript. This...
2010-06-29 Kristaps DzonsonsGive -Tps better PostScript hinting. Note that we...
2010-06-28 Kristaps DzonsonsClean-up of variable-width glyph support. Adds no...
2010-06-28 Kristaps DzonsonsThis enables variable glyph-width output. The checkin...
2010-06-28 Kristaps DzonsonsInitial encoding of glyph widths. From /usr/X11R6...
2010-06-25 Kristaps DzonsonsRemove "pt" from struct roffsu, as CSS (the only reason...
2010-06-25 Kristaps DzonsonsInitial chunks for variable-width fonts. Pushes all...
2010-06-19 Kristaps DzonsonsChurn as I finish email address migration kth.se -...
2010-06-11 Kristaps DzonsonsImplement font-switching for PostScript. -Tps now...
2010-06-11 Kristaps DzonsonsDelay opening a word state until a character is ready...
2010-06-11 Kristaps DzonsonsTeach -Tps to ignore backspace-encoding by using a...
2010-06-10 Kristaps DzonsonsAllow open word contexts in -Tps to preserve whitespace...
2010-06-09 Kristaps DzonsonsForgot to increment into the nil terminator. And call...
2010-06-09 Kristaps DzonsonsHave the standard manpage header and footer print on...
2010-06-08 Kristaps DzonsonsLint noops. Also fixed getsubopt() to be in unistd...
2010-06-08 Kristaps DzonsonsBroke ascii_*() functions into term_ascii.c
2010-06-08 Kristaps DzonsonsNo functionality changes: just restructuring. Deprecated