index
:
gunmake
master
GNU make with more features of SunOS make
Igor Pashev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
variable.c
Age
Commit message (
Expand
)
Author
Files
Lines
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
2004-09-27
bugfix for exported pattern-specific variables
Boris Kolpackov
1
-4
/
+11
2004-03-22
Numerous updates and bug fixes.
Paul Smith
1
-0
/
+5
2003-05-02
- Fix bug #1405: allow multiple pattern-specific variables to match a target.
Paul Smith
1
-20
/
+155
2003-03-24
Add support for OS/2, contributed by Andreas Buening <andreas.buening@nexgo.de>
Paul Smith
1
-3
/
+53
2002-10-14
Convert the source code to use ANSI C style function definitions and
Paul Smith
1
-82
/
+55
2002-10-04
Fix K&R-isms found on SunOS 4.1.4 builds.
Paul Smith
1
-3
/
+7
2002-09-17
Fix bug #940 (from the Savannah bug tracker): make sure that target-
Paul Smith
1
-4
/
+18
2002-08-08
Change the version.
Paul Smith
1
-1
/
+0
2002-08-08
Incorporate some VMS fixes.
Paul Smith
1
-11
/
+40
2002-08-01
New variables, .VARIABLES and .TARGETS.
Paul Smith
1
-12
/
+83
2002-07-11
Install Greg McGary's patches to port the id-utils hashing functions to
Paul Smith
1
-305
/
+200
2002-07-08
Major updates in preparation for 3.80.
Paul Smith
1
-140
/
+176
2002-05-10
Fix Debian bug #144306: pass target-specific variables into the environment
Paul Smith
1
-1
/
+2
2001-08-19
Installed the da.po (Danish) translation file.
Paul Smith
1
-1
/
+2
[next]