Searched hist:1.631 (Results 1 - 25 of 27) sorted by relevance

12

/src/usr.bin/make/unit-tests/
H A Dvarmod-gmtime.exp1.10 Mon Dec 21 21:04:18 GMT 2020 rillig make(1): remove excess newline from parse errors (since 2020-11-01)

For the modifiers :gmtime and :localtime, the excess newline had been
added in var.c 1.631 from 2020-10-31 21:40:20.

For the modifiers :range and :ts, the excess newline had been added in
var.c 1.635 from 2020-11-01 14:36:25.

H A Dvarmod-localtime.exp1.7 Mon Dec 21 21:04:18 GMT 2020 rillig make(1): remove excess newline from parse errors (since 2020-11-01)

For the modifiers :gmtime and :localtime, the excess newline had been
added in var.c 1.631 from 2020-10-31 21:40:20.

For the modifiers :range and :ts, the excess newline had been added in
var.c 1.635 from 2020-11-01 14:36:25.

H A Dvarmod-range.exp1.7 Mon Dec 21 21:04:18 GMT 2020 rillig make(1): remove excess newline from parse errors (since 2020-11-01)

For the modifiers :gmtime and :localtime, the excess newline had been
added in var.c 1.631 from 2020-10-31 21:40:20.

For the modifiers :range and :ts, the excess newline had been added in
var.c 1.635 from 2020-11-01 14:36:25.

H A Dvarmod-to-separator.exp1.6 Mon Dec 21 21:04:18 GMT 2020 rillig make(1): remove excess newline from parse errors (since 2020-11-01)

For the modifiers :gmtime and :localtime, the excess newline had been
added in var.c 1.631 from 2020-10-31 21:40:20.

For the modifiers :range and :ts, the excess newline had been added in
var.c 1.635 from 2020-11-01 14:36:25.

/src/share/man/man4/
H A DMakefile1.631 Sun Nov 20 16:55:18 GMT 2016 macallan branches: 1.631.2;
add driver for Permedia 3 based graphics devices
from Naruaki Etomi, via PR 49518
1.631 Sun Nov 20 16:55:18 GMT 2016 macallan branches: 1.631.2;
add driver for Permedia 3 based graphics devices
from Naruaki Etomi, via PR 49518
/src/sys/dev/usb/
H A Dusbdevs1.631 Fri Nov 02 00:57:57 GMT 2012 jakllsch add (FTDI) MaxStream PKG-U
H A Dusbdevs.h1.631 Thu Mar 14 00:49:33 GMT 2013 nonaka regen
H A Dusbdevs_data.h1.631 Sun Jan 27 01:36:33 GMT 2013 jakllsch regen
/src/usr.bin/make/
H A Dvar.c1.761 Mon Dec 21 21:04:18 GMT 2020 rillig make(1): remove excess newline from parse errors (since 2020-11-01)

For the modifiers :gmtime and :localtime, the excess newline had been
added in var.c 1.631 from 2020-10-31 21:40:20.

For the modifiers :range and :ts, the excess newline had been added in
var.c 1.635 from 2020-11-01 14:36:25.
1.631 Sat Oct 31 21:40:20 GMT 2020 rillig make(1): make parsing of the :gmtime and :localtime modifiers stricter

These variable modifiers accept an optional timestamp in seconds, to
select which date to print. This feature is only used very rarely. The
NetBSD build doesn't use it at all, and the FreeBSD build mainly uses
the plain modifiers :gmtime and :localtime, but not their optional
argument :gmtime=1500000000.

Therefore, this change is not going to affect many builds. Those that
are indeed affected had been wrong all the time anyway.

At parse time, these errors stop the build, as intended. After that,
when the actual shell commands of the targets are expanded and run,
these errors don't stop anything, the build just continues as if nothing
had happened. This is a general problem with Var_Parse, see the many
"handle errors" markers in the code. Another problem is that on parse
errors, parsing continues and spits out spurious strings of the form
"mtime" and "ocaltime". This as well is a general problem with error
handling in make.

ok sjg
H A Dmain.c1.631 Tue Jul 09 19:43:01 GMT 2024 rillig make: error out on parse/evaluation errors in shell commands

The expression ${VAR:X} has an unknown modifier ':X'. Previously, this
expression errored out when the expression was evaluated at parse time,
but not when the expression was evaluated when generating the commands
to bring a target up to date. The errors were previously reported, they
didn't affect the exit status, though.

Now, errors in expressions are handled in the same way, regardless of
the time at which they are evaluated.
H A Dparse.c1.631 Fri Jan 07 20:50:35 GMT 2022 rillig make: merge duplicate variables for the main target

No functional change.
/src/sys/dev/pci/
H A Dpcidevs.h1.631 Mon Jul 05 19:13:17 GMT 2004 mycroft Regen.
H A Dpcidevs_data.h1.631 Sat Jul 17 20:05:03 GMT 2004 mycroft Regen.
H A Dpcidevs1.631 Thu Jul 15 13:09:21 GMT 2004 junyoung Add 3Com 3c920B-EMB-WNM Integrated Fast Ethernet.
/src/usr.bin/xlint/lint1/
H A Dtree.c1.631 Sat Mar 30 17:12:26 GMT 2024 rillig lint: do not convert array subscripts from size_t to ptrdiff_t

The C standards do not specify a fixed type for an array subscript, it
just has to be an integer type. Previously, query 4 fired for the
ubiquitous expression 'ptr[sz]' when sz had type 'size_t'.

The test platform_ilp32_long is unaffected by this change, as the
integer constant 0x80000000 has type 'unsigned int', while size_t is
'unsigned long' on those platforms, and even though the types 'unsigned
int' and 'unsigned long' have the same value space, there's still a
conversion, at least for now.
/src/sys/arch/i386/i386/
H A Dmachdep.c1.631 Mon Apr 28 20:23:24 GMT 2008 martin Remove clause 3 and 4 from TNF licenses
/src/distrib/sets/lists/base/
H A Dshl.mi1.631 Wed Jul 11 22:42:39 GMT 2012 jmmv Update file sets for atf 0.16.

In particular, add entries for the new libatf-c and libatf-c++ shared
libraries. I have followed existing entries to come up with the right
lines to add... but this is quite tricky, so please forgive any fallout
that may follow (and let me know if there is any!).
H A Dmi1.631 Mon Jun 19 15:44:33 GMT 2006 gdamore Initial import of bluetooth stack on behalf of Iain Hibbert. (plunky@,
NetBSD Foundation Membership still pending.) This stack was written by
Iain under sponsorship from Itronix Inc.

The stack includes support for rfcomm networking (networking via your
bluetooth enabled cell phone), hid devices (keyboards/mice), and headsets.

Drivers for both PCMCIA and USB bluetooth controllers are included.
/src/doc/
H A D3RDPARTY1.631 Sat Aug 30 10:54:54 GMT 2008 christos mention new postfix
/src/sys/sys/
H A Dparam.h1.631 Tue Dec 24 15:20:34 GMT 2019 kamil Welcome to NetBSD 9.99.30!

Addition of PT_LWPSTATUS, PT_LWPNEXT with compat32 and core(5) support.
/src/sys/arch/i386/conf/
H A DGENERIC1.631 Wed Sep 08 11:38:22 GMT 2004 jmmv Set valid values for the (commented out) WS_DEFAULT_COLATTR and
WS_DEFAULT_MONOATTR options. This way, if a user blindly uncomments
them, he will not get a build failure. Addresses PR kern/26503.
/src/distrib/sets/lists/man/
H A Dmi1.631 Fri Dec 05 06:30:18 GMT 2003 simonb Add sntp and its man pages.
/src/distrib/sets/lists/tests/
H A Dmi1.631 Wed Jul 01 08:33:31 GMT 2015 ozaki-r Add tests of interface creation/destruction
/src/share/mk/
H A Dbsd.own.mk1.631 Sat Jun 19 03:50:30 GMT 2010 mrg - always install pigz. hooary!
- kill MKPIGZ.
- add MKPIGZGZIP. if it is "no", then only install pigz as pigz. if it is
not "no", don't install mrgzip, install pigz as gzip.

in all cases, the z* scripts.


i don't like the name MKPIGZGZIP so if anyone has a better name, feel free
to replace it. i don't care enough since killing the ugly name is just
more incentive to get pigz doing .bz2, .Z and .z.
/src/sys/conf/
H A Dfiles1.631 Tue Aug 26 19:23:49 GMT 2003 thorpej Duh, remove clock_subr attribute; I am blind today.

Completed in 1460 milliseconds

12