summaryrefslogtreecommitdiff
path: root/README.cvs
AgeCommit message (Collapse)AuthorFilesLines
2006-02-06Updates to Windows stuff from Markus Mauhart.Paul Smith1-16/+6
2006-02-01Various updates, mainly to the Windows port, from Eli Zaretskii andPaul Smith1-1/+23
Markus Maurhart.
2004-03-04Updates to automate generation of GNU upload artifacts.Paul Smith1-4/+4
Fix a problem compiling on old, pre-ANSI systems. getloadavg test is still broken, but make builds. Document a breakage on SunOS 4.x systems.
2003-10-22Build fixes due to changes in the FSF web site.Paul Smith1-0/+3
Add new language support. Minor configure, etc. cleanups.
2003-05-02- Fix bug #1405: allow multiple pattern-specific variables to match a target.Paul Smith1-0/+3
- Fix some uncleanliness about the implementation of patterns-specific vars. - Some enhancements to the OS/2 port.
2003-03-25Fix bug #2892.Paul Smith1-2/+2
More OS/2 updates from Andreas Buening. Upgrade build system to autoconf 2.57 and automake 1.7.3.
2003-03-25Commit fix for bug #1418.Paul Smith1-41/+7
Upgrade to require autoconf 2.56. Fix a pathological performance hit substituting in large values with lots of words.
2002-10-25A few minor fixes to the manual and automake files.Paul Smith1-2/+2
2002-08-10Update to a new version of automake and gettext.Paul Smith1-4/+3
Invent a new macro HAVE_DOS_PATHS and change various instances of: #if defined(WINDOWS) || defined(__MSDOS__) to use the new macro instead. This should help make the OS/2 port cleaner, as well. Invent a cvs-clean maintainer target that tries to get the workspace back to the state it was in after a CVS checkout. New language.
2002-07-08Various cleanups reported by people using the alpha release.Paul Smith1-6/+16
Incorporate "order-only" prerequisites patch. Wrote a test for it. The test shows what might be a bug in the code; I need to look at it more closely (anyway it doesn't behave as I expected). Also I haven't done the docs yet.
2002-07-08Major updates in preparation for 3.80.Paul Smith1-14/+3
New version of the manual, put into the doc subdir. Enhancements: $(eval ...) and $(value ...) functions, various bug fixes, etc. See the ChangeLog. More to come.
2002-05-10Fix Debian bug #144306: pass target-specific variables into the environmentPaul Smith1-9/+9
properly. Fix configure: allow cross-compilation; fix getloadavg (still needs _lots_ of work!) Let $(call ...) functions to be self-referencing. Lets us do transitive closures, for example.
2002-04-22Updates for new tools. Everything works now building on Linux,Paul Smith1-4/+41
including creating make packages. I'll try some other systems tomorrow. Also added a new translation: Croatian. Thanks!
2002-04-22Updates and fixes for CVS builds.Paul Smith1-0/+106
Created a README.cvs describing the procedure.