[Groonga-commit] pgroonga/pgroonga at 2561627 [master] Rename to more generic name

Back to archive index

Kouhei Sutou null+****@clear*****
Sun Jan 24 11:50:32 JST 2016


Kouhei Sutou	2016-01-24 11:50:32 +0900 (Sun, 24 Jan 2016)

  New Revision: 25616279a7408c131004e983c8588b2c8c01d0af
  https://github.com/pgroonga/pgroonga/commit/25616279a7408c131004e983c8588b2c8c01d0af

  Message:
    Rename to more generic name
    
        pgrn_inspect ->
        pgrn_groonga
             ^^^^^^^

  Modified files:
    CMakeLists.txt
    Makefile
    src/pgrn_options.c
  Renamed files:
    src/pgrn_groonga.c
      (from src/pgrn_inspect.c)
    src/pgrn_groonga.h
      (from src/pgrn_inspect.h)

  Modified: CMakeLists.txt (+1 -1)
===================================================================
--- CMakeLists.txt    2016-01-24 00:20:09 +0900 (1847e32)
+++ CMakeLists.txt    2016-01-24 11:50:32 +0900 (dd8c851)
@@ -49,7 +49,7 @@ link_directories(
 set(PGRN_SOURCES
   "src/pgroonga.c"
   "src/pgrn_global.c"
-  "src/pgrn_inspect.c"
+  "src/pgrn_groonga.c"
   "src/pgrn_options.c"
   "src/pgrn_value.c"
   "src/pgrn_variables.c"

  Modified: Makefile (+1 -1)
===================================================================
--- Makefile    2016-01-24 00:20:09 +0900 (33fdea0)
+++ Makefile    2016-01-24 11:50:32 +0900 (cbecdaa)
@@ -5,7 +5,7 @@ MODULE_big = pgroonga
 SRCS =						\
 	src/pgroonga.c				\
 	src/pgrn_global.c			\
-	src/pgrn_inspect.c			\
+	src/pgrn_groonga.c			\
 	src/pgrn_options.c			\
 	src/pgrn_value.c			\
 	src/pgrn_variables.c			\

  Renamed: src/pgrn_groonga.c (+1 -1) 92%
===================================================================
--- src/pgrn_inspect.c    2016-01-24 00:20:09 +0900 (8f89beb)
+++ src/pgrn_groonga.c    2016-01-24 11:50:32 +0900 (7bed5bd)
@@ -1,7 +1,7 @@
 #include "pgroonga.h"
 
 #include "pgrn_global.h"
-#include "pgrn_inspect.h"
+#include "pgrn_groonga.h"
 
 static grn_ctx *ctx = &PGrnContext;
 

  Renamed: src/pgrn_groonga.h (+0 -0) 100%
===================================================================

  Modified: src/pgrn_options.c (+1 -1)
===================================================================
--- src/pgrn_options.c    2016-01-24 00:20:09 +0900 (0e47db7)
+++ src/pgrn_options.c    2016-01-24 11:50:32 +0900 (24b05b1)
@@ -2,7 +2,7 @@
 
 #include "pgrn_compatible.h"
 #include "pgrn_global.h"
-#include "pgrn_inspect.h"
+#include "pgrn_groonga.h"
 #include "pgrn_options.h"
 #include "pgrn_value.h"
 
-------------- next part --------------
HTML����������������������������...
Télécharger 



More information about the Groonga-commit mailing list
Back to archive index