Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/misc Add RAII (resource acquisition is initialization).



details:   https://anonhg.NetBSD.org/src/rev/f07e1781be0b
branches:  trunk
changeset: 373797:f07e1781be0b
user:      fcambus <fcambus%NetBSD.org@localhost>
date:      Wed Mar 01 11:12:56 2023 +0000

description:
Add RAII (resource acquisition is initialization).

diffstat:

 share/misc/acronyms.comp |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r b82042d9a65e -r f07e1781be0b share/misc/acronyms.comp
--- a/share/misc/acronyms.comp  Wed Mar 01 11:08:03 2023 +0000
+++ b/share/misc/acronyms.comp  Wed Mar 01 11:12:56 2023 +0000
@@ -1,4 +1,4 @@
-$NetBSD: acronyms.comp,v 1.341 2023/03/01 11:08:03 fcambus Exp $
+$NetBSD: acronyms.comp,v 1.342 2023/03/01 11:12:56 fcambus Exp $
 3WHS   three-way handshake
 8VSB   8-state vestigial side band modulation
 AA     anti-aliasing
@@ -1329,6 +1329,7 @@
 RAD    rapid application development
 RADIUS remote authentication dial-in user service
 RAID   redundant array of {independent,inexpensive} disks
+RAII   resource acquisition is initialization
 RAM    random access memory
 RAS    reliability, availability and serviceability
 RAS    remote access service



Home | Main Index | Thread Index | Old Index