index
:
delta/ruby.git
5a1dfb04bc2
KEIJU
KOSAKO
RUBY
SER
SHIGEO
SPCOLTRIN
baserock/GENIVI/G-1.2
baserock/liw/sam/chef
baserock/morph/ruby_1_8_7
baserock/morph/ruby_1_9_3
baserock/ps/proto-web-system
baserock/ruby_1_9_3
baserock/ruby_2_0_0
baserock/ruby_2_1
baserock/v1_9_3_194-bootstrap
bundler
c65f10304f
copy_file_range_bug
dependabot/bundler/spec/mspec/rake-12.3.3
half-baked-1.9
master
matzruby
maximecb-patch-1
maximecb-patch-2
mvm
new_gc
revert-2779-news-for-module-name
rexml_adds_tests
ricsin
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_m17n
scheduler-process-wait
testunit
thread_inspect
trunk
unlabeled-1.1.1
unlabeled-1.39.2
v1_0r
v1_1dev
v1_1r
win32-unicode-test
yuki24-patch-1
github.com: ruby/ruby.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
re.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
* re.c (reg_operand): Simplify and reuse error handling [Bug #7539]
marcandre
2013-01-29
1
-6
/
+1
*
[rdoc] expalin kcode argument of Regexp.new
naruse
2013-01-13
1
-3
/
+4
*
adjust style
nobu
2012-12-29
1
-2
/
+2
*
* re.c (rb_reg_eqq): doc: #=== is not a synonym for #=~, added example
zzak
2012-12-23
1
-3
/
+6
*
Apply performance improvement to short byte array search.
knu
2012-11-22
1
-0
/
+3
*
* re.c (rb_memsearch_ss): performance improvement by using memmem(3) if
glass
2012-11-13
1
-0
/
+13
*
* re.c (rb_memsearch): performance improvement by using memchr().
glass
2012-11-08
1
-6
/
+6
*
* include/ruby/ruby.h: add C APIs.
nari
2012-10-20
1
-4
/
+2
*
* re.c (rb_reg_initialize_m): Forgot to update output for or'd-options
drbrain
2012-08-20
1
-4
/
+4
*
* re.c (rb_reg_initialize_m): Update example to show that regexp
drbrain
2012-08-20
1
-11
/
+12
*
* re.c (rb_reg_s_last_match): Update $~ to reference Regexp
drbrain
2012-07-24
1
-7
/
+9
*
obj_init_copy
nobu
2012-06-05
1
-10
/
+2
*
use RB_TYPE_P() instead of comparison of TYPE()
nobu
2012-05-23
1
-1
/
+1
*
* re.c (rb_reg_equal): Removed incorrect example for Regexp#== with
drbrain
2012-05-08
1
-1
/
+1
*
* encoding.c (rb_enc_codepoint_len): Use UNREACHABLE to avoid "control
drbrain
2012-04-13
1
-0
/
+2
*
* include/ruby/intern.h: Add rb_check_arity, rb_error_arity [#6085]
marcandre
2012-03-14
1
-3
/
+1
*
* gc.c (rb_objspace_free): global_List is allocated with xmalloc.
naruse
2012-01-08
1
-1
/
+1
*
* re.c (rb_reg_initialize): fix indent.
nobu
2011-11-20
1
-2
/
+2
*
* re.c (match_aref): Use <code> around indexing examples to prevent
drbrain
2011-10-24
1
-5
/
+6
*
* use RB_TYPE_P which is optimized for constant types, instead of
nobu
2011-09-29
1
-3
/
+3
*
* internal.h: declare internal functions here.
akr
2011-06-17
1
-2
/
+1
*
* re.c (rb_reg_match): fix rdoc of Regexp#=~.
naruse
2011-05-29
1
-2
/
+2
*
* re.c (Init_Regexp): Document option constants. Patch by Vincent
drbrain
2011-05-12
1
-0
/
+5
*
* re.c (Init_Regexp): added a constant for ARG_ENCODING_NONE
tenderlove
2011-02-02
1
-0
/
+1
*
* re.c (rb_reg_raise): add GC guard to prevent intermediate
kosaki
2011-01-27
1
-1
/
+1
*
Sorry, commit miss of r30412.
usa
2010-12-29
1
-1
/
+4
*
* re.c: parenthesize macro arguments.
akr
2010-12-27
1
-3
/
+3
*
Revert "* re.c (rb_reg_initialize): don't set US-ASCII to regexp"
naruse
2010-12-02
1
-0
/
+3
*
* re.c (rb_reg_initialize): don't set US-ASCII to regexp
naruse
2010-12-02
1
-3
/
+0
*
* re.c (rb_reg_initialize_str): should succeed the taint status from
usa
2010-11-26
1
-0
/
+1
*
* random.c (rand_init): remove useless assignment.
naruse
2010-10-04
1
-4
/
+1
*
* re.c (rb_reg_search): fix: 4th argument should be regexp
naruse
2010-08-23
1
-1
/
+1
*
* re.c (rb_reg_expr_str): fixed out-of-boundary access at invalid
nobu
2010-07-23
1
-6
/
+9
*
* re.c (rb_reg_expr_str): fix broken Regexp#inspect when it
naruse
2010-07-22
1
-1
/
+2
*
* re.c (rb_reg_expr_str): ASCII incompatible strings
naruse
2010-06-05
1
-21
/
+52
*
* re.c (unescape_nonascii): \P{FOO} is also Unicode regexp. [ruby-core:30540]
naruse
2010-06-01
1
-0
/
+1
*
* re.c (rb_reg_s_union_m): update rdoc. [ruby-dev:41354]
mame
2010-05-20
1
-0
/
+1
*
* proc.c (proc_lambda, unnamed_parameters): Small documentation fixes.
marcandre
2010-05-17
1
-2
/
+2
*
* array.c: Documentation: change => in call-seq to ->.
marcandre
2010-05-17
1
-47
/
+47
*
* re.c (rb_reg_initialize_m): fix wrong index for the lang
naruse
2010-05-12
1
-1
/
+1
*
Add description about Regexp(str, opt, lang). [ruby-core:29893]
naruse
2010-05-11
1
-2
/
+3
*
* error.c: RDoc for subclasses of Exception. [ruby-core:28394]
marcandre
2010-05-08
1
-0
/
+12
*
* eval.c (make_exception, rb_obj_extend): Fix error messages in case of wrong
marcandre
2010-04-30
1
-1
/
+1
*
* lib/rdoc: Import RDoc 2.5.2
drbrain
2010-04-10
1
-3
/
+1
*
* re.c (make_regexp): use onig_new_with_source to keep
naruse
2010-04-05
1
-2
/
+24
*
* re.c (rb_reg_to_s): remove unused variable.
naruse
2010-03-09
1
-1
/
+0
*
* include/ruby/oniguruma.h: updated to follow Oniguruma 5.9.2.
matz
2010-03-01
1
-20
/
+8
*
* marshal.c (r_object0): register regexp object before encoding
nobu
2010-02-13
1
-3
/
+14
*
* re.c (match_aref): fixed indent.
nobu
2010-02-13
1
-27
/
+27
*
* removed spaces just before tabs.
nobu
2009-11-26
1
-5
/
+5
[next]