| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-11-06 | revert previous now that the config test is correct | christos | |
| 2013-11-06 | Fix build problem caused by definition of SSP version of stpcpy(3). | tron | |
| 2013-11-01 | add some NetBSD_DISABLED_* rules. | mrg | |
| 2011-09-10 | Disable rebuilding files in the source tree. | apb | |
| 2011-07-15 | Redo 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-14 | Sprinkle some "NetBSD_DISABLED_" prefixes in file names in Makefile | apb | |
| 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-19 | if we have getdelim, we don't need to supply our own, always. | christos | |
| 2009-07-21 | Don't redefine uint16_t and uint8_t, just use the system includes. | joerg | |
| 2008-04-30 | Convert TNF licenses to new 2 clause variant | martin | |
| 2008-02-02 | PR/37932: Yakovetsky Vladimir: build distribution with USE_FORT fails | christos | |
| avoid getcwd redefinition | |||
| 2008-01-07 | Disable parallel make, because the interaction between the | apb | |
| $(am__ELCFILES) and elc-stamp targets is extremely unfriendly to parallel make. More details in a comment in the file. | |||
| 2005-05-30 | Disable the man subdirs. We don't need them for tree builds, and they | thorpej | |
| can break the tools builds due to timestamp issues. Discussed with Luke Mewburn. | |||
| 2005-05-16 | Resolve some more conflicts. | thorpej | |
| 2005-05-02 | Fix the second place where the CHAR_MIN test was used. | christos | |
| 2005-05-02 | Simplify the previous patch. | christos | |
| 2005-05-01 | Only test if a char is >= 0x00 when CHAR_MIN is < 0, so gcc doesn't | riz | |
| 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-29 | Avoid compiler bug on 64 bit machines. | christos | |
| 2005-04-29 | Merge conflicts. | christos | |
| 2005-04-29 | ftp ftp.gnu.org | christos | |
| 2005-04-29 | ftp ftp.gnu.org | christos | |
| 2005-04-29 | ftp ftp.gnu.org | christos | |
| 2005-04-29 | ftp ftp.gnu.org | christos | |
| 2005-04-29 | ftp ftp.gnu.org | christos | |
| 2005-04-29 | Speed this up by doing all the keywords in one pass. Also do all the keywords. | christos | |
| 2003-11-13 | update to most recent versions | dbj | |
| 2003-03-01 | disable rules that try to rebuild files in the source tree (only affects | mrg | |
| MKMAINTAINER=yes builds.) | |||
| 2002-02-27 | Add .MADE to prevent building in $srcdir. (They could have at least | tv | |
| referenced $(srcdir) explicitly for the targets, sigh....) | |||
| 2002-02-26 | Skip the "misc" directory on recursion. (This contains .el files that | tv | |
| will attempt to install into never-never land if emacs isn't installed. GNU bogon.) | |||
| 2002-02-26 | Work with a mkinstalldirs that is not +x. | tv | |
| 2002-02-26 | Workaround some *2netbsd script not preserving the execute bit on various | tv | |
| 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-24 | va_{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-17 | Fix typo. | wiz | |
| 2000-12-11 | avoid twists with alloca. | itojun | |
| 2000-10-31 | s/sendmail/gettext/ | itojun | |
| 2000-10-31 | strip off RCS keywords | itojun | |
| 2000-10-31 | GNU gettext 0.10.35 | itojun | |
