FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for src/etc.c - bencode/mruby · GitHub
bencode
/
mruby
Public
forked from
mruby/mruby
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
mruby
src
etc.c
on
master
User selector
Datepicker
Commit history
Commits on Aug 21, 2014
changed to call check_cv_name_str in check_cv_name_sym and adjust indent
honasassa
committed
d94469a
View commit details
Copy full SHA for d94469a
View code at this point
Browse repository at this point
Commits on Aug 6, 2014
Fix a typo in etc.c
bggd
committed
d95f77c
View commit details
Copy full SHA for d95f77c
View code at this point
Browse repository at this point
Commits on Aug 4, 2014
Merge branch 'master' of github.com:mruby/mruby
matz
committed
ea80e82
View commit details
Copy full SHA for ea80e82
View code at this point
Browse repository at this point
Commits on Aug 3, 2014
MSVC: add simple (v)snprintf implementation
Show description for b6e2721
cremno
committed
b6e2721
View commit details
Copy full SHA for b6e2721
View code at this point
Browse repository at this point
rename obsolete mrb_special_const_p to mrb_immediate_p
matz
committed
6aa6e75
View commit details
Copy full SHA for 6aa6e75
View code at this point
Browse repository at this point
add MRB_API modifiers to mruby API functions
matz
committed
206f89e
View commit details
Copy full SHA for 206f89e
View code at this point
Browse repository at this point
Commits on Jul 8, 2014
rename word boxing functions
matz
committed
61bba9a
View commit details
Copy full SHA for 61bba9a
View code at this point
Browse repository at this point
Clean up value.h and mrb_value boxing
AE9RB
authored and
matz
committed
249f05e
View commit details
Copy full SHA for 249f05e
View code at this point
Browse repository at this point
Commits on May 15, 2014
move mrb_irep_remove_lv from etc.c to mruby-bin-strip gem
matz
committed
f0b86f3
View commit details
Copy full SHA for f0b86f3
View code at this point
Browse repository at this point
Support `LVAR` section removing.
take-cheeze
committed
30e0dc7
View commit details
Copy full SHA for 30e0dc7
View code at this point
Browse repository at this point
Commits on Apr 29, 2014
cast intptr_t to mrb_int to pacify compiler warning; close #2148
matz
committed
48e82d7
View commit details
Copy full SHA for 48e82d7
View code at this point
Browse repository at this point
Commits on Apr 17, 2014
Add mrb_regexp_p to check whether mrb_value is Regexp.
take-cheeze
committed
d4a510f
View commit details
Copy full SHA for d4a510f
View code at this point
Browse repository at this point
Commits on Mar 15, 2014
calc hash value directly for strings, symbols and numbers
matz
committed
62505d5
View commit details
Copy full SHA for 62505d5
View code at this point
Browse repository at this point
Commits on Jan 30, 2014
etc.c: small cleanup (delete unused functions)
Show description for d90f52f
cremno
committed
d90f52f
View commit details
Copy full SHA for d90f52f
View code at this point
Browse repository at this point
Commits on Jan 7, 2014
remove superfluous includes
Show description for aa655b9
cremno
committed
aa655b9
View commit details
Copy full SHA for aa655b9
View code at this point
Browse repository at this point
Commits on Nov 27, 2013
float objects in pool are objects when MRB_WORD_BOXING is set
matz
committed
9ac3869
View commit details
Copy full SHA for 9ac3869
View code at this point
Browse repository at this point
Commits on Sep 21, 2013
rename voidp to cptr
matz
committed
3995e7f
View commit details
Copy full SHA for 3995e7f
View code at this point
Browse repository at this point
Commits on Aug 14, 2013
redesign mruby/data.h API; use DATA_PTR() for raw data pointer, DATA_GET_PTR() to type safe retrieval (TypeError will be raised), DATA_CHECK_GET_PTR() to get nil if type mismatched
matz
committed
b225e4c
View commit details
Copy full SHA for b225e4c
View code at this point
Browse repository at this point
Commits on Aug 7, 2013
rename mrb_value_p() to mrb_ptr() since _p means predicate in mruby source
matz
committed
40e6cdc
View commit details
Copy full SHA for 40e6cdc
View code at this point
Browse repository at this point
Commits on Aug 3, 2013
add read barrier to value.p
Show description for 8dc2fa3
nyuichi
committed
8dc2fa3
View commit details
Copy full SHA for 8dc2fa3
View code at this point
Browse repository at this point
Commits on May 26, 2013
Add MRB_WORD_BOXING mode (represent mrb_value as a word)
kimushu
committed
e720782
View commit details
Copy full SHA for e720782
View code at this point
Browse repository at this point
Commits on Apr 29, 2013
rename mrb_to_id to mrb_obj_to_sym since symbol is nothing to do with identifier in mruby
matz
committed
02f843d
View commit details
Copy full SHA for 02f843d
View code at this point
Browse repository at this point
Commits on Apr 3, 2013
rename DATA API: mrb_get_datatype -> mrb_data_get_ptr; mrb_check_datatype -> mrb_data_check_and_get
matz
committed
75f5535
View commit details
Copy full SHA for 75f5535
View code at this point
Browse repository at this point
Commits on Mar 27, 2013
use new mrb_format API from mrb_raisef; its only format specifier is "%S" (stringify) and takes mrb_value; close #1062
matz
committed
18b2683
View commit details
Copy full SHA for 18b2683
View code at this point
Browse repository at this point
Commits on Mar 1, 2013
Merge branch 'pluggable_struct' of https://github.com/mattn/mruby into mattn-pluggable_struct
matz
committed
8d2880b
View commit details
Copy full SHA for 8d2880b
View code at this point
Browse repository at this point
Add typedef to structures that have mrb_ prefix. Use typedef-ed type instead of struct directly.
monaka
committed
e4231a0
View commit details
Copy full SHA for e4231a0
View code at this point
Browse repository at this point
Pluggable Struct
mattn
committed
138ecf4
View commit details
Copy full SHA for 138ecf4
View code at this point
Browse repository at this point
Commits on Feb 23, 2013
Remove commented out code. Remove redundant function calls.
monaka
committed
b833df3
View commit details
Copy full SHA for b833df3
View code at this point
Browse repository at this point
Commits on Feb 18, 2013
remove TT_REGEX and TT_MATCH
matz
committed
59a6d1b
View commit details
Copy full SHA for 59a6d1b
View code at this point
Browse repository at this point
Commits on Feb 14, 2013
Pluggable Regexp
mattn
committed
b1a5146
View commit details
Copy full SHA for b1a5146
View code at this point
Browse repository at this point
Commits on Nov 3, 2012
remove FL_XXX macros
matz
committed
902dd63
View commit details
Copy full SHA for 902dd63
View code at this point
Browse repository at this point
replace SYM2ID() by mrb_symbol()
matz
committed
e429905
View commit details
Copy full SHA for e429905
View code at this point
Browse repository at this point
Commits on Oct 23, 2012
mrb_raisef(): new function. Same as previou version of mrb_raise().
Show description for 6069a33
monaka
committed
6069a33
View commit details
Copy full SHA for 6069a33
View code at this point
Browse repository at this point
Commits on Aug 14, 2012
NaN boxing
matz
committed
7d02df3
View commit details
Copy full SHA for 7d02df3
View code at this point
Browse repository at this point
Commits on Jul 29, 2012
Remove commented out code.
monaka
committed
b2fc62f
View commit details
Copy full SHA for b2fc62f
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL