summaryrefslogtreecommitdiff
path: root/variable.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix bug #940 (from the Savannah bug tracker): make sure that target-Paul Smith2002-09-171-4/+18
* Change the version.Paul Smith2002-08-081-1/+0
* Incorporate some VMS fixes.Paul Smith2002-08-081-11/+40
* New variables, .VARIABLES and .TARGETS.Paul Smith2002-08-011-12/+83
* Install Greg McGary's patches to port the id-utils hashing functions toPaul Smith2002-07-111-305/+200
* Major updates in preparation for 3.80.Paul Smith2002-07-081-140/+176
* Fix Debian bug #144306: pass target-specific variables into the environmentPaul Smith2002-05-101-1/+2
* Installed the da.po (Danish) translation file.Paul Smith2001-08-191-1/+2
* Fix for EINTR problems when using jobserver.Paul Smith2001-06-011-0/+1
* Some bug fixes and document updates.Paul Smith2001-01-211-95/+67