Searched hist:1.520 (Results 1 - 25 of 34) sorted by relevance
| /src/usr.bin/make/unit-tests/ | ||
| H A D | varmod-defined.exp | 1.3 Mon Dec 28 00:46:24 GMT 2020 rillig make(1): replace global preserveUndefined with VARE_KEEP_UNDEF Controlling the expansion of variable expressions using a global variable and a VARE flag was inconsistent. Converting the global variable into a flag had to prerequisites: 1. The unintended duplicate variable assignment had to be fixed, as done in parse.c 1.520 from 2020-12-27. Without this fix, it would have been necessary to add more flags to Var_Exists and Var_SetWithFlags, and this would have become too complex. 2. There had to be a unit test demonstrating that VARE_KEEP_DOLLAR only applies to the top-level expression and is not passed to the subexpressions, while VARE_KEEP_UNDEF applies to all subexpressions as well. This test is in var-op-expand.mk 1.10 from 2020-12-28, at least for the ':@word@' modifier. In ParseModifierPartSubst, VARE_KEEP_UNDEF is not passed down either, in the same way. |
| H A D | varname-dot-shell.exp | 1.9 Mon Dec 28 00:46:24 GMT 2020 rillig make(1): replace global preserveUndefined with VARE_KEEP_UNDEF Controlling the expansion of variable expressions using a global variable and a VARE flag was inconsistent. Converting the global variable into a flag had to prerequisites: 1. The unintended duplicate variable assignment had to be fixed, as done in parse.c 1.520 from 2020-12-27. Without this fix, it would have been necessary to add more flags to Var_Exists and Var_SetWithFlags, and this would have become too complex. 2. There had to be a unit test demonstrating that VARE_KEEP_DOLLAR only applies to the top-level expression and is not passed to the subexpressions, while VARE_KEEP_UNDEF applies to all subexpressions as well. This test is in var-op-expand.mk 1.10 from 2020-12-28, at least for the ':@word@' modifier. In ParseModifierPartSubst, VARE_KEEP_UNDEF is not passed down either, in the same way. |
| H A D | varmod-indirect.exp | 1.7 Mon Dec 28 00:46:24 GMT 2020 rillig make(1): replace global preserveUndefined with VARE_KEEP_UNDEF Controlling the expansion of variable expressions using a global variable and a VARE flag was inconsistent. Converting the global variable into a flag had to prerequisites: 1. The unintended duplicate variable assignment had to be fixed, as done in parse.c 1.520 from 2020-12-27. Without this fix, it would have been necessary to add more flags to Var_Exists and Var_SetWithFlags, and this would have become too complex. 2. There had to be a unit test demonstrating that VARE_KEEP_DOLLAR only applies to the top-level expression and is not passed to the subexpressions, while VARE_KEEP_UNDEF applies to all subexpressions as well. This test is in var-op-expand.mk 1.10 from 2020-12-28, at least for the ':@word@' modifier. In ParseModifierPartSubst, VARE_KEEP_UNDEF is not passed down either, in the same way. |
| /src/usr.bin/make/ | ||
| H A D | main.c | 1.520 Sat Jan 30 21:25:10 GMT 2021 rillig make(1): inline Buf_Len 1.506 Mon Dec 28 00:46:24 GMT 2020 rillig make(1): replace global preserveUndefined with VARE_KEEP_UNDEF Controlling the expansion of variable expressions using a global variable and a VARE flag was inconsistent. Converting the global variable into a flag had to prerequisites: 1. The unintended duplicate variable assignment had to be fixed, as done in parse.c 1.520 from 2020-12-27. Without this fix, it would have been necessary to add more flags to Var_Exists and Var_SetWithFlags, and this would have become too complex. 2. There had to be a unit test demonstrating that VARE_KEEP_DOLLAR only applies to the top-level expression and is not passed to the subexpressions, while VARE_KEEP_UNDEF applies to all subexpressions as well. This test is in var-op-expand.mk 1.10 from 2020-12-28, at least for the ':@word@' modifier. In ParseModifierPartSubst, VARE_KEEP_UNDEF is not passed down either, in the same way. |
| H A D | parse.c | 1.521 Mon Dec 28 00:46:24 GMT 2020 rillig make(1): replace global preserveUndefined with VARE_KEEP_UNDEF Controlling the expansion of variable expressions using a global variable and a VARE flag was inconsistent. Converting the global variable into a flag had to prerequisites: 1. The unintended duplicate variable assignment had to be fixed, as done in parse.c 1.520 from 2020-12-27. Without this fix, it would have been necessary to add more flags to Var_Exists and Var_SetWithFlags, and this would have become too complex. 2. There had to be a unit test demonstrating that VARE_KEEP_DOLLAR only applies to the top-level expression and is not passed to the subexpressions, while VARE_KEEP_UNDEF applies to all subexpressions as well. This test is in var-op-expand.mk 1.10 from 2020-12-28, at least for the ':@word@' modifier. In ParseModifierPartSubst, VARE_KEEP_UNDEF is not passed down either, in the same way. 1.520 Sun Dec 27 22:29:37 GMT 2020 rillig make(1): fix edge case in := with undefined in variable name Previously, the assignment "VAR${UNDEF} := value" actually assigned to 2 variables. See var-op-expand.mk for details. |
| H A D | make.h | 1.240 Mon Dec 28 00:46:24 GMT 2020 rillig make(1): replace global preserveUndefined with VARE_KEEP_UNDEF Controlling the expansion of variable expressions using a global variable and a VARE flag was inconsistent. Converting the global variable into a flag had to prerequisites: 1. The unintended duplicate variable assignment had to be fixed, as done in parse.c 1.520 from 2020-12-27. Without this fix, it would have been necessary to add more flags to Var_Exists and Var_SetWithFlags, and this would have become too complex. 2. There had to be a unit test demonstrating that VARE_KEEP_DOLLAR only applies to the top-level expression and is not passed to the subexpressions, while VARE_KEEP_UNDEF applies to all subexpressions as well. This test is in var-op-expand.mk 1.10 from 2020-12-28, at least for the ':@word@' modifier. In ParseModifierPartSubst, VARE_KEEP_UNDEF is not passed down either, in the same way. |
| H A D | var.c | 1.774 Mon Dec 28 00:46:24 GMT 2020 rillig make(1): replace global preserveUndefined with VARE_KEEP_UNDEF Controlling the expansion of variable expressions using a global variable and a VARE flag was inconsistent. Converting the global variable into a flag had to prerequisites: 1. The unintended duplicate variable assignment had to be fixed, as done in parse.c 1.520 from 2020-12-27. Without this fix, it would have been necessary to add more flags to Var_Exists and Var_SetWithFlags, and this would have become too complex. 2. There had to be a unit test demonstrating that VARE_KEEP_DOLLAR only applies to the top-level expression and is not passed to the subexpressions, while VARE_KEEP_UNDEF applies to all subexpressions as well. This test is in var-op-expand.mk 1.10 from 2020-12-28, at least for the ':@word@' modifier. In ParseModifierPartSubst, VARE_KEEP_UNDEF is not passed down either, in the same way. 1.520 Mon Sep 14 07:04:56 GMT 2020 rillig make(1): don't require nested variables to be defined in conditions This code only applies to lint mode (-dL) for now. After a test phase and a thorough check for possible side effects, it will be activated in normal mode, too. Having this code in lint mode is required to run src/build.sh, which relies a lot on using variables with undefined nested variables in conditions. In the default mode, any errors about nested undefined variables are not printed since in Var_Subst, oldVars is true. Therefore, it is not urgent to properly handle these nested variables correctly there. |
| /src/sys/arch/i386/conf/ | ||
| H A D | ALL | 1.520 Tue Jul 16 00:01:19 GMT 2024 riastradh viocon(4): Add to various kernel configs. |
| /src/distrib/notes/common/ | ||
| H A D | main | 1.520 Tue May 19 19:30:27 GMT 2015 snj - update upgrade issues: + ARM ABI change + new users + new groups - add modules set where missing - formatting improvements - note that rtsol{,d} will be gone in the future - fix raw partition info - update sparc64 hardware support - remove note about sparc SMP support being broken - update some size requirements (still lots of ancient bogus RAM minimums lingering -- HI PORTMASTERS!) - various other minor content modernization - whitespace fixes |
| /src/share/man/man4/ | ||
| H A D | options.4 | 1.520 Wed Oct 06 05:25:53 GMT 2021 msaitoh Update the description of the NMBCLUSTERS. Add NMBCLUSTERS_MAX. |
| H A D | Makefile | 1.520 Tue Jun 29 14:10:04 GMT 2010 kefren add mpls(4) manpage created with great help from wiz@ |
| /src/sys/dev/usb/ | ||
| H A D | usbdevs | 1.520 Thu Nov 20 10:50:42 GMT 2008 jnemeth PR/39971 - SHIMAOKA Shunsuke -- Recognize Corega CG-USBRS232R as a serial device. |
| H A D | usbdevs.h | 1.520 Tue Apr 21 16:36:06 GMT 2009 cube Regen. |
| H A D | usbdevs_data.h | 1.520 Tue Apr 21 16:24:37 GMT 2009 taca Regen. |
| /src/usr.bin/xlint/lint1/ | ||
| H A D | cgram.y | 1.520 Wed Mar 05 22:48:59 GMT 2025 rillig tests/lint: demonstrate missing warning about non-prototype |
| H A D | tree.c | 1.520 Tue May 09 15:45:06 GMT 2023 rillig lint: preserve integer constraints on cast |
| /src/sys/kern/ | ||
| H A D | init_main.c | 1.520 Sat Feb 15 18:12:15 GMT 2020 ad - Move the LW_RUNNING flag back into l_pflag: updating l_flag without lock in softint_dispatch() is risky. May help with the "softint screwup" panic. - Correct the memory barriers around zombies switching into oblivion. |
| H A D | kern_exec.c | 1.520 Wed Oct 04 22:17:09 GMT 2023 ad kauth_cred_hold(): return cred verbatim so that donating a reference to another data structure can be done more elegantly. |
| /src/sys/net/ | ||
| H A D | if.c | 1.520 Sun Aug 21 00:34:39 GMT 2022 skrll Sprinkle more const. NFC. |
| /src/sys/arch/amd64/conf/ | ||
| H A D | GENERIC | 1.520 Fri Mar 01 00:25:09 GMT 2019 nonaka fix typo. pointed out by pgoyette@n.o. |
| /src/sys/dev/pci/ | ||
| H A D | pcidevs.h | 1.520 Sat Mar 29 20:56:54 GMT 2003 jdc Regenerate. (Add support for USRobotics Wireless Access PCI adapter (model 132415).) |
| H A D | pcidevs_data.h | 1.520 Sat Apr 05 16:43:47 GMT 2003 lha Regenerate. (add Radeon Mobility M7 LW (AGP)) |
| /src/sys/arch/i386/i386/ | ||
| H A D | machdep.c | 1.520 Wed Apr 16 19:07:34 GMT 2003 dsl Don't set the RTC to kernel time during shutdown. This stops the system RTC drifting if any hardclock ticks were missed (eg if the system spent any time at the kdb prompt). The RTC is set whenever the system clock is set, so setting at shutdown is unnecessary. |
| /src/distrib/sets/lists/base/ | ||
| H A D | shl.mi | 1.520 Fri Feb 05 22:07:14 GMT 2010 pooka add rumpnet_net80211 to lists |
| /src/doc/ | ||
| H A D | 3RDPARTY | 1.520 Fri Apr 06 15:48:13 GMT 2007 xtraeme Postfix 2.4.0 is out. |
Completed in 1136 milliseconds