summaryrefslogtreecommitdiff
path: root/remake.c
AgeCommit message (Expand)AuthorFilesLines
2000-01-23* A few fixes.Paul Smith1-35/+25
2000-01-22* Implement GNU gettext internationalization support in GNU make.Paul Smith1-2/+2
1999-12-18* Fix problems with double-colon rules.Paul Smith1-2/+2
1999-12-08* Various changes and fixes. See ChangeLog.Paul Smith1-24/+33
1999-11-27* Update debugging to use string flags instead of integers.Paul Smith1-14/+14
1999-11-22* Add new debugging output level selection feature.Paul Smith1-43/+56
1999-10-15* Fix PR/1394.Paul Smith1-4/+6
1999-10-13* Fix PR/1379: -n/-q behaves correctly when all commands are recursive.Paul Smith1-18/+21
1999-09-06* Some doc and help changes.Paul Smith1-43/+42
1999-09-04* Fix for infinite recursion.Paul Smith1-23/+21
1999-09-03* Removed a memory stomp (reading freed memory).Paul Smith1-5/+13
1999-08-24* Terminology change in docs and code.Paul Smith1-8/+8
1999-08-23* Fix jobserver algorithm again.Paul Smith1-11/+11
1999-08-01* Release 3.77.92.3.77.92Paul Smith1-5/+2
1999-08-01* Applied some DOS updates.Paul Smith1-4/+0
1999-07-28* Add gettext macros to start i18n support.Paul Smith1-38/+38
1999-07-22* Installed new versions of GLIBC glob library.Paul Smith1-0/+19
1999-07-15* Fix up and document $(apply ...) function.Paul Smith1-14/+6
1999-07-09* Fixed error rebuilding makefiles with -j>1Paul Smith1-2/+13
1999-07-08* Minor code cleanup.Paul Smith1-1/+1
1999-07-06* Various bugfixes/updates. See ChangeLog.Paul Smith1-10/+15
1999-06-14* Various bug fixes.Paul Smith1-8/+3
1999-04-09If a file declared .INTERMEDIATE already exists before make starts, wePaul Smith1-1/+12
1999-03-05* Define and use xstrdup() instead of strdup().Paul Smith1-3/+3
1999-03-05* Update FSF address info in copyright notices.Paul Smith1-1/+2
1999-02-22* New feature: .LIBPATTERNS controls the way -lfoo dependencies are expanded.Paul Smith1-52/+83
1998-10-03Checkpoint changes. Bug fixes, mostly.Paul Smith1-48/+49
1998-07-30GNU make release 3.77.Paul Smith1-55/+82
1997-08-27Updates for GNU make 3.75.92.Paul Smith1-18/+10
1997-08-18Bug fixes and automake changes.Paul Smith1-29/+37
1997-04-07Changes for make 3.75.1Paul Smith1-16/+90
1996-07-20Sat Jul 20 12:32:10 1996 Klaus Kämpf (kkaempf@progis.de)Roland McGrath1-0/+1
1996-07-14Sun Jul 14 12:59:27 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>Roland McGrath1-16/+7
1996-05-22Wed May 15 10:14:14 CDT 1996 Rob Tulloh <tulloh@tivoli.com>Roland McGrath1-0/+10
1996-05-09Thu May 9 13:54:49 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>Roland McGrath1-0/+10
1996-03-20Tue Mar 19 20:21:34 1996 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>Roland McGrath1-10/+42
1996-03-20Sat Aug 19 23:11:00 1995 Richard Stallman <rms@mole.gnu.ai.mit.edu>Roland McGrath1-38/+67
1996-03-01Fri Mar 1 12:04:47 1996 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>Roland McGrath1-9/+9
1996-02-29Wed Feb 28 03:56:20 1996 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>Roland McGrath1-1/+22
1995-12-12Use plain stat instead of safe_stat.Roland McGrath1-1/+1
1995-11-26Pass new arg in `message' calls.Roland McGrath1-9/+5
1995-11-22(touch_file): Removing newline from message string.Roland McGrath1-1/+1
1995-11-21(touch_file): Use message instead of printf.Roland McGrath1-5/+2
1995-04-08(notice_finished_file): Set FILE->update_status to zero if it's -1.Roland McGrath1-1/+7
1995-03-24(update_file_1): Handle FILE->update_status == 2 in -d printout.Roland McGrath1-2/+5
1995-03-24(remake_file): Set update_status to 2 instead of 1 for no rule to make.Roland McGrath1-4/+18
1995-01-27(update_file_1): When !MUST_MAKE, don't set FILE->update_status to zeroRoland McGrath1-7/+9
1994-12-05(update_file_1): Do set_command_state (FILE, cs_not_started) only if old3.72.3Roland McGrath1-1/+10
1994-11-23(notice_finished_file): Only mark also_make's as updated if really ranRoland McGrath1-1/+1
1994-09-10Include <assert.h> and use assert instead of printfs and abort.Roland McGrath1-9/+4