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
path:
root
/
ChangeLog
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix typos.
akr
2008-09-07
1
-3
/
+3
*
* tool/transcode-tblgen.rb (transcode_tblgen): log message refined.
akr
2008-09-07
1
-0
/
+4
*
* rational.c: removed unused code.
tadf
2008-09-07
1
-0
/
+4
*
* enc/trans/iso2022.trans: upcase to iso-2022-jp.
akr
2008-09-07
1
-0
/
+6
*
* enc/trans/iso2022.trans: stateless-iso-2022-jp is defined to avoid
akr
2008-09-07
1
-0
/
+8
*
* enc/trans/escape.trans (hexstr): renamed from str1.
akr
2008-09-07
1
-0
/
+4
*
* enc/trans/escape.trans: use transcode_tblgen.
akr
2008-09-07
1
-0
/
+6
*
* tool/transcode-tblgen.rb (ActionMap#str_name): new method to
akr
2008-09-07
1
-0
/
+6
*
* tool/transcode-tblgen.rb (ActionMap#generate_info): use a memo to
akr
2008-09-07
1
-0
/
+5
*
* transcode_data.h (STR1): defined for a string up to 255 bytes.
akr
2008-09-07
1
-0
/
+13
*
* configure.in: Mac OS X's crypt(2) is broken with invalid salt.
kazu
2008-09-07
1
-0
/
+6
*
* tool/transcode-tblgen.rb: o4 is usable only if the first byte is
akr
2008-09-07
1
-0
/
+5
*
* io.c (make_writeconv): choose ASCII compatible encoding as
akr
2008-09-07
1
-0
/
+5
*
* include/ruby/encoding.h (ECONV_XML_ATTR_CONTENT_ENCODER): defined.
akr
2008-09-07
1
-0
/
+17
*
* misc/emacs-mode.el: don't set case-fold-search globally to nil;
matz
2008-09-06
1
-0
/
+3
*
* misc/ruby-mode.el: fix a variable-name error.
matz
2008-09-06
1
-0
/
+2
*
* misc/*.el: untabify, for interal consistency and consistency
matz
2008-09-06
1
-0
/
+3
*
* misc/ruby-mode.el, misc/ruby-electric.el: use regexp-opt where
matz
2008-09-06
1
-0
/
+3
*
* misc/ruby-mode.el: don't highlight keywords when they're the
matz
2008-09-06
1
-0
/
+3
*
* misc/ruby-mode.el: don't crash the whole mode if the Subversion
matz
2008-09-06
1
-0
/
+3
*
* misc/*.el: merged the following patches from Nathan Weizenbaum
matz
2008-09-06
1
-0
/
+7
*
* file.c (file_expand_path): applied a patch from Nobuhiro Tachino
matz
2008-09-06
1
-0
/
+5
*
* test/ruby/test_parse.rb (TestParse): update a test not to use
matz
2008-09-06
1
-0
/
+3
*
* parse.y (f_block_optarg): allow default for block parameters as
matz
2008-09-06
1
-0
/
+6
*
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
1
-0
/
+5
*
fix typos
kazu
2008-09-06
1
-4
/
+4
*
cleanup spaces
kazu
2008-09-06
1
-17
/
+17
*
* include/ruby/encoding.h (ECONV_ERROR_HANDLER_MASK): defined.
akr
2008-09-06
1
-0
/
+9
*
* proc.c (Init_Proc): add '===' operator to use procs in when
matz
2008-09-06
1
-0
/
+5
*
* include/ruby/encoding.h (ECONV_XML_TEXT_ENCODER): renamed from
akr
2008-09-06
1
-0
/
+10
*
* ext/socket/mkconstants.rb: add some IPV6 constans. [ruby-dev:36175]
matz
2008-09-06
1
-2
/
+2
*
* 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
1
-0
/
+5
*
* transcode.c (rb_econv_binmode): check actual transcoders.
akr
2008-09-06
1
-0
/
+4
*
* transcode.c (rb_econv_open): fix last_tc.
akr
2008-09-06
1
-0
/
+4
*
* io.c (rb_io_binmode): clear newline flags in writeconv_pre_ecflags.
akr
2008-09-06
1
-0
/
+4
*
* transcode.c (str_transcode0): check ECONV_HTML_TEXT_ENCODER and
akr
2008-09-06
1
-0
/
+5
*
* transcode.c (allocate_converted_string): fix overflow condition.
akr
2008-09-06
1
-0
/
+4
*
* transcode.c (sym_html): new variable.
akr
2008-09-06
1
-0
/
+8
*
* include/ruby/encoding.h (ECONV_HTML_TEXT_ENCODER): new constant.
akr
2008-09-06
1
-0
/
+10
*
* transcode.c (struct trans_open_t): defined to pass num_additional.
akr
2008-09-06
1
-0
/
+6
*
* enc/trans/escape.trans (fun_so_escape_html_attr): fix return type.
akr
2008-09-06
1
-0
/
+4
*
* transcode.c (rb_econv_open): needless branch removed.
akr
2008-09-06
1
-0
/
+4
*
* transcode.c (rb_econv_open): test condition simplified.
akr
2008-09-06
1
-0
/
+4
*
* transcode.c (stateless_encoding_i): ignore supplemental conversions.
akr
2008-09-06
1
-0
/
+6
*
* enc/trans/escape.trans (escape_html_attr_init): new function.
akr
2008-09-06
1
-0
/
+7
*
* bignum.c (bigdivrem1): optimization by skipping zeros at the
matz
2008-09-05
1
-0
/
+6
*
* complex.c: uses f_real_p macro.
tadf
2008-09-05
1
-0
/
+4
*
* transcode.c (rb_econv_open): fail for ASCII incompatible with
akr
2008-09-05
1
-0
/
+5
[next]