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
/
misc.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-09-22
Add VMS port updates from Hartmut Becker.
Paul Smith
1
-0
/
+1
2013-09-14
[SV 33134] Don't try to close stdout when it's already closed.
Paul Smith
1
-47
/
+0
2013-09-14
Support the -Orecurse option properly.
Paul Smith
1
-95
/
+1
2013-09-12
Enhance the output sync mode.
Paul Smith
1
-176
/
+1
2013-07-21
[Bug #39158] Source cleanups suggested by cppcheck utility.
Paul Smith
1
-5
/
+3
2013-06-28
Set O_APPEND mode for stdout/stderr and output-sync temporary files.
Paul Smith
1
-0
/
+20
2013-06-22
Create a character map to use for locating stop-points in strings.
Paul Smith
1
-31
/
+1
2013-05-17
Update source file format: remove TABs, use GNU coding styles.
Paul Smith
1
-83
/
+83
2013-05-17
Update copyright for changes in 2013.
Paul Smith
1
-1
/
+1
2013-05-13
Add new --trace[=MODE] flags, with --trace=dir
Paul Smith
1
-6
/
+2
2013-05-05
Ensure command lines are written synchronously with -O.
Paul Smith
1
-20
/
+4
2013-05-04
Improve sync handling for -Ojob/-Otarget and recursion.
Paul Smith
1
-6
/
+13
2013-04-28
Ensure error messages are printed with sync'd output.
Paul Smith
1
-0
/
+73
2013-04-28
Remove support for pre-ANSI variadic function calls.
Paul Smith
1
-77
/
+14
2013-04-16
Create an open_tmpfd() function to return temp files by FD. Use it.
Paul Smith
1
-0
/
+79
2013-04-14
Rename the "parallel-sync" option to "output-sync".
Paul Smith
1
-6
/
+6
2013-04-14
Initial patch for output synchronization. See Savannah bug #33138.
Frank Heckenbach
1
-3
/
+21
2013-01-20
Rename struct floc to typedef gmk_floc as an externally scoped symbol.
Paul Smith
1
-4
/
+4
2013-01-20
Rename the make.h file to makeint.h for internal use only.
Paul Smith
1
-1
/
+1
2012-03-05
Simplify copyrights using ranges of years.
Paul Smith
1
-3
/
+1
2012-03-04
Convert all "`'" quotes to "''" per new GNU Coding Standard guidelines.
Paul Smith
1
-2
/
+2
2012-03-03
Modify backslash/newline handling for POSIX.
Paul Smith
1
-3
/
+8
2012-01-16
Update copyright notices.
Paul Smith
1
-3
/
+3
2011-11-14
Changes to resolve warnings.
Paul Smith
1
-1
/
+1
2010-11-06
Improve backslash/newline handling to adhere to POSIX requirements.
Paul Smith
1
-3
/
+0
2010-07-19
- Many fixup patches from Savannah.
Paul Smith
1
-0
/
+28
2010-07-16
Fix buffer overrun in concat().
Boris Kolpackov
1
-0
/
+8
2010-07-13
Update copyrights for 2010.
Paul Smith
1
-2
/
+2
2009-10-25
Update copyright years.
Paul Smith
1
-2
/
+2
2009-09-24
- Rework secondary expansion so we only defer it if there's a possibility
Paul Smith
1
-3
/
+6
2009-09-16
- Add xcalloc() and call it
Paul Smith
1
-37
/
+48
2009-06-04
- Modify access of config and gnulib Savannah modules to use GIT
Paul Smith
1
-2
/
+4
2009-05-24
Found this change in an old CVS workspace: rewrite savestring() to the
Paul Smith
1
-6
/
+14
2007-07-04
* Update to GPLv3
Paul Smith
1
-4
/
+4
2007-05-09
Fix Savannah bug #19656: rationalize our use of case-insensitive string
Paul Smith
1
-0
/
+27
2007-03-20
This is a major update, which switches virtually every allocated-but-not-freed
Paul Smith
1
-63
/
+38
2006-04-09
Another round of cleanups:
Paul Smith
1
-18
/
+18
2006-04-01
Release GNU make 3.81.
Paul Smith
1
-1
/
+1
2006-03-17
Fixed Savannah bug #16053.
Boris Kolpackov
1
-4
/
+32
2006-02-11
Last of the copyright updates.
Paul Smith
1
-1
/
+2
2006-02-11
More copyright/license updates.
Paul Smith
1
-14
/
+11
2005-10-24
Make second expansion optional (partial implementation).
Paul Smith
1
-1
/
+16
2005-06-25
Fix Savannah bug #1454: skip over semicolons (and comments) inside variable
Paul Smith
1
-16
/
+0
2005-06-12
Fix Savannah bug # 1328: if stdout is redirected to a full filesystem, we
Paul Smith
1
-0
/
+47
2005-02-28
* New feature: -L option
Paul Smith
1
-2
/
+2
2005-02-27
Implementation of the .DEFAULT_TARGET special variable.
Boris Kolpackov
1
-9
/
+9
2005-02-27
Implementation of the second expansion in explicit
Boris Kolpackov
1
-0
/
+21
2004-09-21
Remove sindex() and replace with strstr().
Paul Smith
1
-28
/
+0
2004-03-06
Don't use __STDC__; some compilers don't set it properly.
Paul Smith
1
-3
/
+3
2004-03-04
Updates to automate generation of GNU upload artifacts.
Paul Smith
1
-3
/
+3
[next]