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
/
read.c
Age
Commit message (
Expand
)
Author
Files
Lines
2005-06-25
Fix Savannah bug # 13478. If -L is given, take the latest mtime for a
Paul Smith
1
-3
/
+0
2005-06-25
Fix Savannah bug #1454: skip over semicolons (and comments) inside variable
Paul Smith
1
-18
/
+77
2005-05-13
Implement new "if... else if... endif" semantics.
Paul Smith
1
-76
/
+119
2005-05-03
Fix problems with losing tokens in the jobserver, reported by Grant
Paul Smith
1
-13
/
+10
2005-04-13
Fix performance degradation introduced by the second expansion feature.
Paul Smith
1
-27
/
+38
2005-04-08
Fix some Savannah bugs.
Paul Smith
1
-0
/
+2
2005-03-09
Fixed Savannah bug #12266.
Boris Kolpackov
1
-2
/
+2
2005-03-03
Fixed stem termination and stem triple-expansion bugs.
Boris Kolpackov
1
-19
/
+4
2005-03-01
Fixed Savannah bug #12180.
Boris Kolpackov
1
-1
/
+1
2005-02-28
* New feature: -L option
Paul Smith
1
-1
/
+8
2005-02-27
Implementation of the .DEFAULT_TARGET special variable.
Boris Kolpackov
1
-41
/
+86
2005-02-27
Implementation of the second expansion in explicit
Boris Kolpackov
1
-171
/
+87
2004-10-05
Moved expansion of simple pattern-specific variables from the rebuild stage
Boris Kolpackov
1
-1
/
+6
2004-09-21
Some code cleanups and efficiency enhancements. As far as I can tell
Paul Smith
1
-32
/
+28
2004-09-21
Fix some bugs in variable pattern substitution (e.g. $(VAR:A=B)),
Paul Smith
1
-2
/
+2
2004-05-16
Various enhancements
Paul Smith
1
-5
/
+3
2004-03-22
Numerous updates and bug fixes.
Paul Smith
1
-1
/
+1
2004-01-21
Many bug fixes etc.
Paul Smith
1
-21
/
+24
2003-05-02
- Fix bug #1405: allow multiple pattern-specific variables to match a target.
Paul Smith
1
-16
/
+20
2003-03-24
Add support for OS/2, contributed by Andreas Buening <andreas.buening@nexgo.de>
Paul Smith
1
-4
/
+8
2003-01-30
Fix bug #2238: the read.c:eval() function was not entirely reentrant.
Paul Smith
1
-7
/
+11
2003-01-30
Portability fix for glob.h building in FreeBSD ports system.
Paul Smith
1
-4
/
+10
2002-10-25
Fix eval bugs 1516 and 1517.
Paul Smith
1
-17
/
+38
2002-10-14
Convert the source code to use ANSI C style function definitions and
Paul Smith
1
-75
/
+27
2002-10-13
Fix bug#1379: don't use alloca() where it could overrun the stack size.
Paul Smith
1
-9
/
+22
2002-10-05
Fix core dump on malformed variable line (Debian bug #81656)
Paul Smith
1
-10
/
+13
2002-10-04
Fix K&R-isms found on SunOS 4.1.4 builds.
Paul Smith
1
-4
/
+8
2002-09-23
Fix a bug handling target/prerequisite names containing comment
Paul Smith
1
-7
/
+1
2002-09-18
Fix a bug exporting/unexporting multiple variables in one command.
Paul Smith
1
-25
/
+20
2002-09-17
Fix bug #940 (from the Savannah bug tracker): make sure that target-
Paul Smith
1
-2
/
+10
2002-09-10
Add support for broken SA_RESTART on PTX.
Paul Smith
1
-6
/
+37
2002-08-10
Update to a new version of automake and gettext.
Paul Smith
1
-20
/
+20
2002-08-08
Incorporate some VMS fixes.
Paul Smith
1
-2
/
+9
2002-07-11
Install Greg McGary's patches to port the id-utils hashing functions to
Paul Smith
1
-77
/
+113
2002-07-10
Implement SysV-style $$@ support. I looked at E.Parmelan's patch but
Paul Smith
1
-7
/
+122
2002-07-09
Documentation and tests for order-only prerequisites.
Paul Smith
1
-2
/
+9
2002-07-08
Various cleanups reported by people using the alpha release.
Paul Smith
1
-4
/
+29
2002-07-08
Major updates in preparation for 3.80.
Paul Smith
1
-579
/
+739
2001-06-01
Fix for EINTR problems when using jobserver.
Paul Smith
1
-2
/
+5
2000-11-17
* Fix FAT handling on Windows to match the DJGPP port's FAT handling.
Paul Smith
1
-22
/
+14
2000-06-22
* Fix PR/1709.
Paul Smith
1
-1
/
+10
2000-06-07
* Lots of bug fixes and cleanup; new i18n files, etc.
Paul Smith
1
-16
/
+16
2000-04-05
* Some final cleanups, and release 3.79.
3.79
Paul Smith
1
-2
/
+1
2000-03-27
* Handle case of empty static pattern rule prerequisites.
Paul Smith
1
-6
/
+19
2000-02-09
* Fix backslash-escape in targets.
3.78.91
Paul Smith
1
-1
/
+1
2000-02-05
* Fix PR/1407.
Paul Smith
1
-5
/
+6
1999-11-27
* Update debugging to use string flags instead of integers.
Paul Smith
1
-1
/
+1
1999-11-22
* Add new debugging output level selection feature.
Paul Smith
1
-3
/
+3
1999-11-17
* Many cleanups and bugfixes.
Paul Smith
1
-4
/
+7
1999-10-15
* Fix PR/1394.
Paul Smith
1
-29
/
+31
[prev]
[next]