<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gunmake, branch 3.71.2</title>
<subtitle>GNU make with more features of SunOS make</subtitle>
<id>https://git.pashev.ru/gunmake/atom?h=3.71.2</id>
<link rel='self' href='https://git.pashev.ru/gunmake/atom?h=3.71.2'/>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/gunmake/'/>
<updated>1994-09-09T07:16:54Z</updated>
<entry>
<title>Add HAVE_SYS_SIGLIST and HAVE__SYS_SIGLIST.</title>
<updated>1994-09-09T07:16:54Z</updated>
<author>
<name>Roland McGrath</name>
<email>roland@redhat.com</email>
</author>
<published>1994-09-09T07:16:54Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/gunmake/commit/?id=dc44a790201a437991b9668c31a5c53fae6d97b8'/>
<id>urn:sha1:dc44a790201a437991b9668c31a5c53fae6d97b8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>(Archive Suffix Rules): Remove Next pointer.</title>
<updated>1994-09-09T06:59:08Z</updated>
<author>
<name>Roland McGrath</name>
<email>roland@redhat.com</email>
</author>
<published>1994-09-09T06:59:08Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/gunmake/commit/?id=8ed6e13cfe41933355a698466b56d6a5f8c0c9ae'/>
<id>urn:sha1:8ed6e13cfe41933355a698466b56d6a5f8c0c9ae</id>
<content type='text'>
</content>
</entry>
<entry>
<title>(decode_switches): The non-option return from getopt is 1, not 0.</title>
<updated>1994-09-09T06:45:51Z</updated>
<author>
<name>Roland McGrath</name>
<email>roland@redhat.com</email>
</author>
<published>1994-09-09T06:45:51Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/gunmake/commit/?id=b321e0f535a19264c2c5ce7e5363593f3376ef25'/>
<id>urn:sha1:b321e0f535a19264c2c5ce7e5363593f3376ef25</id>
<content type='text'>
(command_variables): New type and variable.
(decode_switches, decode_env_switches): After making a variable definition,
record the struct variable pointer in the command_variables chain.
(define_makeflags): If ALL, write variable definitions for
command_variables.
</content>
</entry>
<entry>
<title>(other_args): Variable removed.</title>
<updated>1994-09-09T05:37:40Z</updated>
<author>
<name>Roland McGrath</name>
<email>roland@redhat.com</email>
</author>
<published>1994-09-09T05:37:40Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/gunmake/commit/?id=c1433e94956cff151e5ea12950776f4e081f15b6'/>
<id>urn:sha1:c1433e94956cff151e5ea12950776f4e081f15b6</id>
<content type='text'>
(goals, lastgoal): New static variables (moved from auto in main).
(main): Don't process OTHER_ARGS at all.
Don't set variable MAKEOVERRIDES at all; define MAKE to just $(MAKE_COMMAND).
(init_switches): Prepend a - (return in order) instead of a + (require order).
(decode_switches): Don't set OTHER_ARGS at all.
Grok '\0' return from getopt_long as non-option argument; try variable
definition and (if !ENV) enter goal targets here.
(decode_env_switches): Use allocated_variable_expand to store value.
Use find_next_token to simplify word-splitting loop.
Don't prepend a dash to uninterpreted value.
Instead, if split into only one word, try variable definition and failing
that prepend a dash to the word and pass it to decode_switches as a single arg.
</content>
</entry>
<entry>
<title>(notice_finished_file): Only recheck modtimes if FILE-&gt;command_state was</title>
<updated>1994-09-07T07:06:46Z</updated>
<author>
<name>Roland McGrath</name>
<email>roland@redhat.com</email>
</author>
<published>1994-09-07T07:06:46Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/gunmake/commit/?id=e4a94e02106b9ca299ca03c19133b3dc486196ba'/>
<id>urn:sha1:e4a94e02106b9ca299ca03c19133b3dc486196ba</id>
<content type='text'>
cs_running on entry (meaning the commands actually just ran).
(update_file_1): Whenever we set FILE-&gt;update_status, call
notice_finished_file instead of just set_command_state.
</content>
</entry>
<entry>
<title>(start_job_command): Whenever we set CHILD-&gt;file-&gt;update_status, call</title>
<updated>1994-09-07T07:02:23Z</updated>
<author>
<name>Roland McGrath</name>
<email>roland@redhat.com</email>
</author>
<published>1994-09-07T07:02:23Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/gunmake/commit/?id=9e97330bcbbd06fc3a31f4c2398ae27dfb13cc80'/>
<id>urn:sha1:9e97330bcbbd06fc3a31f4c2398ae27dfb13cc80</id>
<content type='text'>
notice_finished_file instead of just set_command_state.
</content>
</entry>
<entry>
<title>(set_command_state): Actually set FILE-&gt;command_state.</title>
<updated>1994-09-07T00:31:13Z</updated>
<author>
<name>Roland McGrath</name>
<email>roland@redhat.com</email>
</author>
<published>1994-09-07T00:31:13Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/gunmake/commit/?id=4969b416b82bc3c920720345086be68296a7bae9'/>
<id>urn:sha1:4969b416b82bc3c920720345086be68296a7bae9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>(set_command_state): Fix typo.</title>
<updated>1994-09-07T00:24:10Z</updated>
<author>
<name>Roland McGrath</name>
<email>roland@redhat.com</email>
</author>
<published>1994-09-07T00:24:10Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/gunmake/commit/?id=0bd0301ae3449502fdda45769b9d833e9f1b6ce6'/>
<id>urn:sha1:0bd0301ae3449502fdda45769b9d833e9f1b6ce6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>(set_command_state): Declare D.</title>
<updated>1994-09-07T00:17:57Z</updated>
<author>
<name>Roland McGrath</name>
<email>roland@redhat.com</email>
</author>
<published>1994-09-07T00:17:57Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/gunmake/commit/?id=ff6efbadf596f933870f05ec2c29e321191841cd'/>
<id>urn:sha1:ff6efbadf596f933870f05ec2c29e321191841cd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add missing ".</title>
<updated>1994-09-07T00:15:23Z</updated>
<author>
<name>Roland McGrath</name>
<email>roland@redhat.com</email>
</author>
<published>1994-09-07T00:15:23Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/gunmake/commit/?id=0b3317d2e1b1b2edd139a8e9f00831728d29bbca'/>
<id>urn:sha1:0b3317d2e1b1b2edd139a8e9f00831728d29bbca</id>
<content type='text'>
</content>
</entry>
</feed>
