Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mruby
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Libraries
mruby
Commits
64762fb1
Commit
64762fb1
authored
Aug 16, 2012
by
Yukihiro Matsumoto
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of github.com:mruby/mruby
parents
38c4a317
28961c07
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
314 additions
and
196 deletions
+314
-196
src/sprintf.c
src/sprintf.c
+194
-188
xcode/mruby.xcodeproj/project.pbxproj
xcode/mruby.xcodeproj/project.pbxproj
+6
-8
xcode/mruby.xcodeproj/xcshareddata/xcschemes/Debug mirb.xcscheme
...ruby.xcodeproj/xcshareddata/xcschemes/Debug mirb.xcscheme
+114
-0
No files found.
src/sprintf.c
View file @
64762fb1
This diff is collapsed.
Click to expand it.
xcode/mruby.xcodeproj/project.pbxproj
View file @
64762fb1
...
...
@@ -169,10 +169,10 @@
8844358915772EF0007F95A4
/* typeerror.rb */
=
{
isa
=
PBXFileReference
;
lastKnownFileType
=
text.script.ruby
;
path
=
typeerror.rb
;
sourceTree
=
"<group>"
;
};
8844358F1577301B007F95A4
/* mrbtest */
=
{
isa
=
PBXFileReference
;
explicitFileType
=
"compiled.mach-o.executable"
;
includeInIndex
=
0
;
path
=
mrbtest
;
sourceTree
=
BUILT_PRODUCTS_DIR
;
};
8844359A157730DB007F95A4
/* mrbtest.c */
=
{
isa
=
PBXFileReference
;
lastKnownFileType
=
sourcecode.c.c
;
path
=
mrbtest.c
;
sourceTree
=
"<group>"
;
};
88760A9D1575991600113BFB
/* mrbc */
=
{
isa
=
PBXFileReference
;
lastKnownFileType
=
"compiled.mach-o.executable"
;
name
=
mrbc
;
path
=
b
uild/mrbc
;
sourceTree
=
"<group>"
;
};
88760B1715769BE400113BFB
/* libmruby_core.a */
=
{
isa
=
PBXFileReference
;
explicitFileType
=
archive.ar
;
name
=
libmruby_core.a
;
path
=
build/lib/libmruby_core.a
;
sourceTree
=
"<group>"
;
};
88760A9D1575991600113BFB
/* mrbc */
=
{
isa
=
PBXFileReference
;
lastKnownFileType
=
"compiled.mach-o.executable"
;
name
=
mrbc
;
path
=
b
in/mrbc
;
sourceTree
=
SOURCE_ROOT
;
};
88760B1715769BE400113BFB
/* libmruby_core.a */
=
{
isa
=
PBXFileReference
;
explicitFileType
=
archive.ar
;
name
=
libmruby_core.a
;
path
=
lib/libmruby_core.a
;
sourceTree
=
SOURCE_ROOT
;
};
88760B1C15769CEE00113BFB
/* mrblib.c */
=
{
isa
=
PBXFileReference
;
fileEncoding
=
4
;
lastKnownFileType
=
sourcecode.c.c
;
path
=
mrblib.c
;
sourceTree
=
"<group>"
;
};
88760B1F15769E2D00113BFB
/* libmruby.a */
=
{
isa
=
PBXFileReference
;
explicitFileType
=
archive.ar
;
name
=
libmruby.a
;
path
=
build/lib/libmruby.a
;
sourceTree
=
"<group>"
;
};
88760B1F15769E2D00113BFB
/* libmruby.a */
=
{
isa
=
PBXFileReference
;
explicitFileType
=
archive.ar
;
name
=
libmruby.a
;
path
=
lib/libmruby.a
;
sourceTree
=
SOURCE_ROOT
;
};
88760B2415769E6100113BFB
/* mruby */
=
{
isa
=
PBXFileReference
;
explicitFileType
=
"compiled.mach-o.executable"
;
includeInIndex
=
0
;
path
=
mruby
;
sourceTree
=
BUILT_PRODUCTS_DIR
;
};
88760B3C15769F3000113BFB
/* mirb */
=
{
isa
=
PBXFileReference
;
explicitFileType
=
"compiled.mach-o.executable"
;
includeInIndex
=
0
;
path
=
mirb
;
sourceTree
=
BUILT_PRODUCTS_DIR
;
};
88760B7E1576A33100113BFB
/* mruby_fw-Info.plist */
=
{
isa
=
PBXFileReference
;
lastKnownFileType
=
text.plist.xml
;
path
=
"mruby_fw-Info.plist"
;
sourceTree
=
"<group>"
;
};
...
...
@@ -195,7 +195,6 @@
88BF34E1156C998200F12AC7
/* error.h */
=
{
isa
=
PBXFileReference
;
fileEncoding
=
4
;
lastKnownFileType
=
sourcecode.c.h
;
path
=
error.h
;
sourceTree
=
"<group>"
;
};
88BF34E2156C998200F12AC7
/* etc.c */
=
{
isa
=
PBXFileReference
;
fileEncoding
=
4
;
lastKnownFileType
=
sourcecode.c.c
;
path
=
etc.c
;
sourceTree
=
"<group>"
;
};
88BF34E5156C998200F12AC7
/* gc.c */
=
{
isa
=
PBXFileReference
;
fileEncoding
=
4
;
lastKnownFileType
=
sourcecode.c.c
;
path
=
gc.c
;
sourceTree
=
"<group>"
;
};
88BF34E6156C998200F12AC7
/* gc.h */
=
{
isa
=
PBXFileReference
;
fileEncoding
=
4
;
lastKnownFileType
=
sourcecode.c.h
;
path
=
gc.h
;
sourceTree
=
"<group>"
;
};
88BF34E7156C998200F12AC7
/* hash.c */
=
{
isa
=
PBXFileReference
;
fileEncoding
=
4
;
lastKnownFileType
=
sourcecode.c.c
;
path
=
hash.c
;
sourceTree
=
"<group>"
;
};
88BF34E8156C998200F12AC7
/* init.c */
=
{
isa
=
PBXFileReference
;
fileEncoding
=
4
;
lastKnownFileType
=
sourcecode.c.c
;
path
=
init.c
;
sourceTree
=
"<group>"
;
};
88BF34EA156C998200F12AC7
/* init_ext.c */
=
{
isa
=
PBXFileReference
;
fileEncoding
=
4
;
lastKnownFileType
=
sourcecode.c.c
;
path
=
init_ext.c
;
sourceTree
=
"<group>"
;
};
...
...
@@ -491,7 +490,6 @@
88BF34E1156C998200F12AC7
/* error.h */
,
88BF34E2156C998200F12AC7
/* etc.c */
,
88BF34E5156C998200F12AC7
/* gc.c */
,
88BF34E6156C998200F12AC7
/* gc.h */
,
88BF34E7156C998200F12AC7
/* hash.c */
,
88BF34E8156C998200F12AC7
/* init.c */
,
88BF34EA156C998200F12AC7
/* init_ext.c */
,
...
...
@@ -835,7 +833,7 @@
);
runOnlyForDeploymentPostprocessing
=
0
;
shellPath
=
/bin/sh
;
shellScript
=
"cd ../test\ncat ./assert.rb ./t/*.rb > mrbtest.rbtmp\n../
Xcode/build
/mrbc -Bmrbtest_irep -omrbtest.ctmp mrbtest.rbtmp\ncat init_mrbtest.c mrbtest.ctmp > mrbtest.c"
;
shellScript
=
"cd ../test\ncat ./assert.rb ./t/*.rb > mrbtest.rbtmp\n../
xcode/bin
/mrbc -Bmrbtest_irep -omrbtest.ctmp mrbtest.rbtmp\ncat init_mrbtest.c mrbtest.ctmp > mrbtest.c"
;
};
88760AE015759C3600113BFB
/* ShellScript */
=
{
isa
=
PBXShellScriptBuildPhase
;
...
...
@@ -848,7 +846,7 @@
);
runOnlyForDeploymentPostprocessing
=
0
;
shellPath
=
/bin/sh
;
shellScript
=
"cd ../mrblib\ncat ./*.rb > mrblib.rbtmp\n../
Xcode/build
/mrbc -Bmrblib_irep -omrblib.ctmp mrblib.rbtmp\ncat init_mrblib.c mrblib.ctmp > mrblib.c"
;
shellScript
=
"cd ../mrblib\ncat ./*.rb > mrblib.rbtmp\n../
xcode/bin
/mrbc -Bmrblib_irep -omrblib.ctmp mrblib.rbtmp\ncat init_mrblib.c mrblib.ctmp > mrblib.c"
;
};
88760AE915759F5E00113BFB
/* ShellScript */
=
{
isa
=
PBXShellScriptBuildPhase
;
...
...
@@ -874,7 +872,7 @@
);
runOnlyForDeploymentPostprocessing
=
0
;
shellPath
=
/bin/sh
;
shellScript
=
"cd ../mrblib\ncat ./*.rb > mrblib.rbtmp\n../
Xcode/build
/mrbc -Bmrblib_irep -omrblib.ctmp mrblib.rbtmp\ncat init_mrblib.c mrblib.ctmp > mrblib.c"
;
shellScript
=
"cd ../mrblib\ncat ./*.rb > mrblib.rbtmp\n../
xcode/bin
/mrbc -Bmrblib_irep -omrblib.ctmp mrblib.rbtmp\ncat init_mrblib.c mrblib.ctmp > mrblib.c"
;
};
/* End PBXShellScriptBuildPhase section */
...
...
xcode/mruby.xcodeproj/xcshareddata/xcschemes/Debug mirb.xcscheme
0 → 100644
View file @
64762fb1
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion =
"0440"
version =
"1.3"
>
<BuildAction
parallelizeBuildables =
"YES"
buildImplicitDependencies =
"YES"
>
<BuildActionEntries>
<BuildActionEntry
buildForTesting =
"YES"
buildForRunning =
"YES"
buildForProfiling =
"YES"
buildForArchiving =
"YES"
buildForAnalyzing =
"YES"
>
<BuildableReference
BuildableIdentifier =
"primary"
BlueprintIdentifier =
"88760B2315769E6100113BFB"
BuildableName =
"mruby"
BlueprintName =
"mruby"
ReferencedContainer =
"container:mruby.xcodeproj"
>
</BuildableReference>
</BuildActionEntry>
<BuildActionEntry
buildForTesting =
"YES"
buildForRunning =
"YES"
buildForProfiling =
"YES"
buildForArchiving =
"YES"
buildForAnalyzing =
"YES"
>
<BuildableReference
BuildableIdentifier =
"primary"
BlueprintIdentifier =
"88760B3215769F3000113BFB"
BuildableName =
"mirb"
BlueprintName =
"mirb"
ReferencedContainer =
"container:mruby.xcodeproj"
>
</BuildableReference>
</BuildActionEntry>
<BuildActionEntry
buildForTesting =
"YES"
buildForRunning =
"YES"
buildForProfiling =
"YES"
buildForArchiving =
"YES"
buildForAnalyzing =
"YES"
>
<BuildableReference
BuildableIdentifier =
"primary"
BlueprintIdentifier =
"8844358E1577301B007F95A4"
BuildableName =
"mrbtest"
BlueprintName =
"mrbtest"
ReferencedContainer =
"container:mruby.xcodeproj"
>
</BuildableReference>
</BuildActionEntry>
</BuildActionEntries>
</BuildAction>
<TestAction
selectedDebuggerIdentifier =
"Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier =
"Xcode.DebuggerFoundation.Launcher.LLDB"
shouldUseLaunchSchemeArgsEnv =
"YES"
buildConfiguration =
"Debug"
>
<Testables>
</Testables>
<MacroExpansion>
<BuildableReference
BuildableIdentifier =
"primary"
BlueprintIdentifier =
"88760B2315769E6100113BFB"
BuildableName =
"mruby"
BlueprintName =
"mruby"
ReferencedContainer =
"container:mruby.xcodeproj"
>
</BuildableReference>
</MacroExpansion>
</TestAction>
<LaunchAction
selectedDebuggerIdentifier =
"Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier =
"Xcode.DebuggerFoundation.Launcher.LLDB"
launchStyle =
"0"
useCustomWorkingDirectory =
"NO"
buildConfiguration =
"Debug"
ignoresPersistentStateOnLaunch =
"NO"
debugDocumentVersioning =
"YES"
allowLocationSimulation =
"YES"
>
<BuildableProductRunnable>
<BuildableReference
BuildableIdentifier =
"primary"
BlueprintIdentifier =
"88760B3215769F3000113BFB"
BuildableName =
"mirb"
BlueprintName =
"mirb"
ReferencedContainer =
"container:mruby.xcodeproj"
>
</BuildableReference>
</BuildableProductRunnable>
<AdditionalOptions>
</AdditionalOptions>
</LaunchAction>
<ProfileAction
shouldUseLaunchSchemeArgsEnv =
"YES"
savedToolIdentifier =
""
useCustomWorkingDirectory =
"NO"
buildConfiguration =
"Release"
debugDocumentVersioning =
"YES"
>
<BuildableProductRunnable>
<BuildableReference
BuildableIdentifier =
"primary"
BlueprintIdentifier =
"88760B2315769E6100113BFB"
BuildableName =
"mruby"
BlueprintName =
"mruby"
ReferencedContainer =
"container:mruby.xcodeproj"
>
</BuildableReference>
</BuildableProductRunnable>
</ProfileAction>
<AnalyzeAction
buildConfiguration =
"CLANGDebug"
>
</AnalyzeAction>
<ArchiveAction
buildConfiguration =
"Release"
revealArchiveInOrganizer =
"YES"
>
</ArchiveAction>
</Scheme>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment