Age | Commit message (Expand) | Author | Files | Lines |
2014-09-30 | Update Copyright statements for 2014. | Paul Smith | 1 | -1/+1 |
2014-07-07 | * various: Assume ISO C89-compliant free() implementation. | Paul Smith | 1 | -17/+7 |
2014-07-07 | * maintMakefile, various: Improve constification of the codebase. | Paul Smith | 1 | -14/+10 |
2013-11-23 | [SV 40361] Don't use vsnprintf(), which is an ISO C99 function. | Paul Smith | 1 | -1/+1 |
2013-09-22 | Add VMS port updates from Hartmut Becker. | Paul Smith | 1 | -1/+1 |
2013-06-22 | Create a character map to use for locating stop-points in strings. | Paul Smith | 1 | -1/+1 |
2013-05-27 | Create a new variable MAKE_HOST providing the host architecture. | Paul Smith | 1 | -0/+1 |
2013-05-17 | Update source file format: remove TABs, use GNU coding styles. | Paul Smith | 1 | -230/+230 |
2013-05-17 | Update copyright for changes in 2013. | Paul Smith | 1 | -1/+1 |
2013-05-13 | [Savannah #20501] Handle adding -r/-R to MAKEFLAGS in the makefile. | Paul Smith | 1 | -23/+20 |
2013-01-20 | Rename struct floc to typedef gmk_floc as an externally scoped symbol. | Paul Smith | 1 | -3/+3 |
2013-01-20 | Rename the make.h file to makeint.h for internal use only. | Paul Smith | 1 | -1/+1 |
2012-03-05 | Simplify copyrights using ranges of years. | Paul Smith | 1 | -3/+1 |
2012-03-04 | Convert all "`'" quotes to "''" per new GNU Coding Standard guidelines. | Paul Smith | 1 | -9/+9 |
2012-01-30 | Add support for "::=" simple assignment operator. | Paul Smith | 1 | -29/+47 |
2012-01-16 | Update copyright notices. | Paul Smith | 1 | -3/+3 |
2011-04-18 | Add new feature: != shell assignment for portability with BSD make. | Paul Smith | 1 | -1/+37 |
2010-11-06 | Improve backslash/newline handling to adhere to POSIX requirements. | Paul Smith | 1 | -7/+45 |
2010-08-27 | variable.c (define_automatic_variables) [__MSDOS__ || WINDOWS32]: | Eli Zaretskii | 1 | -1/+17 |
2010-07-13 | Update copyrights for 2010. | Paul Smith | 1 | -2/+2 |
2009-10-25 | Update copyright years. | Paul Smith | 1 | -2/+2 |
2009-10-25 | Various simple code cleanups. | Paul Smith | 1 | -27/+27 |
2009-10-06 | Implement the new undefine directive. | Boris Kolpackov | 1 | -0/+45 |
2009-09-28 | Implement the shortest stem first search order for pattern-specific variables... | Boris Kolpackov | 1 | -9/+43 |
2009-09-16 | - Add xcalloc() and call it | Paul Smith | 1 | -5/+9 |
2009-08-02 | - Fix Savannah bug #27093 | Paul Smith | 1 | -9/+14 |
2009-05-26 | Add 'private' variable modifier, feature submitted by Ramon Garcia. | Paul Smith | 1 | -60/+109 |
2009-05-24 | Found this change in an old CVS workspace: rewrite savestring() to the | Paul Smith | 1 | -1/+1 |
2008-01-26 | (target_environment): Don't use shell_var if its `value' field is NULL. | Eli Zaretskii | 1 | -9/+12 |
2007-12-22 | configh.dos.template [__DJGPP__]: Replace HAVE_SYS_SIGLIST with | Eli Zaretskii | 1 | -0/+3 |
2007-11-04 | New special variable: .RECIPEPREFIX | Paul Smith | 1 | -4/+18 |
2007-10-13 | Windows: allow SHELL to be set to a more complex value by checking its | Paul Smith | 1 | -1/+18 |
2007-07-04 | * Update to GPLv3 | Paul Smith | 1 | -4/+4 |
2007-03-20 | This is a major update, which switches virtually every allocated-but-not-freed | Paul Smith | 1 | -27/+28 |
2006-11-18 | Fix from Eli for incorrect value of $(MAKE) on Cygwin. | Paul Smith | 1 | -1/+1 |
2006-10-01 | Fixed a number of documentation bugs, plus some build/install issues: | Paul Smith | 1 | -1/+1 |
2006-04-09 | Another round of cleanups: | Paul Smith | 1 | -23/+22 |
2006-03-08 | Some test updates for Windows. | Paul Smith | 1 | -1/+2 |
2006-02-21 | Fix a potential core dump when merging aliases. Might fix bug #15818. | Paul Smith | 1 | -8/+9 |
2006-02-17 | Make sure we don't introduce a circularity into the variable set linked | Paul Smith | 1 | -7/+13 |
2006-02-14 | Some memory leak cleanups (found with valgrind). | Paul Smith | 1 | -8/+17 |
2006-02-11 | Last of the copyright updates. | Paul Smith | 1 | -1/+2 |
2006-02-11 | Update copyright and license notices on all files. | Paul Smith | 1 | -14/+11 |
2005-09-26 | Make sure to assign a boolean value to a 1-bit bitfield. Reported on | Paul Smith | 1 | -1/+1 |
2005-06-09 | Fix Savannah bug #11913: ensure that scopes such as foreach, etc. take | Paul Smith | 1 | -17/+56 |
2005-04-08 | Fix some Savannah bugs. | Paul Smith | 1 | -2/+2 |
2005-02-28 | * New feature: -L option | Paul Smith | 1 | -1/+1 |
2004-12-05 | Fix bug with SHELL handling: make sure the variable struct is initialized. | Paul Smith | 1 | -9/+7 |
2004-11-28 | Fix for bug #1276: Handle SHELL according to POSIX requirements. | Paul Smith | 1 | -9/+17 |
2004-10-05 | Moved expansion of simple pattern-specific variables from the rebuild stage | Boris Kolpackov | 1 | -4/+19 |