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
*
* configure.in (BUILTIN_TRANSSRCS): defined.
akr
2008-08-24
8
-2
/
+58
*
* 2008-08-25
svn
2008-08-24
1
-3
/
+3
*
* transcode.c (declare_transcoder): arguments order changed.
akr
2008-08-24
2
-2
/
+6
*
* include/ruby/encoding.h (rb_econv_t): use rb_econv_option_t.
akr
2008-08-24
3
-13
/
+22
*
* io.c (rb_io_init_copy): copy encs.
akr
2008-08-24
3
-2
/
+34
*
rdoc updated.
akr
2008-08-24
1
-25
/
+34
*
* io.c (rb_io_open): add an argument: vperm.
akr
2008-08-24
2
-6
/
+20
*
* io.c (sym_invalid): removed.
akr
2008-08-24
2
-5
/
+7
*
* io.c (rb_io_reopen): initialize fptr->encs.opts.
akr
2008-08-24
2
-0
/
+5
*
* io.c (rb_io_s_pipe): accept optional hash.
akr
2008-08-24
4
-12
/
+70
*
* include/ruby/io.h (rb_io_enc_t): add opts field.
akr
2008-08-24
3
-30
/
+41
*
* io.c (struct argf): use struct rb_io_enc_t.
akr
2008-08-24
2
-3
/
+9
*
* include/ruby/encoding.h (rb_str_transcode): make 3rd argument
akr
2008-08-24
4
-25
/
+35
*
* include/ruby/io.h (rb_io_t): make enc and enc2 as struct
akr
2008-08-24
3
-52
/
+56
*
add comment.
akr
2008-08-24
1
-0
/
+1
*
* include/ruby/encoding.h (rb_econv_opts): declared.
akr
2008-08-24
4
-28
/
+24
*
* include/ruby/encoding.h (rb_econv_option_t): defined.
akr
2008-08-24
4
-32
/
+53
*
* transcode.c (rb_econv_substr_append): associate dst with destination
akr
2008-08-24
2
-1
/
+9
*
* include/ruby/encoding.h (rb_str_transcode): add ecflags argument.
akr
2008-08-24
5
-59
/
+198
*
* transcode.c (str_transcode): check last hash only if 0 < argc.
akr
2008-08-24
2
-1
/
+8
*
* include/ruby/encoding.h (rb_econv_substr_append): renamed from
akr
2008-08-24
4
-5
/
+41
*
* lib/net/http.rb (Net::HTTP#urlencode): str[0] returns char in 1.9.
naruse
2008-08-24
2
-1
/
+6
*
* transcode.c (rb_econv_open): return NULL on error.
akr
2008-08-24
2
-1
/
+5
*
* include/ruby/encoding.h (rb_econv_open_exc): declared.
akr
2008-08-24
6
-13
/
+75
*
* lib/cgi.rb (CGI::unescapeHTML): consider ISO-8859-1.
naruse
2008-08-24
2
-8
/
+15
*
add ref to [ruby-dev:35936].
naruse
2008-08-24
1
-0
/
+1
*
* enc/emacs_mule.c: support Emacs/Mule internal encoding.
naruse
2008-08-24
2
-0
/
+440
*
* strftime.c (daylight, timezone): not provied as dllexport on cygwin,
nobu
2008-08-23
2
-1
/
+6
*
* lib/cgi.rb (CGI::unescapeHTML): more encoding sensible unescaping.
naruse
2008-08-23
2
-13
/
+34
*
* encoding.c (enc_compatible_p): raise TypeError when argument is Encoding.
naruse
2008-08-23
2
-0
/
+6
*
* 2008-08-24
svn
2008-08-23
1
-3
/
+3
*
fix typo
kazu
2008-08-23
1
-1
/
+1
*
* lib/cgi.rb (CGI#out): remove auto encoding conversion and set
naruse
2008-08-23
2
-16
/
+5
*
* test/ruby/test_process.rb (TestProcess#test_rlimit_value): add Errno::EINVA...
kazu
2008-08-23
2
-2
/
+7
*
* io.c (rb_scan_open_args): use pop_last_hash.
akr
2008-08-23
2
-6
/
+5
*
* include/ruby/io.h (FMODE_INVALID_MASK): defined.
akr
2008-08-23
4
-15
/
+113
*
* strftime.c (rb_strftime): support more flags.
nobu
2008-08-23
2
-71
/
+118
*
* compile.c (iseq_build_body): suppress a warning.
nobu
2008-08-23
1
-1
/
+2
*
* vm_opts.h: enable "OPT_TRACE_INSTRUCTION" on default.
ko1
2008-08-23
2
-1
/
+5
*
* include/ruby/encoding.h (ECONV_INVALID_MASK): defined.
akr
2008-08-23
4
-53
/
+119
*
* io.c (rb_io_extract_modeenc): check :textmode and :binmode in option
akr
2008-08-23
3
-0
/
+33
*
* ext/pty/pty.c (pty_getpty): follow rb_io_t's path -> pathv change.
akr
2008-08-23
2
-2
/
+6
*
* io.c (check_pipe_command): extracted from rb_f_open and rb_io_open.
akr
2008-08-23
2
-7
/
+27
*
* io.c (read_all): fptr->enc2 is 0 if no conversion.
akr
2008-08-23
2
-9
/
+11
*
* include/ruby/io.h (rb_io_t): remove path field and add pathv field.
akr
2008-08-23
6
-92
/
+102
*
* 2008-08-23
svn
2008-08-22
1
-3
/
+3
*
* include/ruby/io.h (FMODE_TEXTMODE): defined.
akr
2008-08-22
8
-80
/
+420
*
typo
tadf
2008-08-22
1
-1
/
+1
*
* complex.c (nucomp_div): now behaves as quo.
tadf
2008-08-22
8
-307
/
+325
*
* lib/webrick/server.rb (WEBrick::GenericServer#shutdown):
kazu
2008-08-22
4
-8
/
+37
[next]