summaryrefslogtreecommitdiff
path: root/Build/source/texk/kpathsea/ChangeLog
AgeCommit message (Collapse)Author
2015-05-20tl15 dateKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@37463 c570f23f-e606-0410-a88d-b1316a301751
2015-05-03update doc for --help-formats, clua/bltxml/ris, etc.Karl Berry
git-svn-id: svn://tug.org/texlive/trunk@37163 c570f23f-e606-0410-a88d-b1316a301751
2015-05-03kpathsea: Implement same_file_p () for windows (w32 only).Akira Kakuto
git-svn-id: svn://tug.org/texlive/trunk@37161 c570f23f-e606-0410-a88d-b1316a301751
2015-04-17texk/kpathsea: Fix definition of isascii()Peter Breitenlohner
git-svn-id: svn://tug.org/texlive/trunk@36887 c570f23f-e606-0410-a88d-b1316a301751
2015-04-15Sync linked scripts + a typoPeter Breitenlohner
git-svn-id: svn://tug.org/texlive/trunk@36863 c570f23f-e606-0410-a88d-b1316a301751
2015-04-14switch back to hard treefile/TMPDIR path in mktexlsrNorbert Preining
it seems although mktemp is available widely, mktemp --tmpdir is not .. git-svn-id: svn://tug.org/texlive/trunk@36855 c570f23f-e606-0410-a88d-b1316a301751
2015-04-12version/year updates for TeX Live 2015Karl Berry
git-svn-id: svn://tug.org/texlive/trunk@36787 c570f23f-e606-0410-a88d-b1316a301751
2015-04-12Update versions for 2015 pretest: Web2C 2015, Kpathsea 6.2.1, Ptexenc 1.3.3 ↵Peter Breitenlohner
(without dev) git-svn-id: svn://tug.org/texlive/trunk@36779 c570f23f-e606-0410-a88d-b1316a301751
2015-03-25use mktemp program for temp fileKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@36626 c570f23f-e606-0410-a88d-b1316a301751
2015-03-14texk/kpathsea: Install <kpathsea/c-auto.h> in an architecture dependent locationPeter Breitenlohner
git-svn-id: svn://tug.org/texlive/trunk@36510 c570f23f-e606-0410-a88d-b1316a301751
2015-03-10Build system: Drop checks for strcasecmp(), strstr(), and strtol()Peter Breitenlohner
git-svn-id: svn://tug.org/texlive/trunk@36474 c570f23f-e606-0410-a88d-b1316a301751
2014-12-13texk/kpathsea/texmf.cnf: Sync with masterAkira Kakuto
git-svn-id: svn://tug.org/texlive/trunk@35813 c570f23f-e606-0410-a88d-b1316a301751
2014-12-07freetype 2.5.4Peter Breitenlohner
git-svn-id: svn://tug.org/texlive/trunk@35761 c570f23f-e606-0410-a88d-b1316a301751
2014-12-05split off new --help-formats from --helpKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@35745 c570f23f-e606-0410-a88d-b1316a301751
2014-10-20texk/kpathsea: Minor change to avoid compiler warningPeter Breitenlohner
git-svn-id: svn://tug.org/texlive/trunk@35406 c570f23f-e606-0410-a88d-b1316a301751
2014-10-19read only one of ls-R and ls-r if they are same_file_pKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@35399 c570f23f-e606-0410-a88d-b1316a301751
2014-10-17use flockfile/getc_unlocked/funlockfile instead of getcKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@35390 c570f23f-e606-0410-a88d-b1316a301751
2014-09-16Build system: Add texk/web2c/pmpostdir/ for pMetaPost and upMetaPostPeter Breitenlohner
git-svn-id: svn://tug.org/texlive/trunk@35184 c570f23f-e606-0410-a88d-b1316a301751
2014-08-23texk/kpathsea: Drop unused variables (Windows only)Peter Breitenlohner
git-svn-id: svn://tug.org/texlive/trunk@35024 c570f23f-e606-0410-a88d-b1316a301751
2014-08-22Update fsyscp_popen (Windows only)Akira Kakuto
git-svn-id: svn://tug.org/texlive/trunk@35017 c570f23f-e606-0410-a88d-b1316a301751
2014-08-22texk/kpathsea [WIN32]: Add a new function win32_vfprintf()Takuji Tanaka
git-svn-id: svn://tug.org/texlive/trunk@35012 c570f23f-e606-0410-a88d-b1316a301751
2014-07-22have kpsewhich --help display (for each format) variable names considered, ↵Karl Berry
the original path string, and the final expanded path git-svn-id: svn://tug.org/texlive/trunk@34693 c570f23f-e606-0410-a88d-b1316a301751
2014-07-18preferentially use subprograms from our own directoryKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@34656 c570f23f-e606-0410-a88d-b1316a301751
2014-07-15Replace the deprecated spawnvp() by _spawnvp(), they differ for 64-bit MinGWPeter Breitenlohner
git-svn-id: svn://tug.org/texlive/trunk@34617 c570f23f-e606-0410-a88d-b1316a301751
2014-07-13texk/kpathsea [WIN64]: Avoid cast from pointer to integer of different sizePeter Breitenlohner
git-svn-id: svn://tug.org/texlive/trunk@34591 c570f23f-e606-0410-a88d-b1316a301751
2014-06-20kpathsea: MinGW build fixPeter Breitenlohner
git-svn-id: svn://tug.org/texlive/trunk@34331 c570f23f-e606-0410-a88d-b1316a301751
2014-06-20Fix a potential bug (w32 only)Akira Kakuto
git-svn-id: svn://tug.org/texlive/trunk@34327 c570f23f-e606-0410-a88d-b1316a301751
2014-06-18kpathsea: Version 6.2.1dev for TL 2014Peter Breitenlohner
Avoid useless char subscript warnings git-svn-id: svn://tug.org/texlive/trunk@34284 c570f23f-e606-0410-a88d-b1316a301751
2014-05-07update win32lib.c (w32 only)Akira Kakuto
git-svn-id: svn://tug.org/texlive/trunk@33896 c570f23f-e606-0410-a88d-b1316a301751
2014-05-05revise manual, deleting obsolete build/install infoKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@33850 c570f23f-e606-0410-a88d-b1316a301751
2014-04-30Clean up new simpletypes.hPeter Breitenlohner
git-svn-id: svn://tug.org/texlive/trunk@33761 c570f23f-e606-0410-a88d-b1316a301751
2014-04-29new simpletypes.h to break types.h<->str-llist.h loopKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@33750 c570f23f-e606-0410-a88d-b1316a301751
2014-04-22guess_input_kanji_encoding = 1Karl Berry
git-svn-id: svn://tug.org/texlive/trunk@33620 c570f23f-e606-0410-a88d-b1316a301751
2014-04-17bump versions for TL 2014 pretestKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@33477 c570f23f-e606-0410-a88d-b1316a301751
2014-04-17start 2014 pretest (per doc/releng.txt)Karl Berry
git-svn-id: svn://tug.org/texlive/trunk@33475 c570f23f-e606-0410-a88d-b1316a301751
2014-04-09include types.h before str-llist.h, sighKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@33420 c570f23f-e606-0410-a88d-b1316a301751
2014-04-09texk/kpathsea: Avoid MinGW64 warning (from Luigi Scarso)Peter Breitenlohner
git-svn-id: svn://tug.org/texlive/trunk@33417 c570f23f-e606-0410-a88d-b1316a301751
2014-03-21Revert r33105: Avoid Cygwin system getopt() - incompatible with GNU versionPeter Breitenlohner
git-svn-id: svn://tug.org/texlive/trunk@33246 c570f23f-e606-0410-a88d-b1316a301751
2014-03-06Reduce Cygwin compiler warningsPeter Breitenlohner
git-svn-id: svn://tug.org/texlive/trunk@33105 c570f23f-e606-0410-a88d-b1316a301751
2014-02-08kpathsearch [win32]: Add a new function win32_putc()Takuji Tanaka
git-svn-id: svn://tug.org/texlive/trunk@32915 c570f23f-e606-0410-a88d-b1316a301751
2014-01-25[WIN32 only] progname should be kpse->program_name since progname can be NULLAkira Kakuto
git-svn-id: svn://tug.org/texlive/trunk@32785 c570f23f-e606-0410-a88d-b1316a301751
2014-01-25kpathsea [WIN32]: Drop unused variable to avoid compiler warningPeter Breitenlohner
git-svn-id: svn://tug.org/texlive/trunk@32784 c570f23f-e606-0410-a88d-b1316a301751
2014-01-25kpathsea [win32]: Allow Unicode file name in kpsewhich, add new functions in ↵Takuji Tanaka
knj.[ch] git-svn-id: svn://tug.org/texlive/trunk@32783 c570f23f-e606-0410-a88d-b1316a301751
2014-01-14kpathsea [MinGW32]: Avoid compiler warningsPeter Breitenlohner
git-svn-id: svn://tug.org/texlive/trunk@32671 c570f23f-e606-0410-a88d-b1316a301751
2014-01-14Add new functions (Windows only).Akira Kakuto
git-svn-id: svn://tug.org/texlive/trunk@32668 c570f23f-e606-0410-a88d-b1316a301751
2014-01-13kpathsea [WIN32]: add a new function for _wpopen()Takuji Tanaka
git-svn-id: svn://tug.org/texlive/trunk@32647 c570f23f-e606-0410-a88d-b1316a301751
2014-01-09lcdf-typetools 2.100Peter Breitenlohner
git-svn-id: svn://tug.org/texlive/trunk@32615 c570f23f-e606-0410-a88d-b1316a301751
2014-01-07kpathsea [WIN32]: Allow encoding name "" for non-utf8 command lineTakuji Tanaka
git-svn-id: svn://tug.org/texlive/trunk@32598 c570f23f-e606-0410-a88d-b1316a301751
2014-01-06kpathsea [WIN32]: Bug fix (knj.c): Preserve non-utf8 command linePeter Breitenlohner
git-svn-id: svn://tug.org/texlive/trunk@32590 c570f23f-e606-0410-a88d-b1316a301751
2014-01-02METAFONT: Use X toolkit for METAFONT only if requested explicitlyPeter Breitenlohner
tardate 2014-01-01 git-svn-id: svn://tug.org/texlive/trunk@32545 c570f23f-e606-0410-a88d-b1316a301751