summaryrefslogtreecommitdiff
path: root/Build/source/texk/kpathsea/ChangeLog
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2008-07-04 21:25:41 +0000
committerKarl Berry <karl@freefriends.org>2008-07-04 21:25:41 +0000
commit0f00d0b5b4bf5ae70f81a6d753dec074f04fcd9b (patch)
tree8791f2ff61974d9049f5fbdfe451943779397d70 /Build/source/texk/kpathsea/ChangeLog
parent0224d91b69a018deeb4af903303bfc3975363ef1 (diff)
increase max_strings to 500000, ctt posting http://groups.google.com/group/comp.text.tex/browse_thread/thread/2c3aa2d09b4625e3
git-svn-id: svn://tug.org/texlive/trunk@9251 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/kpathsea/ChangeLog')
-rw-r--r--Build/source/texk/kpathsea/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/Build/source/texk/kpathsea/ChangeLog b/Build/source/texk/kpathsea/ChangeLog
index bc379aa92d1..a703945e671 100644
--- a/Build/source/texk/kpathsea/ChangeLog
+++ b/Build/source/texk/kpathsea/ChangeLog
@@ -1,5 +1,8 @@
2008-07-04 Karl Berry <karl@tug.org>
+ * texmf.cnf (max_strings): increase to 500000.
+ ctt posting from Benno Puetz, http://groups.google.com/group/comp.text.tex/browse_thread/thread/2c3aa2d09b4625e3
+
* progname.c [HAVE_PROGRAM_INVOCATION_NAME]: remove all #ifdef's
except around the declaration, so that we always use our own code
to compute them. This avoids painful system dependencies.