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
*
* io.c (rb_fopen): mode string copy at the lowest level.
matz
2004-10-05
1
-0
/
+22
*
* io.c (rb_file_open_internal, rb_io_reopen): fname might be altered
nobu
2004-10-04
1
-0
/
+5
*
* ext/tk/lib/tk/image.rb: bug fix
nagai
2004-10-04
1
-0
/
+7
*
* lib/net/imap.rb (TEXT_REGEXP): allow 8-bit characters for the german
shugo
2004-10-03
1
-0
/
+9
*
* parse.y (local_vars): moved to struct parser_params.
nobu
2004-10-02
1
-1
/
+10
*
* string.c (rb_str_sum): should use bignums when bits is greater
matz
2004-10-02
1
-0
/
+6
*
* string.c (rb_str_sum): wrong cast caused wrong result.
matz
2004-10-02
1
-0
/
+6
*
* string.c (rb_str_sum): check was done with false pointer.
matz
2004-10-02
1
-0
/
+3
*
* string.c (rb_str_sum): string may be altered. [ruby-dev:24381]
matz
2004-10-01
1
-0
/
+24
*
* ext/tk/lib/tk/grid.rb: revive TkGrid.grid
nagai
2004-10-01
1
-0
/
+8
*
* ext/tcltklib/tcltklib.c (ip_init): bug fix
nagai
2004-09-29
1
-0
/
+11
*
* array.c (rb_ary_delete): comparison may change the capacity.
matz
2004-09-29
1
-3
/
+17
*
* enum.c (sort_by_i): internally used object must not be changed
nobu
2004-09-29
1
-0
/
+5
*
add ML reference.
nobu
2004-09-27
1
-1
/
+1
*
* eval.c (rb_call0): invoke finalizers periodically.
nobu
2004-09-27
1
-0
/
+8
*
* parse.y [ripper]: missing ';'.
aamine
2004-09-27
1
-0
/
+4
*
* intern.h, struct.c (rb_struct_s_members, rb_struct_members): public
nobu
2004-09-27
1
-0
/
+7
*
synchronized with date2 3.6.1
tadf
2004-09-25
1
-0
/
+6
*
* hash.c: iterator functions for hash_foreach() should return enum
nobu
2004-09-24
1
-3
/
+8
*
* struct.c (rb_struct_s_members): wrong call of struct_members.
matz
2004-09-24
1
-0
/
+10
*
* parse.y (rb_parser_append_print): should handle prelude.
matz
2004-09-24
1
-0
/
+20
*
* ext/ripper/Makefile.dev: removed.
aamine
2004-09-23
1
-0
/
+16
*
* hash.c (rb_hash_rehash): replace st_foreach() by its deep
matz
2004-09-23
1
-0
/
+5
*
* parse.y [ripper]: on__scan event removed.
aamine
2004-09-22
1
-0
/
+20
*
* hash.c (hash_alloc): was using tbl pointer without
matz
2004-09-22
1
-0
/
+5
*
* hash.c (rb_hash_rehash): add iteration check. [ruby-dev:24301]
matz
2004-09-22
1
-0
/
+10
*
* win32/win32.c (rb_w32_call_handler): workaround for Ctrl-C.
usa
2004-09-22
1
-0
/
+4
*
* parse.y: remove global variables ruby_eval_tree and
matz
2004-09-22
1
-0
/
+17
*
Add documentation to fork()
dave
2004-09-21
1
-0
/
+4
*
* enum.c (enum_sort_by): do not use qsort directly. use
matz
2004-09-21
1
-0
/
+41
*
* ext/ripper/lib/ripper/tokenizer.rb: fix typo.
aamine
2004-09-20
1
-0
/
+4
*
* test/ripper/test_scanner_events.rb: tokens must be reordered.
aamine
2004-09-20
1
-0
/
+6
*
* parse.y [ripper]: do not delay dispatching.
aamine
2004-09-20
1
-0
/
+6
*
* ext/ripper/lib/ripper/tokenizer.rb: new file.
aamine
2004-09-20
1
-0
/
+4
*
* test/ripper/test_scanner_events.rb: test #lineno and #column.
aamine
2004-09-20
1
-0
/
+4
*
* parse.y [ripper]: delayed heredocument events should be dispatched after EOF.
aamine
2004-09-20
1
-0
/
+5
*
* parse.y [ripper]: adjust lineno and columns for multi-line strings.
aamine
2004-09-20
1
-0
/
+21
*
* parse.y [ripper]: remove Ripper#pos.
aamine
2004-09-20
1
-0
/
+7
*
* parse.y [ripper]: unify old_lex_p and token_head.
aamine
2004-09-20
1
-0
/
+8
*
* parse.y [ripper]: adjust line number for heredoc. [ruby-dev:24272]
aamine
2004-09-20
1
-1
/
+6
*
* ext/ripper/ripper.rb.in: new const Ripper::PARSER_EVENT_TABLE.
aamine
2004-09-19
1
-0
/
+8
*
* test/ripper/test_scanner_events.rb: test spaces before heredoc mark.
aamine
2004-09-19
1
-0
/
+5
*
* parse.y [ripper]: spaces before heredoc marker was lost.
aamine
2004-09-19
1
-0
/
+13
*
* ext/zlib/zlib.c (gzfile_read_raw): call readpartial at first.
akr
2004-09-19
1
-0
/
+5
*
* parse.y: add prototypes for Microsoft compiler.
usa
2004-09-17
1
-0
/
+9
*
* array.c (rb_ary_delete): element comparison might change array
matz
2004-09-17
1
-0
/
+25
*
* ext/tk/lib/multi-tk.rb: improve exit operation
nagai
2004-09-17
1
-0
/
+4
*
* ext/tcltklib/tcltklib.c: fix SEGV when (thread_)vwait or (thread_)tkwait
nagai
2004-09-17
1
-0
/
+17
*
* lib/webrick/cgi.rb (WEBrick::CGI#start): should set REMOTE_USER
gotoyuzo
2004-09-16
1
-0
/
+9
*
* ext/tk/lib/tkoptdb-safeTk.rb: fix a bug depend on the changes of MultiTkIp
nagai
2004-09-15
1
-0
/
+5
[next]