Paul Smith [Sat, 19 Jul 2003 02:46:25 +0000 (02:46 +0000)]
Minor updates for Windows and OS/2.
Paul Smith [Fri, 2 May 2003 01:44:59 +0000 (01:44 +0000)]
- Fix bug #1405: allow multiple pattern-specific variables to match a target.
- Fix some uncleanliness about the implementation of patterns-specific vars.
- Some enhancements to the OS/2 port.
Paul Smith [Fri, 28 Mar 2003 06:31:44 +0000 (06:31 +0000)]
Fix bug #2515: the .SECONDARY target with no prerequisites wasn't
behaving properly (if you listed prerequisites it worked properly).
Paul Smith [Tue, 25 Mar 2003 03:21:42 +0000 (03:21 +0000)]
Fix bug #2892.
More OS/2 updates from Andreas Buening.
Upgrade build system to autoconf 2.57 and automake 1.7.3.
Paul Smith [Tue, 25 Mar 2003 02:46:42 +0000 (02:46 +0000)]
Fix bug #2846.
Paul Smith [Tue, 25 Mar 2003 00:15:25 +0000 (00:15 +0000)]
Commit fix for bug #1418.
Upgrade to require autoconf 2.56.
Fix a pathological performance hit substituting in large values with
lots of words.
Paul Smith [Mon, 24 Mar 2003 23:14:15 +0000 (23:14 +0000)]
Add support for OS/2, contributed by Andreas Buening <andreas.buening@nexgo.de>
Also a small patch from Hartmut Becker <Hartmut.Becker@compaq.com> for VMS.
Paul Smith [Thu, 30 Jan 2003 07:49:17 +0000 (07:49 +0000)]
Fix bug #2238: the read.c:eval() function was not entirely reentrant.
Apply patch #1022: fix a memory corruption on very long target-specific
variable definition lines.
Paul Smith [Thu, 30 Jan 2003 06:21:36 +0000 (06:21 +0000)]
Enhancement (bug #2407) Make error messages more clear.
Paul Smith [Thu, 30 Jan 2003 05:22:52 +0000 (05:22 +0000)]
Portability fix for glob.h building in FreeBSD ports system.
Implement a fix for bug # 2169: too many OSs, even major OSs like Solaris,
don't properly implement SA_RESTART: important system calls like stat() can
still fail when SA_RESTART is set. So, forget the BROKEN_RESTART config
check and get rid of atomic_stat() and atomic_readdir(), and implement
permanent wrappers for EINTR checking on various system calls (stat(),
fstat(), opendir(), and readdir() so far).
Paul Smith [Wed, 22 Jan 2003 13:45:44 +0000 (13:45 +0000)]
Fix bug #1744: mask extra arguments to recursive invocations of $(call ...)
Paul Smith [Thu, 19 Dec 2002 14:31:45 +0000 (14:31 +0000)]
Added Ukrainian translation.
Paul Smith [Tue, 19 Nov 2002 04:39:15 +0000 (04:39 +0000)]
Add hash.c etc. to various non-UNIX makefiles.
Paul Smith [Fri, 25 Oct 2002 22:01:47 +0000 (22:01 +0000)]
Fix eval bugs 1516 and 1517.
Paul Smith [Fri, 25 Oct 2002 18:42:52 +0000 (18:42 +0000)]
A few minor fixes to the manual and automake files.
Paul Smith [Mon, 14 Oct 2002 21:54:04 +0000 (21:54 +0000)]
Convert the source code to use ANSI C style function definitions and
enable the automake ansi2knr capability.
Right now this doesn't quite build using a K&R compiler because of a
problem with the loadavg test program, but the rest of the code works. I'm
asking the automake list about this problem.
Paul Smith [Sun, 13 Oct 2002 18:50:10 +0000 (18:50 +0000)]
Fix bug#1379: don't use alloca() where it could overrun the stack size.
Implemented enhancement #1391: allow "export" in target-specific
variable definitions.
Change the Info name of the "Automatic" node to "Automatic Variables".
Add text clarifying the scope of automatic variables to that section.
Paul Smith [Sat, 5 Oct 2002 13:45:47 +0000 (13:45 +0000)]
Fix core dump on malformed variable line (Debian bug #81656)
Allow SysV-style variable references to use {} in addition to ().
Add variable.h to the POTFILES.in since it has a translatable string.
Paul Smith [Fri, 4 Oct 2002 03:17:56 +0000 (03:17 +0000)]
Update version info.
Paul Smith [Fri, 4 Oct 2002 02:28:59 +0000 (02:28 +0000)]
Don't put .cvsignore files in the distributed tar file.
Paul Smith [Fri, 4 Oct 2002 02:12:52 +0000 (02:12 +0000)]
Fix K&R-isms found on SunOS 4.1.4 builds.
Paul Smith [Thu, 3 Oct 2002 05:46:12 +0000 (05:46 +0000)]
Some updates for automake 1.7 and prep for releasing 3.80.
Paul Smith [Tue, 1 Oct 2002 15:32:14 +0000 (15:32 +0000)]
Add VMS updates from Martin Zinser.
Paul Smith [Mon, 23 Sep 2002 22:16:40 +0000 (22:16 +0000)]
Fix a bug handling target/prerequisite names containing comment
characters.
Paul Smith [Wed, 18 Sep 2002 20:51:58 +0000 (20:51 +0000)]
Fix a bug exporting/unexporting multiple variables in one command.
Update the text about reporting bugs.
Paul Smith [Wed, 18 Sep 2002 04:35:52 +0000 (04:35 +0000)]
Add some indexing to the manual.
Fix a few simple casting warnings, etc.
Paul Smith [Tue, 17 Sep 2002 21:52:45 +0000 (21:52 +0000)]
Fix bug #940 (from the Savannah bug tracker): make sure that target-
specific variables work correctly in conjunction with double-colon
targets.
Paul Smith [Thu, 12 Sep 2002 22:15:58 +0000 (22:15 +0000)]
Fixups for the release. One bug fix, some automake complaint fixes,
and a function return type fix for older systems.
Paul Smith [Wed, 11 Sep 2002 16:55:44 +0000 (16:55 +0000)]
Fix HAVE_BROKEN_RESTART logic.
Fix hash.h typos (only noticed when using Windows).
Update .cvsignore files.
Paul Smith [Tue, 10 Sep 2002 22:39:18 +0000 (22:39 +0000)]
Fix regex matching for modification time warnings.
The ones we had were weird, and failed for multiple warnings in a
single file.
Paul Smith [Tue, 10 Sep 2002 22:23:20 +0000 (22:23 +0000)]
A few test bug fixes:
* Never use "touch" in make rules; it breaks on most sub-second
supporting systems. Use echo "" > $@ instead.
* Forgot to close test makefiles before using them!
All the above worked fine on Linux but failed miserably on Solaris.
Paul Smith [Tue, 10 Sep 2002 20:59:03 +0000 (20:59 +0000)]
Have the test driver check for the new format of the time skew error
messages.
Paul Smith [Tue, 10 Sep 2002 07:27:28 +0000 (07:27 +0000)]
Add support for broken SA_RESTART on PTX.
Fix bug #103: allow ifdef, export, and unexport to expand their arguments.
Paul Smith [Mon, 9 Sep 2002 21:20:41 +0000 (21:20 +0000)]
Whoops; configure wasn't looking for memmove.
Paul Smith [Wed, 4 Sep 2002 07:26:19 +0000 (07:26 +0000)]
Fix for complex situations where directories are declared as prerequisites.
Info on this fix from barkalow@reputation.com: thanks!
Some updates/cleanups of some of the tests; added a forgotten -t test, etc.
Paul Smith [Tue, 3 Sep 2002 21:43:04 +0000 (21:43 +0000)]
Update some NEWS and README nits, and add new gettext macros to config's
Makefile.am.
Paul Smith [Sat, 10 Aug 2002 01:27:16 +0000 (01:27 +0000)]
Update to a new version of automake and gettext.
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.
Paul Smith [Thu, 8 Aug 2002 05:39:17 +0000 (05:39 +0000)]
Change the version.
Update to require new gettext.
Change hash.c to by K&R.
Redo some strings to make i18n simpler.
Paul Smith [Thu, 8 Aug 2002 00:11:19 +0000 (00:11 +0000)]
Incorporate some VMS fixes.
Add -B option docs.
Add .VARIABLES variable.
Add a few new tests.
Add a new translation: Swedish
Paul Smith [Thu, 1 Aug 2002 13:16:57 +0000 (13:16 +0000)]
New variables, .VARIABLES and .TARGETS.
Paul Smith [Sun, 14 Jul 2002 02:57:04 +0000 (02:57 +0000)]
Make sure templates are built.
Paul Smith [Thu, 11 Jul 2002 06:38:57 +0000 (06:38 +0000)]
Install Greg McGary's patches to port the id-utils hashing functions to
GNU make. Also he provides some other performance fixups after doing
some profiling of make on large makefiles.
Modify the test suite to allow the use of Valgrind to find memory problems.
Paul Smith [Wed, 10 Jul 2002 12:59:07 +0000 (12:59 +0000)]
Implement SysV-style $$@ support. I looked at E.Parmelan's patch but
decided to implement this a different way, and didn't use it.
Paul Smith [Tue, 9 Jul 2002 06:35:56 +0000 (06:35 +0000)]
Documentation and tests for order-only prerequisites.
Add a new test suite for automatic variables.
Paul Smith [Mon, 8 Jul 2002 13:05:02 +0000 (13:05 +0000)]
Various cleanups reported by people using the alpha release.
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.
Paul Smith [Mon, 8 Jul 2002 03:25:34 +0000 (03:25 +0000)]
Remove .po files; we'll retrieve them directly from the translation site.
Paul Smith [Mon, 8 Jul 2002 02:26:47 +0000 (02:26 +0000)]
Major updates in preparation for 3.80.
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.
Paul Smith [Wed, 29 May 2002 22:24:09 +0000 (22:24 +0000)]
Update the README template.
Paul Smith [Mon, 13 May 2002 14:40:16 +0000 (14:40 +0000)]
Install newest German translation.
Paul Smith [Fri, 10 May 2002 03:15:07 +0000 (03:15 +0000)]
Fix Debian bug #144306: pass target-specific variables into the environment
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.
Paul Smith [Wed, 24 Apr 2002 21:52:21 +0000 (21:52 +0000)]
Remove our local copy so we can use the standard version.
Paul Smith [Wed, 24 Apr 2002 21:36:38 +0000 (21:36 +0000)]
Add back initial "\" which was accidentally removed a year ago! :-/.
Paul Smith [Mon, 22 Apr 2002 04:35:19 +0000 (04:35 +0000)]
Updates for new tools. Everything works now building on Linux,
including creating make packages. I'll try some other systems tomorrow.
Also added a new translation: Croatian. Thanks!
Paul Smith [Mon, 22 Apr 2002 02:11:31 +0000 (02:11 +0000)]
Updates and fixes for CVS builds.
Created a README.cvs describing the procedure.
Paul Smith [Sun, 21 Apr 2002 23:57:24 +0000 (23:57 +0000)]
Update GNU make to use Autoconf 2.53, Automake 1.6.1, Gettext 0.11.1.
We're using Gettext's "external" feature to avoid including the intl
code in the GNU make distribution.
Paul Smith [Sat, 20 Apr 2002 19:35:15 +0000 (19:35 +0000)]
Installed a new translation for Hebrew.
Paul Smith [Sat, 20 Apr 2002 19:25:54 +0000 (19:25 +0000)]
Updates to translaations.
Fix an assert() in an obscure use of -q
Handling of double-colon timestamp updates was broken in a bizarre way.
Store arguments to $(call ...) functions in simple variables, not recursive
variables.
Paul Smith [Tue, 12 Mar 2002 01:36:17 +0000 (01:36 +0000)]
Install updated translations.
Paul Smith [Tue, 4 Dec 2001 18:47:02 +0000 (18:47 +0000)]
Install a new Japanese translation.
Paul Smith [Sun, 18 Nov 2001 18:38:02 +0000 (18:38 +0000)]
Update copyright info.
Paul Smith [Sun, 19 Aug 2001 04:55:51 +0000 (04:55 +0000)]
Installed the da.po (Danish) translation file.
Fixed some translation string issues.
Paul Smith [Fri, 3 Aug 2001 19:02:51 +0000 (19:02 +0000)]
Installed a new French translation (resolves Debian Bug #106720)
Paul Smith [Thu, 5 Jul 2001 00:35:03 +0000 (00:35 +0000)]
New/updated translations; minor update to the index of the manual.
Paul Smith [Fri, 1 Jun 2001 03:57:19 +0000 (03:57 +0000)]
New translation.
Paul Smith [Fri, 1 Jun 2001 03:56:50 +0000 (03:56 +0000)]
Fix for EINTR problems when using jobserver.
New translation files.
Fix for @+ inside define macros being applied too widely.
Various other bug fixes.
Paul Smith [Mon, 21 May 2001 06:16:00 +0000 (06:16 +0000)]
Some VMS fixes sent by John Fowler.
Fix: make flags on some lines of define/endef don't affect other lines
Paul Smith [Sun, 21 Jan 2001 06:49:11 +0000 (06:49 +0000)]
Some bug fixes and document updates.
Paul Smith [Fri, 17 Nov 2000 06:59:08 +0000 (06:59 +0000)]
* Fix FAT handling on Windows to match the DJGPP port's FAT handling.
* Fix a potential hole in readline if lines end in ^M (CRLF).
Paul Smith [Thu, 5 Oct 2000 16:27:06 +0000 (16:27 +0000)]
* Various bug fixes.
* New Galician translation.
Paul Smith [Thu, 21 Sep 2000 04:14:38 +0000 (04:14 +0000)]
* Rework phrasing to allow for better translations.
# New Japanese translation file.
Paul Smith [Mon, 21 Aug 2000 06:18:35 +0000 (06:18 +0000)]
Fix PR/1831. See the ChangeLog.
Paul Smith [Sun, 30 Jul 2000 18:26:42 +0000 (18:26 +0000)]
* Various fixes; see the ChangeLog.
Paul Smith [Fri, 7 Jul 2000 17:34:56 +0000 (17:34 +0000)]
* Minor code cleanups
* Fix for PR/1811, from Paul Eggert.
Paul Smith [Fri, 23 Jun 2000 19:43:11 +0000 (19:43 +0000)]
* Fix PR/1791.
Paul Smith [Fri, 23 Jun 2000 18:55:43 +0000 (18:55 +0000)]
* Released 3.79.1
Paul Smith [Fri, 23 Jun 2000 15:55:46 +0000 (15:55 +0000)]
* Fix -q so it works more correctly.
* Don't print "nothing to do" messages for ":" commands
* Update the version to 3.79.1
Paul Smith [Thu, 22 Jun 2000 00:45:34 +0000 (00:45 +0000)]
* Fix PR/1709.
Paul Smith [Tue, 20 Jun 2000 21:32:40 +0000 (21:32 +0000)]
* A couple of nits.
Paul Smith [Tue, 20 Jun 2000 05:48:40 +0000 (05:48 +0000)]
* More updates and fixes.
Paul Smith [Mon, 19 Jun 2000 21:22:44 +0000 (21:22 +0000)]
* Various fixes for problems in the 3.79.0.1 pretest.
Paul Smith [Wed, 14 Jun 2000 22:29:48 +0000 (22:29 +0000)]
* Typo.
Paul Smith [Wed, 14 Jun 2000 22:29:30 +0000 (22:29 +0000)]
* More fixes for configuring gettext correctly.
Paul Smith [Tue, 13 Jun 2000 05:22:52 +0000 (05:22 +0000)]
* Some timestamp fixes from Paul Eggert.
* Fix compilation on Linux; use libintl.h and not gettext.h when using
the system gettext.
Paul Smith [Wed, 7 Jun 2000 05:43:37 +0000 (05:43 +0000)]
* Lots of bug fixes and cleanup; new i18n files, etc.
Paul Smith [Thu, 1 Jun 2000 14:37:58 +0000 (14:37 +0000)]
New translation files.
Paul Smith [Sat, 22 Apr 2000 02:11:17 +0000 (02:11 +0000)]
* Various bug fixes.
Paul Smith [Wed, 5 Apr 2000 16:02:55 +0000 (16:02 +0000)]
* Some final cleanups, and release 3.79.
Paul Smith [Mon, 3 Apr 2000 05:58:41 +0000 (05:58 +0000)]
* Fix bug handling archive members: convert timestamp to nsec properly
on those systems that support it.
Paul Smith [Wed, 29 Mar 2000 03:23:18 +0000 (03:23 +0000)]
* New config.sub and config.guess
* Update version number for release
* Fixes to the build.sh to handle i18n/gettext
* Make dash-n more robust.
Paul Smith [Mon, 27 Mar 2000 20:53:50 +0000 (20:53 +0000)]
* Handle case of empty static pattern rule prerequisites.
* Fix linenumbers in error messages for rule definitions.
Paul Smith [Mon, 27 Mar 2000 06:54:37 +0000 (06:54 +0000)]
* A large number of fixes/enhancements. See the ChangeLog.
* Added a new version of the German translation file.
Paul Smith [Sun, 26 Mar 2000 06:56:54 +0000 (06:56 +0000)]
* Ignore attempt to change a file into itself.
* Define COFLAGS to avoid unknown variable warning.
* Fix some usec problems on UnixWare.
* Don't remove .INTERMEDIATE targets specified on the command line.
Paul Smith [Wed, 9 Feb 2000 19:57:15 +0000 (19:57 +0000)]
* Fix backslash-escape in targets.
* Release 3.78.91.
Paul Smith [Wed, 9 Feb 2000 07:02:18 +0000 (07:02 +0000)]
* Fix some warnings in gettext.c and function.c
* Don't try to execute tests which are actually directories.
Paul Smith [Mon, 7 Feb 2000 19:54:04 +0000 (19:54 +0000)]
* Fix for dir.c from Andreas Schwab.
* Fix += target-specific variables: if your direct parent doesn't have a
setting for the variable but his parent does, you'll get recursive
expansion errors.
Paul Smith [Sat, 5 Feb 2000 07:50:47 +0000 (07:50 +0000)]
* Updates for VMS, Windows, and DOS ports.
* Clean up some warnings.
Paul Smith [Sat, 5 Feb 2000 07:37:40 +0000 (07:37 +0000)]
* Fix PR/1407.
* Keep filename/lineno information for variables, for debugging.
Paul Smith [Thu, 27 Jan 2000 00:00:27 +0000 (00:00 +0000)]
* Some pre-pretest release cleanup.
Paul Smith [Tue, 25 Jan 2000 07:42:51 +0000 (07:42 +0000)]
* Updated gettext to use more advanced libit 0.7 version.
* Various cleanups.
Paul Smith [Sun, 23 Jan 2000 07:05:16 +0000 (07:05 +0000)]
* A few fixes.