]> granicus.if.org Git - graphviz/commitdiff
rename vmbest.c to vmalloc.c
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 17 Jul 2021 00:20:20 +0000 (17:20 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sun, 18 Jul 2021 22:13:34 +0000 (15:13 -0700)
With the best* functions gone, it does not make sense to leave the
implementation in a file called vmbest.c

lib/vmalloc/CMakeLists.txt
lib/vmalloc/Makefile.am
lib/vmalloc/test.c
lib/vmalloc/vmalloc.c [moved from lib/vmalloc/vmbest.c with 100% similarity]
lib/vmalloc/vmalloc.vcxproj
lib/vmalloc/vmalloc.vcxproj.filters

index 917c3642bb131048ba77df0a80717487b3a1e7b8..1c7ac78d150536f5c67c30418be071b7a2a547b5 100644 (file)
@@ -4,7 +4,7 @@ add_library(vmalloc STATIC
     vmhdr.h
 
     # Source files
-    vmbest.c
+    vmalloc.c
     vmclear.c
     vmclose.c
     vmopen.c
index 6575c2aa9e795a66dd2b30ff4615dd38674ffec6..76338eb3d29c8423b85dd51e8f96862686025684 100644 (file)
@@ -5,7 +5,7 @@ AM_CPPFLAGS = -I$(top_srcdir)/lib
 noinst_HEADERS = vmalloc.h vmhdr.h
 noinst_LTLIBRARIES = libvmalloc_C.la
 
-libvmalloc_C_la_SOURCES = vmbest.c vmclear.c vmclose.c \
+libvmalloc_C_la_SOURCES = vmalloc.c vmclear.c vmclose.c \
        vmopen.c \
        vmstrdup.c
 
index 8c8c269a7f153508f869dcced32d7272818f4abb..df683d9c4bae2604f28d2f8d586aaa64fa133d61 100644 (file)
@@ -13,7 +13,7 @@
 // include vmalloc and some of its internals directly so we can call them
 #include <vmalloc/vmhdr.h>
 #include <vmalloc/vmalloc.h>
-#include <vmalloc/vmbest.c>
+#include <vmalloc/vmalloc.c>
 #include <vmalloc/vmclear.c>
 #include <vmalloc/vmclose.c>
 #include <vmalloc/vmopen.c>
similarity index 100%
rename from lib/vmalloc/vmbest.c
rename to lib/vmalloc/vmalloc.c
index 60c41cbb0901442ef087ff105026a3f9bc243708..a6de3ed50ca87508536922cbb99cbfa98681fabf 100644 (file)
@@ -96,7 +96,7 @@
     <ClInclude Include="vmhdr.h" />
   </ItemGroup>
   <ItemGroup>
-    <ClCompile Include="vmbest.c" />
+    <ClCompile Include="vmalloc.c" />
     <ClCompile Include="vmclear.c" />
     <ClCompile Include="vmclose.c" />
     <ClCompile Include="vmopen.c" />
index ef5eee1c5d2ab67508af0997024bd4df276d8215..09c386f8cdbac285a43f0918d530877def46c1f8 100644 (file)
@@ -23,7 +23,7 @@
     </ClInclude>
   </ItemGroup>
   <ItemGroup>
-    <ClCompile Include="vmbest.c">
+    <ClCompile Include="vmalloc.c">
       <Filter>Source Files</Filter>
     </ClCompile>
     <ClCompile Include="vmclear.c">