index
:
ruby.git
master
ruby_1_8_6_287
ruby_1_8_6_369
ruby_1_8_6_383
ruby_1_8_6_383-fedora
ruby_1_9_1_243
ruby_1_9_1_376
ruby_1_9_1_376-epel
ruby_1_9_1_376-fedora
Ruby GIT repository
Jeroen van Meeuwen
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
* include/ruby/encoding.h (ECONV_XML_ATTR_CONTENT_ENCODER): defined.
akr
2008-09-07
7
-70
/
+150
*
* misc/emacs-mode.el: don't set case-fold-search globally to nil;
matz
2008-09-06
2
-4
/
+8
*
* misc/ruby-mode.el: fix a variable-name error.
matz
2008-09-06
2
-1
/
+3
*
* misc/*.el: untabify, for interal consistency and consistency
matz
2008-09-06
5
-857
/
+860
*
* misc/ruby-mode.el, misc/ruby-electric.el: use regexp-opt where
matz
2008-09-06
3
-18
/
+36
*
* misc/ruby-mode.el: don't highlight keywords when they're the
matz
2008-09-06
2
-5
/
+7
*
* misc/ruby-mode.el: don't crash the whole mode if the Subversion
matz
2008-09-06
2
-3
/
+5
*
* misc/*.el: merged the following patches from Nathan Weizenbaum
matz
2008-09-06
3
-20
/
+27
*
* file.c (file_expand_path): applied a patch from Nobuhiro Tachino
matz
2008-09-06
2
-2
/
+6
*
* test/ruby/test_parse.rb (TestParse): update a test not to use
matz
2008-09-06
2
-3
/
+6
*
* parse.y (f_block_optarg): allow default for block parameters as
matz
2008-09-06
3
-1
/
+168
*
add a space
kazu
2008-09-06
1
-1
/
+1
*
* parse.y (yylex): "1.upto 2 {|i| p i }" should be syntax error.
matz
2008-09-06
2
-15
/
+18
*
fix typos
kazu
2008-09-06
1
-4
/
+4
*
cleanup spaces
kazu
2008-09-06
1
-17
/
+17
*
* 2008-09-07
svn
2008-09-06
1
-3
/
+3
*
* include/ruby/encoding.h (ECONV_ERROR_HANDLER_MASK): defined.
akr
2008-09-06
4
-12
/
+49
*
* proc.c (Init_Proc): add '===' operator to use procs in when
matz
2008-09-06
2
-1
/
+17
*
* include/ruby/encoding.h (ECONV_XML_TEXT_ENCODER): renamed from
akr
2008-09-06
5
-65
/
+75
*
* ext/socket/mkconstants.rb: add some IPV6 constans. [ruby-dev:36175]
matz
2008-09-06
2
-2
/
+30
*
* ext/socket/constants.h: add some IPV6 constans. [ruby-dev:36175]
matz
2008-09-06
1
-0
/
+4
*
* transcode.c (econv_description): show ECONV_HTML_TEXT_ENCODER and
akr
2008-09-06
2
-2
/
+17
*
* transcode.c (rb_econv_binmode): check actual transcoders.
akr
2008-09-06
2
-17
/
+44
*
* transcode.c (rb_econv_open): fix last_tc.
akr
2008-09-06
2
-4
/
+7
*
* io.c (rb_io_binmode): clear newline flags in writeconv_pre_ecflags.
akr
2008-09-06
2
-0
/
+5
*
* transcode.c (str_transcode0): check ECONV_HTML_TEXT_ENCODER and
akr
2008-09-06
3
-1
/
+11
*
* transcode.c (allocate_converted_string): fix overflow condition.
akr
2008-09-06
2
-1
/
+5
*
eol-style
nobu
2008-09-06
0
-0
/
+0
*
* transcode.c (sym_html): new variable.
akr
2008-09-06
3
-0
/
+33
*
* include/ruby/encoding.h (ECONV_HTML_TEXT_ENCODER): new constant.
akr
2008-09-06
4
-0
/
+38
*
* transcode.c (struct trans_open_t): defined to pass num_additional.
akr
2008-09-06
2
-53
/
+56
*
* enc/trans/escape.trans (fun_so_escape_html_attr): fix return type.
akr
2008-09-06
2
-1
/
+5
*
* transcode.c (rb_econv_open): needless branch removed.
akr
2008-09-06
2
-6
/
+4
*
* transcode.c (rb_econv_open): test condition simplified.
akr
2008-09-06
2
-4
/
+6
*
* transcode.c (stateless_encoding_i): ignore supplemental conversions.
akr
2008-09-06
3
-1
/
+14
*
* enc/trans/escape.trans (escape_html_attr_init): new function.
akr
2008-09-06
3
-11
/
+82
*
add a test.
akr
2008-09-05
1
-0
/
+8
*
* bignum.c (bigdivrem1): optimization by skipping zeros at the
matz
2008-09-05
2
-2
/
+9
*
comment updated.
akr
2008-09-05
1
-2
/
+2
*
* complex.c: uses f_real_p macro.
tadf
2008-09-05
4
-22
/
+40
*
fix a test for previous commit.
akr
2008-09-05
1
-0
/
+1
*
* transcode.c (rb_econv_open): fail for ASCII incompatible with
akr
2008-09-05
3
-0
/
+40
*
* io.c (rb_io_extract_modeenc): raise an error for ASCII incompatible
akr
2008-09-05
3
-4
/
+62
*
* enc/trans/escape.trans: new file.
akr
2008-09-05
3
-0
/
+127
*
* tool/transcode-tblgen.rb (StrSet.parse): accept upper case
akr
2008-09-05
2
-2
/
+7
*
* transcode.c (output_hex_charref): upcase hexadecimal digits.
akr
2008-09-05
3
-1
/
+13
*
* include/ruby/encoding.h (ECONV_UNDEF_HEX_CHARREF): defined.
akr
2008-09-05
4
-0
/
+94
*
* transcode.c (rb_econv_convert): use ECONV_INVALID_MASK and
akr
2008-09-05
2
-3
/
+11
*
* include/ruby/ruby.h (DBL2NUM): renamed from DOUBLE2NUM.
matz
2008-09-05
15
-107
/
+113
*
* transcode.c (allocate_converted_string): add arguments for a buffer
akr
2008-09-05
2
-17
/
+44
[next]