Commit Graph

  • 9dc79463a9 Fix K&R-isms found on SunOS 4.1.4 builds. Paul Smith 2002-10-04 02:12:52 +00:00
  • 1d3dfeb74b Some updates for automake 1.7 and prep for releasing 3.80. Paul Smith 2002-10-03 05:46:12 +00:00
  • 2de1b62112 Add VMS updates from Martin Zinser. Paul Smith 2002-10-01 15:32:14 +00:00
  • ae003efd61 Fix a bug handling target/prerequisite names containing comment characters. Paul Smith 2002-09-23 22:16:40 +00:00
  • ebd05dbeb3 Fix a bug exporting/unexporting multiple variables in one command. Update the text about reporting bugs. Paul Smith 2002-09-18 20:51:58 +00:00
  • 76652d5d02 Add some indexing to the manual. Fix a few simple casting warnings, etc. Paul Smith 2002-09-18 04:35:52 +00:00
  • dac7b49de4 Fix bug #940 (from the Savannah bug tracker): make sure that target- specific variables work correctly in conjunction with double-colon targets. Paul Smith 2002-09-17 21:52:45 +00:00
  • d7ebcadadb Fixups for the release. One bug fix, some automake complaint fixes, and a function return type fix for older systems. Paul Smith 2002-09-12 22:15:58 +00:00
  • 4a11acf047 Fix HAVE_BROKEN_RESTART logic. Fix hash.h typos (only noticed when using Windows). Update .cvsignore files. Paul Smith 2002-09-11 16:55:44 +00:00
  • 5df75e7265 Fix regex matching for modification time warnings. The ones we had were weird, and failed for multiple warnings in a single file. Paul Smith 2002-09-10 22:39:18 +00:00
  • bc91c0b23f 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! Paul Smith 2002-09-10 22:23:20 +00:00
  • 5297a83b27 Have the test driver check for the new format of the time skew error messages. Paul Smith 2002-09-10 20:59:03 +00:00
  • 7ea029a07c Add support for broken SA_RESTART on PTX. Fix bug #103: allow ifdef, export, and unexport to expand their arguments. Paul Smith 2002-09-10 07:27:28 +00:00
  • 9b41488ad1 Whoops; configure wasn't looking for memmove. Paul Smith 2002-09-09 21:20:41 +00:00
  • 988deb489b Fix for complex situations where directories are declared as prerequisites. Info on this fix from barkalow@reputation.com: thanks! Paul Smith 2002-09-04 07:26:19 +00:00
  • d2429d7508 Update some NEWS and README nits, and add new gettext macros to config's Makefile.am. Paul Smith 2002-09-03 21:43:04 +00:00
  • 299c72e6ed 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 2002-08-10 01:27:16 +00:00
  • ee3a4f9dd6 Change the version. Update to require new gettext. Change hash.c to by K&R. Redo some strings to make i18n simpler. Paul Smith 2002-08-08 05:39:17 +00:00
  • f2ceb0d68a Incorporate some VMS fixes. Add -B option docs. Add .VARIABLES variable. Add a few new tests. Add a new translation: Swedish Paul Smith 2002-08-08 00:11:19 +00:00
  • bccb277dda New variables, .VARIABLES and .TARGETS. Paul Smith 2002-08-01 13:16:57 +00:00
  • a56563badd Make sure templates are built. Paul Smith 2002-07-14 02:57:04 +00:00
  • 21cf8c6444 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. Paul Smith 2002-07-11 06:38:57 +00:00
  • 4d72c4c11e 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 2002-07-10 12:59:07 +00:00
  • 6c9a393f95 Documentation and tests for order-only prerequisites. Add a new test suite for automatic variables. Paul Smith 2002-07-09 06:35:56 +00:00
  • 724925be2b 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 2002-07-08 13:05:02 +00:00
  • 2f20fc1cc7 Remove .po files; we'll retrieve them directly from the translation site. Paul Smith 2002-07-08 03:25:34 +00:00
  • 8572d6adf0 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 2002-07-08 02:26:47 +00:00
  • 4a07398023 Update the README template. Paul Smith 2002-05-29 22:24:09 +00:00
  • 99e01f61fd Install newest German translation. Paul Smith 2002-05-13 14:40:16 +00:00
  • 9052b52dfc Fix Debian bug #144306: pass target-specific variables into the environment properly. Paul Smith 2002-05-10 03:15:07 +00:00
  • 5dedf7be63 Remove our local copy so we can use the standard version. Paul Smith 2002-04-24 21:52:21 +00:00
  • 2276c37ae7 Add back initial "\" which was accidentally removed a year ago! :-/. Paul Smith 2002-04-24 21:36:38 +00:00
  • 306462f0bd 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 2002-04-22 04:35:19 +00:00
  • 3a8a7a5d00 Updates and fixes for CVS builds. Created a README.cvs describing the procedure. Paul Smith 2002-04-22 02:11:31 +00:00
  • 7ed1a08985 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 2002-04-21 23:57:24 +00:00
  • cae1db6ecd Installed a new translation for Hebrew. Paul Smith 2002-04-20 19:35:15 +00:00
  • dad29566b3 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 2002-04-20 19:25:54 +00:00
  • d242ee9053 Install updated translations. Paul Smith 2002-03-12 01:36:17 +00:00
  • 1d9d40a209 Install a new Japanese translation. Paul Smith 2001-12-04 18:47:02 +00:00
  • c0312423d9 Update copyright info. Paul Smith 2001-11-18 18:38:02 +00:00
  • 9302338304 Installed the da.po (Danish) translation file. Paul Smith 2001-08-19 04:55:51 +00:00
  • 74f08c639d Installed a new French translation (resolves Debian Bug #106720) Paul Smith 2001-08-03 19:02:51 +00:00
  • 635a784ebf New/updated translations; minor update to the index of the manual. Paul Smith 2001-07-05 00:35:03 +00:00
  • 4c28600a50 New translation. Paul Smith 2001-06-01 03:57:19 +00:00
  • ce2c6eadf1 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 2001-06-01 03:56:50 +00:00
  • 5d582d4ba0 Some VMS fixes sent by John Fowler. Fix: make flags on some lines of define/endef don't affect other lines Paul Smith 2001-05-21 06:16:00 +00:00
  • 8f2b1e2c7c Some bug fixes and document updates. Paul Smith 2001-01-21 06:49:11 +00:00
  • e5324a8c6a * 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 2000-11-17 06:59:08 +00:00
  • d5a04ee984 * Various bug fixes. * New Galician translation. Paul Smith 2000-10-05 16:27:06 +00:00
  • 50ba270762 * Rework phrasing to allow for better translations. # New Japanese translation file. Paul Smith 2000-09-21 04:14:38 +00:00
  • 8ddf04c627 Fix PR/1831. See the ChangeLog. Paul Smith 2000-08-21 06:18:35 +00:00
  • 1a82956eae * Various fixes; see the ChangeLog. Paul Smith 2000-07-30 18:26:42 +00:00
  • 3c132f10f3 * Minor code cleanups * Fix for PR/1811, from Paul Eggert. Paul Smith 2000-07-07 17:34:56 +00:00
  • 88187d9f4b * Fix PR/1791. Paul Smith 2000-06-23 19:43:11 +00:00
  • 775b644765 * Released 3.79.1 3.79.1 Paul Smith 2000-06-23 18:55:43 +00:00
  • fcbfe98cbe * 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 2000-06-23 15:55:46 +00:00
  • cbe92a2241 * Fix PR/1709. Paul Smith 2000-06-22 00:45:34 +00:00
  • d5f7eb2897 * A couple of nits. Paul Smith 2000-06-20 21:32:40 +00:00
  • 3e6f48b444 * More updates and fixes. Paul Smith 2000-06-20 05:48:40 +00:00
  • 0d70d05458 * Various fixes for problems in the 3.79.0.1 pretest. Paul Smith 2000-06-19 21:22:44 +00:00
  • f04e78f11b * Typo. Paul Smith 2000-06-14 22:29:48 +00:00
  • c392c19335 * More fixes for configuring gettext correctly. Paul Smith 2000-06-14 22:29:30 +00:00
  • 4972b017b6 * Some timestamp fixes from Paul Eggert. * Fix compilation on Linux; use libintl.h and not gettext.h when using the system gettext. Paul Smith 2000-06-13 05:22:52 +00:00
  • 4a5550c822 * Lots of bug fixes and cleanup; new i18n files, etc. Paul Smith 2000-06-07 05:43:37 +00:00
  • e5c40f6e5a New translation files. Paul Smith 2000-06-01 14:37:58 +00:00
  • 5ed9fb46b2 * Various bug fixes. Paul Smith 2000-04-22 02:11:17 +00:00
  • f9c91ec34d * Some final cleanups, and release 3.79. 3.79 Paul Smith 2000-04-05 16:02:55 +00:00
  • f3a974bf32 * Fix bug handling archive members: convert timestamp to nsec properly on those systems that support it. Paul Smith 2000-04-03 05:58:41 +00:00
  • c67266ceac * 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. 3.78.92 Paul Smith 2000-03-29 03:23:18 +00:00
  • 4145bcbcda * Handle case of empty static pattern rule prerequisites. * Fix linenumbers in error messages for rule definitions. Paul Smith 2000-03-27 20:53:50 +00:00
  • c637af71d9 * A large number of fixes/enhancements. See the ChangeLog. * Added a new version of the German translation file. Paul Smith 2000-03-27 06:54:37 +00:00
  • a81013175c * 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 2000-03-26 06:56:54 +00:00
  • 646aeb50a1 * remake.c: (update_file_1): (check_dep): fixed problem with double colon rules and circular precursor detection. filedef-cleanup Tim Magill 2000-03-14 04:30:07 +00:00
  • fed90f1fa8 * remake.c (update_goal_chain): re-arranged logic so that it makes more sense. After update_file(), the target status is used to handle the goal and possibly remove it from the goal chain. Tim Magill 2000-03-12 19:50:20 +00:00
  • 6a1a4343f3 more cleanup Tim Magill 2000-03-11 23:27:28 +00:00
  • e27c3fc91b more cleanup Tim Magill 2000-03-11 23:19:51 +00:00
  • 9f3539c4ae removed excess loop in update_goal_chain() Tim Magill 2000-03-01 04:46:33 +00:00
  • 1b40ffb900 changed return type of recursive update functions Tim Magill 2000-02-21 04:17:36 +00:00
  • 0d621b0627 removed essentially unused variable from update_goal_chain Tim Magill 2000-02-21 02:02:58 +00:00
  • 5ed230d3f8 cleaned up usage of filedef->update_status Tim Magill 2000-02-13 04:24:24 +00:00
  • b0e3148933 minor cleanup Tim Magill 2000-02-12 22:32:30 +00:00
  • 75f879f37f * Fix backslash-escape in targets. * Release 3.78.91. 3.78.91 Paul Smith 2000-02-09 19:57:15 +00:00
  • e68a27ec7b * Fix some warnings in gettext.c and function.c * Don't try to execute tests which are actually directories. Paul Smith 2000-02-09 07:02:18 +00:00
  • 3b4369f170 removed updated member from struct filedef Tim Magill 2000-02-09 05:49:41 +00:00
  • 17f2dda0ac * 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. filedef-cleanup-base Paul Smith 2000-02-07 19:54:04 +00:00
  • 90f23f1ea6 * Updates for VMS, Windows, and DOS ports. * Clean up some warnings. Paul Smith 2000-02-05 07:50:47 +00:00
  • 9b0a3d91ea * Fix PR/1407. * Keep filename/lineno information for variables, for debugging. Paul Smith 2000-02-05 07:37:40 +00:00
  • 95a09e94f7 * Some pre-pretest release cleanup. Paul Smith 2000-01-27 00:00:27 +00:00
  • de2a8fc730 * Updated gettext to use more advanced libit 0.7 version. * Various cleanups. Paul Smith 2000-01-25 07:42:51 +00:00
  • 447c76f601 * A few fixes. Paul Smith 2000-01-23 07:05:16 +00:00
  • 24aec1878b * Mention it in NEWS. Paul Smith 2000-01-22 08:59:09 +00:00
  • 2fd5b943d1 * Implement GNU gettext internationalization support in GNU make. Paul Smith 2000-01-22 08:57:17 +00:00
  • 74fca88bf3 * More fixes to VMS by Hartmut Becker. Paul Smith 2000-01-22 05:59:28 +00:00
  • 5577cdc261 * Merge VMS patches by Hartmut Becker. Paul Smith 2000-01-22 05:43:03 +00:00
  • b7b83d6398 * Change $(call...) to not expand arguments by default. * Unify the way arguments are passed to builtin functions in function.c. Paul Smith 2000-01-11 07:31:42 +00:00
  • af44f16799 * Fix problems with double-colon rules. * Fix problems with INTERMEDIATE rules. Paul Smith 1999-12-18 17:43:47 +00:00
  • 1a35bfb45b * Various changes and fixes. See ChangeLog. Paul Smith 1999-12-08 20:13:50 +00:00
  • 4d5c556f00 * Update debugging to use string flags instead of integers. Paul Smith 1999-11-27 08:09:42 +00:00
  • ce3413f883 * Add new debug header file. Paul Smith 1999-11-22 06:16:48 +00:00
  • 217ca5d910 * Add new debugging output level selection feature. Paul Smith 1999-11-22 06:15:35 +00:00