File tree 3 files changed +8
-8
lines changed
3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
1
Index: AStyle/build/vs2010/AStyleJava/AStyleJava.vcxproj
2
2
===================================================================
3
- --- AStyle/build/vs2010/AStyleJava/AStyleJava.vcxproj (revisione 450 )
3
+ --- AStyle/build/vs2010/AStyleJava/AStyleJava.vcxproj (revisione 471 )
4
4
+++ AStyle/build/vs2010/AStyleJava/AStyleJava.vcxproj (copia locale)
5
5
@@ -109,7 +109,7 @@
6
6
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
@@ -58,7 +58,7 @@ Index: AStyle/build/vs2010/AStyleJava/AStyleJava.vcxproj
58
58
<RuntimeTypeInfo>false</RuntimeTypeInfo>
59
59
Index: AStyle/build/gcc/Makefile
60
60
===================================================================
61
- --- AStyle/build/gcc/Makefile (revisione 450 )
61
+ --- AStyle/build/gcc/Makefile (revisione 471 )
62
62
+++ AStyle/build/gcc/Makefile (copia locale)
63
63
@@ -33,7 +33,7 @@
64
64
objdir = obj
Original file line number Diff line number Diff line change 1
1
Index: AStyle/src/astyle_main.cpp
2
2
===================================================================
3
- --- AStyle/src/astyle_main.cpp (revisione 450 )
3
+ --- AStyle/src/astyle_main.cpp (revisione 471 )
4
4
+++ AStyle/src/astyle_main.cpp (copia locale)
5
- @@ -3538 ,7 +3538 ,7 @@
5
+ @@ -3550 ,7 +3550 ,7 @@
6
6
// called by a java program to get the version number
7
7
// the function name is constructed from method names in the calling java program
8
8
extern "C" EXPORT
@@ -11,7 +11,7 @@ Index: AStyle/src/astyle_main.cpp
11
11
{
12
12
return env->NewStringUTF(g_version);
13
13
}
14
- @@ -3546 ,7 +3546 ,7 @@
14
+ @@ -3558 ,7 +3558 ,7 @@
15
15
// called by a java program to format the source code
16
16
// the function name is constructed from method names in the calling java program
17
17
extern "C" EXPORT
@@ -22,9 +22,9 @@ Index: AStyle/src/astyle_main.cpp
22
22
jstring optionsJava)
23
23
Index: AStyle/src/astyle_main.h
24
24
===================================================================
25
- --- AStyle/src/astyle_main.h (revisione 450 )
25
+ --- AStyle/src/astyle_main.h (revisione 471 )
26
26
+++ AStyle/src/astyle_main.h (copia locale)
27
- @@ -421 ,9 +421 ,9 @@
27
+ @@ -422 ,9 +422 ,9 @@
28
28
char* STDCALL javaMemoryAlloc(unsigned long memoryNeeded);
29
29
// the following function names are constructed from method names in the calling java program
30
30
extern "C" EXPORT
Original file line number Diff line number Diff line change 2
2
3
3
rm -rf astyle-code
4
4
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
6
6
7
7
cd astyle-code
8
8
for f in ` ls ../patches/* .patch` ; do
You can’t perform that action at this time.
0 commit comments