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
2d335dae
Commit
2d335dae
authored
Sep 28, 2016
by
Yukihiro "Matz" Matsumoto
Committed by
GitHub
Sep 28, 2016
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #3218 from nobu/trailing-space
Removed trailing spaces
parents
9d3167ca
6511bfd7
Changes
20
Show whitespace changes
Inline
Side-by-side
Showing
20 changed files
with
82 additions
and
82 deletions
+82
-82
doc/limitations.md
doc/limitations.md
+1
-1
examples/targets/build_config_IntelEdison.rb
examples/targets/build_config_IntelEdison.rb
+4
-4
include/mruby.h
include/mruby.h
+39
-39
include/mruby/string.h
include/mruby/string.h
+8
-8
mrbgems/mruby-bin-debugger/bintest/mrdb.rb
mrbgems/mruby-bin-debugger/bintest/mrdb.rb
+1
-1
mrbgems/mruby-bin-debugger/bintest/print.rb
mrbgems/mruby-bin-debugger/bintest/print.rb
+1
-1
mrbgems/mruby-bin-debugger/tools/mrdb/apibreak.c
mrbgems/mruby-bin-debugger/tools/mrdb/apibreak.c
+9
-9
mrbgems/mruby-bin-debugger/tools/mrdb/cmdrun.c
mrbgems/mruby-bin-debugger/tools/mrdb/cmdrun.c
+1
-1
mrbgems/mruby-bin-debugger/tools/mrdb/mrdb.c
mrbgems/mruby-bin-debugger/tools/mrdb/mrdb.c
+6
-6
mrbgems/mruby-compiler/core/parse.y
mrbgems/mruby-compiler/core/parse.y
+1
-1
mrbgems/mruby-error/test/exception.rb
mrbgems/mruby-error/test/exception.rb
+1
-1
mrbgems/mruby-kernel-ext/src/kernel.c
mrbgems/mruby-kernel-ext/src/kernel.c
+1
-1
mrbgems/mruby-random/src/mt19937ar.h
mrbgems/mruby-random/src/mt19937ar.h
+1
-1
mrbgems/mruby-string-ext/mrblib/string.rb
mrbgems/mruby-string-ext/mrblib/string.rb
+1
-1
mrblib/hash.rb
mrblib/hash.rb
+1
-1
src/fmt_fp.c
src/fmt_fp.c
+2
-2
src/gc.c
src/gc.c
+1
-1
src/load.c
src/load.c
+1
-1
src/numeric.c
src/numeric.c
+1
-1
tasks/mrbgem_spec.rake
tasks/mrbgem_spec.rake
+1
-1
No files found.
doc/limitations.md
View file @
2d335dae
examples/targets/build_config_IntelEdison.rb
View file @
2d335dae
include/mruby.h
View file @
2d335dae
include/mruby/string.h
View file @
2d335dae
mrbgems/mruby-bin-debugger/bintest/mrdb.rb
View file @
2d335dae
mrbgems/mruby-bin-debugger/bintest/print.rb
View file @
2d335dae
mrbgems/mruby-bin-debugger/tools/mrdb/apibreak.c
View file @
2d335dae
mrbgems/mruby-bin-debugger/tools/mrdb/cmdrun.c
View file @
2d335dae
mrbgems/mruby-bin-debugger/tools/mrdb/mrdb.c
View file @
2d335dae
mrbgems/mruby-compiler/core/parse.y
View file @
2d335dae
mrbgems/mruby-error/test/exception.rb
View file @
2d335dae
mrbgems/mruby-kernel-ext/src/kernel.c
View file @
2d335dae
mrbgems/mruby-random/src/mt19937ar.h
View file @
2d335dae
mrbgems/mruby-string-ext/mrblib/string.rb
View file @
2d335dae
mrblib/hash.rb
View file @
2d335dae
src/fmt_fp.c
View file @
2d335dae
src/gc.c
View file @
2d335dae
src/load.c
View file @
2d335dae
src/numeric.c
View file @
2d335dae
tasks/mrbgem_spec.rake
View file @
2d335dae
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