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
2013-09-14
[SV 39851] Reinstate stack size limit for processes spawned via $(shell)
Petr Machata
1
-1
/
+8
2013-09-14
Support the -Orecurse option properly.
Paul Smith
1
-1
/
+1
2013-09-12
Enhance the output sync mode.
Paul Smith
1
-2
/
+5
2013-07-21
[Bug #39158] Source cleanups suggested by cppcheck utility.
Paul Smith
1
-2
/
+3
2013-06-22
Create a character map to use for locating stop-points in strings.
Paul Smith
1
-36
/
+19
2013-05-27
Porting to VMS, from Hartmut Becker.
Paul Smith
1
-0
/
+1
2013-05-17
Update source file format: remove TABs, use GNU coding styles.
Paul Smith
1
-338
/
+337
2013-05-17
Update copyright for changes in 2013.
Paul Smith
1
-1
/
+1
2013-05-05
cosmetics: fix few innocuous typos
Stefano Lattarini
1
-1
/
+1
2013-04-27
Support --output-sync on MS-Windows.
Eli Zaretskii
1
-12
/
+24
2013-02-28
Use ENULLLOOP to handle EINTR during realpath(). Fixes Savannah bug #38420
Paul Smith
1
-13
/
+21
2013-02-25
Expand the loadable object support.
Paul Smith
1
-51
/
+74
2013-01-20
Rename struct floc to typedef gmk_floc as an externally scoped symbol.
Paul Smith
1
-1
/
+1
2013-01-20
Rename the make.h file to makeint.h for internal use only.
Paul Smith
1
-2
/
+2
2012-09-09
On BSD, realpath(3) doesn't fail if the target doesn't exist, so test
Paul Smith
1
-4
/
+2
2012-03-05
Simplify copyrights using ranges of years.
Paul Smith
1
-3
/
+1
2012-03-04
Create a new CSTRLEN (constant string length) macro, and use it.
Paul Smith
1
-10
/
+10
2012-03-04
Convert all "`'" quotes to "''" per new GNU Coding Standard guidelines.
Paul Smith
1
-15
/
+15
2012-03-03
Fix Savannah bug #35410: handle escape chars in filter/filter-out
Paul Smith
1
-8
/
+7
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
[next]