summaryrefslogtreecommitdiff
path: root/variable.c
Commit message (Expand)AuthorAgeFilesLines
* Create a new variable MAKE_HOST providing the host architecture.Paul Smith2013-05-271-0/+1
* Update source file format: remove TABs, use GNU coding styles.Paul Smith2013-05-171-230/+230
* Update copyright for changes in 2013.Paul Smith2013-05-171-1/+1
* [Savannah #20501] Handle adding -r/-R to MAKEFLAGS in the makefile.Paul Smith2013-05-131-23/+20
* Rename struct floc to typedef gmk_floc as an externally scoped symbol.Paul Smith2013-01-201-3/+3
* Rename the make.h file to makeint.h for internal use only.Paul Smith2013-01-201-1/+1
* Simplify copyrights using ranges of years.Paul Smith2012-03-051-3/+1
* Convert all "`'" quotes to "''" per new GNU Coding Standard guidelines.Paul Smith2012-03-041-9/+9
* Add support for "::=" simple assignment operator.Paul Smith2012-01-301-29/+47
* Update copyright notices.Paul Smith2012-01-161-3/+3
* Add new feature: != shell assignment for portability with BSD make.Paul Smith2011-04-181-1/+37
* Improve backslash/newline handling to adhere to POSIX requirements.Paul Smith2010-11-061-7/+45
* variable.c (define_automatic_variables) [__MSDOS__ || WINDOWS32]:Eli Zaretskii2010-08-271-1/+17
* Update copyrights for 2010.Paul Smith2010-07-131-2/+2
* Update copyright years.Paul Smith2009-10-251-2/+2
* Various simple code cleanups.Paul Smith2009-10-251-27/+27
* Implement the new undefine directive.Boris Kolpackov2009-10-061-0/+45
* Implement the shortest stem first search order for pattern-specific variables...Boris Kolpackov2009-09-281-9/+43
* - Add xcalloc() and call itPaul Smith2009-09-161-5/+9
* - Fix Savannah bug #27093Paul Smith2009-08-021-9/+14
* Add 'private' variable modifier, feature submitted by Ramon Garcia.Paul Smith2009-05-261-60/+109
* Found this change in an old CVS workspace: rewrite savestring() to thePaul Smith2009-05-241-1/+1
* (target_environment): Don't use shell_var if its `value' field is NULL.Eli Zaretskii2008-01-261-9/+12
* configh.dos.template [__DJGPP__]: Replace HAVE_SYS_SIGLIST withEli Zaretskii2007-12-221-0/+3
* New special variable: .RECIPEPREFIXPaul Smith2007-11-041-4/+18
* Windows: allow SHELL to be set to a more complex value by checking itsPaul Smith2007-10-131-1/+18
* * Update to GPLv3Paul Smith2007-07-041-4/+4
* This is a major update, which switches virtually every allocated-but-not-freedPaul Smith2007-03-201-27/+28
* Fix from Eli for incorrect value of $(MAKE) on Cygwin.Paul Smith2006-11-181-1/+1
* Fixed a number of documentation bugs, plus some build/install issues:Paul Smith2006-10-011-1/+1
* Another round of cleanups:Paul Smith2006-04-091-23/+22
* Some test updates for Windows.Paul Smith2006-03-081-1/+2
* Fix a potential core dump when merging aliases. Might fix bug #15818.Paul Smith2006-02-211-8/+9
* Make sure we don't introduce a circularity into the variable set linkedPaul Smith2006-02-171-7/+13
* Some memory leak cleanups (found with valgrind).Paul Smith2006-02-141-8/+17
* Last of the copyright updates.Paul Smith2006-02-111-1/+2
* Update copyright and license notices on all files.Paul Smith2006-02-111-14/+11
* Make sure to assign a boolean value to a 1-bit bitfield. Reported onPaul Smith2005-09-261-1/+1
* Fix Savannah bug #11913: ensure that scopes such as foreach, etc. takePaul Smith2005-06-091-17/+56
* Fix some Savannah bugs.Paul Smith2005-04-081-2/+2
* * New feature: -L optionPaul Smith2005-02-281-1/+1
* Fix bug with SHELL handling: make sure the variable struct is initialized.Paul Smith2004-12-051-9/+7
* Fix for bug #1276: Handle SHELL according to POSIX requirements.Paul Smith2004-11-281-9/+17
* Moved expansion of simple pattern-specific variables from the rebuild stageBoris Kolpackov2004-10-051-4/+19
* bugfix for exported pattern-specific variablesBoris Kolpackov2004-09-271-4/+11
* Numerous updates and bug fixes.Paul Smith2004-03-221-0/+5
* - Fix bug #1405: allow multiple pattern-specific variables to match a target.Paul Smith2003-05-021-20/+155
* Add support for OS/2, contributed by Andreas Buening <andreas.buening@nexgo.de>Paul Smith2003-03-241-3/+53
* Convert the source code to use ANSI C style function definitions andPaul Smith2002-10-141-82/+55
* Fix K&R-isms found on SunOS 4.1.4 builds.Paul Smith2002-10-041-3/+7