From e6061ac46dc1ab64cdb747ce55baf6320bc08866 Mon Sep 17 00:00:00 2001 From: Ivan Maidanski Date: Sat, 24 Sep 2022 12:18:19 +0300 Subject: Adjust naming of Win32/64 and x86/64 words in comments and documentation * ChangeLog: Replace i386 and X86 to x86; replace x86_64 and amd64 to x64; replace "Win32 pthreads" to pthreads-win32; lower case win32s, x86, x64; replace win32 to Win32; replace "MS Windows" to Windows (in documentation and comments). * NT_MAKEFILE: Likewise. * README.md: Likewise. * configure.ac: Likewise. * cord/tests/de_win.c: Likewise. * doc/README.macros: Likewise. * doc/README.solaris2: Likewise. * doc/README.win32: Likewise. * doc/README.win64: Likewise. * doc/debugging.md: Likewise. * doc/leak.md: Likewise. * doc/overview.md: Likewise. * doc/porting.md: Likewise. * extra/msvc_dbg.c: Likewise. * finalize.c: Likewise. * include/gc/cord.h: Likewise. * include/gc/gc.h: Likewise. * include/private/gc_priv.h: Likewise. * include/private/gcconfig.h: Likewise. * include/private/pthread_stop_world.h: Likewise. * mach_dep.c: Likewise. * mark.c: Likewise. * mark_rts.c: Likewise. * misc.c: Likewise. * os_dep.c: Likewise. * tools/threadlibs.c: Likewise. * win32_threads.c: Likewise. * cord/tests/de.c (WIN32): Remove misleading comment. * misc.c (GC_enable_incremental): Change comment about win32s to TODO item. --- cord/tests/de.c | 1 - cord/tests/de_win.c | 4 +--- 2 files changed, 1 insertion(+), 4 deletions(-) (limited to 'cord') diff --git a/cord/tests/de.c b/cord/tests/de.c index b5b21f63..722d41cb 100644 --- a/cord/tests/de.c +++ b/cord/tests/de.c @@ -40,7 +40,6 @@ #if (defined(__BORLANDC__) || defined(__CYGWIN__) || defined(__MINGW32__) \ || defined(__NT__) || defined(_WIN32)) && !defined(WIN32) /* If this is DOS or win16, we'll fail anyway. */ - /* Might as well assume win32. */ # define WIN32 #endif diff --git a/cord/tests/de_win.c b/cord/tests/de_win.c index 3e815292..244d1ed7 100644 --- a/cord/tests/de_win.c +++ b/cord/tests/de_win.c @@ -12,11 +12,9 @@ */ /* - * The MS Windows specific part of de. + * The Windows specific part of de. * This started as the generic Windows application template * but significant parts didn't survive to the final version. - * - * This was written by a nonexpert windows programmer. */ #if defined(__BORLANDC__) || defined(__CYGWIN__) || defined(__MINGW32__) \ || defined(__NT__) || defined(_WIN32) || defined(WIN32) -- cgit v1.2.1