diff options
author | Karl Berry <karl@freefriends.org> | 2009-12-03 00:42:10 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-12-03 00:42:10 +0000 |
commit | 67257c18c27c5265b15a55ad61d45da410f2f104 (patch) | |
tree | cda7ad04d5508d318053deda2922c990892023d2 /Build/source/texk/kpathsea/ChangeLog | |
parent | 7bc782074dd7cba33ad218494c3693c66a33037d (diff) |
formatting/doc fixes
git-svn-id: svn://tug.org/texlive/trunk@16274 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/kpathsea/ChangeLog')
-rw-r--r-- | Build/source/texk/kpathsea/ChangeLog | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/Build/source/texk/kpathsea/ChangeLog b/Build/source/texk/kpathsea/ChangeLog index 6c27db9819a..d4ee2195cce 100644 --- a/Build/source/texk/kpathsea/ChangeLog +++ b/Build/source/texk/kpathsea/ChangeLog @@ -1,3 +1,11 @@ +2009-12-03 Karl Berry <karl@tug.org> + + * absolute.c, * absolute.h, * cnf.c, * db.c, * dir.c, * elt-dirs.c, + * expand.c, * kdefault.c, * kpsewhich.c, * lib.h, * magstep.h, + * pathsearch.c, * pathsearch.h, * proginit.c, * progname.c, + * readable.h, * tex-file.c, * tex-file.h, * tex-glyph.c, * tex-glyph.h, + * tex-make.c, * types.h, * xputenv.c: formatting/doc fixes. + 2009-12-01 Karl Berry <karl@tug.org> * tex-file.c (kpathsea_name_ok): formatting, doc fixes, start @@ -22,7 +30,7 @@ 2009-11-17 Peter Breitenlohner <peb@mppmu.mpg.de> - * types.h (kpathsea_instance): For Win/Mingw/Cygwin declare + * types.h (kpathsea_instance): For W32/Mingw/Cygwin declare suffixlist, listing the executable file suffixes. * progname.c (kpathsea_set_program_name): Build suffixlist. * tex-file.c (kpathsea_out_name_ok): Use suffixlist. @@ -348,7 +356,7 @@ Added a preprocessor define KPSE_COMPAT_API, used throughout the library. If it is undefined then the old-style functions and definitions are not compiled. - Removed the win32-specific 'cached_home_directory' and 'volumes' + Removed the w32-specific 'cached_home_directory' and 'volumes' variables from the instance structure. Added 'invocation_name' and 'invocation_short_name' variables to the instance structure. |