Age | Commit message (Expand) | Author |
2010-11-12 | Change i<MAX_CHAR_CODE into i<=MAX_CHAR_CODE, because MAX_CHAR_CODE is 255 now. | Akira Kakuto |
2010-11-12 | Change i<MAX_CHAR_CODE into i<=MAX_CHAR_CODE, because MAX_CHAR_CODE is 255 now. | Akira Kakuto |
2010-11-12 | more formatting and other trivial changes to further | Peter Breitenlohner |
2010-11-12 | formatting changes to slightly increase sync with writet1.c in pdftex | Karl Berry |
2010-11-11 | handle number on different line than /CharStrings; report from DEK, fix from ... | Karl Berry |
2010-10-22 | output.c: (hvpos) simplify the change of yesterday. Many thanks Peter. | Akira Kakuto |
2010-10-22 | output.c: recover the old code in hvpos() for japanese typesetting because th... | Akira Kakuto |
2010-10-02 | avoid some WIN32/MINGW compiler warnings | Peter Breitenlohner |
2010-09-23 | update autotools | Peter Breitenlohner |
2010-06-21 | xindy bug fix for win32 from Akira | Peter Breitenlohner |
2010-06-18 | check for tfm file name overflow (yan.i.li, 18 Jun 2010 16:18:29) | Karl Berry |
2010-06-13 | doc updates for 2010 | Karl Berry |
2010-06-04 | update version numbers for possibly final build | Karl Berry |
2010-05-25 | Assorted unrelated but small changes. | Karl Berry |
2010-05-25 | move cid-base.map to tetex subdir, since it is not handled by updmap | Karl Berry |
2010-05-24 | quote command in WIN32 case. | Akira Kakuto |
2010-05-18 | use the type1 path for type1 fonts, not header path | Karl Berry |
2010-05-17 | prepare for 2010 pretest builds | Karl Berry |
2010-05-14 | more snprintf | Karl Berry |
2010-05-11 | SET_BINARY and casts to void | Peter Breitenlohner |
2010-05-10 | more snprintf | Karl Berry |
2010-05-10 | remove more useless casts to void | Peter Breitenlohner |
2010-05-10 | remove useless casts to void | Karl Berry |
2010-05-10 | use snprintf | Karl Berry |
2010-05-07 | remove SJIS option. | Akira Kakuto |
2010-05-07 | update dvipsk testdata | Peter Breitenlohner |
2010-05-07 | dvipsk cleanup: static funcs and trailing whitespace | Peter Breitenlohner |
2010-05-06 | remove SJIS option. | Akira Kakuto |
2010-05-05 | use p@TeX{} in the manual | Karl Berry |
2010-05-05 | output.c: revert cmdout() and remove lastspecial=1 in jscout(). | Akira Kakuto |
2010-05-05 | output.c: rewrite the previous fix not to change the output format for non-pT... | Akira Kakuto |
2010-05-05 | output.c: minor fix of the function cmdout(). | Akira Kakuto |
2010-05-05 | dvips pTeX extensions: documentation | Peter Breitenlohner |
2010-05-05 | dvips pTeX extensions, based on patches sent by Akira | Peter Breitenlohner |
2010-05-03 | more integer overflows, tetex-3.0-CVE-2010-0739,1440 (from rh/suse) | Karl Berry |
2010-04-26 | afm2tfm.c: (write16()): cast argument to short to avoid warning. | Akira Kakuto |
2010-04-25 | dvips.c: Use IS_DIR_SEP for the test of a directory separator. | Akira Kakuto |
2010-04-25 | writet1.c (edecrypt()): cast argument to byte to avoid warning. | Akira Kakuto |
2010-04-13 | build system: fix 'make dist' and 'make distcheck' | Peter Breitenlohner |
2010-04-11 | snprintf for afm2tfm; add (very) basic test for it | Karl Berry |
2010-03-29 | concatn terminates with NULL | Karl Berry |
2010-03-29 | build system: size_t and icu-config version 4.4 | Peter Breitenlohner |
2010-03-28 | eliminate spaces before semicolons | Karl Berry |
2010-03-28 | dynamically concatenate more error strings | Karl Berry |
2010-03-26 | CVE test files, update/split README | Karl Berry |
2010-03-26 | fix typo to restore original msg text | Peter Breitenlohner |
2010-03-26 | use concat instead of sprintf for other error messages | Karl Berry |
2010-03-25 | avoid sprintf buffer overflow, CVE-2010-0827 | Karl Berry |
2010-03-25 | avoid integer overflow, CVE-2010-0739 | Karl Berry |
2010-02-26 | remove kpse_ prefix on new safeness functions, until we figure out where to u... | Karl Berry |