summaryrefslogtreecommitdiff
path: root/gnu/dist/gettext
AgeCommit message (Collapse)Author
2013-11-06revert previous now that the config test is correctchristos
2013-11-06Fix build problem caused by definition of SSP version of stpcpy(3).tron
2013-11-01add some NetBSD_DISABLED_* rules.mrg
2011-09-10Disable rebuilding files in the source tree.apb
2011-07-15Redo previous change in a better way, as suggested by mrg.apb
Where the original Makefile.in had this: filename: dependencies run autosomething to regenerate the file we now do this: filename: dependencies @echo "NOT REBUILDING $@" NetBSD_DISABLED_filename: run autosomething to regenerate the file
2011-07-14Sprinkle some "NetBSD_DISABLED_" prefixes in file names in Makefileapb
targets, to ensure that the associated commands do not run. This should prevent source files from being overwritten at build time by autoconf and friends. Fixes PR 45132.
2009-10-19if we have getdelim, we don't need to supply our own, always.christos
2009-07-21Don't redefine uint16_t and uint8_t, just use the system includes.joerg
2008-04-30Convert TNF licenses to new 2 clause variantmartin
2008-02-02PR/37932: Yakovetsky Vladimir: build distribution with USE_FORT failschristos
avoid getcwd redefinition
2008-01-07Disable parallel make, because the interaction between theapb
$(am__ELCFILES) and elc-stamp targets is extremely unfriendly to parallel make. More details in a comment in the file.
2005-05-30Disable the man subdirs. We don't need them for tree builds, and theythorpej
can break the tools builds due to timestamp issues. Discussed with Luke Mewburn.
2005-05-16Resolve some more conflicts.thorpej
2005-05-02Fix the second place where the CHAR_MIN test was used.christos
2005-05-02Simplify the previous patch.christos
2005-05-01Only test if a char is >= 0x00 when CHAR_MIN is < 0, so gcc doesn'triz
warn about the comparison always being true. Fixes build for macppc target. Problem noted by me, analysis and fix from Thomas Klausner. Approved by wiz.
2005-04-29Avoid compiler bug on 64 bit machines.christos
2005-04-29Merge conflicts.christos
2005-04-29ftp ftp.gnu.orgchristos
2005-04-29ftp ftp.gnu.orgchristos
2005-04-29ftp ftp.gnu.orgchristos
2005-04-29ftp ftp.gnu.orgchristos
2005-04-29ftp ftp.gnu.orgchristos
2005-04-29Speed this up by doing all the keywords in one pass. Also do all the keywords.christos
2003-11-13update to most recent versionsdbj
2003-03-01disable rules that try to rebuild files in the source tree (only affectsmrg
MKMAINTAINER=yes builds.)
2002-02-27Add .MADE to prevent building in $srcdir. (They could have at leasttv
referenced $(srcdir) explicitly for the targets, sigh....)
2002-02-26Skip the "misc" directory on recursion. (This contains .el files thattv
will attempt to install into never-never land if emacs isn't installed. GNU bogon.)
2002-02-26Work with a mkinstalldirs that is not +x.tv
2002-02-26Workaround some *2netbsd script not preserving the execute bit on varioustv
script files (and now that they are in cvs, they can't be fixed). Future imports of any package should use "-ko" and do away with *2netbsd altogether, as was the intent of gnu/dist in the first place.
2001-09-24va_{start,end} audit:wiz
Make sure that each va_start has one and only one matching va_end, especially in error cases. If the va_list is used multiple times, do multiple va_starts/va_ends. If a function gets va_list as argument, don't let it use va_end (since it's the callers responsibility). Improved by comments from enami and christos -- thanks! Heimdal/krb4/KAME changes already fed back, rest to follow. Inspired by, but not not based on, OpenBSD.
2001-02-17Fix typo.wiz
2000-12-11avoid twists with alloca.itojun
2000-10-31s/sendmail/gettext/itojun
2000-10-31strip off RCS keywordsitojun
2000-10-31GNU gettext 0.10.35itojun