index
:
delta/make.git
baserock/build-essential
baserock/morph
baserock/richardmaw/S8564/ro-staging-area
baserock/tiagogomes/armv8l64
master
tmp
trunk
launchpad.net: make
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
variable.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Create a new variable MAKE_HOST providing the host architecture.
Paul Smith
2013-05-27
1
-0
/
+1
*
Update source file format: remove TABs, use GNU coding styles.
Paul Smith
2013-05-17
1
-230
/
+230
*
Update copyright for changes in 2013.
Paul Smith
2013-05-17
1
-1
/
+1
*
[Savannah #20501] Handle adding -r/-R to MAKEFLAGS in the makefile.
Paul Smith
2013-05-13
1
-23
/
+20
*
Rename struct floc to typedef gmk_floc as an externally scoped symbol.
Paul Smith
2013-01-20
1
-3
/
+3
*
Rename the make.h file to makeint.h for internal use only.
Paul Smith
2013-01-20
1
-1
/
+1
*
Simplify copyrights using ranges of years.
Paul Smith
2012-03-05
1
-3
/
+1
*
Convert all "`'" quotes to "''" per new GNU Coding Standard guidelines.
Paul Smith
2012-03-04
1
-9
/
+9
*
Add support for "::=" simple assignment operator.
Paul Smith
2012-01-30
1
-29
/
+47
*
Update copyright notices.
Paul Smith
2012-01-16
1
-3
/
+3
*
Add new feature: != shell assignment for portability with BSD make.
Paul Smith
2011-04-18
1
-1
/
+37
*
Improve backslash/newline handling to adhere to POSIX requirements.
Paul Smith
2010-11-06
1
-7
/
+45
*
variable.c (define_automatic_variables) [__MSDOS__ || WINDOWS32]:
Eli Zaretskii
2010-08-27
1
-1
/
+17
*
Update copyrights for 2010.
Paul Smith
2010-07-13
1
-2
/
+2
*
Update copyright years.
Paul Smith
2009-10-25
1
-2
/
+2
*
Various simple code cleanups.
Paul Smith
2009-10-25
1
-27
/
+27
*
Implement the new undefine directive.
Boris Kolpackov
2009-10-06
1
-0
/
+45
*
Implement the shortest stem first search order for pattern-specific variables...
Boris Kolpackov
2009-09-28
1
-9
/
+43
*
- Add xcalloc() and call it
Paul Smith
2009-09-16
1
-5
/
+9
*
- Fix Savannah bug #27093
Paul Smith
2009-08-02
1
-9
/
+14
*
Add 'private' variable modifier, feature submitted by Ramon Garcia.
Paul Smith
2009-05-26
1
-60
/
+109
*
Found this change in an old CVS workspace: rewrite savestring() to the
Paul Smith
2009-05-24
1
-1
/
+1
*
(target_environment): Don't use shell_var if its `value' field is NULL.
Eli Zaretskii
2008-01-26
1
-9
/
+12
*
configh.dos.template [__DJGPP__]: Replace HAVE_SYS_SIGLIST with
Eli Zaretskii
2007-12-22
1
-0
/
+3
*
New special variable: .RECIPEPREFIX
Paul Smith
2007-11-04
1
-4
/
+18
*
Windows: allow SHELL to be set to a more complex value by checking its
Paul Smith
2007-10-13
1
-1
/
+18
*
* Update to GPLv3
Paul Smith
2007-07-04
1
-4
/
+4
*
This is a major update, which switches virtually every allocated-but-not-freed
Paul Smith
2007-03-20
1
-27
/
+28
*
Fix from Eli for incorrect value of $(MAKE) on Cygwin.
Paul Smith
2006-11-18
1
-1
/
+1
*
Fixed a number of documentation bugs, plus some build/install issues:
Paul Smith
2006-10-01
1
-1
/
+1
*
Another round of cleanups:
Paul Smith
2006-04-09
1
-23
/
+22
*
Some test updates for Windows.
Paul Smith
2006-03-08
1
-1
/
+2
*
Fix a potential core dump when merging aliases. Might fix bug #15818.
Paul Smith
2006-02-21
1
-8
/
+9
*
Make sure we don't introduce a circularity into the variable set linked
Paul Smith
2006-02-17
1
-7
/
+13
*
Some memory leak cleanups (found with valgrind).
Paul Smith
2006-02-14
1
-8
/
+17
*
Last of the copyright updates.
Paul Smith
2006-02-11
1
-1
/
+2
*
Update copyright and license notices on all files.
Paul Smith
2006-02-11
1
-14
/
+11
*
Make sure to assign a boolean value to a 1-bit bitfield. Reported on
Paul Smith
2005-09-26
1
-1
/
+1
*
Fix Savannah bug #11913: ensure that scopes such as foreach, etc. take
Paul Smith
2005-06-09
1
-17
/
+56
*
Fix some Savannah bugs.
Paul Smith
2005-04-08
1
-2
/
+2
*
* New feature: -L option
Paul Smith
2005-02-28
1
-1
/
+1
*
Fix bug with SHELL handling: make sure the variable struct is initialized.
Paul Smith
2004-12-05
1
-9
/
+7
*
Fix for bug #1276: Handle SHELL according to POSIX requirements.
Paul Smith
2004-11-28
1
-9
/
+17
*
Moved expansion of simple pattern-specific variables from the rebuild stage
Boris Kolpackov
2004-10-05
1
-4
/
+19
*
bugfix for exported pattern-specific variables
Boris Kolpackov
2004-09-27
1
-4
/
+11
*
Numerous updates and bug fixes.
Paul Smith
2004-03-22
1
-0
/
+5
*
- Fix bug #1405: allow multiple pattern-specific variables to match a target.
Paul Smith
2003-05-02
1
-20
/
+155
*
Add support for OS/2, contributed by Andreas Buening <andreas.buening@nexgo.de>
Paul Smith
2003-03-24
1
-3
/
+53
*
Convert the source code to use ANSI C style function definitions and
Paul Smith
2002-10-14
1
-82
/
+55
*
Fix K&R-isms found on SunOS 4.1.4 builds.
Paul Smith
2002-10-04
1
-3
/
+7
[next]