Skip to content

Commit 351df31

Browse files
committed
Upgrading to astyle 2.05.1
1 parent 88e778f commit 351df31

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

patches/java_includes.patch

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Index: AStyle/build/vs2010/AStyleJava/AStyleJava.vcxproj
22
===================================================================
3-
--- AStyle/build/vs2010/AStyleJava/AStyleJava.vcxproj (revisione 450)
3+
--- AStyle/build/vs2010/AStyleJava/AStyleJava.vcxproj (revisione 471)
44
+++ AStyle/build/vs2010/AStyleJava/AStyleJava.vcxproj (copia locale)
55
@@ -109,7 +109,7 @@
66
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
@@ -58,7 +58,7 @@ Index: AStyle/build/vs2010/AStyleJava/AStyleJava.vcxproj
5858
<RuntimeTypeInfo>false</RuntimeTypeInfo>
5959
Index: AStyle/build/gcc/Makefile
6060
===================================================================
61-
--- AStyle/build/gcc/Makefile (revisione 450)
61+
--- AStyle/build/gcc/Makefile (revisione 471)
6262
+++ AStyle/build/gcc/Makefile (copia locale)
6363
@@ -33,7 +33,7 @@
6464
objdir = obj

patches/java_package_name.patch

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Index: AStyle/src/astyle_main.cpp
22
===================================================================
3-
--- AStyle/src/astyle_main.cpp (revisione 450)
3+
--- AStyle/src/astyle_main.cpp (revisione 471)
44
+++ AStyle/src/astyle_main.cpp (copia locale)
5-
@@ -3538,7 +3538,7 @@
5+
@@ -3550,7 +3550,7 @@
66
// called by a java program to get the version number
77
// the function name is constructed from method names in the calling java program
88
extern "C" EXPORT
@@ -11,7 +11,7 @@ Index: AStyle/src/astyle_main.cpp
1111
{
1212
return env->NewStringUTF(g_version);
1313
}
14-
@@ -3546,7 +3546,7 @@
14+
@@ -3558,7 +3558,7 @@
1515
// called by a java program to format the source code
1616
// the function name is constructed from method names in the calling java program
1717
extern "C" EXPORT
@@ -22,9 +22,9 @@ Index: AStyle/src/astyle_main.cpp
2222
jstring optionsJava)
2323
Index: AStyle/src/astyle_main.h
2424
===================================================================
25-
--- AStyle/src/astyle_main.h (revisione 450)
25+
--- AStyle/src/astyle_main.h (revisione 471)
2626
+++ AStyle/src/astyle_main.h (copia locale)
27-
@@ -421,9 +421,9 @@
27+
@@ -422,9 +422,9 @@
2828
char* STDCALL javaMemoryAlloc(unsigned long memoryNeeded);
2929
// the following function names are constructed from method names in the calling java program
3030
extern "C" EXPORT

setup.bash

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
rm -rf astyle-code
44

5-
svn co svn://svn.code.sf.net/p/astyle/code/tags/2.05 astyle-code
5+
svn co svn://svn.code.sf.net/p/astyle/code/tags/2.05.1 astyle-code
66

77
cd astyle-code
88
for f in `ls ../patches/*.patch` ; do

0 commit comments

Comments
 (0)