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 (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
*
* lib/date.rb: no need to require the "lib/rational.rb" any more.
tadf
2008-08-22
2
-1
/
+4
*
revert
tadf
2008-08-22
1
-10
/
+4
*
* lib/cgi.rb: use bytesize instead of size/length.
usa
2008-08-22
2
-17
/
+21
*
* strftime.c (rb_strftime): supported flags and precision for most
nobu
2008-08-22
4
-145
/
+212
*
* test/ruby/test_transcode.rb: test_shift_jis:
duerst
2008-08-22
2
-21
/
+26
*
* io.c (rb_io_pid): use PIDT2NUM.
akr
2008-08-22
2
-1
/
+5
*
* dir.c (dir_enc_str_new): set US-ASCII to the path
naruse
2008-08-22
2
-0
/
+12
*
* dir.c (dir_enc_str_new): renamed from dir_enc_str.
naruse
2008-08-22
2
-8
/
+17
*
* common.mk: remove config.h dependency.
naruse
2008-08-22
2
-1
/
+4
*
* configure.in (gmtime_r): check if reentrant versions are available.
nobu
2008-08-22
3
-18
/
+45
*
* include/ruby/ruby.h (INT2NUM): just use a simple macro on LP64.
akr
2008-08-21
2
-10
/
+20
*
* io.c (rb_file_open_generic): take filename as a VALUE.
akr
2008-08-21
2
-10
/
+20
*
fix previsous change again.
akr
2008-08-21
1
-4
/
+6
*
* include/ruby/ruby.h: fix previous change for LP64.
akr
2008-08-21
2
-2
/
+10
*
* include/ruby/ruby.h (NUM2LONG): make it inline function to evaluete
akr
2008-08-21
2
-7
/
+57
[prev]
[next]