summaryrefslogtreecommitdiff
path: root/intl
AgeCommit message (Collapse)AuthorFilesLines
2011-09-18Shorten compile commands run by the build systemTheodore Ts'o1-2/+2
The DEFS line in MCONFIG had gotten so long that it exceeded 4k, and this was starting to cause some tools heartburn. It also made "make V=1" almost useless, since trying to following the individual commands run by make was lost in the noise of all of the defines. So fix this by putting the configure-generated defines in lib/config.h and the directory pathnames to lib/dirpaths.h. In addition, clean up some vestigal defines in configure.in and in the Makefiles to further shorten the cc command lines. Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
2009-07-18Fix intl/ build: add E/Q/V macros, process intl/libgnuintl.hMatthias Andree1-0/+16
These were found necessary to build on FreeBSD 6.4. Signed-off-by: Matthias Andree <matthias.andree@gmx.de> Signed-off-by: Theodore Ts'o <tytso@mit.edu>
2009-07-02Add support for configure --enable-verbose-makecmdsTheodore Ts'o1-25/+25
Some people don't want to see the concise "kernel-style" make output. This configure option allows build engines that want to see the full set of commands executed by the makefile to get what they want. Most people will find this more distracting than useful, unless they need to debug the Makefiles. (It is not necessary to rerun configure to enable this verbose make output temprarily; if a developer wants to do a quick debug of a directory's makefile, he or she can simply edit the definition of the $(E) and $(Q) variables in the Makefile; instructions can be found in the MCONFIG file which is included in at the beginning of every Makefile.) Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
2009-03-08remove useless if-before-free testsJim Meyering5-18/+9
In case you're wondering about whether this change is safe from a portability standpoint, fear not. This has been beaten to death in other forums. Here are a few threads: http://thread.gmane.org/gmane.comp.version-control.git/74187 http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/12712 http://thread.gmane.org/gmane.emacs.devel/98144 http://thread.gmane.org/gmane.comp.lib.glibc.alpha/13092 There has been debate about whether it's a good idea from a performance standpoint, too, but imho you'll have a hard time finding an instance where this sort of change induces a measurable performance penalty. If you do, please let me know. Signed-off-by: Jim Meyering <meyering@redhat.com> Signed-off-by: Theodore Ts'o <tytso@mit.edu>
2008-09-12Fix compiling under diet libcTheodore Ts'o2-0/+2
Some recent changes had caused diet libc support to bitrot. Fix up missing header files and other portability fixups needed for dietlibc. (Many of these changes also improve general portability.) Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
2008-08-27Remove trailing whitespace for the entire source treeTheodore Ts'o2-7/+7
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
2007-07-08Remove Changelog files since they're not used after the git migrationTheodore Ts'o1-114/+0
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
2007-06-24Update Release Notes, Changelogs, version.h, etc. for 1.40 releaseTheodore Ts'o1-0/+4
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
2006-10-22Add datarootdir definition for compatibility with autoconf 2.60Theodore Ts'o2-0/+6
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
2005-06-30Update for e2fsprogs 1.38 release.Theodore Ts'o1-0/+4
2005-03-21Update for the e2fsprogs 1.37 release.Theodore Ts'o1-0/+4
2005-02-05Update for release of e2fsprogs 1.36.Theodore Ts'o1-0/+4
2005-01-26Fix "make uninstall" to make sure it removes everything that is installed.Theodore Ts'o2-1/+8
2005-01-19Remove libgnuintl.h file, since it is a generated file.Theodore Ts'o1-296/+0
2004-12-15Add install-strip and install-shlibs-strip targetsTheodore Ts'o2-86/+255
Use Linux-kernel-style makefile output for "make install" Update intl/Makefile.in to version from gettext 0.14.1
2004-11-30Make make distclean remove all generated files. Theodore Ts'o1-0/+4
Update the po and intl changelog files to indicate that we updated to gettext 0.14.1
2004-11-30Update to use gettext 0.14.1 and autoconf 2.50+Theodore Ts'o45-1364/+5497
2004-05-05Remove .cvsignore files; they were out of date, and causes lintianTheodore Ts'o1-2/+0
to flame about their presence in the source tarball.
2004-02-28Update version number for e2fsprogs 1.35 release.Theodore Ts'o1-0/+4
2003-07-26Update for 1.34 release.Theodore Ts'o1-0/+4
2003-05-03Add Czech translation.Theodore Ts'o2-0/+5
Remove "NYC" translation. Add Czech translation from Miloslav Trmac <mitr@volny.cz> Random NLS and other display fixes from Miloslav.
2003-05-03Update to gettext 0.11.5. We now enable NLS support by default.Theodore Ts'o42-2950/+8229
Fixed up support for using the internal intl library.
2003-04-21Update for 1.33 release.Theodore Ts'o1-0/+4
Fix typo's in README.subset Change debian control file so it doesn't bomb out if the EVMS FSIM is not there, since it is not built on the Hurd. Resolves Debian bug #189687.
2002-11-09Update files for 1.32 release.Theodore Ts'o1-0/+4
2002-11-08Update files for 1.31 release.Theodore Ts'o1-0/+4
2002-11-01Update files for 1.30 release.Theodore Ts'o1-0/+4
2002-09-24Update for 1.29 release.Theodore Ts'o1-0/+4
2002-08-31Update changelogs for 1.28 releaseTheodore Ts'o1-0/+4
2002-03-08Update for 1.27 release.Theodore Ts'o1-0/+4
2002-02-03Update files for 1.26 release.Theodore Ts'o1-0/+4
2001-09-20Update changelogs for 1.25 release.Theodore Ts'o1-0/+4
2001-09-04Update for 1.24a releaseTheodore Ts'o1-0/+4
2001-08-31Update for 1.24 release.Theodore Ts'o1-0/+4
2001-08-27Add missing log entry showing when we released e2fsprogs 1.23Theodore Ts'o1-0/+4
2001-06-23Update changelogs for 1.22.Theodore Ts'o1-0/+4
2001-06-16ChangeLog:Theodore Ts'o1-0/+4
Update for 1.21 release.
2001-05-25e2fsprogs.lsm, version.h:Theodore Ts'o1-0/+4
Update version string for 1.20 release ChangeLog: Update Changelogs for 1.20 release.
2000-07-13configure.in:Theodore Ts'o1-0/+4
Commit this file for future use; contains a configure.in script for when libuuid gets separtead out into its own package. libext2fs.texinfo: Update version numbers for 1.19 release. TODO: Commit TODO list for 1.19 release. README: Update file for 1.19 release. ChangeLog, e2fsprogs.spec: e2fsprogs.spec: Merge in a few changes from the Red Hat 6.2 spec file, now that we're using a modern rpm to build e2fsprogs. Also updated version number to 1.19. version.h: Update version number for 1.19 release. ChangeLog: Check in changes for 1.19 release.
2000-05-25.cvsignore:Theodore Ts'o1-0/+2
Supress build files when builddir==srcdir
2000-04-03ABOUT-NLS, ChangeLog:Theodore Ts'o1-1/+1
Fix grammar/spelling nits.
2000-02-08Many files:Theodore Ts'o23-0/+4981
Check in gettext library from 0.10.35. Makefile.in.in, POTFILES.in, it.po: Initial commit of Internationalization support.