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
/
function.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-01-29
Create a new function $(file ...)
Paul Smith
1
-0
/
+40
2012-01-28
Fix failures on MS-Windows when Make's standard handles are invalid.
Eli Zaretskii
1
-19
/
+54
2012-01-25
function.c (define_new_function): Fix format strings in calls to `fatal'.
Eli Zaretskii
1
-2
/
+2
2012-01-16
Create a new internal interface for defining new make functions.
Paul Smith
1
-18
/
+27
2012-01-16
Update copyright notices.
Paul Smith
1
-3
/
+3
2012-01-15
Add GNU Guile as an optional embedded scripting language for make.
Paul Smith
1
-0
/
+18
2011-11-14
Changes to resolve warnings.
Paul Smith
1
-1
/
+1
2011-05-02
Use the same algorithm for counting the number of words to sort as we
Paul Smith
1
-12
/
+5
2011-04-18
Add new feature: != shell assignment for portability with BSD make.
Paul Smith
1
-9
/
+27
2010-08-07
function.c (func_shell) [WINDOWS32]: Reset just_print_flag
Eli Zaretskii
1
-3
/
+18
2010-07-13
Update copyrights for 2010.
Paul Smith
1
-2
/
+2
2010-07-09
Fix Savannah bug #30312.
Eli Zaretskii
1
-0
/
+7
2010-07-09
job.c (pid2str) [WINDOWS32]: Don't use %Id with GCC < 4.x.
Eli Zaretskii
1
-6
/
+6
2009-10-25
Update copyright years.
Paul Smith
1
-2
/
+2
2009-10-03
- Include <alloca.h> even on non-__GNUC__ systems.
Paul Smith
1
-1
/
+2
2009-09-26
Fix some memory leaks, found with valgrind.
Paul Smith
1
-0
/
+1
2009-09-24
- Rework secondary expansion so we only defer it if there's a possibility
Paul Smith
1
-1
/
+1
2009-09-16
- Add xcalloc() and call it
Paul Smith
1
-7
/
+5
2009-08-31
* function.c (windows32_openpipe): Update envp after calling
Eli Zaretskii
1
-0
/
+3
2009-07-04
(func_realpath) [!HAVE_REALPATH]: Require the file to exist, as
Eli Zaretskii
1
-1
/
+4
2009-07-04
* function.c (IS_ABSOLUTE, ROOT_LEN): New macros.
Eli Zaretskii
1
-9
/
+46
2009-06-13
- Fix Savannah bug 17825
Paul Smith
1
-18
/
+12
2009-06-09
- Fix Savannah bug #18124
Paul Smith
1
-3
/
+3
2009-05-24
Found this change in an old CVS workspace: rewrite savestring() to the
Paul Smith
1
-1
/
+1
2009-03-07
* function.c (func_shell): Don't close pipedes[1] if it is -1.
Eli Zaretskii
1
-2
/
+5
2007-10-10
Fixes from Eli Zaretskii:
Paul Smith
1
-3
/
+4
2007-07-04
* Update to GPLv3
Paul Smith
1
-4
/
+4
2007-05-11
Fix some documentation gitches.
Paul Smith
1
-1
/
+1
2007-05-09
Fix Savannah bug #19656: rationalize our use of case-insensitive string
Paul Smith
1
-1
/
+1
2007-03-20
This is a major update, which switches virtually every allocated-but-not-freed
Paul Smith
1
-183
/
+183
2006-11-18
Fix from Eli for incorrect value of $(MAKE) on Cygwin.
Paul Smith
1
-34
/
+45
2006-04-09
Another round of cleanups:
Paul Smith
1
-23
/
+22
2006-04-07
Code cleanup: Remove all references to PARAMS() & ansi2knr.
Paul Smith
1
-2
/
+2
2006-04-01
Release GNU make 3.81.
Paul Smith
1
-13
/
+9
2006-02-15
Fix Savannah bug #106: keep separate track of which variable we are
Paul Smith
1
-9
/
+10
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
-13
/
+11
2006-02-10
- New code capability: a read-only string cache. Start of solution for
Paul Smith
1
-0
/
+106
2005-11-17
Implemented the flavor function which returns the flavor of
Boris Kolpackov
1
-0
/
+17
2005-08-29
Fix make.h preprocessor directive to work better with Windows compilers.
Paul Smith
1
-0
/
+1
2005-08-08
- Fixed a bug reported by Michael Matz regarding handling of parallel
Paul Smith
1
-3
/
+3
2005-06-27
Fix strerror() handling for systems which set ANSI_STRING.
Paul Smith
1
-1
/
+4
2005-03-04
- Missing docs for $|
Paul Smith
1
-2
/
+2
2005-02-28
- Fix bug #7144 (infinite loop sometimes with -q and double-colon rules)
Paul Smith
1
-0
/
+4
2005-02-28
* New feature: -L option
Paul Smith
1
-14
/
+24
2005-02-27
Implementation of the second expansion in explicit
Boris Kolpackov
1
-1
/
+1
2004-11-30
Implemented `realpath' and `abspath' built-in functions.
Boris Kolpackov
1
-3
/
+160
2004-10-21
New $(lastword ) built-in function: implementation, documentation and tests.
Boris Kolpackov
1
-0
/
+17
2004-09-21
Remove sindex() and replace with strstr().
Paul Smith
1
-9
/
+6
2004-09-21
Fix some bugs in variable pattern substitution (e.g. $(VAR:A=B)),
Paul Smith
1
-36
/
+45
[next]