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
*
* enc/trans/single_byte.trans (transcode_tblgen_singlebyte): renamed
akr
2008-10-14
2
-11
/
+10
*
* ruby.c (proc_options): -U can be followed by other options.
nobu
2008-10-14
2
-1
/
+6
*
* enc/trans/single_byte.trans: added windows-1252
duerst
2008-10-14
5
-0
/
+176
*
* test/ruby/test_variable.rb (TestVariable#test_variable): add
kazu
2008-10-14
2
-0
/
+6
*
* lib/net/pop.rb: check for invalid APOP timestamp. (CVE-2007-1558)
kazu
2008-10-14
3
-1
/
+140
*
* ruby.c (set_internal_encoding_once): check double contradicted
matz
2008-10-14
2
-5
/
+45
*
* 2008-10-14
svn
2008-10-14
1
-3
/
+3
*
* parse.y (parser_yylex): allow reserved word to be keyword argument.
matz
2008-10-14
2
-10
/
+14
*
* parse.y (token_info_pop): show source filename. [ruby-dev:36710]
naruse
2008-10-13
2
-2
/
+7
*
* transcode.c (rb_econv_init_by_convpath): suppressed warnings.
nobu
2008-10-13
1
-1
/
+1
*
* complex.c (m_sqrt): unused.
nobu
2008-10-13
1
-0
/
+2
*
* ext/win32ole/win32ole.c (load_conv_function51932): support
suke
2008-10-13
3
-22
/
+23
*
* ruby.c (proc_options): add -U command line option to specify
matz
2008-10-12
2
-0
/
+9
*
* 2008-10-13
svn
2008-10-12
1
-3
/
+3
*
* transcode.c (str_transcode0): String#encode() with no encoding
matz
2008-10-12
2
-4
/
+21
*
* ext/win32ole/win32ole.c (set_ole_codepage, ole_cp2encoding,
suke
2008-10-12
3
-33
/
+162
*
* vm.c, vm_insnhelper.h (ruby_vm_redefined_flag): apply optimization
ko1
2008-10-12
3
-24
/
+32
*
* compile.c (iseq_compile_each): fixed indent.
nobu
2008-10-12
1
-101
/
+101
*
* strftime.c (rb_strftime): suppressed warnings on cygwin.
nobu
2008-10-12
3
-17
/
+23
*
rdoc update.
akr
2008-10-11
1
-0
/
+20
*
* parse.y (parser_prepare): use utf-8 encoding directly.
nobu
2008-10-11
2
-1
/
+5
*
rdoc update.
akr
2008-10-11
1
-2
/
+9
*
* lib/mkmf.rb (CLEANINGS): uses escaped form tabs to preventing the
nobu
2008-10-11
2
-9
/
+14
*
* lib/rake.rb (Rake::Application#standard_exception_handling): removed
nobu
2008-10-10
2
-4
/
+10
*
properties.
nobu
2008-10-10
1
-3
/
+3
*
* parse.y: optimize 'for' statement when one variable given.
ko1
2008-10-10
4
-7
/
+29
*
* 2008-10-11
svn
2008-10-10
1
-3
/
+3
*
* lib/csv/csv.rb: Added support for Encoding::default_internal.
jeg2
2008-10-10
12
-179
/
+184
*
fix typos.
akr
2008-10-10
1
-9
/
+9
*
* parse.y (comment_at_top): needed for ripper too.
nobu
2008-10-10
2
-4
/
+8
*
* include/ruby.h: updated macros for headers. [ruby-core:19275]
nobu
2008-10-10
2
-2
/
+5
*
* parse.y (magic_comment_encoding): warns when ignored.
nobu
2008-10-10
2
-9
/
+37
*
properties.
nobu
2008-10-10
0
-0
/
+0
*
* ext/json/ext/parser/parser.c (JSON_parse_string):
naruse
2008-10-10
2
-1
/
+8
*
Updated changelog for test/unit / minitest switch
ryan
2008-10-10
1
-0
/
+6
*
Fixed missing test/unit.rb, bad svn merge. Rolled back test/runner.rb
ryan
2008-10-10
2
-43
/
+281
*
removed miniunit's tests
ryan
2008-10-10
3
-1094
/
+0
*
Added minitest 1.3.0
ryan
2008-10-10
6
-0
/
+1686
*
Restored test/unit
ryan
2008-10-10
21
-0
/
+3307
*
Removing miniunit
ryan
2008-10-10
8
-771
/
+0
*
* sprintf.c (rb_str_format): check if codepoint for %c is valid.
nobu
2008-10-09
2
-1
/
+6
*
* encoding.c (enc_names): minor improvement.
nobu
2008-10-09
2
-8
/
+15
*
* lib/optparse.rb (ParseError.filter_backtrace): removes internal
nobu
2008-10-09
2
-12
/
+21
*
* 2008-10-10
svn
2008-10-09
1
-3
/
+3
*
* transcode.c (rb_econv_add_coverter): remove unnecessary NULL check.
mame
2008-10-09
2
-2
/
+4
*
* misc/ruby-style.el (ruby-style-c-mode): buffer may not have file
nobu
2008-10-09
2
-1
/
+14
*
* process.c (run_exec_dup2): fix resource leak.
mame
2008-10-09
2
-1
/
+5
*
* process.c (rb_run_exec_options): fix resource leak.
mame
2008-10-09
2
-0
/
+5
*
* test/ruby/test_module.rb (test_remove_class_variable): add a test
mame
2008-10-09
3
-10
/
+24
*
* variable.c (rb_mod_remove_cvar): fix r19711.
mame
2008-10-09
2
-2
/
+6
[next]