summaryrefslogtreecommitdiff
path: root/Build/source
AgeCommit message (Collapse)Author
2008-05-10convert ebong script to "native" EOL style (LF on unix);Vladimir Volovich
strip whitespace at end of words, remove excessive blank lines, (and add a "#!/usr/bin/env python") git-svn-id: svn://tug.org/texlive/trunk@8034 c570f23f-e606-0410-a88d-b1316a301751
2008-05-10portability fixes for lzma-utils: variable declarations in main.c andVladimir Volovich
allow to redefine _LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS in lzma/gettext.h (for getopt.c) on systems which don't support variable size arrays. sent upstream to Lasse Collin <lasse.collin@tukaani.org>, and accepted by him git-svn-id: svn://tug.org/texlive/trunk@8033 c570f23f-e606-0410-a88d-b1316a301751
2008-05-10fix Makefile.in, there is only tlmgr.pl now, no tl-package-managerNorbert Preining
git-svn-id: svn://tug.org/texlive/trunk@8020 c570f23f-e606-0410-a88d-b1316a301751
2008-05-10stop if the input file(s) do not exist; otherwise xindy showed a warning in ↵Vladimir Volovich
create_raw_index() and continued. ======================================== workaround for a woe32 problem (it is yet unclear how to solve it): apparently the "nul" file, when opened multiple times, causes a problem. when no logfile is given, it defaulted to nul file, which caused error in xindy-lisp.exe. still reproducible by specifying "-t nul", e.g.: xindy -t nul -M texindy x.idx [...] ERROR: OPEN: #<OUTPUT UNBUFFERED FILE-STREAM CHARACTER #P"nul"> already points to file "Z:\\Master\\texmf\\xindy\\base\\latex.xdy", opening the file again for :INPUT-IMMUTABLE may produce unexpected results so we set the log file to *.ilg on woe32 unless it is explicitly specified. another contributor factor to this problem is the "-q" option which also tries to use "nul" and this causes a problem: xindy -q -M texindy x.idx ERROR: OPEN: #<OUTPUT UNBUFFERED FILE-STREAM CHARACTER> already points to file "Z:\\Master\\texmf\\xindy\\base\\numeric-sort.xdy", opening the file again for :INPUT-IMMUTABLE may produce unexpected results ======================================== workaround for a woe32 problem: delete the output file if it already exists prior to calling xindy, otherwise it is unable to overwrite it. (this does not happen with the log file which it is able to overwrite) ======================================== strangely, i did not see the last 2 problems in my previous tests. it may be caused by a clisp bug. git-svn-id: svn://tug.org/texlive/trunk@8008 c570f23f-e606-0410-a88d-b1316a301751
2008-05-10frontend command name on woe32 changed from xindy.texlua to xindy.batVladimir Volovich
git-svn-id: svn://tug.org/texlive/trunk@8002 c570f23f-e606-0410-a88d-b1316a301751
2008-05-10missed new executablesKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@8001 c570f23f-e606-0410-a88d-b1316a301751
2008-05-10tex4ht-1.0.2008_05_07_2048Karl Berry
git-svn-id: svn://tug.org/texlive/trunk@8000 c570f23f-e606-0410-a88d-b1316a301751
2008-05-09oops, clean build totally failed, back to 1.9 for nowKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@7999 c570f23f-e606-0410-a88d-b1316a301751
2008-05-09mention build.htmlKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@7998 c570f23f-e606-0410-a88d-b1316a301751
2008-05-09syntaxKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@7996 c570f23f-e606-0410-a88d-b1316a301751
2008-05-09dvipng 1.10 (but reverting configure.ac to ours) from savannah.nongnu.orgKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@7995 c570f23f-e606-0410-a88d-b1316a301751
2008-05-09lzma-utils 4.32.5 from http://tukaani.org/lzmaKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@7993 c570f23f-e606-0410-a88d-b1316a301751
2008-05-09(init_kpse): enable mktexfmt. probably moreKarl Berry
from texmfmp.c's maininit should be here too. git-svn-id: svn://tug.org/texlive/trunk@7992 c570f23f-e606-0410-a88d-b1316a301751
2008-05-09xindy instructions updateKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@7990 c570f23f-e606-0410-a88d-b1316a301751
2008-05-08avoid C99-ism (from Vladimir)Jonathan Kew
git-svn-id: svn://tug.org/texlive/trunk@7949 c570f23f-e606-0410-a88d-b1316a301751
2008-05-08Import pdftex 1.40.8-beta-20080506Martin Schröder
git-svn-id: svn://tug.org/texlive/trunk@7945 c570f23f-e606-0410-a88d-b1316a301751
2008-05-08typecast needed on AIX, from VladimirJonathan Kew
git-svn-id: svn://tug.org/texlive/trunk@7943 c570f23f-e606-0410-a88d-b1316a301751
2008-05-08import changes to xpdf from pdftex:Martin Schröder
- documentation (see GPL 2a) - remove unused bat files git-svn-id: svn://tug.org/texlive/trunk@7941 c570f23f-e606-0410-a88d-b1316a301751
2008-05-08obsdcompat 0.3Martin Schröder
git-svn-id: svn://tug.org/texlive/trunk@7940 c570f23f-e606-0410-a88d-b1316a301751
2008-05-08libpng 1.2.29Martin Schröder
git-svn-id: svn://tug.org/texlive/trunk@7939 c570f23f-e606-0410-a88d-b1316a301751
2008-05-08update xetex to 0.998.2-dev, svn r.670Jonathan Kew
git-svn-id: svn://tug.org/texlive/trunk@7938 c570f23f-e606-0410-a88d-b1316a301751
2008-05-08updated synctex code from xetex svn r.670Jonathan Kew
git-svn-id: svn://tug.org/texlive/trunk@7936 c570f23f-e606-0410-a88d-b1316a301751
2008-05-08update updmap versionNorbert Preining
git-svn-id: svn://tug.org/texlive/trunk@7934 c570f23f-e606-0410-a88d-b1316a301751
2008-05-08fix spaces in dirs on unix Norbert Preining
git-svn-id: svn://tug.org/texlive/trunk@7933 c570f23f-e606-0410-a88d-b1316a301751
2008-05-07build doc updates, --without-xindy by defaultKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@7924 c570f23f-e606-0410-a88d-b1316a301751
2008-05-07do not strip CTRL-D, etc., inside %%BeginFont; from David JonesKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@7914 c570f23f-e606-0410-a88d-b1316a301751
2008-05-07-#! /usr/bin/shVladimir Volovich
+#!/bin/sh git-svn-id: svn://tug.org/texlive/trunk@7906 c570f23f-e606-0410-a88d-b1316a301751
2008-05-06Portability fixes for AIX and Solaris from Vladimir VolovichTaco Hoekwater
git-svn-id: svn://tug.org/texlive/trunk@7897 c570f23f-e606-0410-a88d-b1316a301751
2008-05-06luatex: compatibility with sun studioTaco Hoekwater
git-svn-id: svn://tug.org/texlive/trunk@7896 c570f23f-e606-0410-a88d-b1316a301751
2008-05-06update to lcdf-typetools-2.69Vladimir Volovich
git-svn-id: svn://tug.org/texlive/trunk@7887 c570f23f-e606-0410-a88d-b1316a301751
2008-05-05shebang for pythonKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@7880 c570f23f-e606-0410-a88d-b1316a301751
2008-05-05define recorder variablesKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@7879 c570f23f-e606-0410-a88d-b1316a301751
2008-05-05declar function variables externKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@7872 c570f23f-e606-0410-a88d-b1316a301751
2008-05-05remove generate subcommand, now in tlmgrKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@7871 c570f23f-e606-0410-a88d-b1316a301751
2008-05-04missed commit of new fileKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@7851 c570f23f-e606-0410-a88d-b1316a301751
2008-05-04urls for license noticesKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@7842 c570f23f-e606-0410-a88d-b1316a301751
2008-05-04lcdf-typetools 2.68Karl Berry
git-svn-id: svn://tug.org/texlive/trunk@7841 c570f23f-e606-0410-a88d-b1316a301751
2008-05-04move script installation to texlive/MakefileKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@7839 c570f23f-e606-0410-a88d-b1316a301751
2008-05-04ps4pdf script installsKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@7838 c570f23f-e606-0410-a88d-b1316a301751
2008-05-04forgot to update MPs version numberTaco Hoekwater
git-svn-id: svn://tug.org/texlive/trunk@7837 c570f23f-e606-0410-a88d-b1316a301751
2008-05-01use .bat wrappers instead of .texluaNorbert Preining
- replace many wrappers with a default .bat file - change the check-wrapper script - do not make the PATHEXT and association magic in windows git-svn-id: svn://tug.org/texlive/trunk@7785 c570f23f-e606-0410-a88d-b1316a301751
2008-05-01.dtx and .ins as alt suffixes for TEXSOURCESKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@7781 c570f23f-e606-0410-a88d-b1316a301751
2008-05-01metapost 1.004Taco Hoekwater
git-svn-id: svn://tug.org/texlive/trunk@7768 c570f23f-e606-0410-a88d-b1316a301751
2008-05-01include "dvipng.h" again at the top, since the "mmap" clash is resolvedVladimir Volovich
git-svn-id: svn://tug.org/texlive/trunk@7760 c570f23f-e606-0410-a88d-b1316a301751
2008-04-30conditionalize SET_BINARY callsKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@7756 c570f23f-e606-0410-a88d-b1316a301751
2008-04-30avoid mmap struct member name, a #define on AIXKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@7754 c570f23f-e606-0410-a88d-b1316a301751
2008-04-30try_std_extension_first config value, and recognize .sty/.cls/etc. as common ↵Karl Berry
TeX suffixes git-svn-id: svn://tug.org/texlive/trunk@7752 c570f23f-e606-0410-a88d-b1316a301751
2008-04-30fix a badly scoped nextTaco Hoekwater
git-svn-id: svn://tug.org/texlive/trunk@7736 c570f23f-e606-0410-a88d-b1316a301751
2008-04-29O_BINARY for WindowsKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@7732 c570f23f-e606-0410-a88d-b1316a301751
2008-04-29got confused with the install logicKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@7731 c570f23f-e606-0410-a88d-b1316a301751