summaryrefslogtreecommitdiff
path: root/core/src
diff options
context:
space:
mode:
authorruki <[email protected]>2016-07-14 08:06:24 +0800
committerruki <[email protected]>2016-07-14 08:06:24 +0800
commit375e6543b6ababe4dd84692456e71886cb857188 (patch)
tree4e972160c722f69f490164064bf87c803e453387 /core/src
parentfdc862e9d63e417307f8e8555bd10dbab36661b9 (diff)
modify title
Diffstat (limited to 'core/src')
-rw-r--r--core/src/xmake/config.h2
-rwxr-xr-xcore/src/xmake/machine.c2
-rwxr-xr-xcore/src/xmake/machine.h2
-rwxr-xr-xcore/src/xmake/os/chdir.c2
-rwxr-xr-xcore/src/xmake/os/cpdir.c2
-rwxr-xr-xcore/src/xmake/os/cpfile.c2
-rwxr-xr-xcore/src/xmake/os/curdir.c2
-rwxr-xr-xcore/src/xmake/os/emptydir.c2
-rwxr-xr-xcore/src/xmake/os/exists.c2
-rwxr-xr-xcore/src/xmake/os/find.c2
-rwxr-xr-xcore/src/xmake/os/getenv.c2
-rwxr-xr-xcore/src/xmake/os/isdir.c2
-rwxr-xr-xcore/src/xmake/os/isfile.c2
-rwxr-xr-xcore/src/xmake/os/mclock.c2
-rwxr-xr-xcore/src/xmake/os/mkdir.c2
-rwxr-xr-xcore/src/xmake/os/mtime.c2
-rw-r--r--core/src/xmake/os/prefix.h2
-rwxr-xr-xcore/src/xmake/os/rename.c2
-rwxr-xr-xcore/src/xmake/os/rmdir.c2
-rwxr-xr-xcore/src/xmake/os/rmfile.c2
-rwxr-xr-xcore/src/xmake/os/setenv.c2
-rwxr-xr-xcore/src/xmake/os/strerror.c2
-rwxr-xr-xcore/src/xmake/os/tmpdir.c2
-rwxr-xr-xcore/src/xmake/path/absolute.c2
-rwxr-xr-xcore/src/xmake/path/is_absolute.c2
-rw-r--r--core/src/xmake/path/prefix.h2
-rwxr-xr-xcore/src/xmake/path/relative.c2
-rwxr-xr-xcore/src/xmake/path/translate.c2
-rwxr-xr-xcore/src/xmake/prefix.h2
-rw-r--r--core/src/xmake/prefix/config.h2
-rw-r--r--core/src/xmake/prefix/prefix.h2
-rwxr-xr-xcore/src/xmake/prefix/version.h2
-rwxr-xr-xcore/src/xmake/process/close.c2
-rwxr-xr-xcore/src/xmake/process/open.c2
-rwxr-xr-xcore/src/xmake/process/openv.c2
-rw-r--r--core/src/xmake/process/prefix.h2
-rwxr-xr-xcore/src/xmake/process/wait.c2
-rwxr-xr-xcore/src/xmake/process/waitlist.c2
-rwxr-xr-xcore/src/xmake/string/endswith.c2
-rw-r--r--core/src/xmake/string/prefix.h2
-rwxr-xr-xcore/src/xmake/string/startswith.c2
-rwxr-xr-xcore/src/xmake/string/strcmp.c2
-rwxr-xr-xcore/src/xmake/xmake.c2
-rwxr-xr-xcore/src/xmake/xmake.h2
44 files changed, 44 insertions, 44 deletions
diff --git a/core/src/xmake/config.h b/core/src/xmake/config.h
index a3e969d86..0fd537444 100644
--- a/core/src/xmake/config.h
+++ b/core/src/xmake/config.h
@@ -1,4 +1,4 @@
-/*!The Automatic Cross-platform Build Tool
+/*!The Make-like Build Utility based on Lua
*
* XMake is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
diff --git a/core/src/xmake/machine.c b/core/src/xmake/machine.c
index 835060fdb..b877eb3c1 100755
--- a/core/src/xmake/machine.c
+++ b/core/src/xmake/machine.c
@@ -1,4 +1,4 @@
-/*!The Automatic Cross-platform Build Tool
+/*!The Make-like Build Utility based on Lua
*
* XMake is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
diff --git a/core/src/xmake/machine.h b/core/src/xmake/machine.h
index 4d6e52afb..09434c329 100755
--- a/core/src/xmake/machine.h
+++ b/core/src/xmake/machine.h
@@ -1,4 +1,4 @@
-/*!The Automatic Cross-platform Build Tool
+/*!The Make-like Build Utility based on Lua
*
* XMake is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
diff --git a/core/src/xmake/os/chdir.c b/core/src/xmake/os/chdir.c
index 78b982519..cb6e2944f 100755
--- a/core/src/xmake/os/chdir.c
+++ b/core/src/xmake/os/chdir.c
@@ -1,4 +1,4 @@
-/*!The Automatic Cross-platform Build Tool
+/*!The Make-like Build Utility based on Lua
*
* XMake is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
diff --git a/core/src/xmake/os/cpdir.c b/core/src/xmake/os/cpdir.c
index e54a5817a..eb63c9003 100755
--- a/core/src/xmake/os/cpdir.c
+++ b/core/src/xmake/os/cpdir.c
@@ -1,4 +1,4 @@
-/*!The Automatic Cross-platform Build Tool
+/*!The Make-like Build Utility based on Lua
*
* XMake is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
diff --git a/core/src/xmake/os/cpfile.c b/core/src/xmake/os/cpfile.c
index abae6147a..649edb212 100755
--- a/core/src/xmake/os/cpfile.c
+++ b/core/src/xmake/os/cpfile.c
@@ -1,4 +1,4 @@
-/*!The Automatic Cross-platform Build Tool
+/*!The Make-like Build Utility based on Lua
*
* XMake is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
diff --git a/core/src/xmake/os/curdir.c b/core/src/xmake/os/curdir.c
index 22bbae4ad..ac875b155 100755
--- a/core/src/xmake/os/curdir.c
+++ b/core/src/xmake/os/curdir.c
@@ -1,4 +1,4 @@
-/*!The Automatic Cross-platform Build Tool
+/*!The Make-like Build Utility based on Lua
*
* XMake is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
diff --git a/core/src/xmake/os/emptydir.c b/core/src/xmake/os/emptydir.c
index 4223ae0f8..44ac1d56b 100755
--- a/core/src/xmake/os/emptydir.c
+++ b/core/src/xmake/os/emptydir.c
@@ -1,4 +1,4 @@
-/*!The Automatic Cross-platform Build Tool
+/*!The Make-like Build Utility based on Lua
*
* XMake is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
diff --git a/core/src/xmake/os/exists.c b/core/src/xmake/os/exists.c
index a4983b7c3..efdc5d3c3 100755
--- a/core/src/xmake/os/exists.c
+++ b/core/src/xmake/os/exists.c
@@ -1,4 +1,4 @@
-/*!The Automatic Cross-platform Build Tool
+/*!The Make-like Build Utility based on Lua
*
* XMake is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
diff --git a/core/src/xmake/os/find.c b/core/src/xmake/os/find.c
index 6072b5d4c..5d41e2ac8 100755
--- a/core/src/xmake/os/find.c
+++ b/core/src/xmake/os/find.c
@@ -1,4 +1,4 @@
-/*!The Automatic Cross-platform Build Tool
+/*!The Make-like Build Utility based on Lua
*
* XMake is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
diff --git a/core/src/xmake/os/getenv.c b/core/src/xmake/os/getenv.c
index ad8c5d1f8..656335791 100755
--- a/core/src/xmake/os/getenv.c
+++ b/core/src/xmake/os/getenv.c
@@ -1,4 +1,4 @@
-/*!The Automatic Cross-platform Build Tool
+/*!The Make-like Build Utility based on Lua
*
* XMake is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
diff --git a/core/src/xmake/os/isdir.c b/core/src/xmake/os/isdir.c
index f6f18c973..1077b93ff 100755
--- a/core/src/xmake/os/isdir.c
+++ b/core/src/xmake/os/isdir.c
@@ -1,4 +1,4 @@
-/*!The Automatic Cross-platform Build Tool
+/*!The Make-like Build Utility based on Lua
*
* XMake is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
diff --git a/core/src/xmake/os/isfile.c b/core/src/xmake/os/isfile.c
index cf37cb40b..f38cba96e 100755
--- a/core/src/xmake/os/isfile.c
+++ b/core/src/xmake/os/isfile.c
@@ -1,4 +1,4 @@
-/*!The Automatic Cross-platform Build Tool
+/*!The Make-like Build Utility based on Lua
*
* XMake is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
diff --git a/core/src/xmake/os/mclock.c b/core/src/xmake/os/mclock.c
index cdff736e9..6c07c1b28 100755
--- a/core/src/xmake/os/mclock.c
+++ b/core/src/xmake/os/mclock.c
@@ -1,4 +1,4 @@
-/*!The Automatic Cross-platform Build Tool
+/*!The Make-like Build Utility based on Lua
*
* XMake is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
diff --git a/core/src/xmake/os/mkdir.c b/core/src/xmake/os/mkdir.c
index dd8407341..169e77ba4 100755
--- a/core/src/xmake/os/mkdir.c
+++ b/core/src/xmake/os/mkdir.c
@@ -1,4 +1,4 @@
-/*!The Automatic Cross-platform Build Tool
+/*!The Make-like Build Utility based on Lua
*
* XMake is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
diff --git a/core/src/xmake/os/mtime.c b/core/src/xmake/os/mtime.c
index fbbd2cfd3..114475741 100755
--- a/core/src/xmake/os/mtime.c
+++ b/core/src/xmake/os/mtime.c
@@ -1,4 +1,4 @@
-/*!The Automatic Cross-platform Build Tool
+/*!The Make-like Build Utility based on Lua
*
* XMake is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
diff --git a/core/src/xmake/os/prefix.h b/core/src/xmake/os/prefix.h
index b1f90b248..4478f935a 100644
--- a/core/src/xmake/os/prefix.h
+++ b/core/src/xmake/os/prefix.h
@@ -1,4 +1,4 @@
-/*!The Automatic Cross-platform Build Tool
+/*!The Make-like Build Utility based on Lua
*
* XMake is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
diff --git a/core/src/xmake/os/rename.c b/core/src/xmake/os/rename.c
index 7190189e8..eb25e4b08 100755
--- a/core/src/xmake/os/rename.c
+++ b/core/src/xmake/os/rename.c
@@ -1,4 +1,4 @@
-/*!The Automatic Cross-platform Build Tool
+/*!The Make-like Build Utility based on Lua
*
* XMake is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
diff --git a/core/src/xmake/os/rmdir.c b/core/src/xmake/os/rmdir.c
index a51c5e097..e08fb5b36 100755
--- a/core/src/xmake/os/rmdir.c
+++ b/core/src/xmake/os/rmdir.c
@@ -1,4 +1,4 @@
-/*!The Automatic Cross-platform Build Tool
+/*!The Make-like Build Utility based on Lua
*
* XMake is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
diff --git a/core/src/xmake/os/rmfile.c b/core/src/xmake/os/rmfile.c
index e872a8c48..5cfacd018 100755
--- a/core/src/xmake/os/rmfile.c
+++ b/core/src/xmake/os/rmfile.c
@@ -1,4 +1,4 @@
-/*!The Automatic Cross-platform Build Tool
+/*!The Make-like Build Utility based on Lua
*
* XMake is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
diff --git a/core/src/xmake/os/setenv.c b/core/src/xmake/os/setenv.c
index 93376abb7..f8aa82360 100755
--- a/core/src/xmake/os/setenv.c
+++ b/core/src/xmake/os/setenv.c
@@ -1,4 +1,4 @@
-/*!The Automatic Cross-platform Build Tool
+/*!The Make-like Build Utility based on Lua
*
* XMake is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
diff --git a/core/src/xmake/os/strerror.c b/core/src/xmake/os/strerror.c
index 54c09ff57..295258a24 100755
--- a/core/src/xmake/os/strerror.c
+++ b/core/src/xmake/os/strerror.c
@@ -1,4 +1,4 @@
-/*!The Automatic Cross-platform Build Tool
+/*!The Make-like Build Utility based on Lua
*
* XMake is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
diff --git a/core/src/xmake/os/tmpdir.c b/core/src/xmake/os/tmpdir.c
index 03b4c94d3..baf863865 100755
--- a/core/src/xmake/os/tmpdir.c
+++ b/core/src/xmake/os/tmpdir.c
@@ -1,4 +1,4 @@
-/*!The Automatic Cross-platform Build Tool
+/*!The Make-like Build Utility based on Lua
*
* XMake is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
diff --git a/core/src/xmake/path/absolute.c b/core/src/xmake/path/absolute.c
index 38f31a329..f0f8517f5 100755
--- a/core/src/xmake/path/absolute.c
+++ b/core/src/xmake/path/absolute.c
@@ -1,4 +1,4 @@
-/*!The Automatic Cross-platform Build Tool
+/*!The Make-like Build Utility based on Lua
*
* XMake is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
diff --git a/core/src/xmake/path/is_absolute.c b/core/src/xmake/path/is_absolute.c
index 1d2c5648e..15bd899cf 100755
--- a/core/src/xmake/path/is_absolute.c
+++ b/core/src/xmake/path/is_absolute.c
@@ -1,4 +1,4 @@
-/*!The Automatic Cross-platform Build Tool
+/*!The Make-like Build Utility based on Lua
*
* XMake is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
diff --git a/core/src/xmake/path/prefix.h b/core/src/xmake/path/prefix.h
index aae1f22cc..f69333b7a 100644
--- a/core/src/xmake/path/prefix.h
+++ b/core/src/xmake/path/prefix.h
@@ -1,4 +1,4 @@
-/*!The Automatic Cross-platform Build Tool
+/*!The Make-like Build Utility based on Lua
*
* XMake is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
diff --git a/core/src/xmake/path/relative.c b/core/src/xmake/path/relative.c
index 1662309ae..84f9441e1 100755
--- a/core/src/xmake/path/relative.c
+++ b/core/src/xmake/path/relative.c
@@ -1,4 +1,4 @@
-/*!The Automatic Cross-platform Build Tool
+/*!The Make-like Build Utility based on Lua
*
* XMake is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
diff --git a/core/src/xmake/path/translate.c b/core/src/xmake/path/translate.c
index fdc2c43b1..6a3300880 100755
--- a/core/src/xmake/path/translate.c
+++ b/core/src/xmake/path/translate.c
@@ -1,4 +1,4 @@
-/*!The Automatic Cross-platform Build Tool
+/*!The Make-like Build Utility based on Lua
*
* XMake is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
diff --git a/core/src/xmake/prefix.h b/core/src/xmake/prefix.h
index 44079dc75..2aad941c0 100755
--- a/core/src/xmake/prefix.h
+++ b/core/src/xmake/prefix.h
@@ -1,4 +1,4 @@
-/*!The Automatic Cross-platform Build Tool
+/*!The Make-like Build Utility based on Lua
*
* XMake is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
diff --git a/core/src/xmake/prefix/config.h b/core/src/xmake/prefix/config.h
index 9da73e533..92fcec433 100644
--- a/core/src/xmake/prefix/config.h
+++ b/core/src/xmake/prefix/config.h
@@ -1,4 +1,4 @@
-/*!The Automatic Cross-platform Build Tool
+/*!The Make-like Build Utility based on Lua
*
* XMake is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
diff --git a/core/src/xmake/prefix/prefix.h b/core/src/xmake/prefix/prefix.h
index 082d468e6..45ca3b1b3 100644
--- a/core/src/xmake/prefix/prefix.h
+++ b/core/src/xmake/prefix/prefix.h
@@ -1,4 +1,4 @@
-/*!The Automatic Cross-platform Build Tool
+/*!The Make-like Build Utility based on Lua
*
* XMake is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
diff --git a/core/src/xmake/prefix/version.h b/core/src/xmake/prefix/version.h
index e7261a2c7..415d8aa9e 100755
--- a/core/src/xmake/prefix/version.h
+++ b/core/src/xmake/prefix/version.h
@@ -1,4 +1,4 @@
-/*!The Automatic Cross-platform Build Tool
+/*!The Make-like Build Utility based on Lua
*
* XMake is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
diff --git a/core/src/xmake/process/close.c b/core/src/xmake/process/close.c
index 97e7bff27..ef8f2c6d2 100755
--- a/core/src/xmake/process/close.c
+++ b/core/src/xmake/process/close.c
@@ -1,4 +1,4 @@
-/*!The Automatic Cross-platform Build Tool
+/*!The Make-like Build Utility based on Lua
*
* XMake is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
diff --git a/core/src/xmake/process/open.c b/core/src/xmake/process/open.c
index 55d4fab0b..e367c4bcd 100755
--- a/core/src/xmake/process/open.c
+++ b/core/src/xmake/process/open.c
@@ -1,4 +1,4 @@
-/*!The Automatic Cross-platform Build Tool
+/*!The Make-like Build Utility based on Lua
*
* XMake is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
diff --git a/core/src/xmake/process/openv.c b/core/src/xmake/process/openv.c
index 692d18754..72343bba8 100755
--- a/core/src/xmake/process/openv.c
+++ b/core/src/xmake/process/openv.c
@@ -1,4 +1,4 @@
-/*!The Automatic Cross-platform Build Tool
+/*!The Make-like Build Utility based on Lua
*
* XMake is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
diff --git a/core/src/xmake/process/prefix.h b/core/src/xmake/process/prefix.h
index 72eac8c62..454e69e71 100644
--- a/core/src/xmake/process/prefix.h
+++ b/core/src/xmake/process/prefix.h
@@ -1,4 +1,4 @@
-/*!The Automatic Cross-platform Build Tool
+/*!The Make-like Build Utility based on Lua
*
* XMake is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
diff --git a/core/src/xmake/process/wait.c b/core/src/xmake/process/wait.c
index e7ff0cbaf..683fe22da 100755
--- a/core/src/xmake/process/wait.c
+++ b/core/src/xmake/process/wait.c
@@ -1,4 +1,4 @@
-/*!The Automatic Cross-platform Build Tool
+/*!The Make-like Build Utility based on Lua
*
* XMake is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
diff --git a/core/src/xmake/process/waitlist.c b/core/src/xmake/process/waitlist.c
index 4e00276d7..7098cc663 100755
--- a/core/src/xmake/process/waitlist.c
+++ b/core/src/xmake/process/waitlist.c
@@ -1,4 +1,4 @@
-/*!The Automatic Cross-platform Build Tool
+/*!The Make-like Build Utility based on Lua
*
* XMake is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
diff --git a/core/src/xmake/string/endswith.c b/core/src/xmake/string/endswith.c
index ec48daf07..95d1e86a4 100755
--- a/core/src/xmake/string/endswith.c
+++ b/core/src/xmake/string/endswith.c
@@ -1,4 +1,4 @@
-/*!The Automatic Cross-platform Build Tool
+/*!The Make-like Build Utility based on Lua
*
* XMake is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
diff --git a/core/src/xmake/string/prefix.h b/core/src/xmake/string/prefix.h
index 498593e00..cca68c444 100644
--- a/core/src/xmake/string/prefix.h
+++ b/core/src/xmake/string/prefix.h
@@ -1,4 +1,4 @@
-/*!The Automatic Cross-platform Build Tool
+/*!The Make-like Build Utility based on Lua
*
* XMake is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
diff --git a/core/src/xmake/string/startswith.c b/core/src/xmake/string/startswith.c
index eb38f5dd1..20f13e6d7 100755
--- a/core/src/xmake/string/startswith.c
+++ b/core/src/xmake/string/startswith.c
@@ -1,4 +1,4 @@
-/*!The Automatic Cross-platform Build Tool
+/*!The Make-like Build Utility based on Lua
*
* XMake is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
diff --git a/core/src/xmake/string/strcmp.c b/core/src/xmake/string/strcmp.c
index e5036360f..7b4a88a37 100755
--- a/core/src/xmake/string/strcmp.c
+++ b/core/src/xmake/string/strcmp.c
@@ -1,4 +1,4 @@
-/*!The Automatic Cross-platform Build Tool
+/*!The Make-like Build Utility based on Lua
*
* XMake is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
diff --git a/core/src/xmake/xmake.c b/core/src/xmake/xmake.c
index 41be44688..49f5aabb3 100755
--- a/core/src/xmake/xmake.c
+++ b/core/src/xmake/xmake.c
@@ -1,4 +1,4 @@
-/*!The Automatic Cross-platform Build Tool
+/*!The Make-like Build Utility based on Lua
*
* XMake is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
diff --git a/core/src/xmake/xmake.h b/core/src/xmake/xmake.h
index be0a79779..7c3bdbfa0 100755
--- a/core/src/xmake/xmake.h
+++ b/core/src/xmake/xmake.h
@@ -1,4 +1,4 @@
-/*!The Automatic Cross-platform Build Tool
+/*!The Make-like Build Utility based on Lua
*
* XMake is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by